body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
}

img {
	border: none;
	max-width: 100%;
}

ul,
li {
	list-style: none;
}

.padding-top-none{
	padding-top: 0 !important;
}

.padding-right-none{
	padding-right: 0 !important;
}

.border-none{
	border: none !important;
}

/* 头部 */
.header {
	width: 100%;
	height: 210px;
	background-color: #FFFFFF;
}

.top-bar {
	width: 100%;
	min-width: 1000px;
	max-width: 1200px;
	height: 150px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-bar a {
	padding-left: 20px;
}

.top-bar>a>img {
	width: 480px;
	height: 123px;
}

.top-bar>img {
	padding-right: 25px;
	width: 260px;
	height: 70px;
}

/* 导航菜单 */
.top-menu {
	width: 100%;
	height: 60px;
	background-color: #0162b9;
}

#menu-wrap {
	width: 100%;
	max-width: 1200px;
	min-width: 1200px;
	height: 60px;
	margin: 0 auto;
}

#menu {
	font-size: 13px;
}

#menu a {
	color: #2A679F;
}

#menu,
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu {
	width: 100%;
	height: 100%;
}

#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom: 1;
}

#menu li {
	float: left;
	position: relative;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

#menu a {
	display: block;
	font-size: 16px;
	color: #f9faf7;

}

#menu li:hover>a {
	color: #fff;
}

*html #menu li a:hover {
	color: #fff;
}

#menu ul {
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 18px;
	z-index: 9999;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-box-shadow: 0 -1px rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#menu li:nth-child(4) ul li {
	width: 136px !important;
}

#menu li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0;
	-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}

#menu ul li {
	float: none;
	display: block;
	width: 104px;
	height: 36px;
	line-height: 36px;
	border: 0;
}

