body {
    background: #EBEBEB;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.container {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
}

.title {
    width: 94%;
    margin: 3%;
}

.title img {
    width: 100%;
    height: 100px;
}

.nav {
    width: 94%;
    margin: 3%;
    height: 50px;
    background: #E2E2E2;
}

.nav ul {
    margin-left: 5px;
}

.nav ul li {
    float: left;
    margin: 15px 8px 15px 0;
    border-right: 1px solid #787878;
}

.nav ul li:last-child {
    border-right: 0;
}

.nav ul li a {
    color: #787878;
    font-size: 14px;
    margin-right: 8px;
}

/*.nav ul li a:hover {*/
    /*padding-bottom: 15px;*/
    /*color: #2D2D2D;*/
    /*border-bottom: 1px solid #2D2D2D;*/
/*}*/

.nav ul .n_active a{
    padding-bottom: 15px;
    color: #2D2D2D;
    border-bottom: 1px solid #2D2D2D;
}

/*选项卡*/
.tab_box {
    display: none;
}
.dis {
    display: block;
}

.company {
    width: 94%;
    margin: 0 3%;
}

.company .company_title {
    position: relative;
}

.company .company_title img {
    width: 100%;
}

.company .company_title span {
    position: absolute;
    bottom: 3px;
    left: 0;
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    background: white;
    opacity: 0.9;
    width: 50%;
    height: 36px;
    line-height: 34px;
    border-top-right-radius: 10px;
}

.company .intro {
    font-size: 14px;
    line-height: 23px;
    color: #787878;
    margin-top: 36px;
    margin-bottom: 36px;
}

.company .develop {
    margin-bottom: 36px;
}

.company .develop img {
    width: 100%;
}

.company .develop h5 {
    font-size: 16px;
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
}

.culture {
    width: 94%;
    margin: 0 3%;
}

.culture .culture_title {
    position: relative;
}

.culture .culture_title img {
    width: 100%;
}

.culture .culture_title span {
    position: absolute;
    bottom: 3px;
    left: 0;
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    background: white;
    opacity: 0.9;
    width: 50%;
    height: 36px;
    line-height: 34px;
    border-top-right-radius: 10px;
}

.culture .intro {
    font-size: 14px;
    line-height: 23px;
    color: #787878;
    margin-bottom: 36px;
}

.culture .intro img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 36px;

}

.culture .intro span {
    font-size: 16px;
    color: #2D2D2D;
}

.brand {
    width: 94%;
    margin: 0 3%;
}

.brand .brand_title {
    position: relative;
}

.brand .brand_title img {
    width: 100%;
}

.brand .brand_title span {
    position: absolute;
    bottom: 3px;
    left: 0;
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    background: white;
    opacity: 0.9;
    width: 50%;
    height: 36px;
    line-height: 34px;
    border-top-right-radius: 10px;
}

.brand .intro {
    margin-top: 20px;
}

.brand .intro .intro_detail {
    padding: 15px 0;
    border-bottom: 1px solid #C7C7C7;
}

.brand .intro .intro_detail:last-child {
    border: 0;
}

.brand .intro .intro_detail .box {
    float: left;
}

.brand .intro .intro_detail .intro_title {
    float: left;
    font-size: 14px;
    color: #2D2D2D;
}

.brand .intro .intro_detail p {
    font-size: 14px;
    line-height: 25px;
    color: #787878;
    margin-top: 4px;
    margin-bottom: 0;
}

/*蓝色小三角形*/
.box  {
    display: inline-flex;
    margin-right: 2px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #2F94E5;
    border-bottom: 8px solid transparent;
}

.value {
    width: 94%;
    margin: 0 3%;
}

.value .value_title {
    position: relative;
}

.value .value_title img {
    width: 100%;
}

.value .value_title span {
    position: absolute;
    bottom: 3px;
    left: 0;
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    background: white;
    opacity: 0.9;
    width: 50%;
    height: 36px;
    line-height: 34px;
    border-top-right-radius: 10px;
}

.value .intro {
    width: 96%;
    padding: 2%;
    margin-top: 26px;
    background: url("../images/value1.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 36px;
}

.value .intro p {
    font-size: 14px;
    color: #787878;
    line-height: 30px;
    margin: 20px;
}

.contact {
    width: 100%;
    border-top: 1px solid #B1B1B1;
    padding: 15px 0;
    background-color: white;
}

.contact p {
    text-indent: 20px;
    margin: 0;
}

.contact a {
    font-size: 15px;
}

.contact a:first-child {
    color: #2D2D2D;
}

.contact a:last-child {
    color: #787878;
}