@import url(jquery.bxslider.css);
@import url(pscroll.css);
@import url(product.css);
.home-hero-alt{
	width: 100%;
	height: 900px;
	margin-top: -84px;
	position: relative;
}
.flex{
	display: flex;
}
.video{
	width: 200px;
	height: 39px;
	color: #fff;
	font-size: 28px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}
.video img{
	width: 30px;
	height: 30px;
}
.closeVideo{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.mask{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	z-index: 99;
	display: none;
}
.mask video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	height: 80%;
}

/* 搜索列表 */
.searc_conten{
	width: 100%;
	padding: 20px;
}
.searc_left{
	width: 16.25rem;
	padding: 30px;
}
.searc_left .search{
	/* float: right; */
}
.searc_left .search .searc_left_title{
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0%;
	text-align: left;
}
.searc_left .search  .searc_left_content{
	width: 100%;
}
.searc_left .search  .searc_left_content ul{
	white-space: normal;
	overflow: hidden;
}
.searc_left .search  .searc_left_content ul li{
	width: 108px;
	height: 44px;
	float: left;
	margin: 5px 10px;
	line-height: 40px;
	font-family: 微软雅黑;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	/* 品牌色 */
	border-radius: 92px;
	color: #B7B7B7;
	background: rgb(245, 245, 245);
}
.searc_left .search  .searc_left_content ul .active{
	background: rgb(14, 107, 177);
	font-weight: 700;
	color: #FFF;
}
.searchActive{
	color: #FFF;
	background: rgb(14, 107, 177);
}
.searc_right{
	width: 70%;
	padding: 30px;
}
.divider{
	border-right: 1px solid #cfcfcf;
}
.searc_right .searc_right_title{
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0%;
	margin: 10px 20px;
}
.searc_right_content{
	width: 100%;
	font-family: 微软雅黑;
	font-size: 24px;
}
.searc_right_divider{
	width: 96%;
	margin: 10px auto;
	border: 1px solid #cfcfcf;
}
.searc_right_content ul li {
	line-height: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: space-between;
	margin: 20px 1.25rem;
}
.searc_right_content ul li div{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.searc_right_content ul li img{
	float: right;
	width: 30px;
    height: 30px;
}
/* 燃料系统 */
.fuelSys{
	width: 100%;
	height: 612px;
    box-sizing: border-box;
    position: relative;

}

.wrapSol {
    margin: 0 auto;
    text-align: left;
    zoom: 1;
    overflow: hidden;
}


.fuelSys_bgImg{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.fuelSysBox{
	position: relative;
	overflow: hidden;
	width: 1217px;
	height: 100%;
	margin: auto;
	box-sizing: border-box;
}

.fuelSysBox ul{
  	display: flex;
}

.fuelSys .fuelSys_ul li{
	display: flex;
	width: 1217px;
	
	/* margin: 0 auto; */
}

.fuelSys .fuelSys_ul li .left{
	width: 598px;
	position: relative;
}

.fuelSys .fuelSys_ul li .left .textBg{
	height: 39px;
	background-image:repeating-linear-gradient(to bottom,rgba(182,255,255,0.49),rgba(242,248,255,0.0));
	position: absolute;
	top: 200px;
	width: 69%;
}

.fuelSys .fuelSys_ul li .left .shadow{
	font-size: 88px;
	color: #E2E2E2;
	position: absolute;
	top: 98px;
    left: -8px;
	width: 100%;
}
.fuelSys .fuelSys_ul li .left h2{
	font-size: 66px;
    color: #000000;
    margin-bottom: 12.16%;
    margin-top: 160px;
  	z-index: 1;
	position: relative;
}

.fuelSys .fuelSys_ul li .left h2 span{
	color: #036EB8;
}

.fuelSys .fuelSys_ul li .left p{
	font-size: 18px;
	width: 85%;
	    white-space: nowrap;
    padding: 15px;
	padding-right: 0px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.5);
    margin-bottom: 13.7%;
}

.fuelSys .fuelSys_ul li .left p span{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #000;
  	border-radius: 50%;
	margin: 0px 20px 6px;
}

.fuelSys .fuelSys_ul li .left button{
	font-size: 24px;
    color: #333;
    padding: 15px 43px;
    border: 1px solid #333;
    border-radius: 50px;
    background: transparent;
    margin-bottom: 100px;
}

.fuelSys .fuelSys_ul li .right{
	height: 447px;
	margin-top: 98px;
}

.fuelSys .fuelSys_ul li .right img{
	width: 619px;
	height: 447px;
}


/* 解决方案 */
.soluiton{
	width: 100%;
	margin-top: 40px;
      margin-bottom: 40px;
}
.soluiton_title{
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 64px;
}
.soluiton_title .res{
	line-height: 42px;
	padding: 0px 14px;
  	box-sizing: border-box;
}
.soluiton_con{
	display: flex;
  position: relative;
    /*left: -4%;*/
    width: 102%
}

.soluiton_con li{
	position: relative;	
	width: 25%;
	height: 573px;
}

.soluiton_con li  img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.soluiton_con .soluiton_hover .pic_con{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	width: 42.5%;
	height: 22%;
  	text-align: center;
}
.soluiton_con .soluiton_hover .pic_con p{
	font-size: 24px;
  	margin-bottom: 9px;
}

.soluiton_con .soluiton_hover .pic_con .line{
	background: #fff;
    opacity: 0.5;
    height: 1.3px;
    width: 153px;
    display: inline-block;
    margin-bottom: 12px;
}

.soluiton_con .soluiton_hover .pic_con span{
	font-size: 16px;
}
.soluiton_con .soluiton_hover .pic_conRespon{
	position: absolute;
	bottom: 0px;
	margin: 50px 55px;
}
.soluiton_con .soluiton_hover  .titleRespon{
	color: rgb(255, 255, 255);
	font-family: 微软雅黑;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0%;
	text-align: center;
}
.soluiton_con  .decration{
	/*background: rgba(0, 25, 43, 0.06);*/
  padding: 20px 30px;
}
.soluiton_con  .decration .pic_con{
	position: absolute; bottom: 0;left: 0;padding: 30px;background: linear-gradient(1800deg,rgba(6, 30, 72, 0.55) ,rgba(255, 255, 255, 0))
}
.soluiton_con  .decration .pic_con .title{
	color: rgb(255, 255, 255); font-size: 36px;font-weight: 700;line-height: 90px;text-align: left;
}
.soluiton_con  .decration .pic_con .line{
	background: #fff; opacity: 0.5; height: 1.3px; width: 153px; display: inline-block;margin: 12px 0;
}
.soluiton_con  .decration .pic_con .shorttitle{
	color: rgb(255, 255, 255);font-weight: 400;line-height: 24px;font-size: 18px;
}
.soluiton-1,.soluiton-2,.soluiton-2,.soluiton-2{
	display: block;
}
.soluiton_1,.soluiton_2,.soluiton_3,.soluiton_4{
	display: none;
}
.pic1{
  transition: width .3s
}
.pic1:hover{
 	 width: 50%;
}
.pic1:hover .soluiton_1,.pic1:hover .soluiton_2,.pic1:hover .soluiton_3,.pic1:hover .soluiton_4,.pic1:hover .soluiton_5,.pic1:hover .soluiton_6,.pic1:hover .soluiton_7,.pic1:hover .soluiton_8{
	display: block;
}
.pic1:hover .soluiton-1,.pic1:hover .soluiton-2,.pic1:hover .soluiton-3,.pic1:hover .soluiton-4,.pic1:hover .soluiton-5,.pic1:hover .soluiton-6,.pic1:hover .soluiton-7,.pic1:hover .soluiton-8{
	display: none;
}
/* 合作企业 */
.all_enterprise{
	width: 100%;
	margin-top: 85px;
  	height: 392px;
}
.enterprise_title{
	text-align: center;
	line-height: 42px;
	font-size: 36px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 49px;
}
.enterprise_title .res{
	padding: 0px 14px;
	border-left: 4px solid #036EB8;
	border-right: 4px solid #036EB8;
  	box-sizing: border-box;
}
.soluiton_title .res{
	padding: 0px 14px;
	border-left: 4px solid #036EB8;
	border-right: 4px solid #036EB8;
  	box-sizing: border-box;
}

.all_enterprise_box{
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.enterprise_con,.enterprise_con2{
	height: 180px;
	display: flex;
  	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
  	position: absolute;
    left: 0;/* -600*0  */
}

.enterprise_con2{
	display: none;
}

.enterprise_con li, .enterprise_con2 li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 40px;
	width: 160px;
	height: 160px;
	padding: 0px 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

.enterprise_con li img,.enterprise_con2 li img{
	width: 125px;
	height: 125px;
}

.enterprise_point{
	display: flex;
	justify-content: center;
	margin-top: 60px;
  	text-align:center;
}
.enterprise_point span{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #036EB8;
	margin-right: 22px;
  	border-radius: 50%;
  	opacity: 0.2;
}
.enterprise_point .active{
  	opacity: 1;
}

/* 新闻资讯 */
.newInfor{
	width: 100%;
	padding-top: 48px;
	position: relative;
  	height: 606px;
  	box-sizing: border-box;
}

.newInfor_bgImg{
	position: absolute;
	top: 0;
	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: -1;
}

.newInfor_title{
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 48px;
}
.newInfor_title .res{
	padding: 0px 14px;
	border-left: 4px solid #036EB8;
	border-right: 4px solid #036EB8;
  	box-sizing: border-box;
}
.newInfor_con{
	padding: 0px 19%;
	display: flex;
  	justify-content: space-between;
}

.newInfor_con li{
	margin-right: 24px;
	/* width: 25.5%; */
	width: 368px;
	height: 338px;
	position: relative;
	background: #F5F7FA;
	transition:all 0.3s;
}

.newInfor_con li .bgImg{
	width: 100%;
	height: 206px;	
}

.newInfor_con li:hover{
	transform: scale(1.1);
	box-shadow: 0 0 15px #cfcfcf;
}

.newInfor_con li p{
	color: #333;
	font-size: 20px;
	padding: 20px;
	font-weight: normal;
}

.newInfor_con li span{
	color: #0E6BB1;
	font-size: 16px;
	/* font-weight: Regular; */
	position: absolute;
	right: 20px;
	bottom: 16px;
}


.newInfor_more{
  	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 48px 0px;
	position: absolute;
	bottom: 0px;
}

.newInfor_more img{
	width: 139px;
	height: 32px;
}
/* 搜索 */

.bg-green{
	/* position: absolute; */
	width: 100%;
	margin-top: -88px;
    padding-top: 150px;
	background: rgba(202, 242, 250, 0.3);
	backdrop-filter: blur(60px);
	padding-bottom: 113px;
	
}
.bs-example-modal-lg-search .row {
	padding: 20px;
}


.modal-dialog {
	position: relative;
	width: auto;
	margin: 60px 0px;
	padding: 0px 65px;
}

.modal-content {
	width: 100%;
	position: relative;
	background-color: #fff;
	border-radius: 50px;
	justify-content: center;
}
.form-control{
	padding-left: 60px;
	width: 80%;
}
.input-group{
	font-size: 20px;
}
.input-group input{
	background-color: #fff;
}
.input-group-btn{
	float: right;margin-top: -10px;
	margin-right: 50px;
}
.searchHistory{
	text-align: center;
	justify-content: center;
}
.searchHistory span,.searchSpan span{
	margin:0 10px;
	font-size: 16px;
	color: rgb(157, 157, 157);
}
.searchHistory span{
	margin-left: 1.25rem;
	color: rgb(81, 81, 81);
}

.home-hero-alt .indexVideo{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*首页*/
.i_product_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 2.5%;
}
.i_title {
	margin-top: 5%;
	margin-bottom: 4%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-family: Arial;
}
.i_title p {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.nproduct_list2 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.nproduct_list2 ul {
	display: flex;
	flex-wrap: wrap;
}
.nproduct_list2 ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
.nproduct_list2 ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.nproduct_list2 ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
	color: #00a1e9;
}
.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_solution ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
}
.i_solution ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.i_solution ul li h2 {
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	margin-top: 30%;
}
.i_solution ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_case_bg {
	background: url(../images/i_bg2.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
	color: #fff;
}
.i_case_bg .i_title p {
	color: #fff;
	background: url(../images/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "宋体";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}

.width_1900{
	max-width: 2000px;
}
/*动画*/


@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
.i_link ul li {
	width: 19%;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}
@media screen and (max-width:960px) {
}
/*搜索*/
@media screen and (max-width:830px) {
  .searc_left {
    width: 100%;
    padding: 30px;
}
 .searc_conten {
    display: block;
}
  .searc_left .search .searc_left_title{
  
  }
  .searc_left .search .searc_left_content ul{
    /*display: flex;*/
          margin-left: -12px;
  }
  .searc_left .search .searc_left_content {
    width: 100%;
}
  .input-group-btn,#pagination,.pager{
  		display:none;
  }
  .searc_left .search {
    /* float: right; */
    margin-left: -23px;
}
  .form-control {
    padding-left: 0;
    width: 93%;
}
/*轮显*/
#slider {
	display: none;
}
.flash_div {
	display: block;
}
.i_link ul li {
	width: 24%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
}
@media screen and (max-width: 640px) {
.nproduct_list2 ul li p {
	font-size: 13px;
}
.i_link ul li {
	width: 32.5%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 480px) {
.nproduct_list2 ul li p {
	font-size: 12px;
}
   .right .soluiton_title{
   position: relative;
    top: 40px;
   }
}
 @media screen and (max-width:360px) {
}
/* 产品介绍 */
.wrapDiv .product_list{
	width: 362px;
height: 460px;
background: rgb(255, 255, 255);
border: 1px solid rgb(230, 230, 230);
}
.wrapDiv .product_list .product_img{
	width: 320px;
height: 320px;
}
.wrapDiv .product_list .product_img img{
	width: 320px;
	height: 320px;
	margin: 20px;
}
.wrapDiv .product_list .product_title{
	width: 268px;
height: 31px;
color: rgb(67, 67, 67);
font-family: 微软雅黑;
font-size: 24px;
font-weight: 700;
line-height: 32px;
letter-spacing: 0%;
text-align: left;
}
.wrapDiv .product_list .product_subtitle{
	width: 297px;
height: 40px;
font-family: 微软雅黑;
font-size: 16px;
font-weight: 290;
line-height: 21px;
letter-spacing: 0%;
text-align: left;
color: rgb(140, 140, 140);
}
.wrapDiv .product_list .product_subtitle span{
	color: rgb(3, 110, 183);
}

.wrapDiv .product_list .product_subtitle a{
	width: 300px;
height: 50px;
box-sizing: border-box;
margin: 20px 30px;
border: 1.5px solid rgb(14, 107, 177);
border-radius: 4px;
color: rgb(14, 107, 177);
font-family: 微软雅黑;
font-size: 18px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
}

.cateAdmin,.adminTitle{
    /*background-image: url(/template/1/default/images/bg_cell.png);
    background-size: 100% 100%;*/
  width: 85%;
    margin: 0 auto;
	 background: rgba(255, 255, 255, 0.88);
    padding: 30px;
}
.cateAdmin .item_title,.adminTitle  .item_title{
  height:47px;
  font-size:32px;
  line-height:48px;
  color:rgb(67, 67, 67);
  font-weight:700;
}
.cateAdmin  .item,.adminTitle  .item{
      font-weight: 400;
    font-size: 18px;
    color: rgb(140, 140, 140);
    line-height: 45px;
    margin-top: 30px;
}
  
 @media screen and (max-width: 780px) {
.nproduct_list2 ul li {
	width: 49%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.nproduct_list2 ul li:nth-child(2n+0) {
	margin-right: 0;
}
  .fuelSys .fuelSys_ul li .left{
    position:relative;
  		left: 40px;
  }
  /* 产品详情 */
  .cateAdmin .item_title, .adminTitle .item_title{
  font-size: 20px;
font-weight: 400;
  }
  .cateAdmin .item, .adminTitle .item{
  font-size: 14px;
font-weight: 400;
    margin-top: 0;
  }
}