/*频道模板css*/
.m_t_40 {
	margin-top:40px;
}
.m_t_60 {
	margin-top:60px;
}
.wid {
	max-width:1920px;
	margin:0 auto;
        width:90%;
}
.con_tl {
	min-height:230px;
	padding: 0;
	padding-bottom:80px;
	width: 100%;
	box-shadow: none;
}
.pinp_t_mk{ wdith:90%;margin:0 auto;}
.pinp_t_img img{ width:100%; margin-bottom:50px;}
.pinp_t_tit{ display:flex;margin-bottom:50px;justify-content:space-between;}
.pinp_t_tit a{ font-size:16px;padding:8px 25px;border:1px #cccccc solid;line-height:200%;}
.pinp_t_mk p{ line-height:200%;text-align:justify;text-indent:32px;}

/*公司简介*/
.jianj_left{float:left;width:25%;}
.jianj_left img{width:100%;}
.jianj_right{float:right;width:70%;}
.jianj{overflow:hidden;margin:80px 0;}
.jianj_right .cont{ padding-top:20px;font-size:16px;line-height:2.5;}
.jianj_right .cont p{ font-size:16px;line-height:2.5;min-height:25px;text-align:justify;margin-bottom:10px;}
/* 企业文化图片 */
.culture-pic {
    width: 100%;
    margin: 0 auto;
}

.culture-pic img {
    width: 100%;
}

.culture-pic-top {
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}
.ppyj{
width: 67.45%;position: relative;
}
.hxjzg{
width: 31.3%;position: relative;
}
.jqwh{
width: 28.7%;position: relative;
}
.xlwh{
width: 37.5%;position: relative;
}
.zxlwh{
width: 31.3%;position: relative;
}
.culture-pic-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 1%;
}

.culture-pic-mask {
    position: absolute;
    left:0;right:0;
    bottom: 14%;
    text-align:Center;
    /*transform: translate(-50%);*/
}

.culture-pic-mask .culture-pic-title {
    /* font-weight: 800; */
    color: #fff;
    font-size: 34px;
    font-family: none;
    margin-bottom:30px;
}

.culture-pic-mask .culture-pic-text {
    color: #fff;
    font-size: 21px;
}
.culture-pic-text a{
color:#fff;
font-size:21px;font-weight:lighter;
}

.responsbilate-pic-width{
width: 80%;
    margin: 0 auto;
    max-width: 1920px;
}

