@charset "utf-8";
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.m20 {
	margin: 20px 0;
}
.p10 {
	padding: 10px;
}
.p30 {
	padding: 30px;
}
.clear {
	clear: both;
}
.dis {
	display: none;
}
.text-center {
	text-align: center;
}
.text-hide {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
body {
	background: #fff;
}
.topbar {
	background: #333;
	color: #fff;
	font-size: 14px;
}
.topbar .fl {
	line-height: 40px;
	height: 40px;
}
.topbar .fr {
	color: #6D6D6D;
	line-height: 40px;
	height: 40px;
}
.topbar .fr a {
	color: #fff;
	display: inline-block;
}
.topbar .fr a:hover {
	color: #ff0;
}
.logo {
	margin-top: 14px;
}
.logo img {
	height: 65px;
}
.header {
	background: #fff;
	height: 90px;
	border-bottom: #efefef 1px solid;
}
.header .fr {
	margin-top: 20px;
}
.header .fr p {
	margin: 0 0 0 12px;
	font-size: 18px;
	color: #0072C6
	text-align: left;
	float: left;
	padding: 0px;
	line-height: normal;
}
.header .fr i {
	font-size: 28px;
	float: left;
	color: #0072C6
	line-height: 36px;
	margin-top: 3px;
}
.header .fr span {
	display: block;
	font-size: 14px;
	color: #333;
}
.nav {
	position: relative;
	z-index: 999;
	background: #FFF;
	width: 100%;
	height: 53px;
}
.navbox {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.nav ul li {
	display: inline-block;
	position: relative;
}
.nav ul li a {
	display: block;
	line-height: 53px;
	height: 53px;
	font-size: 16px;
	color: #888;
	border-bottom: 2px solid #fff;
	margin-right: 60px;
	position: relative;
}
.nav ul li a i {
	margin-left: 10px;
}
.nav ul li a:hover {
	color: #0072C6
	border-bottom: 2px solid #236ffb;
}
.n:hover a {
	color: #0072C6
}
.nav ul .hover a {
	color: #0072C6
	border-bottom: 2px solid #236ffb;
}
.nav ul li.hover .subnav li a {
	border: none;
	color: 666;
	margin: 0;
}
.nav ul li .subnav {
	position: absolute;
	width: 160px;
	left: -36px;
	top: 51px;
	opacity: 0;
	transition: all .3s ease 0s;
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	z-index: 100;
	background: #FFF;
	border-top: 2px solid #236ffb;
}
.nav ul li .subnav li a {
	display: block;
	width: 160px;
	font-size: 13px;
	text-align: center;
	margin: 0;
	color: #666;
	height: 40px;
	line-height: 40px;
}
.nav ul li .subnav li a:hover {
	border: none;
	color: #555;
	background-color: #efefef;
}
.nav ul li:hover .subnav {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}
.nav form {
	float: right;
	padding-top: 8px;
}
.nav form .ip {
	border: 0;
	border-radius: 20px 0 0 20px;
	padding: 8px 10px 8px 20px;
	vertical-align: middle;
}
.nav form .bnt {
	background: #E74E41;
	border: 0;
	padding: 8px 20px;
	color: #fff;
	vertical-align: middle;
}
.notsupport {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	text-align: center;
	clear: both;
	color: #fff;
	background: #0072C6;
}
.notsupport h1 {
	font-size: 100px;
	margin-top: 200px;
	margin-bottom: 30px;
}
.notsupport h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
.bg_header {
}
.bg_gray {
	background: #fafafa;
	padding: 20px 0 35px 0;
}
.width {
	width: 1190px;
	margin: 0 auto;
}
.width::after{
	content: '';
	display: block;
	clear: both;
}
.banner {
	margin: 0 auto;
	z-index: 1;
}
.banner .box_skitter {
	width: 100%;
	height: 570px
}
.banner_inner {
	height: 300px;
	padding: 110px 0 0 150px;
	color: #fff;
}
.banner_inner h2 {
	font-size: 28px;
	font-weight: 400;
}
.banner_inner p {
	color: #fff;
	font-size: 15px;
}
.pos-bg {
	background: #F8F8F8;
	border-bottom: #ededed 1px solid;
	border-top: #ededed 1px solid;
	position: relative;
	overflow: hidden;
}
.position {
	line-height: 45px;
}
.position ul {
	margin: 0;
	padding: 0;
}
.position ul li {
	font-size: 14px;
}
h2.tit {
	font-size: 24px;
	position: relative;
	color: #555;
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 40px;
}
p.desc {
	font-size: 14px;
	color: #B7B7B7;
	height: 28px;
	line-height: 28px;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
a.more-h {
	background: transparent;
	border: 1px solid #dfdfdf;
	color: #9f9f9f;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-indent: 0px;
	transition: all 0.3s ease-out 0s;
	width: 300px;
	margin: 40px auto 0px;
	text-align: center;
}
a.more-h:hover {
	border: 1px solid #236ffb;
	color: #0072C6
}
.subject {
	border-bottom: 1px solid #eaeaea;
}
.subject b {
	border-bottom: 1px solid #156EB8;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin-bottom: -1px;
	font-weight: normal;
	color: #3b3b3b;
	font-size: 18px;
	font-family: microsoft yahei;
}
.subject .more {
	float: right;
}
.subject .more a {
	font-size: 12px;
	font-family: 宋体;
	color: #999;
}
.subject .more a:hover {
	color: #0072C6;
}
.home_about {
	clear: both;
	overflow: hidden;
}
.home_about .left {
	float: left;
	width: 540px;
	margin-right: 30px;

}
.home_about .left video {
	background: #000;
}

.home_about .right {
	float: right;
	width: 570px;
	line-height: 30px;
	font-size: 14px;
}
.home_about .right p {
	font-size: 14px;
	line-height: 30px;
	margin: 20px 0 10px 0;
}
.home_nav {
	text-align: center;
}
.home_nav ul {
	margin: 25px auto;
}
.home_nav ul li {
	display: inline;
	width: auto;
	position: relative;
}
.home_nav ul li a {
	display: inline;
	padding: 10px 30px;
	color: #333;
	font-size: 14px;
	background: #fff;
	margin: 0 2px;
	border-radius: 2px;
	border: 1px solid #E7E7E7;
}
.home_nav ul li a:hover {
	color: #0072C6;
	border: 1px solid #0072C6;
}
.home_nav ul .hover a {
	display: inline;
	padding: 10px 30px;
	color: #0072C6;
	font-size: 14px;
	border: 1px solid #0072C6;
	margin: 0 2px;
	border-radius: 2px;
	border-radius: 0;
}
.home_nav ul li dl {
	display: none;
	background: #0072C6;
	padding: 2px 0;
	margin: 16px 0 0 0;
}
.home_nav ul .hover dl {
	display: none;
	text-align: left;
	position: absolute;
	top: 16px;
	left: 2px;
}
.home_nav ul .hover dl dt a {
	display: block;
	font-weight: normal;
	color: #fff;
	background: #0072C6;
	min-width: 200px;
	border: 0;
}
.home_nav ul .hover dl dt a:hover {
	background: #fff;
	color: #333;
	border: 0;
}
.home_pro {
	margin: 40px 0 0px 0;
	width: 1206px;
	clear: both;
}
.home_pro ul li {
	width: 24%;
	margin: 0 1% 1% 0;
	float: left;
}
.home_pro ul li a {
	border: 1px solid #ededed;
	padding: 4px;
	display: block;
	background: #fff;
}
.home_pro ul li a div {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.home_pro ul li a div img {
	width: 100%;
	min-height: 200px;
	display: block;
	border: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.home_pro ul li:hover {
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.home_pro ul li a:hover div img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.home_pro ul li a p {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 10px;
}
.home_pro ul li a:hover p {
	color: #0072C6;
}
.home_pro ul li a .title {
	min-height: 70px;
	text-align: center;
}
.home_pro ul li a .price {
	min-height: 40px;
	color: #f60;
	font-family: Lucida Grande, Arial, 微软雅黑, 宋体;
	font-weight: 400;
	padding: 0 10px 10px 10px;
}
.home_pro ul li a .price span {
	float: right;
	font-weight: normal;
	color: #999;
}
.home_case {
	margin: 30px 0 0px 0;
	width: 1206px;
	clear: both;
}
.home_case ul li {
	width: 96%;
	margin: 0 1% 1% 0;
	float: left;
}
.home_case ul li a {
	border: 1px solid #ededed;
	padding: 4px;
	display: block;
	background: #fff;
}
.home_case ul li a div {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.home_case ul li a div img {
	width: 100%;
	min-height: 160px;
	display: block;
	border: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.home_case ul li:hover {
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.home_case ul li a:hover div img {
	filter: none;
}
.home_case ul li a p {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 10px;
}
.home_case ul li a:hover p {
	color: #0072C6;
}
.home_case ul li a .title {
	min-height: 70px;
	text-align: center;
}
.home_case ul li a .price {
	min-height: 40px;
	color: #f60;
	font-family: Lucida Grande, Arial, 微软雅黑, 宋体;
	font-weight: 400;
	padding: 0 10px 10px 10px;
}
.home_case ul li a .price span {
	float: right;
	font-weight: normal;
	color: #999;
}
.news-h ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 370px;
	margin-left: 40px;
}
.news-h ul div {
	height: 138px;
	width: 370px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news-h ul div img {
	height: 100%;
	width: 100%;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.news-h ul div img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.news-h ul h2 {
	font-size: 16px;
	color: #333;
	margin: 20px 0;
	padding: 0;
}
.news-h ul li {
	height: 35px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 35px;
}
.news-h ul li span {
	color: #999;
	float: right;
}
.news-h ul li a {
	width: 300px;
	float: left;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.news-h ul li a i {
	font-style: normal;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.home_news {
	margin-bottom: 20px;
	background: #fff;
}
.home_news_list {
}
.home_news_list li {
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
	padding: 12px 0 12px 0;
	float: left;
	width: 49%;
	margin-right: 1%;
	min-height: 90px;
}
.home_news_list li .date {
	background: #0072C6;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 80px;
	display: inline-block;
	text-indent: 16px;
	margin: 5px 0 0 0;
	float: left;
	font-family: verdana;
	position: absolute;
	border-radius: 5px 0 0 5px;
}
.home_news_list li .date:after {
	content: " ";
	position: absolute;
	right: -8px;
	top: 15px;
	width: 20px;
	height: 20px;
	border: #0072C6 solid 1px;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #0072C6;
}
.home_news_list li div {
	color: #999;
	font-size: 12px;
	margin-left: 100px;
}
.home_news_list li div a {
	display: block;
	font-size: 16px;
	color: #333;
}
.home_news_list li div a:hover {
	color: #0072C6;
}
.news_list {
}
.news_list li {
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
	padding: 12px 0 12px 0;
}
.news_list li .date {
	background: #fff;
	color: #333;
	display: inline-block;
	margin-right: 20px;
	float: left;
	font-family: verdana;
	text-align: center;
	border-radius: 4px;
	font-size: 24px;
	font-family: verdana;
	border: 1px solid #0072C6;
	padding: 5px 0 0;
}
.news_list li .date em {
	display: block;
	font-style: normal;
	font-size: 14px;
	font-family: arial;
	background: #0072C6;
	padding: 3px 15px;
	color: #fff;
	margin-top: 5px;
}
.news_list li div {
	color: #999;
	font-size: 12px;
	margin-left: 95px;
	line-height: 22px;
}
.news_list li div a {
	display: block;
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}
.news_list li div a:hover {
	color: #0072C6;
}
.home_logo {
	margin-bottom: 20px;
}
.home_logo ul {
}
.home_logo ul li {
	float: left;
	width: 10%;
	margin-bottom: 1%;
}
.home_logo ul li img {
	border: 1px solid #eee;
	width: 104px;
	height: 40px;
}
.bg_link {
	background: #666;
}
.bg_foot {
	background: #444;
}
.link {
	height: 50px;
	line-height: 50px;
}
.link_title {
	color: #fff;
	width: 80px;
	float: left;
}
.link_list {
}
.link_list a {
	font-size: 14px;
	color: #ddd;
	margin-right: 20px;
}
.link_list a:hover {
	color: #fff;
}
.footer {
	padding: 30px 0;
	color: #fff;
}
.footer .left {
	background: url(../images/bg_foot_line.gif) repeat-y right;
	padding: 0  22px;
	float: left;
	min-height: 120px;
}
.footer .search {
	padding-left: 40px;
	float: left;
	font-size: 14px;
	color: #8F8F8F;
	font-family: microsoft yahei;
	line-height: 24px;
}
.footer .search span {
	font-size: 16px;
	color: #ddd;
	font-family: microsoft yahei;
	display: block;
	padding-bottom: 15px;
}
.footer .search input {
	border: 1px solid #fff;
	padding: 6px 10px;
}
.footer .search button {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	padding: 6px 20px;
}
.footer .left dl {
	margin: 0;
	padding: 0;
}
.footer .left dl dd {
	text-align: left;
	font-size: 18px;
	color: #ddd;
	font-family: microsoft yahei;
	margin: 0 0 10px 0;
	padding: 0;
}
.footer .left dl dt {
	text-align: left;
	font-size: 14px;
	color: #8F8F8F;
	font-family: microsoft yahei;
	line-height: 24px;
	font-weight: normal;
}
.footer .left dl dt p {
	margin: 0;
	padding: 0;
}
.footer a {
	color: #8F8F8F;
}
.footer a:hover {
	color: #fff;
}
.copyright {
	font-size: 12px;
	color: #8F8F8F;
	font-family: microsoft yahei;
	line-height: 24px;
	text-align: center;
	padding: 10px 0;
	background: #000;
}
.copyright a {
	color: #8F8F8F;
}
.copyright a:hover {
	color: #fff;
}
.inner_container {
	/* min-height: 600px; */
	padding: 20px 0;
}
.inner_container h1 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
.page_show a {
	color: #06C;
}
.page_show a:hover {
	color: #0072C6;
}
/*标签相关*/
.tags {
}
.tags li {
	display: inline;
	width: auto;
}
.tags li a {
	display: inline-block;
	padding: 10px 30px;
	color: #333;
	font-size: 14px;
	background: #fff;
	margin: 0 2px 5px 0;
	border-radius: 2px;
	border: 1px solid #E7E7E7;
}
.tags li a:hover {
	background: #0072C6;
	color: #fff;
	border: 1px solid #0072C6;
}
.tags .hover a {
	display: inline;
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
	background: #0072C6;
	color: #fff;
	border: 1px solid #0072C6;
	margin: 0 2px;
	border-radius: 2px;
	border-radius: 0;
}
/*筛选相关*/
.filter {
	border: 1px solid #f3f3f3;
	padding: 6px 20px;
	margin-top: 30px;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.filter dl {
	margin: 0;
}
.filter dl dd {
	float: left;
	width: 70px;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding-top: 5px;
}
.filter dl dt {
	margin: 0 0 0 80px;
}
.filter dl dt a {
	font-weight: normal;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	color: #666;
	font-size: 14px;
	display: inline-block;
}
.filter dl dt a:hover {
	background: #3BB4F2;
	color: #fff;
}
.filter dl dt .hover {
	background: #3BB4F2;
	color: #fff;
}
/*瀑布流布局*/
.piclist {
	width: 1190px;
	margin-top: 40px;
}
.piclist ul {
	width: 1220px;
}
.piclist li {
	float: left;
	width: 275px;
	margin-right: 25px;
}
.piclist li a {
	display: block;
	padding: 4px;
	margin-bottom: 25px;
	border: 1px solid #eee;
}
.piclist li a:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.17);
}
.piclist li a img {
	width: 100%;
}
.piclist li a p {
	font-size: 14px;
	padding: 0 10px;
}
/*新闻——图片*/
.list_pic {
	margin: 30px 0 0px 0;
	width: 1206px;
	clear: both;
}
.list_pic ul li {
	width: 24%;
	margin: 0 1% 1% 0;
	float: left;
}
.list_pic ul li a {
	border: 1px solid #ededed;
	padding: 4px;
	display: block;
	background: #fff;
}
.list_pic ul li a div {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.list_pic ul li a div img {
	width: 100%;
	height: 100%;
	max-height: 279px;
	min-height: 200px;
	display: block;
	border: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.list_pic ul li:hover {
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.list_pic ul li a:hover div img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.list_pic ul li a p {
	text-align: left;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 10px;
}
.list_pic ul li a:hover p {
	color: #0072C6;
}
.list_pic ul li a .title {
	min-height: 30px;
}
/*新闻相关*/
.news_show h1 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.news_show .info {
	border-left: 3px solid #0072C6;
	background: #f3f3f3;
	margin: 15px 0;
	padding: 10px 15px;
	font-size: 14px;
	color: #666;
}
.news_show .intro a {
	color: #06C;
}
.news_show .intro a:hover {
	color: #0072C6;
}
.news_show .intro img {
	max-width: 100%;
	height: auto;
}
.news_show .other {
	margin-top: 30px;
	text-align: center;
}
.news_show .other p {
	font-weight: bold;
}
.news_show .other a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
}
.news_show .other a span {
	font-size: 18px;
	margin-right: 10px;
}
.news_show .other a em {
	font-style: normal;
	font-size: 18px;
}
.news_show .other a:hover {
	background: #0072C6;
	border-color: #0072C6;
	color: #fff;
}
.news_show .other a:hover span {
	color: #fff;
}
.news_show .tags {
	font-weight: 500;
}
.news_show .tags a {
	margin-left: 15px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 4px 10px;
	font-weight: normal;
	font-size: 14px;
}
.news_show .tags a:hover {
	background: #0072C6;
	color: #fff;
	border-color: #0072C6;
}
/*招聘相关*/
.job_show {
}
.job_show h1 {
	text-align: left;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #06C;
}
.job_show h2 {
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0;
	padding: 0;
	color: #06C;
}
.job_show .info {
	margin: 15px 0;
	padding: 0px;
	font-size: 14px;
}
.job_show .info ul {
	overflow: hidden;
}
.job_show .info ul li {
	float: left;
	width: 23.5%;
	border-left: 1px solid #dadada;
	padding-left: 1.5%;
	line-height: 30px;
}
.job_show .info ul li span {
	color: #999;
}
.job_show .intro a {
	color: #06C;
}
.job_show .intro a:hover {
	color: #0072C6;
}
.job_show .other {
	margin-top: 30px;
	text-align: center;
}
.job_show .other p {
	font-weight: bold;
}
.job_show .other a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
}
.job_show .other a span {
	font-size: 18px;
	margin-right: 10px;
}
.job_show .other a em {
	font-style: normal;
	font-size: 18px;
}
.job_show .other a:hover {
	background: #0072C6;
	border-color: #0072C6;
	color: #fff;
}
.job_show .other a:hover span {
	color: #fff;
}
.job_show .tags {
	font-weight: 500;
}
.job_show .tags a {
	margin-left: 15px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 4px 10px;
	font-weight: normal;
	font-size: 14px;
}
.job_show .tags a:hover {
	background: #0072C6;
	color: #fff;
	border-color: #0072C6;
}
.job_show .action {
	text-align: center;
}
.job_show .action a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #0072C6;
	padding: 6px 20px;
	min-width: 100px;
	background: #0072C6;
	color: #fff;
}
.job_show .action a:hover {
	color: #fff;
	border-color: #f60;
	background: #f60;
}
/*商品相关*/
.pro_show {
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #f3f3f3;
}
.pro_show .left {
	float: left;
	width: 700px;
	text-align: center;
	border-right: 1px solid #f3f3f3;
	padding: 40px;
}
.pro_show .left .thumb_pic {
	margin: 40px 0 0 0;
	text-align: center;
}
.pro_show .left .thumb_pic ul {
	margin: 0 auto;
}
.pro_show .left .thumb_pic ul li {
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #eaeaea;
	padding: 3px;
	cursor: pointer;
	position: relative;
}
.pro_show .left .thumb_pic ul li.hover {
	border: 1px solid #f90;
	background: #fff;
}
.pro_show .left .thumb_pic ul li.hover:after {
	content: " ";
	position: absolute;
	right: 27px;
	top: -6px;
	width: 11px;
	height: 11px;
	border: #f90 solid 1px;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #f90;
	z-index: -1;
}
.pro_show .right {
	margin-left: 700px;
	padding: 40px;
}
.pro_show .right h1 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	text-align: left;
}
.pro_show .right h5 {
	font-size: 14px;
	margin: 10px 0;
	padding: 0;
	color: #999;
	font-weight: normal;
}
.pro_show .right .attribute {
}
.pro_show .right .attribute li {
	font-size: 14px;
	line-height: 30px;
}
.pro_show .right .attribute li em {
	display: inline-block;
	width: 80px;
	font-style: normal;
	color: #555;
	font-size: 14px;
}
.pro_show .right .price {
	font-size: 14px;
	line-height: 30px;
	margin: 20px 0;
}
.pro_show .right .price span {
	font-size: 36px;
	color: #f60;
}
.pro_show .right .price em {
	font-size: 12px;
	color: #999;
	font-style: normal;
	padding-left: 5px;
}
.pro_show .right .tags {
	margin: 20px 0;
}
.pro_show .right .tags a {
	margin-left: 10px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #dadada;
	background: #fff;
	padding: 2px 6px;
	font-weight: normal;
	font-size: 14px;
}
.pro_show .right .tags a:hover {
	background: #0072C6;
	color: #fff;
	border-color: #0072C6;
}
.pro_show .right .action {
	margin: 30px 0 50px 0;
}
.pro_intro {
	margin: 20px 0;
}
.pro_intro .left {
	width: 320px;
	margin-right: 20px;
	float: left;
	border: 1px solid #f3f3f3;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.pro_intro .plist {
	margin: 15px;
	width: 300px;
}
.pro_intro .plist ul {
	width: 304px;
}
.pro_intro .plist ul li {
	float: left;
	width: 137px;
	margin: 0 15px 15px 0;
}
.pro_intro .plist ul li a {
	border: 1px solid #ededed;
	padding: 4px;
	display: block;
	background: #fff;
	border-radius: 4px;
}
.pro_intro .plist ul li a div {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.pro_intro .plist ul li a div img {
	width: 100%;
	height: 100%;
	max-height: 127px;
	min-height: 127px;
	display: block;
	border: 0;
}
.pro_intro .plist ul li a p {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 5px 0;
}
.pro_intro .plist ul li a:hover p {
	color: #0072C6;
}
.pro_intro .right {
	float: left;
	width: 850px;
	border: 1px solid #f3f3f3;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.pro_intro .tabs {
	width: 100%;
	background: #f7f7f7;
}
.pro_intro .tabs ul {
	width: 100%;
	background: #f7f7f7;
}
.pro_intro .tabs ul li {
	float: left;
}
.pro_intro .tabs ul li a {
	display: block;
	padding: 10px 30px;
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	background: #fff;
	color: #999;
	border-top: 2px solid #fff;
}
.pro_intro .tabs ul li.hover a {
	border-bottom: 1px solid #fff;
	background: #fff;
	font-weight: bold;
	color: #333;
	border-top: 2px solid #0072C6;
}
.pro_intro .intro {
	padding: 30px;
}
.pro_intro .intro img {
	max-width: 790px;
}
.pro_intro .intro .extend {
}
.pro_intro .intro .extend li {
	font-size: 14px;
	line-height: 30px;
}
.pro_intro .intro .extend li em {
	display: inline-block;
	width: 120px;
	font-style: normal;
	color: #555;
	font-size: 14px;
}
/*自定义表单*/
.form-add input[type=number], .form-add input[type=search], .form-add input[type=text], .form-add input[type=password], .form-add input[type=datetime], .form-add input[type=datetime-local], .form-add input[type=date], .form-add input[type=month], .form-add input[type=time], .form-add input[type=week], .form-add input[type=email], .form-add input[type=url], .form-add input[type=tel], .form-add input[type=color], .form-add select, .form-add textarea, .am-form-field {
	width: auto;
	display: inline;
	border-color: #ddd;
	border-radius: 3px;
	-webkit-appearance: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.form-add .w420 {
	width: 480px;
}
.form-add input {
	border: 1px solid #ddd;
	width: 60px;
	padding: 5px 10px
}
.form-add em {
	color: #999;
	font-style: normal;
}
/*表单内容*/
.formshow {
}
.formshow .item {
	font-size: 14px;
	line-height: 30px;
	clear: both;
}
.formshow .item .lefter {
	display: inline-block;
	width: 120px;
	font-style: normal;
	color: #555;
	font-size: 14px;
	float: left;
}
.formshow .item .righter {
	margin-left: 120px;
	line-height: 30px;
}
.formshow .item .righter .pic {
	max-width: 400px;
	margin: 10px 0;
}
.formshow .item .righter video {
	width: 450px;
	height: 300px;
}
/*分页相关*/
.pagelist ul {
	text-align: center;
	margin: 20px 0;
}
.pagelist li {
	display: inline-block;
	margin: 0 2px;
}
.pagelist li a {
	color: #666;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 6px 15px;
}
.pagelist li a:hover {
	border-color: #F37B1D;
	background: #F37B1D;
	color: #fff;
}
.pagelist li.active a {
	border-color: #F37B1D;
	background: #F37B1D;
	color: #fff;
}
/*网站地图*/
.map_one {
	border-bottom: 1px solid #eee;
	line-height: 40px;
}
.map_one a {
	font-size: 20px;
}
.map_two {
	margin: 15px 0;
}
.map_two a {
	display: inline-block;
	margin-right: 15px;
}
/*右侧浮动相关*/
.plug_service {
	position: fixed;
	right: 1%;
	bottom: 10%;
	z-index: 999;
}
.plug_service li {
	margin-bottom: -1px;
	position: relative;
}
.plug_service li a {
	display: block;
	text-align: center;
	background: #fff;
	border: 1px solid #ececec;
	padding: 2px 8px 6px 8px;
	font-size: 12px;
	font-family: microsoft yahei;
	color: #505050;
	outline: none;
}
.plug_service li a span {
	display: block;
	font-size: 24px;
	color: #888;
	font-family: FontAwesome;
}
.plug_service li a:hover {
	background: #0072C6;
	color: #fff;
	border-color: #0072C6;
}
.plug_service li a:hover span {
	color: #fff;
	font-family: FontAwesome;
}
.plug_service .hover a {
	display: block;
	text-align: center;
	background: #0072C6;
	border: 1px solid #0072C6;
	padding: 2px 8px 6px 8px;
	font-size: 12px;
	font-family: microsoft yahei;
	color: #fff;
	outline: none;
}
.plug_service .hover a span {
	color: #fff;
}
.plug_service .hotline {
	position: absolute;
	display: none;
	background: #fff;
	padding: 10px 15px 0 15px;
	left: -130px;
	top: 10px;
	/* width: 210px; */
	border: 1px solid #ddd;
	/* width: 180px; */
	padding: 10px;
	font-size: 12px;
	color: #999;
	line-height: 24px;
	border-radius: 4px;
}
.plug_service .hotline b {
	display: block;
	font-size: 16px;
	color: #333;
}
.plug_service .hotline:after {
	content: " ";
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -10px;
	top: 25px;
	width: 10px;
	height: 10px;
	border: #ddd solid 1px;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}
.plug_service .weixin_pic {
	position: absolute;
	display: none;
	background: #fff;
	padding: 5px;
	left: -230px;
	bottom: -70px;
	width: 210px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.plug_service .weixin_pic p {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}
.plug_service .weixin_pic p span {
	color: #0072C6;
}
.plug_service .weixin_pic:after {
	content: " ";
	position: absolute;
	right: -10px;
	top: 130px;
	width: 20px;
	height: 20px;
	border: #ddd solid 1px;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}
.plug_service li:hover div {
	display: block;
}
.plug_service li:last-child {
	margin-top: 5px;
}
/*无缝滚动*/
.str_wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
	white-space: nowrap;
}
.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}
.str_move_clone {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}
.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}
.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}
.str_vertical .str_move, .str_down .str_move {
	white-space: normal;
	width: 100%;
}
.str_static .str_move, .no_drag .str_move, .noStop .str_move {
	cursor: inherit;
}
.str_wrap img {
	max-width: none !important;
}
.erweima {
	text-align: center;
}
.erweima span{
	margin-left: 48px;
	color: #8F8F8F;
	font-size: 14px;
}
.erweima img{
	margin-left: 47px;
}
/* 首页产品分类 */
.i_p_nav li {
	float: left;
	width: 234px;
	border-left: #e5e5e5 1px solid;
}
.i_p_nav li:first-child {
	border-left: 0;
}
.i_p_nav li .ico {
	height: 40px;
}
.i_p_nav li .ico1 {
	background: url(../images/i_lb_ico1.png) center no-repeat;
}
.i_p_nav li .ico2 {
	background: url(../images/i_lb_ico2.png) center no-repeat;
}
.i_p_nav li .ico3 {
	background: url(../images/i_lb_ico3.png) center no-repeat;
}
.i_p_nav li .ico4 {
	background: url(../images/i_lb_ico4.png) center no-repeat;
}
.i_p_nav li .ico5 {
	background: url(../images/i_lb_ico5.png) center no-repeat;
}
.i_p_nav li .ico6 {
	background: url(../images/i_lb_ico6.png) center no-repeat;
}
.i_p_nav li .txt {
	font-size: 14px;
	color: #858585;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
}
.i_p_nav li:hover .ico1 {
	background: url(../images/i_lb_ico1_on.png) center no-repeat;
}
.i_p_nav li:hover .ico2 {
	background: url(../images/i_lb_ico2_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li:hover .ico3 {
	background: url(../images/i_lb_ico3_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li:hover .ico4 {
	background: url(../images/i_lb_ico4_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li:hover .ico5 {
	background: url(../images/i_lb_ico5_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li:hover .ico6 {
	background: url(../images/i_lb_ico6_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li:hover .txt {
	color: #1f60ad;
}
.i_p_nav li .ico261 {
	background: url(../images/p_nav_ico2.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico262 {
	background: url(../images/p_nav_ico3.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico263 {
	background: url(../images/p_nav_ico4.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico264 {
	background: url(../images/p_nav_ico5.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico265 {
	background: url(../images/p_nav_ico6.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico266 {
	background: url(../images/p_nav_ico7.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico267 {
	background: url(../images/p_nav_ico8.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico268 {
	background: url(../images/p_nav_ico9.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico276 {
	background: url(../images/p_nav_ico6.png) center no-repeat;
}
.i_p_nav li .ico277 {
	background: url(../images/p_nav_ico7.png) center no-repeat;
}
.i_p_nav li .ico278 {
	background: url(../images/p_nav_ico8.png) center no-repeat;
}
.i_p_nav li .ico279 {
	background: url(../images/p_nav_ico9.png) center no-repeat;
}
.i_p_nav li .ico280 {
	background: url(../images/p_nav_ico10.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico281 {
	background: url(../images/p_nav_ico11.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico282 {
	background: url(../images/p_nav_ico12.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico1281 {
	background: url(../images/p_nav_ico10.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico1282 {
	background: url(../images/p_nav_ico11.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li .ico1283 {
	background: url(../images/p_nav_ico12.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li.on .ico261, .i_p_nav li:hover .ico261 {
	background: url(../images/p_nav_ico2_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li.on .ico262, .i_p_nav li:hover .ico262 {
	background: url(../images/p_nav_ico3_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li.on .ico263, .i_p_nav li:hover .ico263 {
	background: url(../images/p_nav_ico4_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li.on .ico264, .i_p_nav li:hover .ico264 {
	background: url(../images/p_nav_ico5_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li.on .ico265, .i_p_nav li:hover .ico265 {
	background: url(../images/p_nav_ico6_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li.on .ico266, .i_p_nav li:hover .ico266 {
	background: url(../images/p_nav_ico7_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li.on .ico267, .i_p_nav li:hover .ico267 {
	background: url(../images/p_nav_ico8_on.png) center no-repeat;
	background-size: 15%;
}
.i_p_nav li.on .ico268, .i_p_nav li:hover .ico268 {
	background: url(../images/p_nav_ico9_on.png) center no-repeat;
}
.i_p_nav li.on .ico276, .i_p_nav li:hover .ico276 {
	background: url(../images/p_nav_ico6_on.png) center no-repeat;
}
.i_p_nav li.on .ico277, .i_p_nav li:hover .ico277 {
	background: url(../images/p_nav_ico7_on.png) center no-repeat;
}
.i_p_nav li.on .ico278, .i_p_nav li:hover .ico278 {
	background: url(../images/p_nav_ico8_on.png) center no-repeat;
}
.i_p_nav li.on .ico279, .i_p_nav li:hover .ico279 {
	background: url(../images/p_nav_ico9_on.png) center no-repeat;
}
.i_p_nav li.on .ico280, .i_p_nav li:hover .ico280 {
	background: url(../images/p_nav_ico10_on.png) center no-repeat;
}
.i_p_nav li.on .ico281, .i_p_nav li:hover .ico281 {
	background: url(../images/p_nav_ico11_on.png) center no-repeat;
}
.i_p_nav li.on .ico282, .i_p_nav li:hover .ico282 {
	background: url(../images/p_nav_ico12_on.png) center no-repeat;
}
.i_p_nav li.on .ico1281, .i_p_nav li:hover .ico1281 {
	background: url(../images/p_nav_ico10_on.png) center no-repeat;
}
.i_p_nav li.on .ico1282, .i_p_nav li:hover .ico1282 {
	background: url(../images/p_nav_ico11_on.png) center no-repeat;
}
.i_p_nav li.on .ico1283, .i_p_nav li:hover .ico1283 {
	background: url(../images/p_nav_ico12_on.png) center no-repeat;
}
.i_p_nav{
	padding: 20px 10px;
	background-color: #fff;
	overflow: hidden;
}
/* 左侧导航 */
.width .ny_l {
	width: 240px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.width .ny_r {
	width: 920px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}
.ny_l .ny_lcon {
	width: 240px;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}
.ny_ltit {
	width: 220px;
	height: 60px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	/* margin: 0 auto; */
	padding: 10px 20px;
	background-color: #0072C6;
}
.ny_ltit span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 0 10px;
}
.ny_lcon ul {
	width: 220px;
	overflow: hidden;
	/* margin: 0 auto; */
	padding: 10px 0;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}

.ny_lcon ul li {
	width: 220px;
	overflow: hidden;
	margin: 0 auto ;
	padding: 0;
}
.ny_lcon .hot_key-con ul li{
	display: inline-block;
	width: 105px;
}
.ny_lcon .hot_key-con ul li a{
	/* width: 100px; */
	width: 100%;
	/* text-align: center; */
}
.ny_lcon ul li a {
	display: block;
	width: 200px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	background: #f5f5f5 url(../images/jt_tb2.png) 180px 14px no-repeat;
	margin: 0 auto 10px;
	padding: 0 10px;
}
.ny_lcon ul li a:hover, .ny_lcon ul li a.nyon {
	color: #fff;
	background: #0072C6 url(../images/jt_tb3.png) 180px 14px no-repeat;
}
.ny_lconus {
	width: 220px;
	overflow: hidden;
	/* margin: 0 auto; */
	padding: 20px 9px;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
.ny_lconus ol{
	padding: 0;
}
.ny_lconus ol li {
	width: 100%;
	height: 40px;
	color: #666;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px dotted #dfdfdf;
}
.ny_lconus ol li a {
	color: #666;
	font-size: 14px;
}
.ny_lconus ol li a:hover {
	color: #0072C6;
}
.ny_lconus ol li span{
	font-size: 14px;
}
.ny_lconus ol li a span {
	display: block;
	width: 4px;
	height: 4px;
	overflow: hidden;
	margin: 18px 10px 18px 0;
	padding: 0;
	background-color: #0072C6;
	border-radius: 50%;
	float: left;
}
.ny_lnew {
	width: 220px;
	overflow: hidden;
	/* margin: 0 auto; */
	padding: 20px 9px;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
.ny_lnew ol{
	padding: 0;
}
.ny_lnew ol li {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px dotted #dfdfdf;
}
.ny_lnew ol li a {
	color: #666;
	font-size: 14px;
}
.ny_lnew ol li a:hover {
	color: #0072C6;
}
.ny_lnew ol li a span {
	display: block;
	width: 4px;
	height: 4px;
	overflow: hidden;
	margin: 18px 10px 18px 0;
	padding: 0;
	background-color: #0072C6;
	border-radius: 50%;
	float: left;
}
.ny_lcon .ny_llxwm {
	width: 220px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 9px 10px;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
.ny_llxwm p {
	width: 100%;
	overflow: hidden;
	line-height: 22px;
	color: #333;
	font-size: 14px;
	margin: 0 auto 10px;
	padding: 0;
}
.ny_llxwm p span, .ny_llxwm p em {
	color: #999;
	font-style: normal;
}
.ny_llxwm p em {
	display: block;
	text-indent: 2em;
	text-align: justify;
	margin: 4px 0 0;
}
.ny_llxwm p a {
	display: block;
	color: #0072C6;
	text-decoration: underline;
	text-indent: 2em;
	text-align: justify;
	margin: 4px 0 0;
}
.ny_llxwm p a:hover {
	color: #0072C6;
}
.ny_lcon ul li .pro_menu {
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
	padding: 0;
}
.ny_lcon ul li .pro_menu a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	margin: 0 auto;
	padding: 0 20px;
	background: none;
	box-sizing: border-box;
}
.ny_lcon ul li .pro_menu a:hover {
	color: #0072C6;
}
/* 产品列表 */
.products_list {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}
.products_list ul li {
    width: 100%;
    height: 194px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    background-color: #f8f8f8;
    position: relative;
}
.products_list ul li:hover img{
	transform: scale(1.4);
	transition: all ease-in-out .5;
}
.products_list ul li a .prolist_img {
    width: 290px;
    height: 194px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}
.products_list ul li a .prolist_img::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000 url(../images/pro-icon-link.png) center center no-repeat;
	background-size: 90%;
	opacity: 0;
	transition: all ease-in-out .5s;
}
.products_list ul li:hover .prolist_img::after{
	background: #00000030 url(../images/pro-icon-link.png) center center no-repeat;
	background-size: 20%;
	opacity: 1;
	z-index: 99;
	transition: all ease-in-out .5s;
}
.products_list ul li .prolist_text {
    width: 100%;
    height: 194px;
    overflow: hidden;
    margin: 0;
    padding: 20px 20px 20px 310px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
}
.prolist_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    /* margin: auto; */
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
	bottom: 0;
	transition: all ease-in-out .3s;
}
.prolist_text .prolist_tit {
    width: 100%;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    color: #333;
    font-size: 24px;
    margin: 0 auto;
    padding: 0;
}
.prolist_text p {
    width: 100%;
    overflow: hidden;
    margin: 13px auto;
    padding: 0;
}
.prolist_text em.pro_check {
    display: block;
    width: 120px;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
	text-align: center;
	font-style: normal;
    margin: 0;
    padding: 0;
    float: right;
    background-color: #0072C6;
}
.prolist_text em.pro_check:hover {
    background-color: #0072C6;
}
.prolist_text p span {
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
}
.prolist_text p b {
    display: block;
    width: 100%;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    color: #333;
    font-size: 14px;
}
.products_list ul li:hover .prolist_tit{
    color: #0072C6;
}
/* 分页 */
.pagination-wrapper {
    margin: 20px 0;
}
.pagination {
    height: 34px;
    text-align: center;
}
.pagination span{
	display: none;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover{
	background: transparent;
    border-color: #0072C6;
    color: #fff;
    cursor: default;
}
.pagination li a{
	float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}
.pagination li.thisclass {
    background: #0072C6;
    color: #fff;
}
.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
}
/* 产品内页 */
.pro_detail_img .pro_detail_img_main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
 .pro_detail_img {
    width: 430px;
    height: 292px;
    overflow: hidden;
    margin: 0;
    padding: 15px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    float: left;
}
.pro_detail_img_main img {
	width: 100%;
}
.pro_detail_text {
    width: 430px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}
.pro_detail_text h3 {
    width: 100%;
    overflow: hidden;
    line-height: 36px;
    color: #0072C6;
    font-size: 24px;
    text-align: justify;
    margin: 0 auto;
	padding: 0;
	font-weight: 400;
}
.pro_detail_text ul {
    width: 100%;
    margin: 30px auto 74px;
    padding: 0;
}
.pro_detail_text ul li {
    width: 100%;
    max-height: 72px;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    text-align: justify;
    margin: 10px auto;
    padding: 0;
}
.pro_detail_text ul li span {
    color: #333;
    font-weight: bold;
}
.pro_detail_text .pro_detail_btn {
    width: 610px;
    height: 54px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}
.pro_detail_btn a.prodtl_btn1 {
    float: left;
    margin: 0 40px 0 0;
    background-color: #0072C6;
}
.pro_detail_btn a.prodtl_btn2 {
    float: left;
    background-color: #0072C6;
}
.pro_detail_btn a {
    display: block;
    width: 200px;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
}
.tjpro {
	width: 920px;
	overflow: hidden;
	margin: 60px auto;
	padding: 0;
}
.tjpro .tjpro_tit {
	width: 100%;
	overflow: hidden;
	color: #333;
	font-size: 24px;
	margin: 0 auto 20px;
	padding: 0;
}
.tjpro .tjpro_list {
	width: 880px;
	/* height: 300px; */
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
}
.tjpro_list .ly_scroll {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.tjpro_list-box{
	padding: 29px 19px;
	border: 1px solid #dfdfdf;
}
.ly_scroll ul{
	float: left;
}
.ly_scroll ul li {
	width: 290px;
	overflow: hidden;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}
.ly_scroll ul li a {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.ly_scroll ul li a .ly_scroll_img {
	width: 290px;
	height: 194px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #f8f8f8;
	position: relative;
}
.ly_scroll_img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.ly_scroll ul li a p {
	width: 100%;
	height: 44px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #0072C6;
}
.ly_scroll ul li a:hover p {
	background-color: #0072C6;
}
/* 产品详情 */
.prodetail_con {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.prodetail_con .prodetail_tit {
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 24px;
	margin: 0 auto 40px;
	padding: 10px 0;
	border-bottom: 1px solid #dfdfdf;
}
.prodetail_con .pro_xxjs {
	width: 100%;
	overflow: hidden;
	margin: 40px auto;
	padding: 0;
}
.pro_xxjs b {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 26px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 20px auto 0;
	padding: 0;
}
.pro_xxjs p {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}
/**产品咨询**/
.pro_form {
	width: 920px;
	overflow: hidden;
	margin: 40px auto 20px;
	padding: 0;
}
.pro_form ul li {
	width: 920px;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}
.pro_form ul li p {
	width: 80px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}
.pro_form ul li .pro_fmipt {
	width: 838px;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	padding: 0;
	margin: 0;
	position: relative;
}
.pro_form ul li .pro_fmbtn {
	width: 840px;
	overflow: hidden;
	padding: 0;
	margin: 20px 0 0;
	float: left;
}
.pro_fmipt input, .pro_fmipt select {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	border: none;
	outline: none;
	margin: 0;
	padding: 4px 19px;
	box-sizing: border-box;
}
.pro_fmbtn input {
	display: block;
	width: 400px;
	height: 50px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background-color: #0072C6;
	border: none;
	outline: none;
	margin: 0;
	padding: 4px 19px;
	box-sizing: border-box;
	float: left;
}
.pro_fmbtn input.tj {
	margin: 0 40px 0 0;
	background-color: #0072C6;
}
.pro_form ul li .fm_half {
	width: 450px;
	margin: 0 20px 0 0;
	float: left;
}
.pro_form ul li .fm_half:nth-child(2n+2) {
	margin: 0;
}
.pro_form ul li .fm_half .pro_fmipt {
	width: 368px;
}
.pro_fmipt textarea {
	display: block;
	width: 100%;
	height: 140px;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	border: none;
	outline: none;
	resize: none;
	margin: 0;
	padding: 4px 19px;
	box-sizing: border-box;
}
.pro_fmipt a {
	display: block;
	width: 100px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.pro_fmipt a img {
	display: block;
	width: 100px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}
/* 新闻列表页 */
.new-list{
	padding: 15px 0 ;
}
.new-list .news-list-item {
    width: 890px;
    height: 200px;
    margin: 0 auto;
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s;
}

.new-list .news-list-item a {
    display: block;
    width: 100%;
}
.new-list .news-list-item:hover{
	background-color: #0072C6;
	transition: ease-in-out .3s;
}
.new-list .news-list-item img {
    width: 200px;
    height: 150px;
    display: block;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 3px;
    margin-right: 20px;
}
.new-list .news-list-item:hover h3,.new-list .news-list-item:hover .text, .new-list .news-list-item:hover .time{
    color: #fff;
}
.new-list .news-list-item:hover .text span{
	color: #fff;
}
.new-list .news-list-item h3 {
    font-size: 20px;
    color: #333;
    height: 42px;
    line-height: 45px;
    overflow: hidden;
    margin:5px 0px 5px;
    font-weight: normal;
    border-bottom: 1px solid #ededed;
    transition: all ease 300ms;
}
.new-list .news-list-item .text {
    color: #666;
	line-height: 24px;
	margin-bottom: 10px;
    margin: 12px 0 4px;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.new-list .news-list-item .text span {
    color: #06a3e8;
}
.new-list .news-list-item .time {
	color: #666;
	font-size: 14px;
}
/* 新闻内页 */
.news_detail {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}
.news_detail h3 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 24px;
    margin: 0 auto 20px;
	padding: 0;
	font-weight: 300;
}
.news_detail .nwdtl_tip span{
	margin-left: 8px;
}
.news_detail .nwdtl_tip {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #999;
    font-size: 12px;
    margin: 0 auto 40px;
    padding: 0 20px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}
.prev_next {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 40px auto;
    padding: 0;
}
.prev_next ul li {
    width: 50%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.prev_next ul li a{


}
.nwdtl_con{
	color: #666;
	font-weight: 300;
}
.nwdtl_con p{
	font-weight: 300;
}
/**渠道加盟**/
.join_list {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}
.join_list ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}
.join_list ul li .join_img {
	width: 560px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.join_img img {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.join_list ul li .join_text {
	width: 560px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}
.join_list ul li:nth-child(2n+2) .join_img {
	float: right;
}
.join_list ul li:nth-child(2n+2) .join_text {
	float: left;
}
.join_text h5 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 24px;
	margin: 0 auto 20px;
	padding: 0;
}
.join_text h5 span {
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	background-color: #0072C6;
	border-radius: 50%;
	margin: 16px 16px 16px 0;
	padding: 0;
	float: left;
}
.join_text p {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 16px;
	text-indent: 2em;
	text-align: justify;
}
.join_text p span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 16px;
	text-indent: 0;
	margin: 0;
	padding: 0 0 0 32px;
	box-sizing: border-box;
}
.join_text p span em {
	display: block;
	width: 4px;
	height: 4px;
	overflow: hidden;
	border: 1px solid #0072C6;
	border-radius: 50%;
	margin: 12px 12px 12px 0;
	padding: 0;
	float: left;
}
.join_form {
	width: 1200px;
	overflow: hidden;
	margin: 80px auto;
	padding: 0;
}
.join_form .join_fm_tit {
	width: 100%;
	overflow: hidden;
	color: #333;
	font-size: 24px;
	margin: 0 auto 40px;
	padding: 0;
}
.join_form .join_fl, .join_form .join_fr {
	width: 560px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.join_form .join_fl {
	float: left;
}
.join_form .join_fr {
	float: right;
}
.join_fl ul li {
	width: 560px;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}
.join_fl ul li p {
	width: 80px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	margin: 0;
	padding: 0;
	float: left;
}
.join_fl ul li .join_ipt {
	width: 478px;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	padding: 0;
	margin: 0;
}
.join_fl ul li .join_btn {
	width: 480px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 0;
}
.join_ipt input, .join_ipt select {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	border: none;
	outline: none;
	margin: 0;
	padding: 4px 19px;
	box-sizing: border-box;
}
.join_btn input {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background-color: #0072C6;
	border: none;
	outline: none;
	margin: 0;
	padding: 4px 19px;
	box-sizing: border-box;
}
.join_fl ul li .fm_half {
	width: 270px;
	margin: 0 20px 0 0;
	float: left;
}
.join_fl ul li .fm_half:nth-child(2n+2) {
	margin: 0;
}
.join_fl ul li .fm_half .join_ipt {
	width: 188px;
}
.join_ipt textarea {
	display: block;
	width: 100%;
	height: 140px;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	border: none;
	outline: none;
	resize: none;
	margin: 0;
	padding: 4px 19px;
	box-sizing: border-box;
}
.join_fr p {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.join_fr ul li {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	color: #666;
	font-size: 14px;
}
/* 案例列表 */
.case-list-con{
	padding: 5px;
	margin: 0;
}
.case-list-con::after{
	content: '';
	display: block;
	clear: both;
}
.case-list-con .case-list-item{
	display: inline-block;
	padding: 10px;
	margin: 0 10px 10px 0;
}
.case-list-con .case-list-item:nth-child(3n){
	margin: 0 0px 10px 0;
}
.case-list-con .case-list-item .case-img-box{
	width: 273px;
	overflow: hidden;
	position: relative;
}
.case-list-con .case-list-item .case-img-box::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000 url(../images/pro-icon-link.png) center center no-repeat;
	background-size: 90%;
	opacity: 0;
	transition: all ease-in-out .3s;
}
.case-list-con .case-list-item .case-img-box img{
	width: 100%;
}
.case-list-con .case-list-item h3{
	text-align: center;
	background-color: #0072C6;
	margin: 0;
	padding: 15px 0;
	color: #Fff;
}
.case-list-con .case-list-item:hover .case-img-box::after{
	background: #00000030 url(../images/pro-icon-link.png) center center no-repeat;
	background-size: 20%;
	opacity: 1;
	z-index: 99;
	transition: all ease-in-out .3s;
}
.case-list-con .case-list-item:hover{
	box-shadow: 0px 0px 4px 0px #ccc;
}
.case-list-con .case-list-item:hover h3{
	background-color: #3BB4F2;
}
/* 案例内页 */
.case-ny-img-box{
	text-align: center;
	padding: 15px 0px 50px;
	border-bottom: 1px solid #ccc;
}
.case-ny-text{
	padding: 15px 0px 20px;
	color: #666;

}
/* 售后服务 */
.fuwu-item::after{
	content: '';
	clear: both;
	display: block;
}
.fuwu-item .fuwu-img-box{
	overflow: hidden;
	width: 595px;
}
.fuwu-item .fuwu-img-box img{
	transition: ease-in-out .5s;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fuwu-item{
	background-color: #f5f5f5;
	margin: 15px 0;
	transition: ease-in-out .5s;
}
.fuwu-item:hover{
	transition: ease-in-out .5s;
	background-color: #0072C6;
}
.fuwu-item:hover .fuwu-text{
	color: #fff;
}
.fuwu-item:hover img{
	transform: scale(1.2);
	transition: ease-in-out .5s;
}
.fuwu-text{
	padding: 50px 0px 0px 50px;
	width: 595px;
}
.fuwu-text h3{
	font-size: 24px;
  font-weight: inherit;
}
.fuwu-text p{
	padding-left:20px ;
	position: relative;
	font-size: 14px;
}
.fuwu-text p::after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #ccc;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 0;
}
/* 技术支持 */
.jishu-con .jishu-tit{
	text-align: center;
}
.jishu-con .jishu-tit h3{
	font-size: 24px;
	font-weight: initial;
	color: #000;
	margin-bottom: 20px;
	position: relative;
}
.jishu-con .jishu-tit p{
	font-size: 14px;
}
.jishu-con .jishu-tit h3 span{
	font-size: 14px;
	color: #666;
	
}
.jishu-con .jishu-tit h3::after{
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	width: 120px;
	background-color: #0072C6;
	left: 50%;
	margin-left: -60px;
	bottom: -10px;
}
.jishu-icon-list{
	padding: 60px 0;
	overflow: hidden;
}
.jishu-icon-list .jishu-icon-item{
	width: 260px;
	height: 160px;
	background-color: #f5f5f5;
	color: #000;
	display: inline-block;
	margin-right: 45px;
	padding: 25px 0 0;
	transition: ease-in-out .3s;
}
.jishu-icon-list .jishu-icon-item:last-child{
	margin-right: 0px;
}
.jishu-icon-list .jishu-icon-item p{
	text-align: center;
	font-size: 14px;
	font-weight: initial;
	color: rgb(112, 112, 112);
	transition: ease-in-out .3s;
}
.icon-size-70x70{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin: 0 auto;
}
.jishu-icon-item:hover{
	background-color: #0072C6;
	transition: ease-in-out .3s;
}
.jishu-icon-item:hover p{
	color: #fff;
}
.jishu-icon-item:hover .icon-size-70x70{
	border: 1px solid #fff;
}
.jishu-icon-item:nth-child(1) .icon-size-70x70{
	background: url(../images/zs_d1_ico1.png) center center no-repeat;
}
.jishu-icon-item:nth-child(1):hover .icon-size-70x70{
	background: url(../images/zs_d1_ico1_on.png) center center no-repeat;
}
.jishu-icon-item:nth-child(2) .icon-size-70x70{
	background: url(../images/zs_d1_ico2.png) center center no-repeat;
}
.jishu-icon-item:nth-child(2):hover .icon-size-70x70{
	background: url(../images/zs_d1_ico4_on.png) center center no-repeat;
}
.jishu-icon-item:nth-child(3) .icon-size-70x70{
	background: url(../images/zs_d1_ico3.png) center center no-repeat;
}
.jishu-icon-item:nth-child(3):hover .icon-size-70x70{
	background: url(../images/zs_d1_ico2_on.png) center center no-repeat;
}
.jishu-icon-item:nth-child(4) .icon-size-70x70{
	background: url(../images/zs_d1_ico4.png) center center no-repeat;
}
.jishu-icon-item:nth-child(4):hover .icon-size-70x70{
	background: url(../images/zs_d1_ico3_on.png) center center no-repeat;
}
/* 技术背景 */
.jishu-bg-box{
	height: 630px;
	position: relative;
	margin-bottom: 140px;
}
.jishu-icon-list2{
	position: absolute;
	bottom: -90px;
	box-shadow: 0px 4px 4px 0px #ccc;
	font-size: 0;
}
.jishu-icon-list2 li{
	width: 200px;
	height: 220px;
	transition: all ease-in-out .3s;
	padding: 40px 0;
	display: inline-block;
	position: relative;
}
.jishu-icon-list2 li p{
	text-align: center;
	top: 50%;
	position: absolute;
	width: 200px;
	color: #808080;
	margin-top: 20px;
	font-size: 14px;
	transition: all ease-in-out .3s;
}
.jishu-icon-list2 li p::after{
content: '';
display: block;
height: 2px;
width: 60px;
position: absolute;
left: 50%;
margin-left: -30px;
background-color: #fff;
bottom: -20px;
}
.jishu-icon-list2 .icon-size-90x90{
	top: 25%;
	left: 50%;
margin-left: -25px;
	position: absolute;
	width: 50px;
	height: 50px;
	transition: all ease-in-out .3s;
}
.jishu-icon-list2 .act .icon-size-90x90{
   top: 5%;
   transition: all ease-in-out .3s;
}
.jishu-icon-list2 .act{
	/* background-color:#0072C6; */
	transition: all ease-in-out .3s;
	padding-bottom: 70px;
	/* height: 260px; */
}
.jishu-icon-list2 .act p{
	color: #fff;
	margin-bottom: 20px;
	top: 30%;
	transition: all ease-in-out .3s;
}
.jishu-icon-list2 li:nth-child(1) .icon-size-90x90{
	background: url(../images/zs_d2_ico1.png) center center no-repeat;
}
.jishu-icon-list2 .act:nth-child(1)  .icon-size-90x90{
	background: url(../images/zs_d2_ico1_on.png) center center no-repeat!important;
}
.jishu-icon-list2 li:nth-child(2) .icon-size-90x90{
	background: url(../images/zs_d2_ico2.png) center center no-repeat;
}
.jishu-icon-list2 .act:nth-child(2)  .icon-size-90x90{
	background: url(../images/zs_d2_ico2_on.png) center center no-repeat!important;
}
.jishu-icon-list2 li:nth-child(3) .icon-size-90x90{
	background: url(../images/zs_d2_ico3.png) center center no-repeat;
}
.jishu-icon-list2 .act:nth-child(3)  .icon-size-90x90{
	background: url(../images/zs_d2_ico3_on.png) center center no-repeat!important;
}
.jishu-icon-list2 li:nth-child(4) .icon-size-90x90{
	background: url(../images/zs_d2_ico4.png) center center no-repeat;
}
.jishu-icon-list2 .act:nth-child(4)  .icon-size-90x90{
	background: url(../images/zs_d2_ico4_on.png) center center no-repeat!important;
}
.jishu-icon-list2 li:nth-child(5) .icon-size-90x90{
	background: url(../images/zs_d2_ico5.png) center center no-repeat;
}
.jishu-icon-list2 .act:nth-child(5) .icon-size-90x90{
	background: url(../images/zs_d2_ico5_on.png) center center no-repeat !important;
}
.jishu-icon-list2 li:nth-child(6) .icon-size-90x90{
	background: url(../images/zs_d2_ico6.png) center center no-repeat;
}
.jishu-icon-list2 .act:nth-child(6)   .icon-size-90x90{
	background: url(../images/zs_d2_ico6_on.png) center center no-repeat!important;
}
.jishu-icon-list2 .li-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -100px;
	z-index: -1;
	transition: ease-in-out .3s;
}
.jishu-icon-list2 .act .li-bg{
	background-color:#0072C6;
	height: 260px;
	margin-top: -150px;
	transition: ease-in-out .3s;
}
.jishu-bg-box .bg-box1{
	position: relative;;
	overflow: hidden;
	height: 630px;
	z-index: -1;
}
.jishu-bg-box .bg-box1:nth-child(1){
	background: url(../images/zs_d2_img1.jpg) center center no-repeat;
}
.jishu-bg-box .bg-box1:nth-child(2){
	background: url(../images/zs_d2_img2.jpg) center center no-repeat;
}
.jishu-bg-box .bg-box1:nth-child(3){
	background: url(../images/zs_d2_img3.jpg) center center no-repeat;
}
.jishu-bg-box .bg-box1:nth-child(4){
	background: url(../images/zs_d2_img4.jpg) center center no-repeat;
}
.jishu-bg-box .bg-box1:nth-child(5){
	background: url(../images/zs_d2_img5.jpg) center center no-repeat;
}
.jishu-bg-box .bg-box1:nth-child(6){
	background: url(../images/zs_d2_img6.jpg) center center no-repeat;
}
/* js重置 */
/* jq左右切换按钮重置改变了本身的定位属性以及外观 */
.banner .owl-theme .owl-controls .owl-nav div{
    color: #FFF;
    display: inline-block;
    width: 2.5%;
    height: 100px;
    padding: 4px 7px;
    font-size: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    opacity: 0.3;
    transition: ease-in-out .5s;
    z-index: 999;
}
.banner .owl-theme .owl-controls .owl-nav .owl-prev{
    background: #010377 url(../img/prev.png) center center no-repeat;   
    left: 5%;
}
.banner .owl-theme .owl-controls .owl-nav .owl-next{
    background: #010377 url(../img/next.png) center center no-repeat;
    right: 5%;
}
.owl-theme .owl-controls .owl-nav div:hover{
    opacity: 1;
    transition: ease-in-out .5s;
    background-color: #200b0b;
}
/* jqdoc切换按钮重置改变了本身的定位属性 */
.banner .owl-theme .owl-dots {
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -39px;
}
.banner .owl-theme .owl-dots .owl-dot span{
    -webkit-backface-visibility: visible;
    display: block;
    width: 10px;
	height: 10px;
	
    padding: 4px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #ffffff;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
}
.banner .owl-theme .owl-dots .owl-dot.active span{
    opacity: 1;
}
.home_case .owl-carousel .owl-item img{
	transition-property: all;
}
/* 表格单独样式 */
.pro_xxjs table{
	width: 100%;
}
.pro_xxjs table tr{
	margin: 2px;
}
.pro_xxjs table tr td{
	padding: 5px;
	margin-bottom: 2px;
	/* border: 1px solid #ccc; */
	background-color: #e3e3e3;
	font-size: 14px;
	width: 50%;
}
.pro_xxjs table tr:nth-child(2n) td{
	background-color: #eaeaea;
}
.pro_xxjs table tr:first-child td{
	background-color: #0072C6!important;
	color: #fff!important;
	padding: 8px 5px;
	font-weight: 600;
	
}