@charset "utf-8";
.banner-sub {
	height: 600px;
	background: no-repeat center / cover;
	position: relative;
}
.banner-sub .tit2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.banner-sub .tit2 p, .banner-sub .tit2 a, .ser_2 .tit a, .ser_2 .tit p {
	color: #fff;
}
.banner-sub .tit2 span, .ser_2 .tit span {
	display: inline-block;
	background: url(../images/loc.png) no-repeat left center;
	padding-left: 25px;
	color: #fff;
	line-height: 2em;
}
.dangqian {
	margin: -64px auto 0;
	width: 128px;
	height: 128px;
	position: relative;
}
.dangqian:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #00a3e0;
	opacity: 0.15;
	content: '';
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.dangqian a {
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
	background-color: #00a3e0;
	font-size: 18px;
	border-radius: 50%;
	padding: 34px 0;
	height: 128px;
}
.dangqian img {
	display: block;
	margin: 0 auto 10px;
	height: 25px;
	width: auto;
}
.dangqian:hover:before {
	-webkit-transform: scale(2);
	transform: scale(2);
	opacity: 0;
}
/* 联系我们*/
.section.box_list {
	padding: 5% 0;
}
.contact3 {
	height: 400px;
}
.contact3R {
	width: 68%;
	height: 100%;
	float: right;
	background: url(../images/bg2.png) center no-repeat;
	background-size: cover;
	border: 6px solid #fff;
	box-shadow: 0 0 17px rgba(0,0,0,0.09);
	padding: 35px 4.8% 26px 4.8%;
}
.contact3L .pageEwm img {
	margin: 0 auto;
	display: block;
}
.contact3R .H4 {
	color: #1f1f1f;
	margin-bottom: 3%;
}
.contact3R .ico {
	width: 20px;
	height: 20px;
	float: left;
	line-height: 0;
	margin-top: 11px;
}
.contact3R p {
	line-height: 28px;
	margin-bottom: 15px;
}
.contact3R .p2 {
	margin-left: 28px;
	display: block;
}
.contact3L {
	width: 29.6%;
	height: 100%;
	float: left;
	padding: 1.5%;
	box-shadow: 0 0 17px rgba(0,0,0,0.09);
}
.contact3L .pageEwm {
	display: block;
	width: 150px;
	margin: auto;
	padding: 10px;
	background: url(../images/p35.png) center no-repeat;
	background-size: 100% 100%;
}
.contact3L .p {
	line-height: 28px;
	text-align: center;
	margin-top: 2%
}
.message_h.p_mess input {
	width: 49%;
	margin-right: 2%;
}
.message_h.p_mess button {
	width: 150px;
}
.message_h {
	overflow: hidden;
	margin-top: 2%;
}
.message_h p {
	clear: both;
	margin-top: 2%;
}
.message_h input {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	outline: none;
	outline: none;
	text-indent: 20px;
}
.message_h input:nth-child(2n) {
	margin-right: 0;
}
.message_h textarea {
	border: 1px solid #dcdcdc;
	outline: none;
	text-indent: 7px;
	display: block;
	width: 100%;
	min-height: 100px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical;
}
.message_h button {
	clear: both;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #eb1f29;
	font-size: 14px;
	color: #fff;
	border: none;
	margin-top: 2%;
	border-radius: 3px;
	cursor: pointer;
}
.lanmu-mobile {
	display: none;
}
 @media screen and (max-width:1200px) {
.banner-sub {
	height: 450px;
}
}
 @media screen and (max-width:768px) {
.dangqian {
	display: none;
}
.lanmu-mobile {
	display: block;
	background-color: #e3e3e4;
}
.lanmu-mobile .title {
	line-height: 50px;
	text-align: center;
	font-size: 16px;
}
.banner-sub {
	height: 300px;
}
.message_h input {
	width: 100%;
	margin-right: 0;
}
.contact3 {
	height: auto
}
.contact3R {
	width: 100%;
	padding: 10px;
}
.contact3R .H4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.contact3R .p2 {
	line-height: 30px;
}
.contact3R .ico {
	margin-top: 5px;
}
.contact3L {
	width: 100%;
	height: auto;
	padding: 20px 0;
}
.contact3L .p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
}
/*新闻列表*/



