﻿@charset "utf-8";
/* CSS Document */

img{ display:block; }

/*--common--*/
.lr_auto{ width: 1190px; margin: 0 auto;}
.lr_auto02{ margin: 0 auto;}
.width77{ width:14.28%; }
.width88{ width:12.5%; }
.fl{ float: left;}
.fr{ float: right; }



/*--banner--*/
.banner{ position:relative; overflow:hidden; width:100%; height: 600px; /* display: none; */}
.banner img{position:absolute; left:50%; margin-left:-960px;}

/* 公共标题 */
.motor_title { margin-bottom: 40px; text-align: center;  }
.motor_title h2{ font-size: 36px; color: #333; margin-bottom: 10px; font-weight: bold;}
.motor_title p{ font-size: 24px; color: #999; text-transform: uppercase;}

/* 平台介绍 */
.motor_introduce{ background: #fff; padding-top: 60px; padding-bottom: 70px;}
.motor_introduce_content{ width: 100%; overflow: hidden;}
.motor_introduce_content p{ font-size: 18px; line-height: 34px; color: #333; text-align: center;}
.motor_introduce_content img{ margin-top: 50px;width: 100%;height: auto;}

/* 平台功能 */
.motor_value{ padding-top: 60px; background: url(../images/explosion_safety/safety_value_bg.png) center center no-repeat; 
height: 600px; background-color: #f6f7fa;}
	
.motor_value_content{ width: 100%; overflow: hidden;display: flex;}
.motor_value_ul{ width: 310px; overflow: hidden;}
.motor_value_ul li{ width: 100%; float: left; text-align: left; margin-bottom: 40px;}
.motor_value_ul li img{ width: auto; height: 60px; vertical-align: middle;} 
.motor_value_ul li h2{ font-size: 18px; color: #333; line-height: 30px; font-weight: 600; margin-top: 10px; margin-bottom: 12px; display: flex;}
.motor_value_ul li h2 span{ color: #1358af; font-style: italic; font-size: 24px; font-weight: 700; padding-right: 10px;}
.motor_value_ul li p{ font-size: 15px; color: #666; line-height: 26px;}

.motor_value_middle{ width: 560px; height: 400px; margin-top: 10px;} 
.motor_value_middle img{ transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out;-o-transition: All 0.4s ease-in-out;}
.motor_value_middle:hover img{ /*css3 位置*/
transform: translate(0, -10px); -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -o-transform: translate(0, -10px);
-ms-transform: translate(0, -10px);}

/* 安全监测展示 */
.motor_case{ padding-top: 60px; padding-bottom: 60px; background-color: #fff; overflow: hidden;}
.motor_case_ul_content{ width: 100%; overflow: hidden;}

.motor_case_ul { overflow: hidden;}
.motor_case_ul li{ float: left; width: 50%;}
.motor_case_ul li a { width: 100%;cursor: pointer;}
.motor_case_ul li a img { width: 100%; height: 100%;}
/* .motor_case_ul li a h3{ color:#333; font-size:16px; line-height:50px; text-align:center;} */


/* 应用领域 */
.motor_application{ padding-top: 60px; padding-bottom: 70px; background-color: #f6f7fa; overflow: hidden;}

.motor_application_content{ overflow: hidden; box-shadow: 3px 3px 18px #bac0ce; padding: 45px 40px 40px; background: #fff;}
.motor_application_ul{ overflow: hidden; border-bottom: solid 7px #f1f1f1; padding-bottom: 25px; margin-bottom: 42px;}
.motor_application_ul li{ float: left; width: 25%;}
.motor_application_ul li img{ display: block; float: left;} 
.motor_application_ul li p{ float: left; font-size: 18px; color: #000; line-height: 55px; margin-left: 25px;}

.motor_application_ul:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0;}



/*--bottom_ad--*/
.bottom_ad{ background: #0967ff url(../images/sales_management/i_register_border.png) no-repeat center bottom; padding: 24px 0 12px; }
.bottom_ad h3{ font-size: 22px; line-height: 36px; color: #fff; text-align: center; }
.bottom_ad a{ display: block; width: 100px; height: 30px; margin: 15px auto; font-size: 12px; line-height: 30px; color: #fff; text-align: center; border: 1px solid #fff; 
border-radius:100px; }
.bottom_ad a:hover{ background-color: #fff; color:#0967ff; }


