@charset "UTF-8";
	/*定义全局*/
* {
	margin:0px;
	padding:0px;
    font-family: "微软雅黑", Microsoft YaHei, Source Han Sans, Helvetica, Arial;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
	font:14px/200%;
	color:#333;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-text-size-adjust:none;
	font-family: "微软雅黑", Microsoft YaHei, Source Han Sans, Helvetica, Arial;
}
/*html,body{overflow-x: hidden;}*/
ol,ul,li {
	padding:0;
	margin:0;
	list-style:none;
}
/*定义标题*/
h1,h2,h3,h4,h5,h6 {
	color:#333;
	font-size:14px;
	font-weight:500;
	line-height:150%
}
select,input,img,select {vertical-align: middle;}
b,i,address,cite,code,em,th {font-weight: normal;font-style: normal;}
a,a:active {color: inherit;text-decoration: none;cursor: pointer;border: 0;}
input,textarea {
	outline:none;
	border:none;
}
input {
	-webkit-appearance:none;
}
em,i,b {
	font-style:normal;
	font-weight:normal;
}
.clearfix{*zoom:1}
.clearfix:before,.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}
.tleft{text-align: left;}
.tright{text-align:right;}
.left{float:left;}
.right{float:right;}
.ofh{overflow: hidden;}
.row {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	padding:0;
	margin:0
}
.row > [class*='col-'] {
	display:flex;
	flex-direction:column;
}
a,a:link {
	color:#333;
	text-decoration:none
}
a:hover,a:focus {
	color:#404143;
	text-decoration:none;
	outline:none;
	-moz-outline:none
}
a:active {
	color:#f30
}
.layout {
	width:100%;
	padding-right:10px;
	padding-left:10px;
	margin-right:auto;
	margin-left:auto
}

@media screen and (min-width: 1359px){
	.layout {
	 width:1200px;
  }
}
@media screen and (min-width: 1599px){
	.layout {
	 width:1450px;
  }
}
@media screen and (min-width: 1899px){
	.layout {
	 width:1650px;
  }
}

