/* Animate.css动画演示 */
@import "../css/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.min.css";

/* 公共样式 */
@import "../css/public.min.css";

.wrap{
  max-width: 1320px;
  margin: 0 auto;
}

/* 头部 */
.header {
  width: 100%;
  padding: 22px 0;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  transition: all 0.4s;
}
.header_index{
  background: none;
}
.header_active{
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.header>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo > a{
	width: 100%;
  max-width: 192px;
}
.logo_txt{
  width: 100%;
  float: left;
  max-width: 238px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  float: right;
  display: flex;
  justify-content: space-between;
}
.header_nav{
  float: left;
  display: flex;
}
.header_nav a{
  float: left;
  margin: 0 30px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #32373b;
}
.header_nav a>span{
	display: flex;
	align-items: center;
}
.header_nav a>span>i{
	float: right;
	font-size: 14px;
	padding-left: 3px;
}
.header_nav a>img{
  float: left;
  margin-right: 15px;
}
.header_nav a:hover{
  color: #009ad8;
	text-decoration: underline;
}
.lxwm_btn{
  float: right;
  margin-left: 15px;
}
.lxwm_btn a{
  width: 150px;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-image: linear-gradient(to right,#0bcae5,#009ad8);
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
}

/* 培训 */
.train_box{
  display: none;
  width: 100%;
	height: calc(100% - 90px);
	overflow-y: auto;
  position: fixed;
  left: 0;
  top: 84px;
  z-index: 99999999;
}
.train_box::-webkit-scrollbar {
  display: none;
}
.train{
  width: 100%;
  float: left;
  max-width: 1400px;
  background-color: #eaecee;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  padding: 20px;
  overflow-x: hidden;
}
.train_off{
  width: 112px;
  float: left;
  height: 114px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/off.png) no-repeat center center;
  background-size: 100% 100%;
}
.train_off>span{
  width: 62px;
  float: right;
  height: 62px;
  cursor: pointer;
}
.train_title{
  display: block;
  line-height: 40px;
  overflow: hidden;
  font-size: 20px;
  color: #202020;
  margin-bottom: 10px;
}
.train_form{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.train_left{
  width: 50%;
  float: left;
  padding-right: 20px;
}
.train_sp{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #141414;
}
.train_inp1{
  display: block;
  overflow: hidden;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 16px;
  color: #141414;
  padding: 0 20px;
  margin-bottom: 1px;
}
.train_inp1:last-child{
  margin: 0;
}
.train_right{
  width: 50%;
  float: right;
  padding-left: 20px;
}
.train_B{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.train_B .layui-form-radio{
	margin: 0 10px 0 0;
}
.train_B .layui-form-radioed>i {
    color: #009ad8;
}
.train_p{
  width: 50px;
  float: left;
  line-height: 40px;
  font-size: 16px;
  color: #353535;
}
.train_B .layui-form-select{
	width: calc(100% - 50px) !important;
	float: left;	
}
.train_B .layui-form-select .layui-input{
	height: 40px;
}
.train_B .train_inp3{
	width: calc(100% - 50px);
	height: 230px;
	float: left;	
	padding: 10px;
	line-height: 20px;
  font-size: 16px;
  color: #141414;
}
.train_button{
  width: 100%;
  float: left;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.train_button>button{
  width: 188px;
  float: left;
  height: 50px;
  background-image: linear-gradient(to right,#40c3e7,#0073cc);
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 25px; cursor:pointer;
}

/* 润滑剂选择 */
.lubricant_box{
  display: none;
  width: 100%;
	height: calc(100% - 90px);
	overflow-y: auto;
  position: fixed;
  left: 0;
  top: 84px;
  z-index: 99999999;
}
.lubricant_box::-webkit-scrollbar {
  display: none;
}
.lubricant{
  width: 100%;
  float: left;
  max-width: 1400px;
  background-color: #eaecee;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  padding: 20px;
  overflow-x: hidden;
}
.lubricant_off{
  width: 112px;
  float: left;
  height: 114px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/off.png) no-repeat center center;
  background-size: 100% 100%;
}
.lubricant_off>span{
  width: 62px;
  float: right;
  height: 62px;
  cursor: pointer;
}
.lubricant_title{
  display: block;
  line-height: 40px;
  overflow: hidden;
  font-size: 20px;
  color: #202020;
}
.lubricant_form{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.lubricant_left{
  width: 40%;
  float: left;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
.lubricant_right{
  width: 60%;
  float: left;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content: flex-start;
}
.lubricant_B{
  width: 32%;
  float: left;
  margin-bottom: 5px;
}
.lubricant_B .lubricant_sp{
	width: 100%;
	float: left;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #141414;
  margin-bottom: 5px;
}
.lubricant_B .lubricant_inp1{
	float: left;
  overflow: hidden;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 16px;
  color: #141414;
  padding: 0 20px;
}
.lubricant_inp2{
	width: 100%;
	float: left;
}
.lubricant_form .layui-form-select{
	float: left;
  width: 100% !important;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 16px;
  color: #141414;
  padding: 0 20px;
}
.lubricant_form .layui-form-select .layui-input{
	padding: 0;
	background: none;
	height: 40px;
	border: none;
}
.layui-input:hover{
	border: none !important;
}
.lubricant_B:nth-child(10),
.lubricant_B:nth-child(11),
.lubricant_B:nth-child(12){
  margin: 0;
}
.lubricant_BB{
	width: 100%;
	float: left;
	margin-top: 5px;
}
.lubricant_BB .lubricant_sp{
	display: block;
	overflow: hidden;
	line-height: 28px;
	font-size: 16px;
	color: #141414;
	margin-bottom: 5px;
}
.lubricant_BB .lubricant_inp3{
	width: 100%;
	display: block;
	height: 150px;
	font-size: 14px;
	line-height: 24px;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
}
.lubricant_button{
  width: 100%;
  float: left;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.lubricant_button>button{
  width: 188px;
  float: left;
  height: 50px;
  background-image: linear-gradient(to right,#40c3e7,#0073cc);
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
}

/* 联系我们 */
.lxwm_box{
  display: none;
  width: 100%;
	height: calc(100% - 90px);
	overflow-y: auto;
  position: fixed;
  left: 0;
  top: 84px;
  z-index: 99999999;
}
.lxwm_box::-webkit-scrollbar {
  display: none;
}
.lxwm{
  width: 100%;
  float: left;
  max-width: 1400px;
  background-color: #eaecee;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  padding: 40px;
  overflow-x: hidden;
}
.lxwm_off{
  width: 112px;
  float: left;
  height: 114px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/off.png) no-repeat center center;
  background-size: 100% 100%;
}
.lxwm_off>span{
  width: 62px;
  float: right;
  height: 62px;
  cursor: pointer;
}
.lxwm_title{
  display: block;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  color: #393939;
  font-weight: bold;
}
.lxwm_contect{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.lxwm_B{
  width: 33.3333%;
  float: left;
  border-right: 1px solid #d3d4d6;
  padding: 10px 0;
  text-align: center;
}
.lxwm_B:last-child{
  border: none;
}
.lxwm_icon{
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.lxwm_icon img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.lxwm_p{
  display: none;
  overflow: hidden;
  line-height: 28px;
  font-size: 18px;
  color: #6d6d6d;
}
.lxwm_dianhua{
  display: block;
  overflow: hidden;
  margin-top: 35px;
  line-height: 30px;
  font-size: 24px;
  color: #2b2b2b;
}
.lxwm_wx{
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.lxwm_wx img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* END */

/* 首页 */
/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner img{
  display: block;
  width: 100%;
  height: auto;
}
/* 搜索 */
.search_index{
  width: 100%;
  max-width: 334px;
  float: left;
  position: absolute;
  right: 75px;
  bottom: 85px;
  background-color: #fff;
  padding: 5px;
  border-radius: 27px;
  overflow: hidden;
}
.search_index_inp1{
  width: calc(100% - 88px);
  float: left;
  height: 44px;
  padding: 0 15px;
  font-size: 16px;
  color: #5b5350;
}
.search_index_btn{
  width: 88px;
  float: left;
  height: 44px;
  border-radius: 22px;
  background-image: linear-gradient(to right,#40c3e7,#0073cc);
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.cp{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.cp_ul{
  width: 1230px;
  display: block;
}
.cp_ul::after{
  content: "";
  display: block;
  clear: both;
}
.cp_ul li{
  width: 380px;
  float: left;
  margin: 15px 30px 15px 0;
}
.cp_ul li>a{
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 55px rgba(0,90,160,0.1);
  position: relative;
}
.cp_ul li>a .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li>a .cp_img::before{
  content: "";
  display: block;
  padding-top: 26.84211%;
}
.cp_ul li>a .cp_txt{
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(255,255,255,1);
  text-align: center;
  font-size: 17px;
  color: #373737;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.3s;
}
.cp_ul li>a:hover .cp_img img{
  transform: scale(1.1);
}
.cp_ul li>a:hover .cp_txt{
  background-color: rgba(255,255,255,0);
  color: #fff;
}
/* END-首页 */

/* 底部 */
footer {
	
}
footer>.container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 6px 0;
  border-top: 1px solid #ccc;
}
.footer_logo{
  width: 172px;
  float: right;
}
.footer_logo img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.copyright{
  float: left;
  line-height: 24px;
  color: rgba(0,0,0,0.6);
  font-size: 13px;
  width:100%;
  text-align:center;
}
.copyright a{
  color: #666;
  margin: 0 5px;
}
.copyright a:hover{
  color: #009ad8;
  text-decoration: underline;
}
/* END-底部 */

/* 产品 */
.N_banner{
  width: 100%;
  max-width: 1400px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.N_banner>.container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.N_banner_txt{
  float: left;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
}
.search{
  position: initial;
  left: initial;
  bottom: initial;
  max-width: 360px;
}
.search .search_index_btn{
  background: #e41d25;
}

.main{
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.dqwz_title{
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
}
.dqwz_logo{
  width: 100%;
  float: left;
  line-height: 34px;
 /* padding-left: 24px;
  background: url(../images/cp_logo.png) no-repeat left center;*/
  font-size: 14px;
  color: #363636;
  margin-bottom: 60px;
}
.dqwz_logo>a{
  color: #000;
  margin: 0 5px;line-height:34px; height:34px; 
  font-size: 16px;
}
.dqwz_logo>span{
  font-size: 16px;
  color: #0073cc;
  margin: 0 5px; line-height:34px; height:34px; 
}
.dqwz_logo>span>a{color:#0073cc}

.dqwz_logo>a:hover{
  color: #0073cc;
  text-decoration: underline;
}
.dqwz_txt{
  width: 100%;
  float: left;
  margin-bottom: 60px;
  padding-left: 28%;
  font-size: 18px;
  line-height: 30px;
  color: #383838;
	position: relative;
}
.dqwz_txt_p{
	width: 25%;
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 26px;
	text-align: left;
	font-weight: bold;
}

.dqwz_contect{
  width: 100%;
  float: left;
  margin: 60px 0;
  min-height: 800px;
  margin-bottom:50px;
}
.main_left{
  width: 245px;
  float: left;
}
.layui-form{
  width: 100%;
  float: left;
  padding-top: 16px;
}
.layui-form .layui-form-item{
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.layui-form .layui-form-item .layui-form-sp{
  width: 100%;
  float: left;
  font-size: 18px;
  color: #0073cc;
  font-weight: bold;
  margin: 0;
	position: relative;
	cursor: pointer;
	 line-height:40px;
}
.layui-form .layui-form-item .layui-form-sp>span{
	width: 18px;
	float: right;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.layui-form .layui-form-item .layui-form-sp>span::after{
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background-color: #282b2b;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.layui-form .layui-form-item .layui-form-sp-active>span::before{
	content: "";
	width: 2px;
	height: 100%;
	float: left;
	background-color: #282b2b;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.layui-form .layui-form-item .layui-input-block{
	display: none;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 5px; font-size:16px;
}
.layui-form .layui-form-item .layui-form-radio {
	margin: 0px 0 0 0;
	width: 100%;
	padding: 0; font-size:16px;
}
.layui-form .layui-form-item .layui-form-radio>i:hover,
.layui-form .layui-form-item .layui-form-radioed>i {
	color: #0073cc;
}

.layui-form .layui-icon-ok:before{
	content: "";
}
.layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #0073cc;
	background: #0073cc;
	color: #fff;
}
.layui-form-checked[lay-skin=primary] i {
	border-color: #0073cc!important;
	background-color: #0073cc;
	color: #fff;
}
.layui-form-checked[lay-skin=primary] i::before{
	content: "\e605";
}

.layui-form .layui-form-item>select{
  width: calc(100% - 105px);
  float: left;
}
.layui-form .layui-form-select{
  width: calc(100% - 105px);
  float: left;
}
.layui-form .layui-form-item .layui-form-select .layui-input {
  padding: 0 30px 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: none;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  font-size: 14px;
  color: #565656;
}
.layui-form .layui-form-select dl {
  top: 100%;
  padding: 0;
  bottom:inherit;
}
.layui-form .layui-form-select dl dd.layui-this {
  background-color: #0073cc;
  color: #fff;
}
.main_right{
  width: 860px;
  float: right;
}
.pro_ul{
  display: block;
  overflow: hidden;
  margin-top:15px;
}
.pro_ul li{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.pro_ul li .pro_img{
  width: 120px;
  float: left;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.pro_ul li .pro_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.pro_ul li .pro_R{
  width: calc(100% - 120px);
  float: left;
  padding-left: 60px;
}
.pro_ul li .pro_R .pro_p{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  font-size: 30px;
  color: #e41d25;
  text-transform: uppercase;
}
.pro_ul li .pro_R .pro_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  color: #5a5a5a;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.pro_ul li .pro_R .pro_txt>span{
  color: #0073cc;
}
.pro_ul li:hover .pro_R .pro_p{
  color: #181818;
  text-decoration: underline;
}

.pro_footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 20px 45px;
}
.pro_footer>a{
  float: left;
  font-size: 16px;
  color: #202020;
  line-height: 44px;
}
.pro_footer>a>span{
  width: 44px;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  font-family: simsun;
  font-size: 26px;
  color: #e41d25;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  margin-right: 15px;
}
.pro_footer>a:hover{
  color: #e41d25;
}
.pro_bottom{
  float: left;
}
.pro_bottom>a{
  width: 32px;
  float: left;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 14px;
  color: #e41d25;
  margin: 6px;
}
.pro_bottom>a:hover,
.pro_bottom>a.pro_active{
  background-color: #eaecee;
  color: #202020;
}

.cpxq_banner_txt{
  width: 182px;
  float: left;
  height: 182px;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 0px;
  font-size: 30px;
  color: #2e2e2e;
  font-weight: bold;
  text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.cpxq_banner_txt img{
	position: absolute;
	padding:4px;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	padding: auto;
}

.cpxq_main .dqwz_title{
  border-bottom: none;
}
.cpxq_main .dqwz_contect{
  margin: 20px 0 0px 0;
}
.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_B{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #afb0b0;
  padding-bottom: 75px;
  margin-bottom: 75px;
}
.cpxq_B:last-child{ border-bottom:0px;}
.cpxq_B .cpxq_left{
  width: 29.75%;
  float: left;
}
.cpxq_B .cpxq_left .cpxq_img{
  width: 100%;
  max-width: 275px;
  overflow: hidden;
  position: relative;
  /*background-image: linear-gradient(#b1b1b1,#fff);*/
  border-radius: 10px;
}
.cpxq_B .cpxq_left .cpxq_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cpxq_B .cpxq_left .cpxq_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 24px;
  color: #2d2d2d;
}
.cpxq_B .cpxq_right{
  width: 70.25%;
  float: left;
}
.cpxq_T{
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 36px;
  color: #2e2e2e;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom:10px;
}
.cpxq_more{
  display: block;
  padding-top: 20px;
}
.cpxq_more>a{
  display: block;
  overflow: hidden;
  width: 230px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0,0,0,0.1);
  font-size: 17px;
  color: #e41d25;
}
.cpxq_more>a:hover{
  background-color: #e41d25;
  color: #fff;
}

.cpxq-tck{
	display: none;
	width: 100%;
	float: left;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	background-color: rgba(0,0,0,0.8);
}
.cpxq-form{
	width: 96%;
	max-width: 500px;
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 10px;
}
.cpxq-tck>.cpxq-form>.off{
	width: 24px;
	float: left;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
}
.cpxq-tck-title{
	display: block;
	overflow: hidden;
	background-image: linear-gradient(to right,#0bcae5,#009ad8);
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.cpxq-tck-contect{
	display: block;
	overflow: hidden;
	padding: 20px;
}
.cpxq-tck-B {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.cpxq-tck-B .cpxq-tck-sp{
	width: 50px;
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #141414;
}
.cpxq-tck-B .cpxq-tck-inp1{
	width: calc(100% - 50px);
	float: left;
	border: 1px solid #ccc;
	height: 38px;
	line-height: 36px;
	padding: 0 10px;
	font-size: 16px;
	color: #141414;
	border-radius: 5px;
}
.cpxq-tck-B .cpxq-tck-inp2{
	width: calc(100% - 50px);
	float: left;
	border: 1px solid #ccc;
	height: 150px;
	line-height: 30px;
	padding: 10px;
	font-size: 16px;
	color: #141414;
	border-radius: 5px;
}
.cpxq-tck-btn{
	display: block;
	overflow: hidden;
	width: 50%;
	margin: 0 auto;
	height: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 20px;
	background-image: linear-gradient(to right,#0bcae5,#009ad8);
}




.cpxq_txt{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 17px;
  color: #424242;
  margin-top:12px;
}
.cpxq_txt:child(2){ margin-top:26px;}
.yy-imgbox .swiper-slide .yy_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.yy-imgbox .swiper-slide .yy_img::before{
  content: "";
  display: block;
  padding-top: 48.14815%;
}
.yy-imgbox .swiper-slide .yy_txt{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  font-size: 17px;
  color: #424242;
}
.yy-imgbox .swiper-slide:hover .yy_img img{
  transform: scale(1.1);
}
.yy-imgbox .swiper-slide:hover .yy_txt{
  color: #e41d25;
}
/* END-产品 */

.search-main .dqwz_logo{margin: 0;}
.search-main .main_right {
	width: 100%;
}
.search-main .main_right .pro_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search-main .main_right .pro_ul li {
	width: calc(50% - 20px);
	float: left;
}


@media (max-width:1340px) {
  .container {
    max-width: 97% !important
  }
}

@media (max-width: 1220px) {
/* 头部 */
.header_nav a {
  margin: 0 10px;
}
.header_nav a>img {
	margin-right: 5px;
}
.lxwm{
  max-width: 97%;
}
.search_index {
  right: 35px;
  bottom: 45px;
}
/* END_头部 */

/* 首页 */
.cp{
  padding: 40px 0;
}
.cp_ul {
  width: 102%;
  margin-left: -1%;
}
.cp_ul li {
  width: 31.3333%;
  margin: 15px 1%;
}
/* END-首页 */

/* 产品 */
.dqwz_logo {
  margin-bottom: 60px;
}
.dqwz_txt {
  margin-bottom: 40px;
}
.dqwz_contect {
  margin: 50px 0;
}
.main_left {
  width: 26%;
}
.main_right {
  width: 72%;
}
.cpxq_B {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
/* END-产品 */

}

@media (max-width: 991px) {
/* 头部 */
.header {
  padding: 18px 0;
}
.header_nav a {
  margin: 0 10px;
}
.train {
	padding: 20px;
}
.lubricant_left {
	width: 30%;
	padding-right: 5px;
}
.lubricant_right {
	width: 70%;
	padding-left: 15px;
}
.lubricant_B .lubricant_sp {
	font-size: 15px;
}

.lxwm_btn {
  margin-left: 5px;
}
.lxwm_btn a {
  width: 110px;
}

.lxwm {
	padding: 20px;
}

.search_index {
  right: 20px;
  bottom: 20px;
}
/* END-头部 */

/* 首页 */
.cp{
  padding: 20px 0;
}
.cp_ul li {
  width: 48%;
  margin: 10px 1%;
}
/* END-首页 */

/* 底部 */
footer>.container{
  padding: 20px 0;
}
/* END-底部 */

/* 产品 */
.dqwz_logo {
  margin-bottom: 30px;
}
.dqwz_txt {
  margin-bottom: 20px;
}
.dqwz_contect {
  margin: 30px 0;
}
.main_left {
  width: 29%;
}
.main_right {
  width: 69%;
}
.pro_ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.pro_ul li .pro_R {
  padding-left: 30px;
}
.pro_footer {
  padding: 20px 0;
}
.cpxq_B {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cpxq_B .cpxq_right {
  padding-left: 10px;
}
/* END-产品 */

}

@media (max-width: 767px) {
/* 头部 */
.header {
  padding: 10px 0;
  background-color: #fff;
}
.header_nav a {
  margin: 0 10px;
}
.header_nav a>img {
  margin: 0;
}
.lxwm_btn a {
  width: 40px;
}

/* 培训 */
.train_box{
  padding: 0;
	height: calc(100% - 60px);
  overflow-y: auto;
	top: 60px;
}
.train{
  padding: 10px;
  position: relative;
  top: initial;
  left: initial;
  transform: initial;
}
.train_off{
  width: 80px;
  height: 80px;
}
.train_off>span {
  width: 44px;
  height: 44px;
}
.train_title {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
}
.train_left {
  width: 100%;
  padding: 0;
}
.train_sp {
  margin-bottom: 5px;
}
.train_inp1 {
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 5px;
}
.train_inp1:last-child {
  margin: 0 0 10px 0;
}
.train_right {
  width: 100%;
  padding: 10px 0 0 0;
}
.train_B {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* .train_p {
  width: 30%;
  line-height: 30px;
  font-size: 20px;
} */
.train_ul {
  width: 70%;
}
.train_ul li {
  height: 24px;
  line-height: 24px;
}
.train_ul li a {
  font-size: 14px;
}
.train_button {
  margin-top: 10px;
}
.train_button>button {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border-radius: 20px;
}

/* 润滑剂选择 */
.lubricant_box{
  padding: 0;
	height: calc(100% - 60px);
	top: 60px;
  overflow-y: auto;
}
.lubricant{
  padding: 10px;
  position: relative;
  top: initial;
  left: initial;
  transform: initial;
}
.lubricant_off{
  width: 80px;
  height: 80px;
}
.lubricant_off>span {
  width: 44px;
  height: 44px;
}
.lubricant_title {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
}
.lubricant_left{
  width: 100%;
  padding: 0;
  border-right: none;
  border-bottom: 1px solid #e1e1e1;
}
.lubricant_right {
  width: 100%;
  padding: 10px 0 0 0;
}
.lubricant_B {
  width: 100%;
  margin-bottom: 5px;
}
.lubricant_B .lubricant_sp {
  margin-bottom: 5px;
}
.lubricant_B .lubricant_inp1 {
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 5px;
}
.lubricant_button {
  margin-top: 10px;
}
.lubricant_button>button {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border-radius: 20px;
}

/* 联系我们 */
.lxwm_box{
  padding: 0;
	height: calc(100% - 60px);
	top: 60px;
  overflow-y: auto;
}
.lxwm{
  padding: 10px;
  position: relative;
  top: initial;
  left: initial;
  transform: initial;
}
.lxwm_off{
  width: 80px;
  height: 80px;
}
.lxwm_off>span {
  width: 44px;
  height: 44px;
}
.lxwm_title{
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}
.lxwm_B{
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #d3d4d6;
}
.lxwm_icon {
  margin-bottom: 5px;
}
.lxwm_p {
  line-height: 24px;
  font-size: 14px;
}
.lxwm_dianhua {
  margin-top: 5px;
  line-height: 24px;
  font-size: 18px;
}
.lxwm_wx {
  padding-top: 5px;
}
/* END-头部 */

/* 首页 */
.search_index {
  max-width: calc(100% - 20px);
  right: 10px;
  bottom: 10px;
  padding: 2px;
	margin-top: 5px;
}
.search_index_inp1 {
  width: calc(100% - 66px);
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
}
.search_index_btn {
  width: 66px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
}

.cp {
  padding: 10px 20px;
}
.cp_ul {
  width: 100%;
  margin-left: 0;
}
.cp_ul li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.cp_ul li>a{
  border-radius: 0;
  box-shadow: initial;
}
.cp_ul li>a .cp_txt{
  position: relative;
  color: #000;
  display: block;
  text-align: left;
  height: 48px;
  line-height: 48px;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/cp_jiantou.png) no-repeat right center;
  padding-right: 20px;
}
.cp_ul li>a:hover .cp_txt{
  color: #009ad8;
}
/* END-首页 */

/* 底部 */
footer>.container{
  padding: 10px 0;
}
.footer_logo{
  width: 100%;
}
.copyright{
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
/* END-底部 */

/* 产品 */
.N_banner>.container {
  justify-content: center;
}
.N_banner_txt {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
}

.main {
  padding: 10px 0;
}
.dqwz_logo {
  line-height: 30px;
  margin-bottom: 10px;
}
.dqwz_txt {
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
}
.dqwz_txt_p {
	width: 100%;
	position: relative;
	top: 0;
	transform: translateY(0);
	font-size: 20px;
}
.dqwz_contect {
  margin: 10px 0;
}
.main_left {
  width: 100%;
}
.layui-form {
  padding-top: 10px;
  padding-bottom:15px;
}
.layui-form .layui-form-item {
  margin-bottom: 10px;
}
.layui-form .layui-form-item .layui-form-sp{ font-size:16px;}
.main_right {
  width: 100%;
}
.pro_ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pro_ul li .pro_R {
  padding-left: 10px;
}
.pro_ul li .pro_R .pro_p {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.pro_ul li .pro_img {
  margin-top: 10px; width:100px;
}
.pro_ul li .pro_R .pro_txt {
  margin-top: 5px;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
}
.pro_footer {
  padding: 10px 0;
}
.pro_footer>a {
  font-size: 14px;
  line-height: 24px;
}
.pro_footer>a>span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  margin-right: 5px;
}
.pro_bottom>a {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  margin: 2px;
}
/* END-产品 */
.cpxq_banner_txt {
	width: 120px;
	height: 120px;
	font-size: 20px;
}

.cpxq_T{
  line-height: 36px;
  font-size: 20px;
  padding-bottom:0px;
}
.cpxq_more{
  display: block;
  padding-top: 5px;
}
.cpxq_txt{
  margin-top:2px;
}
.cpxq_txt:child(2){ margin-top:2px;}
.cpxq_more>a{
  display: block;
  overflow: hidden;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0,0,0,0.1);
  font-size: 16px;
  color: #e41d25;
}
.cpxq_B .cpxq_left{ width:28%}
.cpxq_B .cpxq_right{ width:72%}
.cpxq_B .cpxq_left .cpxq_p{ font-size:20px;}
.cpxq_txt{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 15px;
  color: #424242;
}

.search-main .main_right .pro_ul li {
	width: 100%;
}



.cpxq-tck-title{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}
.cpxq-tck-contect{
	padding: 10px;
}
.cpxq-tck-B {
	margin-bottom: 5px;
}
.cpxq-tck-B .cpxq-tck-sp{
	width: 50px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.cpxq-tck-B .cpxq-tck-inp1{
	height: 38px;
	line-height: 36px;
	font-size: 14px;
}
.cpxq-tck-B .cpxq-tck-inp2{
	height: 150px;
	line-height: 20px;
	padding: 9px 10px;
	font-size: 14px;
}
.cpxq-tck-btn{
	font-size: 16px;
}



}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #fff;
	height: calc(60px +  constant(safe-area-inset-bottom));
	height: calc(60px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
	height: calc(58px +  constant(safe-area-inset-bottom));
	height: calc(58px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background-color: #2d3030;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 22px;
  line-height: 22px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}
.root > .layui-col-xs3 > a:hover {
  background-image: linear-gradient(to right,#0bcae5,#009ad8);
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 999;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END */
.selecton a{ background:#ddd; border-radius:5px; padding:2px 8px; float:left; margin:0 4px; display:block; color:#000;}
.selecton a:hover{ background:#bbb;}