.list-1 {
	overflow: hidden;
}
.list-1 li {
	float: left;
	width: 33.333333%;
}
.list-1 li.js {
	width: 100%;
}
.list-1 li.js .date {
	width: 10%;
	background: #eb1f29;
	float: left;
	padding: 1%;
	text-align: center;
}
.list-1 li.js .date em {
	margin-top: 3%;
	display: block;
}
.list-1 li.js .ms {
	width: 87%;
}
.list-1 li a {
	display: block;
	margin: 10px;
	padding-right: 10px;
	position: relative;
	border: 1px solid #f4f4f4;
}
.list-1 li a:before, .list-1 li a:after {
	content: '';
	width: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 365px;
	background-color: #f8f9fa;
}
.list-1 li a:after {
	height: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #d9281e;
}
.list-1 li.js a:before {
	height: 115px;
}
.list-1 li .img-center {
	overflow: hidden;
	position: relative;
	padding-bottom: 50%;
}
.list-1 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.list-1 li .text {
	padding: 5%;
	background-color: #f8f9fa;
}
.list-1 li .text h4 {
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	line-height: 1;
}
.list-1 li.js .text p {
	margin: 20px 0 0 0;
}
.list-1 li .text p {
	margin: 20px 0;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	overflow: hidden;
	color: #84858c;
	height: 50px;
}
.list-1 li .text small {
	color: #84858c;
	text-decoration: underline;
}
.list-1 li.js .text small {
	display: none;
}
.list-1 li .text span {
	float: right;
	height: 17px;
	width: 40px;
	background: url(../images/right03.png) no-repeat center;
}
.list-1 li a:hover:after {
	height: 365px;
}
.list-1 li.js a:hover:after {
	height: 165px;
}
.list-1 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*新闻详情*/
.article {
	width: 100%;
}
.article-title {
	border-left: 2px solid #d9281e;
	padding-left: 10px;
	margin-bottom: 4%;
}
.article-title h1 {
	margin: 0;
}
.article-title p {
	margin: 10px 0 0;
}
.article-title p span {
	display: inline-block;
	color: #999;
	padding-right: 10px;
}
.article-desc {
	padding: 15px;
	line-height: 1.8;
	border: 1px solid #ddd;
	border-left: 2px solid #d9281e;
	border-radius: 3px;
	margin-bottom: 4%;
}
.article-content {
	line-height: 2.2
}
.article-content p a {
	color: #d9281e;
}
.article-content img {
	max-width: 100% !important;
	height: auto !important;
}
.article-content-title {
	margin-bottom: 20px;
	font-size: 0;
}
.article-content-title span {
	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid #d9281e;
	color: #d9281e;
	font-weight: bold;
}
.article-content-title em {
	font-style: normal;
	background-color: #d9281e;
	color: #fff;
	width: 28px;
	line-height: 28px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-family: Impact;
	margin-bottom: 2px;
	margin-right: 10px;
}
.article-content-exp {
	margin-top: 40px;
}
.article-content-exp li {
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	position: relative;
	padding-top: 30px;
}
.article-content-exp li:after, .article-content-exp li:before {
	position: absolute;
	top: 0;
	height: 3px;
	content: '';
	background-color: #f3f5f9;
	width: 100%;
	left: 0;
}
.article-content-exp li:after {
	width: 0;
	background-color: #d9281e;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.article-content-exp li:hover:after {
	width: 100%;
}
.article-content-exp li:last-child {
	text-align: right;
}
 @media screen and (max-width:768px) {
.list-1 li {
	width: 50%;
}
.list-1 li.js .date {
	display: none;
}
.list-1 li.js .text small {
	display: block;
}
.list-1 li.js .ms {
	width: 100%;
}
}
/*关于我们*/
.section-title-1 {
	margin-bottom: 50px;
	text-align: center;
	background: url(../images/yx07_title_bg01.png) no-repeat center / contain;
	position: relative;
	line-height: 104px;
}
.about-text dd {
	text-align: justify;
	line-height: 2;
	margin: 0;
}
.number {
	display: flex;
	margin-top: 1.604vw;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gsjj{display:none}
.number li {
	position: relative;
	width: 50%;
	border-left: 1px solid #cccccc;
	padding: 1%;

	margin-bottom:3%;
}
.gsjj .number li{width:25%;margin-bottom:0}
.number li:nth-child(3), .number li:last-child {
    margin-bottom: 0;
}
.number li:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 30%;
	background: #00a3e0;
	z-index: 1;
}
.number li h3 i {
	font-style: inherit;
	color: #00a3e0;
	font-weight: 540;
	line-height: 1;
}
.number li h3 span {
	display: inline-block;
	margin-left: 10px;
	color: #00a3e0;
	font-size: 18px;
	font-weight: 500;
}
.number li p {
	line-height: 1.7;
	color: #333333;
	padding-top: 5px;
}
.ssxgcpsf-bg {
	background: url(../images/w1.jpg) no-repeat center bottom;
	background-size: cover;
}
.ssxg {
	overflow: hidden
}
.ssxg li {
	float: left;
	width: 33.333%;
	position: relative;
	height: 45vh;
	background-color: #fff;
}
.ssxg .m {
	overflow: hidden;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.ssxg li:nth-child(2) .m {
	top: auto;
	bottom: 0
}
.ssxg .m span {
	display: block;
	height: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ssxg .text {
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6% 5%
}
.ssxg li:nth-child(2) .text {
	top: 0;
	bottom: auto
}
.ssxg .text:before, .ssxg .text:after {
	content: '';
	position: absolute;
	height: 3px;
	bottom: 0;
	left: 50%;
}
.ssxg .text:before {
	background: #d4d5d6;
	width: 50px;
	margin-left: -25px;
}
.ssxg .text:after {
	width: 0;
	background-color: #e14551;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ssxg .text p {
	line-height: 1.8;
	overflow: hidden;
}
.ssxg .text a {
	display: block;
	text-align: center;
	line-height: 34px;
	color: #78787b;
	width: 94px;
	margin: 0 auto;
	border: #e5e5e5 1px solid;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ssxg .text a:hover {
	background-color: #d9281e;
	border-color: #d9281e;
	color: #fff;
}
.ssxg li:hover .m span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.ssxg li:hover .text:after {
	width: 100%;
	left: 0;
}
 @media (max-width:1600px) {
.gsjj {display:block}
.gsjj1{display:none}

}
 @media (max-width:768px) {
.ssxg li {
	width: 100%;
}
.ssxg li:nth-child(2) .m {
	top: 0;
	bottom: auto;
}
.ssxg li:nth-child(2) .text {
	top: auto;
	bottom: 0;
}
.gsjj .number li{width:50%;margin-bottom: 2%;}
}
/*产品列表*/
.nav_list2 {
	display: none;
}
.section-nav {
	text-align: center;
	margin-bottom: 3%;
}
.section-nav a {
	display: inline-block;
	background: #e5e5e5;
	padding: 10px 15px;
	margin: 5px 1px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
.section-nav a.on, .section-nav a:hover {
	background: #00a3e0;
	color: #fff;
}
.prolist {
	margin-top: 2%;
	overflow: hidden;
}
.proLi {
	position: relative;
	overflow: hidden;
	padding: 10px;
	width: calc(100% / 4);
	float: left;
}
.proLi .pp {
	border: 1px solid #dfdfdf;
	background: #fff;
}
.porTbox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 90%;
}
.proImg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	transition: all .5s ease;
}
.porBbox {
	padding: 5% 0;
	text-align: center;
	border-top: 1px solid #dfdfdf;
	width: 80%;
	margin: 0 auto;
}
.porBbox a {
	display: block;
}
.porBbox h2 {
	font-weight: 540;
	margin-bottom: 3%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.porBbox p {
	color: #838383
}
.porBbox p img {
	margin-left: 10px;
}
.porBbox a:hover h2, .porBbox a:hover p {
	color: #00a3e0
}
.showBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.6);
	transition: all 0.5s ease;
}
.showBoxLink {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 0.5rem 0;
}
.showBoxLink::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}
.showBoxLink::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}
.proLi:hover .showBox {
	opacity: 1;
}
.proLi:hover .showBoxLink::before, .proLi:hover .showBoxLink::after {
	width: 10%;
}
 @media (max-width:1200px) {
.proLi {
	padding: 5px
}
.proLi {
	width: calc(100% / 3)
}
}
 @media (max-width:1024px) {
.section-nav {
	display: none;
}
.nav_list2 {
	display: block;
}
.pro_mo_top_1 {
	display: block;
	margin: 1.5em 1em;
	border: 4px #f3f6f9 solid;
	padding: 0.1em 0.6em;
	background-color: #fff;
}
.pro_mo_top_1 select {
	color: #000;
	font-size: 0.875em;
	border: none;
	background: none;
	padding: 0.5em 0;
	width: 100%;
	outline: none;
	background-repeat: no-repeat;
	background-image: url(../images/index23.png);
	background-position: right center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
}
 @media (max-width:768px) {
.nav_p a {
	line-height: 40px;
}
.proLi {
	width: calc(100% / 2);
}
}
/*产品详情*/

.pro_1 {
	width: 100%;
	background: url(../images/pro_bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 3% 0 4% 0;
}
.prolist .pro_t {
	font-size: 40px;
	text-align: center;
	margin-bottom: 5%;
	position: relative;
}
.prolist .pro_t:after {
	position: absolute;
	contnet: "";
	left: 0;
	top: 0;
	width: 30px;
	height: 3px;
	background: #1854b5;
	text-align: center;
}
.pro_2, .pro_4 {
	width: 100%;
	margin: 4% 0;
	overflow: hidden;
}
.pro_2_1 {
	padding: 4% 0;
	background: #eaf0fb;
}
.pro_2 .left {
	width: 100%;
	text-align: left;
}
.pro_2 .left p {
	line-height: 2.4em
}
.pro_2 .left p .img {
	width: 50%;
	float: left;
}
.pro_2 .right {
	width: 100%;
	text-align: center;
	margin: 2% 0 0 0;
}
.pro_2 .right a {
	cursor: pointer;
	margin-bottom: 2em;
	display: inline-block;
	margin-right: 1%;
	border: 1px solid #abaaaa;
	color: #abaaaa;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 14px;
	padding-left: 35px;
	background-position: 10px center;
	background-repeat: no-repeat;
}
.pro_2 .right a:hover {
	background-color: #1854b5;
	border: 1px solid #1854b5;
	color: #fff;
	text-decoration: none;
}
.pro_5 {
	width: 100%;
	background: url(../images/bg2.jpg) no-repeat top center;
	background-size: cover;
	padding: 4% 0;
	margin-top: 4%;
}
.pro_5 .pro_t {
	color: #fff;
}
.pro_5 .message_h input {
	width: 49%;
	margin-right: 2%;
}
.pro_5 .message_h input:nth-child(2n) {
	margin-right: 0;
}
 @media screen and (max-width:1320px) {
.prolist .pro_t {
	font-size: 35px;
}
}
 @media screen and (max-width:1024px) {
.prolist .pro_t {
	font-size: 30px;
}
}
 @media screen and (max-width:850px) {
.prolist .pro_t {
	font-size: 25px;
}
.pro_2 .left, .pro_2 .right {
	width: 100%;
}
.pro_2 .left p {
	line-height: 2em
}
}
@media screen and (max-width:500px) {
.pro_2 .left p .img {
	width: 100%;
}
.prolist .pro_t {
	font-size: 22px;
}
.pro_2 .right .xj_01 {
	display: none
}
.pro_5 .message_h input {
	width: 100%;
	margin-right: 0;
}
}
/*案例列表*/
.ns {
	margin: 0 auto 2% auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ns li {
	display: inline-block;
	text-align: center;
	margin: 0 2px 2px;
	margin-top: 5px;
}
.ns li a {
	display: block;
	text-decoration: none;
	padding: 8px 20px;
	background: #f3f3f3;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
}
.ns li.on a, .ns li a:hover {
	background: #eb1f29;
	color: #fff;
}
.serves-list .servers-tit {
	padding-bottom: 1rem;
	border-bottom: 2px solid #989999;
	margin-bottom: 0.65rem;
}
.serves-list .list {
	margin-top: 2%;
}
.serves-list .list span {
}
.serves-list .ser_t a {
	display: inline-block;
	padding: 5px 10px;
	background: #1b3884;
	color: #fff
}
.serves-list .ser_t a:hover {
	background: #eb1f29;
	;
}
.serves-list .ser1 {
	margin-bottom: 5%;
}
.serves-list .list a {
	display: block;
	border: 1px solid #d6d6d6;
	padding: 10px;
	box-sizing: border-box;
	transition: .5s ease-in-out;
}
.serves-list .list .items {
	display: block;
	float: left;
	border: 1px solid #d6d6d6;
	width: 32%;
	margin-right: 2%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 2%;
	transition: .5s ease-in-out;
}
.serves-list .list .items:nth-child(3n) {
	margin-right: 0;
}
.serves-list .list .items .images, .serves-list .list a .images {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-top: 90%;
}
.serves-list .list .items .images img, .serves-list .list a .images img {
	transition: .5s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.serves-list .list .items:hover, .serves-list .list a:hover {
	box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.1);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
.serves-list .list .items:hover .images img, .serves-list .list a:hover .images img {
	transform: scale3d(1.05, 1.05, 1);
	-webkit-transform: scale3d(1.05, 1.05, 1);
	-moz-transform: scale3d(1.05, 1.05, 1);
	-o-transform: scale3d(1.05, 1.05, 1);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
.serves-list .list .items .words, .serves-list .list a .words {
	margin: 3% 0;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.serves-list .list .items:hover .words, .serves-list .list a:hover .words {
	color: #eb1f29;
}
.ser_t small {
	color: #4b4949;
	font-weight: 300;
	letter-spacing: -1px;
}
.new_c .cont ul {
	margin: 2% 0;
}
.new_c .cont ul img {
	margin-bottom: 1%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.new_c .cont .des p {
	line-height: 2
}
 @media screen and (max-width:768px) {
.serves-list .list .items {
	width: 49%;
	margin-right: 1%;
}
.serves-list .list .items:nth-child(3n) {
	margin-right: 1%;
}
.serves-list .list .items:nth-child(2n) {
	margin-right: 0;
}
}
/*应用领域*/
.ser_2 {
	padding-top: 7.5em;
	padding-bottom: 7.5em;
	position: relative;
	overflow: hidden;
	background-color: #eff0f4;
}
.ser_2 .about_2_3_mid {
	position: relative;
	z-index: 10;
}
.ser_2_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/bg3.jpg);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 42.91666666666667%;
}
.ser_2 .index_1_mid_right_2 {
	color: #fff;
	    font-family: "1";
}
.ser_2_mid ul li {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	float: left;
	width: 50%;
	background-color: #fff;
	position: relative;
	min-height: 32.8125em;
}
.ser_2_mid ul li:hover {
	-webkit-box-shadow: 2px 0px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 0px 16px rgba(0, 0, 0, 0.2);
}
.ser_2_mid_pic {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
}
.ser_2_mid_pic_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.ser_2_mid_con_mid {
	margin: 7.847533632287%;
}
.ser_2_mid_con {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
}
.ser_2_mid_con_mid_1 {
	text-align: right;
	margin-top: 2.5em;
	margin-bottom: 1em
}
.ser_2_mid_con_mid_1 img {
	max-height: 2.70833333333333vw;
}
.ser_2_mid_con_mid_2_1 {
	font-size: 1.5em;
	color: #000;
}
.ser_2_mid ul a:hover .ser_2_mid_con_mid_2_1 {
	color: #00a3e0
}
.ser_2_mid_con_mid_2_2 {
	color: #333;
	margin-top: 1em;
	line-height: 1.5;
	margin-bottom: 1em;
}
.ser_2_mid ul li:nth-child(2n) .ser_2_mid_con {
	bottom: auto;
	top: 0;
}
.ser_2_mid ul li:nth-child(2n) .ser_2_mid_pic {
	top: auto;
	bottom: 0
}
.ser_2_mid {
	margin-top: 2.6em;
}
.ser_2_mid ul li:hover .ser_2_mid_pic_bg {
	transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
}
.div_480 {
	display: none;
}
@media screen and (max-width: 1024px) {
.ser_2_mid_con_mid_2_1 {
	font-size: 1.125em;
}
}
 @media screen and (max-width:768px) {
.ser_2_mid ul li {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	min-height: inherit;
}
.ser_2_mid_pic {
	width: 50%;
	height: 100%;
}
.ser_2_mid_con {
	left: auto;
	right: 0;
	height: 100%;
	width: 50%;
	position: relative;
	margin-left: 50%;
}
.ser_2_mid_con_mid_2_1 {
	font-size: 1.125em;
}
.ser_2_mid_con_mid_2_2 {
	margin-bottom: 2.5em;
}
}
 @media screen and (max-width: 480px) {
.div_480 {
	display: block;
}
.ser_2_mid_pic {
	position: static;
	width: 100%;
}
.ser_2_mid_pic_bg {
	display: none;
}
.ser_2_mid_con {
	margin-left: 0;
	width: 100%;
}
}
/*应用领域详情*/
.case_con .case_left {
	width: 25%;
}
.case_left .r1 {
}
.case_left .r1 h1 {
	background: #00a3e0;
	padding: 0.8em 0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	border-bottom: 1px solid #e0e0e0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.case_left .r1 .menu {
	overflow: hidden;
	background: #fff
}
.case_left .r1 .menu li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px #f7f7f7 solid;
	line-height: 30px;
	padding: 1em 0;
}
.case_left .r1 .menu li .a1 {
	display: block;
	background: url(../images/j9.png) no-repeat right 20px center;
	padding-left: 1.2em;
}
.case_left .r1 .menu li .a1:hover {
	background: #595959 url(../images/j9.png) no-repeat right 20px center;
	text-decoration: none;
	color: #fff;
}
.case_left .r1 .menu li .a2 {
	display: inline-block;
	line-height: 50px;
	padding: 0 1em 0 0;
}
.case_con .case_right {
	background: #fff;
	width: calc(100% - 28%);
	padding: 3%;
}
.case-content {
	margin-top: 5%;
	overflow: hidden;
}
.case-content p {
	line-height: 2.2em;
}
 @media screen and (max-width: 1200px) {
.case_con .case_left {
	width: 30%;
}
.case_con .case_right {
	width: calc(100% - 33%);
}
}
 @media screen and (max-width: 1024px) {
.case_con .case_left {
	display: none;
}
.case_con .case_right {
	width: 100%;
}
}
/*产品列表*/

.ser_1 .prolists {
	background: #fff;
	box-shadow: 0 42px 95px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 42px 95px rgba(0,0,0,.15);
	-moz-box-shadow: 0 42px 95px rgba(0,0,0,.15);
	-o-box-shadow: 0 42px 95px rgba(0,0,0,.15);
	width: 50%;
	float: left;
	padding:2%
}
.prolists .pro_pic {
	width: 45%;
	float: left;
	overflow: hidden;
}
.prolists .pro_pic a {
	display: block;
	width: 100%;
}
.prolists .pro_pic a img {
	width: 100%;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
.prolists .pro_pic a:hover img{
		transform: scale3d(1.05, 1.05, 1);
	-webkit-transform: scale3d(1.05, 1.05, 1);
	-moz-transform: scale3d(1.05, 1.05, 1);
	-o-transform: scale3d(1.05, 1.05, 1);
	
	}
.prolists .pro_tit {
	width: calc(100% - 50%);
	margin-top: 5%;
	float: right;
	
}

.pro_tit h2{font-weight:540;border-bottom:1px solid #eeeeee;padding-bottom:4%;margin-bottom:6%;}
.pro_tit p{color: #828282;}
 @media screen and (max-width: 768px) {
	 .prolists .pro_pic{width:100%;}
	.prolists .pro_tit{width:100%;    text-align: center;} 

	 }
	 @media screen and (max-width: 480px) {
		 
	.ser_1 .prolists{width:100%;}	 
		 }
		 
/*企业文化*/
.about-text {

    overflow: hidden;
}

.about-text .left{ width: 49.5%;}
.about-text .right{width: 47.35%;}
.about-text .left p {
    line-height: 2.2;
}
.about_1 .serves-list{
	
	width:60%;margin:0 auto;
	
	}

.about_2 {
	background-color: #f6fafe;
	position: relative;
	padding: 6.875em 0 6.6875em 0;
	    margin-top: 5%;
}
.about_2_bg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 90%;
}
.about_2_bg_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/bg4.jpg);
}
.about_2_mid {
	background-color: rgba(0,163,224,.74);
	padding: 5em 0;
	position: relative;
	z-index: 10;
	width: 63.64583333333333%;
	color: #fff;
}
.index_1_mid_right_1 span.ww {
	color: #fff;
	text-transform: uppercase;
}
.index_1_mid_right_1 span.ww:after {
	background-color: #fff;
}
.about_2_mid_mid {
	margin-left: 23%;
	margin-right: 8%;
}
.about_2_mid_mid_2 {
	font-size: 2.08333333333333vw;
	line-height: 1.5;
}
.about_2_mid_mid_3_2 {
	color: #dedede;
	line-height: 1.5;
}
.about_2_mid_mid_3_1 {
	font-size: 1.25em;
	margin-bottom: .5em;
}
.about_2_mid_mid_3 {
	padding-top: .75em;
}
.about_2_mid_mid_3 p {
	line-height: 2em;
}
.about_2_mid_mid_3 p:nth-child(2n) {
	margin-bottom: 3%;
}
.about_2_mid_mid_3 ul li {
	margin-top: 1.5em;
}
.about_3 {
	overflow: hidden;
	position: relative;
	background-color: #f6fafe;
}
.about_2_3_mid {
	margin: 0 15%;
	position: relative;
	z-index: 10;
}
@media screen and (max-width:1200px) {
.about-text .left {width:100%}
.about-text .right{width:100%;text-align:center}

}
@media screen and (max-width:1024px) {
.about_1 .serves-list{width:100%}

}
@media screen and (max-width:768px) {
.about_2_mid {
	width: 80%;
}
.about_2, .about_2_mid {
	padding: 4em 0;
}
.about_2_mid_mid {
	margin-left: 15%;
}
.about_2_bg {
	width: 100%;
}
.about-text .left , .about-text .right{
	
	width:100%;
	}
	

}
 @media screen and (max-width: 480px) {
.about_2_mid {
	width: 95%;
}
.about_2_mid_mid {
	margin-left: 10%;
	margin-right: 5%;
}
}