.txtcon {
	margin:35px 0;
	min-height:500px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.txtcon p{
	color: #333333;
	font-size: 16px;
	line-height: 40px;
}
.txtcon img {
	margin:5px 0;
	max-width:100%;
	width:auto;
	height:auto;
}
/*菜单标题*/
.page-title{width: 100%;padding:15px 0;}
.page-title h2 {
	font-size: 30px;
	letter-spacing: 5px;
	color: #222;
	text-align: center;
	margin-bottom: 25px;
}
/*BANNER*/
.banner_page {
	margin-top:70px;
	position: relative;
}
.banner_page .img {
	width: 100%;
	height: 100%;
}
.banner_page .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.banner_page .inner {
	width: 1000px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
}
.banner_page .h1 {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 10px;
}

.banner_page .h4 {
	font-size: 20px;
	line-height: 30px;
}
.nav_location{position: absolute;bottom: 0px;background: rgba(17, 81, 162, 0.8);width:100%;}
.nav_menu {margin-top:5px;font-size: 15px;color: #fff;line-height:50px;padding-right: 5px}
.nav_menu li {
	float:left;
}
.nav_menu li i{
	padding:0 5px;
	font-size: 12px;
}
.nav_menu li a {
	color:#fff;
}
.top_nav_right{width:100%;text-align: center}
.menu_nav {
	background-color:#FFFFFF;
	padding:15px 0;
	border-bottom:1px solid #E7E7E7;
}
.menu_nav .ul_06{
	display:inline-block;	
}
.menu_nav .ul_06 li {
	float:left;
	background:url(../images/side_bjx.png) no-repeat right center;
}
.menu_nav .ul_06 li a {
	display:block;
	line-height:36px;
	color:#333333;
	padding:7px 35px;
	transition:all 0.6s;
	font-size:19px;
	border-bottom:2px solid #ffffff;
}
.menu_nav .ul_06 li a:hover,.menu_nav .ul_06 li a.on {
	color:#135da9;
}
.menu_nav .ul_06 li:last-child {
	background:none;
}





/*解决方案*/
.ser-txt {
	width:95%;
	padding-bottom:15px;
	margin:0 auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #d4d2d3;
}

.ser-txt h4 {
	font-size:21px;
	color:#1e1e1e;
	font-weight:bold;
	position:relative;
	padding-left:20px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.ser-txt h4:before {
	content:"";
	left:0;
	top:0;
	width:8px;
	height:100%;
	background:#666666;
	position:absolute;
}
.ser-txt h4 a:hover {
	color:#000;
}
.app-pic {
	width:100%;
	height:420px;
	overflow:hidden;
	margin-top:24px;
}
.app-pic img {
	width:100%;
	height:100%;
	border-radius: 3px;
	object-fit:cover;
}
.ser-txt p {
	font-size:15px;
	color:#1e1e1e;
	line-height:30px;
	margin-top:16px;
	height:60px;
	overflow:hidden;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.ser-txt h6 {
	font-size:14px;
	margin-top:8px;
	padding-right:20px;
	background:url('../images/arr.png') no-repeat right center;
	width:84px;
	transition:all 0.5s;
}
.ser-txt h6 a{
	color:#ff0000;
}
.ser-txt h6:hover {
	background:url('../images/arr.png') no-repeat 70px center;
	width:100px;
}
.ser-txt h6 a:hover {
	cursor:pointer;
}
.ser-txt a:hover img {
	border-radius: 5px;
	transform:scale(1.01,1.01);
	-webkit-transform:scale(1.01,1.01);
	-ms-transform:scale(1.01,1.01);
	-o-transform:scale(1.01,1.01);
	-moz-transform:scale(1.01,1.01);
}
.ser-txt img {
	transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	-ms-transition-duration:0.4s;
	-o-transition-duration:0.4s;
}
/*详细描述*/
.text_view {
	padding:0 18px;
	padding-bottom:30px;
}
.text_view .text_tit {
	text-align:center;
	padding:10px 0;
	border-bottom:1px solid #eeeeee;
}
.text_view .text_tit .h3 {
	font-size:30px;
	color:#333333;
	line-height:1;
	padding-bottom:15px;
}
.text_view .text_tit span {
	font-size:14px;
	line-height:1;
	color:#666666;
}
.text_view .text_con {
	padding-top:20px;
	padding-bottom:30px;
}
.text_con img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
/*公司简介*/
.tit-h3{margin-bottom:15px;font-size:29px;color:#333;line-height:1.4;padding:0 0 10px 0;position:relative;text-transform:uppercase;letter-spacing:1px}
.tit-h3 span {color:#0f3691}
.tit-h3:after{content:'';position:absolute;left:0;bottom:-5px;width:100px;height:2px;background-color:#333;}
.tit-h2{font-size:29px;color:#333;line-height:1.4;padding:5px 0;position:relative;text-transform:uppercase;letter-spacing:1px;font-weight: bold}
.tit-h1{font-size:26px;color:#fff;line-height:1.4;font-weight: bold}
@media only screen and (max-width:767px){
.tit-h2{font-size:15px}
.tit-h3{font-size:18px}
.banner_page .img {
	width: 100%;
	height: 190px;
}

.banner_page .inner {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
}
}
.aboutpic img{
	position: relative;
	z-index: 1;
	width: 92.8%;
	float: right;
	margin-right: 30px;
}
.aboutpic i{
	position: absolute;
	right: 0;
	top: 30px;
	width: 92.8%;
	height: 465px;
	background-color: #135da9;
}
/*企业文化*/
.cultureid{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top:38px;
}
.culturediv{
	width: 100%;
	overflow: hidden;
}
.culturediv ul li{
	position: relative;
	float: left;
	width: 24.2%;
	overflow: hidden;
	margin-right: 1%;
	margin-bottom: 2%;
	border: #eeeeee solid 1px;
	border-radius: 10px;
	background-color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.culturediv ul li:nth-child(4n){
	margin-right: 0;
}
.culturediv ul li:hover{
	background-color: rgba(16,93,169,0.8);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}	
@media only screen and (max-width:767px) {
	.culturediv ul li{
		width: 48.5%;
	}
}

.cultureid{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.cultureid span{
	display: block;
	width: 100%;
	font-size:35px;
	overflow: hidden;
	color:#ff0000;
}

.culturediv ul li:hover {

}
		
.culturediv ul li i{
	position: absolute;
	right: -26px;
	top:-35px;
	z-index: 1;
	font-size: 120px;
	font-weight: bold;
	font-family: arial;
	font-style: normal;
	color: #888888;
	opacity: 0.07;
}
.culturediv ul li:hover .cultureid p,.culturediv ul li:hover i,.culturediv ul li:hover .cultureid span{
	color: #FFFFFF;
}
.culturediv ul li:hover  .cultureid h6{
	color: #fff;	
}
.culturetit{
	overflow: hidden;
	text-align: center;
	margin:15px 0 30px;
}	
.culturetit h5{
	color: #000000;
	font-size: 35px;
	letter-spacing: 8px;
	font-weight: bold;
	margin-bottom: 10px;
}
.culturetit>span{
	display: block;
	width: 100%;
	color: #d1d1d1;
	font-size: 18px;
}	
.cultureid h6{
	color: #222222;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.cultureid p{
	color: #666666;
	font-size: 18px;
	line-height: 24px;
	height:50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*联系我们*/
.con-text {
	overflow:hidden;
	margin:0 15px;
}
.con-text h3 {
	font-size:36px;
	color:#222;
	line-height:1.4;
	font-weight:400;
	margin-bottom:30px
}
.con-text h4 {
	font-size:20px;
	color:#222;
	line-height:1.4;
	font-weight:600;
	margin-bottom:20px
}
.con-text .txt {
	margin:0 0 30px -6px ;
	font-size:16px;
	color:#222;
	line-height:24px;
	overflow:hidden
}
.con-text .txt p {
	padding:2px 10px;
}
.con-text .txt p span {
	padding-right:8px;
}
.con-text .qr {
	margin-left:-4px;
	font-size:0;
	overflow:hidden
}
.con-text .qr .pic {
	display:inline-block;
	vertical-align:bottom;
	margin-right:11px;
	width:110px;
	height:110px;
	overflow:hidden
}
.con-text .qr .pic img {
	display:block;
	width:100%;
	height:100%
}
.con-text .qr span {
	display:inline-block;
	vertical-align:bottom;
	padding-bottom:6px;
	font-size:14px;
	color:#666;
	font-family:Light;
	line-height:22px;
	overflow:hidden
}
.contact-map {
	height:550px
}
.contact-map img {
	max-width:none;
	-webkit-transition:0s;
	-o-transition:0s;
	transition:0s
}
@media only screen and (max-width:767px) {
	.contact-map {
	height:300px
}
}
/*产品中心*/
.index_pro{

	border: #ededed solid 2px;

	-moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -o-box-sizing: border-box;

    -ms-box-sizing: border-box;

    box-sizing: border-box;
	margin-bottom: 25px;

}

.index_pro:hover{

	box-shadow: 0px 5px 35px rgba(4,0,0,.1);

}

.index_pro a{

	display: inline-block;

	width: 100%;

}

.index_pro-tu{

	width: 100%;

	height: 348px;

	line-height: 348px;

	overflow: hidden;

	text-align: center;

	background-color: #fff;

	border-bottom: #ededed solid 2px;

	-moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -o-box-sizing: border-box;

    -ms-box-sizing: border-box;

    box-sizing: border-box;

}

.index_pro-tu img{
     height: 100%;
	 

}

.index_pro-zi{

	width: 100%;

	margin-top: 20px;

	text-align: center;

}

.index_pro-zip{

	color: #666666;

	font-size: 16px;

	margin-bottom: 6px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.index_pro-zih{

	color: #135da9;

	font-size: 18px;

	margin-bottom: 30px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.b-more{

	display: inline-block;

	color: #666666;

	font-size: 14px;

	padding: 0px 30px;

	height: 38px;

	line-height: 38px;

	margin-bottom: 25px;

	text-align: center;

	border-radius: 15px;

	border:#c4c4c4 solid 1px;

}
/*新闻中心*/
.g-f-l { float:left; _display:inline; }  
.g-f-r { float:right; _display:inline; } 
.news-list{ margin-top: 72px; padding-top: 48px; position: relative;}
.news-list ul{ padding-bottom: 45px;}
.news-list:after{ content: ""; position: absolute; width: 1px; height: 100%; background-color: #b0b0b0; left: 50%; top: 0;}
.news-list:before{ content: ""; position: absolute; width: 5px; height: 5px; background-color: #00a0e9; border-radius: 50%; left: 50%; top: 0; margin-left: -2px;}
.news-list ul li{ overflow: hidden; position: relative;}
.news-list ul li a:after{ content:""; clear:both; display:table; }
.news-list ul li a:before{ content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; border: 1px solid #b0b0b0; background-color: #fff; right: -56px; top: 50%; margin-top: -5px; z-index: 99; transition: all ease-in-out .2s;}
.news-list ul li a{ display: block; width: 44%; zoom: 1; position: relative;}
.news-wen{ width: 85%;}
.news-wen h2{ font-weight: normal; font-size: 16px; color: #121212; height: 20px; line-height: 20px; overflow: hidden; text-align: right; transition: all ease-in-out .2s;}
.news-wen p{ font-size: 13px; color: #666; line-height: 28px; height: 56px; overflow: hidden; text-align: right; margin-top: 8px;}
.news-date{ width:13%; height: 75px; text-align: center; color: #b0b0b0; padding-top: 5px; transition: all ease-in-out .2s;}
.news-date i{ font-style: normal; font-size: 42px; display: block;}
.news-list ul li.news-odd a{ float: right;}
.news-list ul li.news-odd .news-wen h2{ text-align: left;}
.news-list ul li.news-odd .news-wen p{ text-align: left;}
.news-list ul li.news-odd a:before{ right: auto; left: -54px;}
.news-list ul li a:hover h2{ color: #333;}
.news-list ul li a:hover .news-date{ color: #333;}
.news-list ul li a:hover:before{ border: 1px solid #333;}	
.mb-news{ display: none;}
@media screen and (max-width: 900px){
	.news-list{ display: none;}
	.mb-news{ display: block;}
	.mb-news-tit{ padding: 10px 0; border-bottom: 1px solid #e4e4e4;}
	.mb-news-tit .slide{ text-align: center; font-size: 14px; height: 26px; line-height: 26px; border: 1px solid #fff; border-radius: 13px;}
	.mb-news-tit .slide a{ color: #202020;}
	.mb-news-tit .slide.active{ border: 1px solid #e4e4e4;}
	.mb-news-tit .slide.active a{ color: #00a0e9;}
	.mb-news-tit .bx-wrapper{ margin-left: 10px;}
	.mb-news-tit .bx-pager, .mb-news-tit .bx-controls-direction{ display: none;}
	
	.mb-first-news{ margin-top: 20px; padding: 0 3% 20px; border-bottom: 1px solid #e4e4e4;}
	.mb-first-news h2{ font-weight: normal; font-size: 16px; color: #121212; height: 26px; line-height: 26px; overflow: hidden; margin-top: 12px;}
	.mb-first-news p{ font-size: 14px; color: #999; line-height: 24px; height: 48px; overflow: hidden;}
	.mb-news{ margin-bottom: 80px;}
	.mb-news ul li{ padding: 20px 0; margin: 0 3%; border-bottom: 1px solid #e4e4e4; overflow: hidden;}
	.mb-info-date2{ width: 60px; padding-top: 6px; height: 54px;  text-align: center; font-size: 30px; color: #999; float: left;}
	.mb-info-date2 span{ display: block; font-size: 12px;}
	.mb-info-con2{ margin-left: 70px;}
	.mb-info-con2 h2{ font-weight: normal; font-size: 16px; color: #121212; height: 24px; line-height: 24px; overflow: hidden;}
	.mb-info-con2 p{ font-size: 13px; line-height: 20px; height: 40px; overflow: hidden; color: #999;}
}
/*底部*/
.footer {
	margin-top: 30px;
	background-color:#25292C;
	border-top:1px solid rgba(44,44,46,0.15); 
	height: 65px;
}
.footer p {
	font-size:15px;
	color:#fff;

}
.footer p a{
	color:#fff;
}
.footer span {
	font-size:9px;
	padding-left:9px;
}
.footer .f-right {
	text-align:right;
	line-height: 45px;
	margin-top:5px
}
.footer-icon {
	width:100%;
	color:#fff;
}
.footer-icon a {
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
}
.footer .f-left{line-height: 45px;margin-top:5px}
@media screen and (max-width:1350px) {

.menu_nav .ul_06 li a {
	padding:7px 10px ;
}
}
@media screen and (max-width: 768px){
.layout {
	 width:100%;
  }
	.page-title h2 {
		font-size: 24px
	}
	.footer {
	margin-top:5px;
	height:auto;
}
	.txtcon {
	min-height:auto;
}
    .menu_nav .ul_06 li a {
	    padding:7px 10px;
 }
	.index_pro{
	margin-bottom:0;

}
	
	.index_pro-tu{
		width: 100%;
	height: auto;
	line-height: auto;
}
.index_pro-tu img{
	  width: 100%; 
	height: auto;

}
}
@media (max-width: 480px) {
	.page-title h2 {
		font-size: 6vw
	}
}