@media screen and (max-width:799px) {
/*频道模板css*/
.banner{
        display:none;

}
	.m_t_40 {
	margin-top:40px;
}
.m_t_60 {
	margin-top:60px;
}
.wid {
	width:90%;
	margin:0 auto;
}
.con_tl {
	padding-bottom:50px;
	min-height:230px;
        overflow-x:auto;
}
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/* 固定版心 */
.content {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    /* background-color: aquamarine; */
}

.form-top {
    display: flex;
    justify-content: space-between;
}



.select {
    margin-left: 20px;
    padding: 10px 60px;
    border: 1px solid #ccc;
    padding-right: 70px;
    /* 清除默认的箭头样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加小箭头的背景图 */
    background: url('./aside/_下拉箭头小.png') 110px center no-repeat;
    background-size: 12px;
}

.input {
    margin-left: 20px;
    padding: 10px 4px;
    border: 1px solid #ccc;
}

.form-bottom {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 20px;
}

/* .form-bottom-item {
    text-align: right;
    width: 205px;
} */
.form-bottom-wordName {
    margin-left: 41px;
}

.form-bottom-VIN {
    margin-left: 78px;
}

.form-button {
    text-align: right;
}

.form-button button {
    width: 172px;
    height: 41px;
    text-align: center;
    background-color: #d42426;
    letter-spacing: 10px;
    color: #fff;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    /* border: 1px solid ; */
    background-color: #ccc;
    margin-top: 20px;
    margin-bottom: 40px;
}


.tab {
    display: flex;
}

.tab li {
    position: relative;
    margin-right: 66px;
    letter-spacing: 2px;
    font-size: 14px;
    color: #4e4e4e;
    cursor: pointer;
}

.tab li:last-child {
    margin-right: 0;
}

.mask {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 1px;
    right: -25px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(45deg);
    transition: all .3s;
}

.tab .active {
    color: #d42426
}


.masked {
    transform: rotate(225deg);
    top: 7px;
    border-right: 2px solid #d42426;
    border-bottom: 2px solid #d42426;
}

.tab-child {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.tab-child li {
    letter-spacing: 2px;
    font-size: 14px;
    color: #4e4e4e;
    cursor: pointer;
}

/* 查询结果 */
.search_mk {
    margin-top: 80px;
    font-size: 14px;
    font-weight: 800;
}

.search-title {
    display: flex;
    margin-top: 50px;
    padding-left: 25px;
}

.search-time {
    display: flex;
    padding-left: 25px;
    margin-top: 20px;
}


/* 公司品牌产品页面样式 */
/* banner */
.banners {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

.banners img {
    width: 100%;
    height: 100%;
}

.banners h3 {
    position: absolute;
    top: 55%;
    left: 50%;
    font-size: 40px;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif
}


/* 公司 品牌区域 */
.brand {
    max-width: 1920px;
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
}

.brand-banner {
    width: 100%;
    height: 100%;
}

.brand-banner img {
    width: 100%;
}
.brand-banner img:nth-child(1) {
    display: none;
}
.brand-logo img:nth-child(2) {
    display: none;
}

/* logo及查看详情 */
.brand-content {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    margin-top: 3%;align-items:center;
}

.brand-logo {
    width: 20%;margin:20px 0 20px 0;
}

.brand-logo img {
    width: auto;
}

/* 查看详情 */
.details {
    width: 20%;
}

/* 英文站下隐藏右侧MORE */
.details-right {
    border: 1px solid #ccc;
    position: relative;
    padding: 10% 1%;
    transition: all .5s;
    display: flex;
    align-items: center;
    display:none
}

.details a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    color: #333;
    transition: all .5s;
    text-align: center;
}

.details-right:hover {
    background-color: #de0010;
}

.details-right:hover a {
    color: #fff;
}

/* 文字介绍部分 */
.brand-text {
    margin-top: 2%;
    margin-bottom:60px;

}

.brand-text p {
    line-height: 2;
    color: #333;
    text-indent: 2em;
    margin-bottom:15px;
}
/* 适配 */
@media only screen and (min-width:1600px) {}

/* 1440-1600 */
@media only screen and (min-width: 1440px)and (max-width: 1599px) {
    .banners h3 {
        font-size: 36px;
    }
}

/* 1280-1440 */
@media only screen and (min-width: 1280px)and (max-width: 1439px) {
    .banners h3 {
        font-size: 34px;
    }

    .details a {
        font-size: 14px;
    }
}

/* 1024-1280  */
@media only screen and (min-width: 1024px)and (max-width: 1279px) {
    .banners h3 {
        font-size: 32px;
    }

    .details a {
        font-size: 13px;
    }

    .details {
        width: 23%;
    }
}

/* pad 768-1024 */
@media only screen and (min-width: 768px)and (max-width: 1024px) {
    .banners h3 {
        font-size: 28px;
    }

    .details a {
        font-size: 12px;
    }

    .details {
        width: 35%;
        margin: 0 auto;
    }

    .brand-logo {
        margin: 0 auto;
    }

    .brand-content {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .banners h3 {
        font-size: 26px;
    }

    .details a {
        font-size: 12px;
    }

    .details {
        width: 65%;
        margin: 0 auto;
    }

    .brand-logo {
        width: 35%;
        margin: 0 auto;
    }

    .brand-content {
        display: block;
        text-align: center;
    }
}