@charset "utf-8";

/*banner*/
.banner {
    width: 100%;
    height: 500px;
    background: url(../img/industry/hy-banner.png) no-repeat center;
    position: relative;
    background-size: cover;
}
.banner1 {
    width: 100%;
    height: 500px;
    background: url(../img/industry/hy-banner1.png) no-repeat center;
    position: relative;
    background-size: cover;
}
.banner2 {
    width: 100%;
    height: 500px;
    background: url(../img/industry/hy-banner2.png) no-repeat center;
    position: relative;
    background-size: cover;
}
.banner3 {
    width: 100%;
    height: 500px;
    background: url(../img/industry/hy-banner3.png) no-repeat center;
    position: relative;
    background-size: cover;
}

.banner4 {
    width: 100%;
    height: 500px;
    background: url(../img/industry/hy-banner4.png) no-repeat center;
    position: relative;
    background-size: cover;
}
.banner5 {
    width: 100%;
    height: 500px;
    background: url(../img/industry/hy-banner5.png) no-repeat center;
    position: relative;
    background-size: cover;
}

.banner6 {
    width: 100%;
    height: 500px;
    background: url(../img/industry/hy-banner6.png) no-repeat center;
    position: relative;
    background-size: cover;
}

.banner7 {
    width: 100%;
    height: 500px;
    background: url(../img/industry/hy-banner7.png) no-repeat center;
    position: relative;
    background-size: cover;
}

.banner8 {
    width: 100%;
    height: 500px;
    background: url(../img/industry/hy-banner8.png) no-repeat center;
    position: relative;
    background-size: cover;
}

.banner9 {
    width: 100%;
    height: 500px;
    background: url(../img/industry/hy-banner9.png) no-repeat center;
    position: relative;
    background-size: cover;
}


.banner_text {
    position: absolute;
    bottom: 11%;
    left: 16.8%;
}
.banner_text h2 {
    font-size: 45px;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: 2px;
    font-family: "YaHei-Light";
        margin-bottom: 20px;
}
.banner_text h3 {
    font-size: 18px;
    color: #FFFFFF;
    width: 417px;
    text-align: left;
    padding: 30px 0 30px 0;
    line-height: 40px;
    letter-spacing: 1px;
    font-family: "YaHei-Light";
}
.banner_text em {
    display: inline-block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background-color: #fe5b5f;
    border: 1px solid #fe5b5f;
    color: #FFFFFF;
    font-style: normal;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

.banner_text h4 {
    font-size: 18px;
    color: #FFFFFF;
    width: 450px;
    text-align: left;
    letter-spacing: 1px;
    padding: 8px 0;
    line-height: 30px;
    font-family: "YaHei-Light";
}


/*产品优势*/


.advantage{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
}
.conter h1{
	margin-bottom: 40px;
    font-size: 25px;
}
.advantage>div{
	float: left;
	width: 25%;
	margin: 0 auto;
	text-align: center;
}

.advantage>div em{
	display: inline-block;
	width: 103px;
	height: 103px;
	border-radius: 15px;
	text-align: center;
	padding: 14px 0;
}
.advantage>div em.c-blue{
	background: #5eb1fd;
}
.advantage>div em.c-green{
	background: #36d0a5;
}

.advantage>div em.c-yellow{
	background: #fdb053;
}

.advantage>div em.c-red{
	background: #f15a4a;
}

.advantage>div h2{
	font-size: 18px;
	color: #585858;
	margin: 0;
    margin-top: 20px;
}
.advantage>div p{
	width: 195px;
	margin: 0 auto;
	line-height: 25px;
	font-size: 14px;
	color: #6c757d!important;
	text-align: center;
	margin-top: 20px;
}

/*解决方案*/

.programme-box{
	width: 100%;
	background-color: #fbfdff;
}
.programme{
	width: 1140px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
	overflow: inherit;
}
.programme>div{
	float: left;
	padding: 52px 0 0 40px;
  	box-shadow: 1px 0px 5px 0px rgba(153, 153, 153, 0.36);
}
.programme>div:hover{
	box-shadow: 0px 0px 18px 0px rgba(116, 198, 255, 0.75);
}
.programme .one{
	width: 560px;
	height: 390px;
	background: url(../img/industry/hy-back1.png) no-repeat;
}
.programme .two{
	width: 560px;
	height: 390px;
	background: url(../img/industry/hy-back2.png) no-repeat;
	float: right;
}
.programme .three{
	width: 560px;
	height: 390px;
	background: url(../img/industry/hy-back3.png) no-repeat;
	margin-top: 20px;
}
.programme .four{
	width: 560px;
	height: 390px;
	background: url(../img/industry/hy-back4.png) no-repeat;
	float: right;
	margin-top: 20px;
}

.programme>div h3{
	font-size: 18px;
	color: #1e8beb;
	margin-top: 40px;
	letter-spacing: 1px;
	margin-left: 10px;
}

.programme>div p{
	font-size: 14px;
	color: #585858;
	margin-top: 30px;
	width: 470px;
	text-align: left;
	line-height: 32px;
	margin-left: 10px;
	
}
.programme>div p em{
	color: #1e8beb;
}


/*产品价值*/
.pro-value{
	width: 1140px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
}

.pro-value>div{
	float: left;
	width: 340px;
	height: 342px;
	background-color: #64a6d0;
	margin: 0 auto;
	margin-right: 60px;
	padding: 50px 40px;
}

.pro-value>div:hover{
	box-shadow: 0px 3px 18px 2.94px rgba(141, 187, 255, 0.4);
}

.pro-value>div h4{
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
}

.pro-value>div p{
	color: #FFFFFF;
	margin-top: 35px;
	font-size: 16px;
	line-height: 30px;
}


/*成功案例*/
.case-box{
	width: 100%;
	background-color: #fbfdff;
}
.case{
	width: 1140px;
	margin: 0 auto;
	padding: 60px 0 20px 0;
}

.case ul li{
	margin-bottom: 30px;
	overflow: inherit;
}
.case ul li>div{
	float: left;
}

.case ul li .img{
	width: 300px;
	height: 150px;
	line-height: 150px;
	text-align: center;
  	background-color: rgb(255, 255, 255);
  	box-shadow: 0px 3px 18px 2px rgba(153, 153, 153, 0.27);
}
.case ul li .img:hover{
  	box-shadow: 0px 3px 18px 2px rgba(141, 187, 255, 0.27);
}
.case ul li .right{
	float: right;
}
.case ul li h5{
	text-align: left;
	font-size: 18px;
	color: #585858;
	margin-top: 20px;
}
.case ul li p{
	width: 790px;
	text-align: left;
	font-size: 14px;
	color: #585858;
	line-height: 25px;
	margin-top: 20px;
}

/*免费获取报价*/
.foot-btn {
    padding: 40px 0 48px 0;
    background: url(../img/shiyong.png) no-repeat center center;
    background-size: cover;
    height: 313px;
}

.text-light {
    color: #f8f9fa!important;
    padding: 30px 0 54px 0;
    font-size: 16px;
    margin: 0;
}
.btn-outline-light {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    display: inline-block;
    padding: 6px 12px;
}

.foot-btn h4 {
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 60px;
    margin: 0;
}

.btn-outline-light:hover {
    background: #409eff;
    color: #FFFFFF;
    border: 1px solid #409eff;
}