﻿.banenr_img {
    background-image: url("../images/About-banner.png");
}


/* ConandOper start */

.ConandOper {
    width: 100%;
    padding-bottom: 50px;
    background: #fff;
}

.ConandOper>h3 {
    padding-top: 40px;
    padding-bottom: 56px;
}

.ConandOper>div {
    line-height: 30px;
    text-align: left;
    text-indent: 24px;
    width: 900px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
}


/*  ConandOper end */


/* field start */

.field {
    width: 100%;
    height: 200px;
    background-image: url("../images/About-application.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.field>h3 {
    padding-top: 30px;
    margin-bottom: 30px;
}

.field>p {
    width: 994px;
    margin: 0 auto;
    line-height: 24px;
}


/* field end */


/* industry start */

.industry {
    width: 100%;
    height: 400px;
    background: #fff;
}

.industry>h3 {
    margin: 40px 0;
}

.industry>p {
    line-height: 24px;
    width: 580px;
    margin: 0 auto;
}

.industry_ul {
    width: 840px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.industry_ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.industry_ul li img {
    width: 150px;
    height: 150px;
    transition: all 0.6s;
}

.industry_ul li div {
    position: relative;
}

.industry_ul li:hover img {
    transform: scale(1.2);
}


/*
.industryUl_li1 {
    background-image: url("../images/About-application-pic1.png");
}

.industryUl_li2 {
    background-image: url("../images/About-application-pic2.png");
}

.industryUl_li3 {
    background-image: url("../images/About-application-pic3.png");
}

.industryUl_li4 {
    background-image: url("../images/About-application-pic4.png");
}*/

.industry_ul li p {
    line-height: 150px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    font-weight: bold;
}


/* industry end */


/* compete start */

.compete {
    width: 100%;
    height: 200px;
    background-image: url("../images/About-advantage.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.compete>h3 {
    padding-top: 30px;
    margin-bottom: 30px;
}

.compete>p {
    width: 1010px;
    margin: 0 auto;
    line-height: 24px;
}


/* compete end */


/* Honor start */

.Honor {
    width: 100%;
    padding-bottom: 40px;
    /*height: 500px;*/
    background: #fff;
}

.Honor>h3 {
    padding-top: 30px;
    margin-bottom: 20px;
}

.Honor>ul {
    width: 1200px;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.Honor>ul li {
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
	width: 20%;
    margin-top: 10px;
}

.Honor>ul li img {
    width:100%;
}

.Honorul1 {
    width: 630px !important;
}


/* Honor end */