#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu ul a {
	width: 100%;
	height: 36px;
	color: #fafafa;
	font-size: 14px;
	_height: 10px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#menu ul a:hover {
	background-color: #83847e;
	background-image: -moz-linear-gradient(#63645e, #83847e);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#63645e), to(#83847e));
	background-image: -webkit-linear-gradient(#63645e, #83847e);
	background-image: -o-linear-gradient(#63645e, #83847e);
	background-image: -ms-linear-gradient(#63645e, #83847e);
	background-image: linear-gradient(#63645e, #83847e);
}

#menu ul li:first-child>a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#menu ul li:first-child>a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
	border-bottom-color: #63645e;
}

#menu ul ul li:first-child a:hover:after {
	border-right-color: #83847e;
	border-bottom-color: transparent;
}

#menu ul li:last-child>a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}


/* 首页轮播 */
.banner {
	width: 100%;
	/* height: 600px; */
}

.banner img {
	width: 100%;
	height: 100%;
}

/******* 首页产品中心 **********/
.product-center {
	width: 100%;
	padding-top: 72px;
	padding-bottom: 80px;
}

.index-title {
	width: 200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.index-title-main {
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 36px;
	color: #010101;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	padding-left: 5px;
	box-sizing: border-box;
}

.index-title-lline {
	width: 88px;
	height: 3px;
	margin-top: 7px;
	background-color: #0162b9;
}

.index-title-en {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #b2b2b2;
	text-align: center;
	text-transform: uppercase;
}

.ipList {
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	margin: 48px auto 0;
}

.ipItem {
	width: 340px;
	height: 340px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	margin-right: 40px;
	margin-bottom: 30px;
	position: relative;
}

.ipItem:nth-child(3n) {
	margin-right: 0;
}

.ipItem img {
	width: 340px;
	height: 280px;
	background-color: #ededed;
	/*border: 1px solid #003580;*/
}

.ipItem span {
	display: block;
	width: 340px;
	height: 36px;
	margin-top: 12px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ipItem .l1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #003580;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ipItem .l2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #003580;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ipItem .l3 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #003580;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ipItem .l4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #003580;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ipItem:hover>div.l1 {
	width: 100%;
}

.ipItem:hover>div.l2 {
	height: 100%;
}

.ipItem:hover>div.l3 {
	width: 100%;
}

.ipItem:hover>div.l4 {
	height: 100%;
}

.button-more {
	width: 100%;
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.view-more {
	display: block;
	font-size: 16px;
	background: #0162b9;
	border: none !important;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	color: #eee;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	transition: 400ms ease-in-out;
	margin: 0 auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.view-more:hover {
	width: 180px;
	background: rgb(30, 165, 194);
	margin: 0;
}

.view-more:focus {
	border: none;
}

.view-more span {
	color: transparent;
	transition: 500ms;
	margin-left: -24px;
}

.view-more:hover span {
	color: #eee;
	margin-left: 0;
}

/* 首页关于我们 */
.index-about {
	width: 100%;
	height: 600px;
	padding-top: 45px;
	box-sizing: border-box;
	background-image: url(index_about_bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.about-main {
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	margin: 24px auto 0;
	display: flex;
	justify-content: space-between;
}

.about-img {
	width: 46%;
}

.about-img img {
	width: 100%;
}

.about-content {
	width: 50%;
}

.about-text {
	box-sizing: border-box;
	width: 100%;
	height: 320px;
	padding-top: 20px;
	font-size: 14px;
	line-height: 32px;
	color: #000000;
	overflow: hidden;
}

.about-text div{
	text-indent: 2em;
}

.about-more {
	overflow: hidden;
	display: block;
	width: 144px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	box-shadow: 0px -0px 0px 0px rgba(143, 64, 248, .5), 0px 0px 0px 0px rgba(39, 200, 255, .5);
	font-family: "arial";
	background-image: linear-gradient(225deg, #27d86c 0%, #26caf8 50%, #0055ff 100%);
	transition: all .25s ease;
	float: right;
}

.about-more:hover {
	transform: translate(0, -2px);
	box-shadow: 10px -10px 25px 0px rgba(143, 64, 248, .25), -10px 10px 25px 0px rgba(39, 200, 255, .25);
}

.about-more:hover::after {
	transform: rotate(150deg);
}

.about-more::after {
	content: '';
	width: 400px;
	height: 400px;
	position: absolute;
	top: -50px;
	left: -100px;
	background-color: #0055ff;
	background-image: linear-gradient(225deg, #27d86c 0%, #26caf8 50%, #c625d0 100%);
	z-index: -1;
	transition: all .5s ease;
}

/* 首页广告位 */
.index-adv {
	width: 100%;
	height: 272px;
	background-image: url(adv_bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.adv-cn {
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	height: 80px;
	margin: 0 auto;
	line-height: 80px;
	text-align: left;
	font-size: 36px;
	color: #FFFFFF;
}

.adv-en {
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	height: 80px;
	margin: 0 auto;
	line-height: 80px;
	text-align: right;
	font-size: 28px;
	color: rgba(255, 255, 255, 0.6);
}

/* 首页行业应用 */
.index-industry {
	width: 100%;
	padding-top: 72px;
	padding-bottom: 80px;
}

.index-industry-list {
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	margin: 48px auto 0;
	display: flex;
	flex-wrap: wrap;
}

.ipm-item {
	width: 25%;
	height: 356px;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.ipm-item .bg_blue {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(32, 34, 136, 0.5);
	transition: 0.3s;
}

.ipm-item:hover .bg_blue {
	background-color: rgba(32, 34, 136, 0.1);
}

/* .ipm-item image {
    width: 240px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
}

.ipm-item:hover image {
    transform: scale(1.1, 1.1);
} */

.ipm-item i {
	display: block;
	width: 57px;
	height: 57px;
	position: absolute;
	z-index: 5;
	left: 50%;
	margin-left: -28px;
	top: 213px;
	transition: 0.3s;
	background-size: 57px 57px !important;
}

.ipm-item:hover i {
	top: 153px;
}

.ipm-item i.icon_1 {
	background: url(/images/indus_icon_01.png) no-repeat;
}

.ipm-item i.icon_2 {
	background: url(/images/indus_icon_02.png) no-repeat;
}

.ipm-item i.icon_3 {
	background: url(/images/indus_icon_03.png) no-repeat;
}

.ipm-item i.icon_4 {
	background: url(/images/indus_icon_04.png) no-repeat;
}

.ipm-item i.icon_5 {
	background: url(/images/indus_icon_05.png) no-repeat;
}

.ipm-item i.icon_6 {
	background: url(/images/indus_icon_06.png) no-repeat;
}

.ipm-item span {
	display: block;
	background: url(/images/line.png) no-repeat center bottom;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 6;
	top: 288px;
	font-size: 18px;
	color: #fff;
	transition: 0.3s;
}

.ipm-item:hover span {
	top: 208px;
}

.ipm-item a {
	width: 100px;
	height: 33px;
	border: 1px solid #fff;
	display: block;
	margin: 0 auto;
	line-height: 33px;
	text-align: center;
	position: absolute;
	font-size: 14px;
	color: #fff;
	z-index: 4;
	border-radius: 20px;
	left: 50%;
	margin-left: -50px;
	top: 363px;
	transition: 0.3s;
}

.ipm-item a:hover {
	background-color: #fff;
	color: #23218c;
}

.ipm-item:hover a {
	top: 299px;
}

/* 首页公司新闻 */
.index-news {
	width: 100%;
	height: 558px;
	background-color: #EEEEEE;
	/* background-color: #F8F8F8; */
	padding-top: 72px;
	box-sizing: border-box;
}

.index-news-list {
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

.index-news-item {
	display: block;
	width: 32%;
	/* height: 227px; */
	padding: 32px 18px 78px;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	transition: .5s;
	position: relative;
}

.index-news-item:hover {
	transform: translateY(-6px);
}

.index-news-item-title {
	width: 100%;
	height: 32px;
	font-size: 20px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news-item-content {
	width: 100%;
	height: 84px;
	line-height: 28px;
	font-size: 14px;
	color: #454545;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index-news-item-arrow {
	position: absolute;
	left: 18px;
	bottom: 28px;
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 18px;
	font-size: 40px;
	color: #666666;
	transition: .8s;
}

.index-news-item:hover .index-news-item-arrow {
	left: calc(100% - 54px);
}

/* 首页合作案例 */
.index-case {
	width: 100%;
	padding-top: 72px;
	padding-bottom: 64px;
}

.index-case-list {
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
}

.index-case-item {
	width: 25%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	transition: .5s;
}

.index-case-item:hover {
	transform: translateY(-5px);
	cursor: pointer;
}

.index-case-item img {
	width: 92%;
}

/* 首页 技术交流 */
.index-tech {
	width: 100%;
	padding-top: 72px;
	padding-bottom: 64px;
}

.index-tech-list{
	width: 1000px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.index-tech-item{
	display: block;
	width: 30%;
	margin-right: 5%;
}

.index-tech-item:last-child{
	margin-right: 0;
}

.index-tech-item img{
	width: 100%;
	height: 225px;
}

.index-tech-date{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #cccccc;
	font-size: 13px;
	color: #666666;
	margin-bottom: 5px;
}

.index-tech-title{
	width: 100%;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #000000;
}

.index-tech-desc{
	width: 100%;
	height: 72px;
	line-height: 24px;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
}

.index-tech-button{
	width: 80px;
	height: 32px;
	margin-top: 15px;
	border: 1px solid #333333;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	transition: 1s;
}

.index-tech-item:hover .index-tech-button{
	background-color: #0574d7;
	color: #FFFFFF;
}


/* 底部 */
.border-left {
	border-left: 1px solid #0574d7;
}

.footer {
	width: 100%;
	height: 560px;
	background-color: #0162b9;
}

.footer-top {
	width: 100%;
	height: 168px;
	border-bottom: 1px solid #0574d7;
}

.footer-top-bar {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-top-bar-item {
	width: 33.33333%;
	height: 167px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.footer-top-bar-item-icon {
	width: 40px;
	height: 40px;
	margin-right: 24px;
}

.footer-top-bar-item-icon img {
	width: 40px;
	height: 40px;
}

.footer-top-bar-item-content-title {
	font-size: 18px;
	color: #dceefd;
	line-height: 32px;
}

.footer-top-bar-item-content-text {
	font-size: 22px;
	font-weight: bold;
	color: #dceefd;
}

.footer-content {
	width: 100%;
	height: 289px;
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
	padding-top: 49px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.footer-logo {
	width: 13%;
}

.footer-logo img {
	width: 100%;
}

.footer-menu {
	width: 83.66%;
	display: flex;
	justify-content: space-between;
}

.footer-menu-item-title {
	font-size: 18px;
	font-weight: bold;
	color: #dceefd;
	margin-bottom: 15px;
}

.footer-menu-item-son a {
	display: block;
	line-height: 26px;
	font-size: 14px;
	color: #dceefd;
}

.footer-pro .footer-menu-item-son {
	width: 230px;
	display: flex;
	justify-content: space-between;
}

.footer-bar {
	width: 100%;
	height: 104px;
	line-height: 104px;
	text-align: center;
	background-color: #023676;
	color: #dceefd;
	font-size: 16px;
}

.footer-bar span {
	padding: 0 10px;
}

.footer-bar a{
	color: #dceefd;
}

/* innerBanner start */
.innerBanner {
	width: 100%;
	height: 360px;
}

/* innerBanner end */

/* position start */
.positionOut {
	width: 100%;
	height: 50px;
	background: #0162b9;
}

.position {
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	height: 50px;
	line-height: 50px;
	padding-left: 280px;
	box-sizing: border-box;
	color: #fff;
	margin: 0 auto;
}

.position a {
	color: #fff;
	font-size: 14px;
}

.position a:first-child {
	padding-left: 30px;
	background: url("/images/path.png") left center no-repeat;
	height: 50px;
}

/* position end */

.main {
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

/* left start */
.left {
	width: 250px;
	margin-top: -110px;
	padding-bottom: 60px;
}

.leftTop {
	width: 100%;
	height: 150px;
	line-height: 150px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 30px;
	color: #fff;
	background-color: #0162b9;
}

.leftTop a {
	display: block;
	color: #fff;
}

.leftList {
	width: 100%;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	border-top: none;
}

.leftItem {
	display: flex;
	align-items: center;
	width: 100%;
	height: 49px;
	padding: 0 20px;
	border-bottom: 1px solid #e1e1e1;
	color: #343434;
	background: #fff;
	transition: 1s;
	box-sizing: border-box;
}



.leftItem span {
	display: block;
}

.leftItem span.icon {
	width: 20px;
	height: 20px;
	background: url(/images/jt_gray.png) no-repeat;
}

.leftItemTitle {
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
	color: #343434;
	transition: 1s;
}

.leftItem:hover {
	background-color: #f3f3f3;
}

.leftItem:hover span.icon {
	width: 20px;
	height: 20px;
	background: url(/images/jt_blue.png) no-repeat;
}

.leftItem:hover .leftItemTitle {
	color: #003580;
}

.leftItem.current span.leftItemTitle {
	color: #003580;
}

.leftItem.current span.icon {
	background: url(/images/jt_blue.png) no-repeat;
}

/* left end */

/* right start */
.right {
	/* width: 930px; */
	flex: 1;
	margin-left: 20px;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}

/* 新闻内页 */
.news_list {
	width: 100%;
	padding-left: 22px;
	padding-right: 22px;
	margin-top: 32px;
	box-sizing: border-box;
	overflow: auto;
}

.news_list_L {
	float: left;
	width: 100%;
	height: 115px;
	border-bottom: 1px dashed #D3D3D3;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news_list_L_w samp,
.news_list_L_w span {
	width: 100%;
	float: left;
}

.news_list_L_w samp a {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
}

.news_list_L_w span a {
	width: 100%;
	float: left;
	line-height: 28px;
	font-size: 14px;
	color: #7d7d7d;
}

.news_list_L_w s {
	float: left;
	width: 100%;
	line-height: 28px;
	font-size: 14px;
	color: #7d7d7d;
}

.news_list_L_news:hover {
	border-bottom: 1px solid #0162b9;
	background: #F7F7F7;
	border-top: 1px solid #0162b9;
	margin-top: -1px;
}

.news_list_L_news:hover samp a {
	color: #0162b9;
}

.news_list_L_w_news {
	padding-left: 20px;
	padding-right: 20px;
}

.news_list_L_w_news samp,
.news_list_L_w_news span {
	width: 100%;
	float: left;
}

.news_list_L_w_news samp a {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
}

.news_list_L_w_news span a {
	width: 100%;
	float: left;
	line-height: 28px;
	font-size: 14px;
	color: #7d7d7d;
}

.news_list_L_w_news s {
	float: left;
	width: 100%;
	line-height: 28px;
	font-size: 14px;
	color: #7d7d7d;
	text-decoration: none;
}

/* 内页 关于我们 */
.about {
	padding: 36px 24px;
}

.about-title {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}

.info{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #999;
}

.line1px{
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background-color: #ddd;
    margin-top: 18px;
    margin-bottom: 30px;
}


.about-nr {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

.about-nr p {
	text-indent: 32px;
}

.about-nr p img {
	position: relative;
	left: -32px;
}

.about-nr img {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* 产品内页 */
.pro-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.pro-item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 21px;
	padding-bottom: 8px;
	position: relative;
	border-bottom: 1px solid #EEEEEE;
}

.pro-item:nth-child(3n) {
	margin-right: 0;
}

.pro-item-img{
	width: 100%;
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 12px;
	border: 1px solid #DDDDDD;
}

.pro-item .pro-item-img>img {
	width: 75%;
	height: 75%;
	border-radius: 6px;
}

.pro-item>span {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	font-size: 16px;
	color: #040021;
	font-weight: bold;
	text-align: center;
}

.link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 33%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
	transition: .3s;
	opacity: 0;
}

.link img {
	width: 33px;
}

.a-div {
	width: 100%;
	height: 20px;
	line-height: 30px;
	font-family: "arial";
	font-size: 15px;
	color: #8f98a8;
	text-align: center;
}

.pro-item:hover .link {
	bottom: 50%;
	margin-bottom: calc(-40px + 16px);
	opacity: 1;
}

@media screen and (max-width: 1100px) {
		/* #menu li{
			width: 110px;
		}
		#menu a{
			font-size: 14px;
		} */
    .pro-item {
    	width: 43%;
    	margin-right: 4%;
    	margin-bottom: 24px;
    	position: relative;
    }
	
	.pro-item:nth-child(2n){
		margin-right: 0;
	}
	
	.pro-item:nth-child(3n){
		margin-right: 4%;
	}
	
}

/** 内页合作案例 **/
.case-title{
	margin-top: 30px;
}

.case-list{
	width: 100%;
	padding: 10px 20px 0px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.case-item{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.case-item:nth-child(3n){
	margin-right: 0;
}

.case-item img{
	width: 100%;
	transition: 0.5s;
}

.case-item img:hover{
	cursor: pointer;
	transform: translateY(-6px);
}

/** 内页行业应用 **/
.app{
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.app-item{
	display: block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	transition: .5s;
}

.app-item:hover{
	transform: translateY(-10px);
}

.app-item:nth-child(3n){
	margin-right: 0;
}

.app-item img{
	display: block;
	width: 100%;
	background-color: #e5e5e5;
}

.app-bottom{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
}

.appitem-title{
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #E5E5E5;
}

.app-item-link{
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #777777;
	display: flex;
	justify-content: space-between;
}

.app-item-link span{
	display: block;
}

.app-item-link span:last-child{
	font-size: 24px;
}

.product-img{
	width: 100%;
	display: flex;
	justify-content: center;
}

.product-img img{
	width: 60%;
	height: 60%;
}

.product-nr{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

.product-nr strong{
	display: block;
	width: 100%;
	padding-bottom: 10px;
	font-weight: bold;
	color: #0162b9;
	border-bottom: 1px solid #EEEEEE;
}

.pad-top{
	padding-top: 30px;
}

/** 分页 **/
.dede_pages{
	width: 100%;
	padding-top: 25px;
	padding-left: 22px;
	padding-right: 22px;
	box-sizing: border-box;
}

.pagelist,
.onePage{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.pagelist li{
	margin-right: 5px;
}

.pagelist li a{
	padding: 3px 10px;
	border: 1px solid #EEEEEE;
	color: #777777;
}

.pagelist li.thisclass{
	padding: 3px 10px;
	border: 1px solid #0076dd;
	color: #0076dd;
}

.pagelist li.thisclass a{
	padding: 0 !important;
	border: 0 !important;
	color: #0076dd !important;
}

.onePage{
	color: #333333;
	font-size: 15px;
}

.onePage span{
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
}