/*基础样式*/
html {
	font: 12px/1.5 arial, Helvetica, sans-serif;
	width: 100%;
}
input,
select,
textarea {
	font-size: 100%;
	padding-left: 10px;
	outline: none;
	_outline: none;
	border: 0;
	box-sizing: border-box;
}
button {
	outline: none;
	border: 0px;
	cursor: pointer;
}
textarea {
	resize: none
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
	text-align: left;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
/* 统一上标和下标 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
select {
	border: solid 1px #e6e6e6;
	/*appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;*/
	/*background: url(../images/xia-1.png) no-repeat scroll 95% center transparent;*/
	/*padding-right: 25px;*/
	background-color: #FFFFFF;
	font-size: 14px;
	/*height: 50px;*/
}
select::-ms-expand {
	display: none;
}

.mobile{display: none;}
.pc{display: block;}
.w_1400{width: 1400px;margin: 0 auto;}

@media only screen and (max-width: 1040px){
	.mobile{display: block;}
	.pc{display: none;}
}


.banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	border: 2px solid rgba(255,255,255,1);
}
.banner .swiper-slide img{
	width: 100%;
	display: block;
}

.banner .swiper-pagination-bullet-active{
	background-color: rgba(255,255,255,0.8);
}
.home_about_wrap{
	background-image: url(../images/bg-1.jpg);
	padding: 100px 0;
	background-size: 100% 105%;
}
.home_about .home_about_l{
	width: 850px;
}
.home_about .home_about_l .home_about-container .swiper-slide div{
	width: 100%;
	height: auto;
	/*vertical-align: middle;
	text-align: center;
	display: table-cell;*/
}
.home_about .home_about_l .home_about-container .swiper-slide div img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.home_about .home_about_l .home-about-swiper{
	width: 860px;
	height: 320px;
}

.home_about .home_about_l .home-about-swiper .swiper-slide{
	width: 320px !important;
	height: 320px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.home_about .home_about_l .home-about-swiper .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}



.home_about .home_about_r{
	width: 520px;
}
.home_about .home_about_r .title{
	font-size: 70px;
	color: #e2e0ea;
	line-height: 70px;
	font-family: Impact;
}
.home_about .home_about_r .ft{
	font-size: 24px;
	color: #686d81;
	margin-top: 5px;
}
.home_about .home_about_r .con{
	font-size: 16px;
	line-height: 28px;
	color: #686d81;
	margin-top: 10px;
	height: 82px;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.home_about_r .home_about_btn{
	margin-top: 10px;
}
.home_about_r .home_about_btn a{
	display: inline-block;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	font-size: 16px;
	color: #ffffff;
	margin-right: 15px;
}
.home_about_r .home_about_btn a.more{
	background-color: #13a864;
}
.home_about_r .home_about_btn a.fac{
	background-color: #507096;
}

.home_com_wrap{
	background-color: #507096;
}
.home_com_wrap .home_com{
	overflow: hidden;
	padding: 25px 40px;
	box-sizing: border-box;
	background-color: #e3e3e3;
}
.home_com_wrap .home_com .home_com-container img{
	display: block;
	width: 100%;
	height: auto;
	max-height: 195px;
}
.home_com_wrap .home_com .home_com-container .swiper-slide{
	
}
.home_pro_wrap{
	padding: 60px 0;
}
.all_pro_title .title{
	text-align: center;
}
.all_pro_title .title .zt{
	font-size: 70px;
    color: #e2e0ea;
    line-height: 70px;
    font-family: Impact;
}
.all_pro_title .title .ft{
	color: #686d81;
	font-size: 24px;
	line-height: 24px;
	margin-top: 5px;
}
.all_pro_title .title .titile_line{
	height: 1px;
	background-color: #e2e0ea;
	margin-top: 20px;
}
.all_pro_title .title .titile_line p{
	display: inline-block;
	position: relative;
	top: -14px;
}
.all_pro_title .title .titile_line p span{
	width: 90px;
	height: 7px;
	background-color: #507096;
}
.all_pro_title .title .titile_line p span:nth-child(2n){
	background-color: #13a864;
}

.home_pro .home_pro_list{
	margin-top: 50px;
	margin-bottom: -30px;
}
.home_pro .home_pro_list li{
	width: 320px;
	margin-right: 40px;
	box-sizing: border-box;
	padding: 30px 20px;
	border: 1px solid #e3ebf0;
	margin-bottom: 30px;
}
.home_pro .home_pro_list li:nth-child(4n){
	margin-right: 0;
}
.home_pro .home_pro_list li .img{
	width: 280px;
	height: 280px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	overflow: hidden;
}
.home_pro .home_pro_list li .img img{
	transition: all 0.3s;
	max-height: 90%;
	max-width: 90%;
	vertical-align: middle;
}
.home_pro .home_pro_list li:hover .img img{
	transform: scale(1.1);
}
.home_pro .home_pro_list li .text{
	margin-top: 10px;
}
.home_pro .home_pro_list li .text a{
	display: block;
	font-size: 14px;
	color: #686d81;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home_pro .home_pro_list li .cont{
	margin-top: 20px;
}
.home_pro .home_pro_list li .cont a{
	display: block;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #c9ced4;
	background-color: #f4f6f9;
	text-align: center;
	line-height: 38px;
	border-radius: 3px;
	color: #282828;
	font-size: 14px;
	transition: all 0.3s;
}
.home_pro .home_pro_list li:hover .cont a{
	background-color: #13a864;
	color: #ffffff;
}
.home_eq_bg img{width: 100%;display: block;height: auto;}
.home_eq_wrap{
	position: relative;
	background-image: url(../images/equipments-1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.home_eq_wrap .img img{
	width: 100%;
	height: auto;
	display: none;
}
.home_eq .home_eq_con{
	padding: 80px 30px;
	width: 340px;
	box-sizing: border-box;
	background-color: rgba(80,112,150,0.95);
}
.home_eq .home_eq_con .title{
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
}
.home_eq .home_eq_con .con{
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	height: 130px;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}
.home_eq .home_eq_con .more{
	display: block;
	width: 210px;
	margin: 60px auto 0;
	text-align: center;
	border-radius: 3px;
	background-color: #f4f6f9;
	font-size: 18px;
	color: #686d81;
	height: 48px;
	line-height: 46px;
	box-sizing: border-box;
	border: 1px solid #c9ced4;
	transition: all 0.3s;
}
.home_eq .home_eq_con .more:hover{
	background-color: #13a864;
    color: #ffffff;
}
@media only screen and (max-width: 1850px){
	
}


@media only screen and (max-width: 1440px){
	.w_1400{width: 100%;padding: 2%;box-sizing: border-box;}
	.home_about .home_about_l{width: 55%;}
	.home_about .home_about_r{width: 43%;}
	/*.home_about .home_about_l .home_about-container .swiper-slide div{width: 24vw;height: 24vw;}*/
	.home_about_wrap{padding: 80px 0;}
	.home_about .home_about_r .title,.all_pro_title .title .zt{font-size: 60px;line-height: 60px;}
	.home_about .home_about_r .title{
		font-size: 52px;
    line-height: 52px;
	}
	.home_about .home_about_r .ft {
    font-size: 20px;}
    .home_about .home_about_r .con{font-size: 14px;height: 82px;}
	.home_pro .home_pro_list li{width: 23%;margin-right: 2.66%;padding: 15px;}
	.home_pro .home_pro_list li .img{width: 20vw;height: 20vw;}
	.home_eq .home_eq_con .title {font-size: 36px;line-height: 36px;}
	.home_eq .home_eq_con {padding: 60px 20px;}
}

@media only screen and (max-width: 1040px){
	.home_pro .home_pro_list li{width: 48%;margin-right: 4%;padding: 15px;}
	.home_pro .home_pro_list li:nth-child(2n){margin-right: 0%;}
	.home_pro .home_pro_list li .img{width: 46vw;height: 46vw;}
	.home_about .home_about_r{width: 100%;}
	.home_com_wrap .home_com{padding: 20px;}
	.home_about_wrap {padding: 60px 0;}
	.home_pro_wrap {padding: 40px 0;}
	.home_eq .home_eq_con {width: 300px;}
	.home_eq .home_eq_con .con {height: 96px;-webkit-line-clamp: 4;}
	.home_eq .home_eq_con .title {font-size: 32px;line-height: 32px;}
	.home_eq_wrap{background-size: auto 100%;background-position: center;}
	.home_eq .home_eq_con .more {margin: 40px auto 0;width: 180px;}
	
	
	
	
	
	
	
}
@media only screen and (max-width: 767px){
	.home_pro .home_pro_list li .img {width: 42vw;height: 42vw;}
	.home_about_wrap {padding: 40px 0;}
	.home_about .home_about_r .title, .all_pro_title .title .zt {font-size: 42px;line-height: 42px;}
	.home_about .home_about_r .ft {font-size: 20px;}
	.home_about_r .home_about_btn a{font-size: 14px;margin-right: 10px;height: 36px;line-height: 36px;padding: 0px 10px;}
	.home_pro_wrap {padding: 20px 0;}
	.all_pro_title .title .ft {font-size: 18px;}
	.all_pro_title .title .titile_line p span {width: 50px;height: 3px;}
	.all_pro_title .title .titile_line p {top: -16px;}
	.home_pro .home_pro_list li{padding: 10px;margin-bottom: 20px;}
	
	.home_eq_wrap{background-image: none;}
	.home_eq .home_eq_con{width: 100%;padding: 30px 20px;}
	.home_eq.w_1400{padding: 0;}
	.home_eq_wrap .img img{display: block;}
	.home_eq .home_eq_con .title {font-size: 28px;line-height: 28px;text-align: center;}
	.home_eq .home_eq_con .more {margin: 30px auto 0;width: 180px;}
	.home_about .home_about_r .con {font-size: 14px;}
	.home_eq .home_eq_con .more {font-size: 16px;height: 42px;line-height: 40px;}
	.home_pro .home_pro_list{margin-top: 30px;}
	.foot_cont .cont_r div p {font-size: 14px;}
	.foot_cont_wrap, .footer .footer_top {padding: 20px 0;}
	
}
@media only screen and (max-width: 499px){
	.home_about_wrap {padding: 30px 0;}
	.home_com_wrap .home_com {padding: 10px;}
	.home_pro .home_pro_list li{padding: 5px;}
	.home_pro .home_pro_list li .cont a{height: 36px;line-height: 34px;}
	.home_pro .home_pro_list li .cont{margin-top: 10px;}
	.home_pro .home_pro_list{margin-top: 20px;}
	.home_about_r .home_about_btn a{font-size: 12px;}
	
	
	
	
}


.foot_cont_wrap{
	padding: 40px 0;
	background-color: #f4f6f9;
}

.foot_cont .cont_l{
	width: 320px;
}
.foot_cont .cont_l .title{
	line-height: 112px;
	color: #507096;
	font-size: 52px;
}
.foot_cont .cont_l .title span{
	line-height: 112px;
	color: #13a864;
	font-size: 52px;
}
.foot_cont .cont_r{
	width: 1050px;
}
.foot_cont .cont_r div{
	min-width: 350px;
	max-width: 50%;
}
.foot_cont .cont_r div p{
	font-size: 16px;
	color: #282828;
	line-height: 28px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

@media only screen and (max-width: 1440px){
	.w_1400{width: 100%;padding: 2%;box-sizing: border-box;}
	.foot_cont .cont_l {width: 290px;}
	.foot_cont .cont_r{width: calc(100% - 290px);}
	.foot_cont_wrap,.footer .footer_top{padding: 30px 0;}
	.foot_cont .cont_r div p {font-size: 14px;line-height: 24px;}
	.foot_cont .cont_l .title,.foot_cont .cont_l .title span{font-size: 46px;line-height: 96px;}
}

@media only screen and (max-width: 1280px){
	.foot_cont .cont_r{width: 100%;}
	.foot_cont .cont_l .title, .foot_cont .cont_l .title span {font-size: 38px;line-height: 38px;}
	.foot_cont .cont_l .title{margin-bottom: 20px;}
	.foot_cont .cont_r div p {font-size: 16px;}
}