.w {
    width: 100%;
    margin: 0 auto;
}

.ani {
    transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.jiantou {
    display: block;
    height: 10px;
}

/* 顶部 */
.toper {
    background: #17223b;
    height: 38px;
    /* padding: 0 15px; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.toper .left_icon {
    display: none;
    align-items: center;
}
.toper .left_icon a {
    padding: 11px 6px;
}
.toper .left_icon a i {
    color: #fff;
}
.toper .left_icon a:hover i {
    color: #ce1126;
}

.toper .right_lx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toper .right_lx .tel {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.toper .right_lx .tel em {
    /* display: none; */
}
.toper .right_lx a.mail {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.toper .right_lx a.mail:hover {
    color: #ce1126;
}

/* 吸顶 */
.fixed {
    width: 100%;
    /* border-bottom: 1px solid #E3E3E3; */
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0px 2px 5px #bbb;
}
.mt114 {
    margin-top: 41px;
}

/* LOGO */
.logoer {
    background: #fff;
    border-bottom: 1px solid #E3E3E3;
    padding: 0 15px 0 12px;
}
.logoer .w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.logoer .logo {}
.logoer .logo img {
    display: block;
    height: 26px;
}
.logoer .lan {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 40px;
}

.logoer .lan span {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 5px;
}

.logoer .lan i {
    display: block;
   /* width: 10px;
    height: 6px;
    background: url('./../img/ahc09.jpg') no-repeat;
    background-size: cover; */
    transition: transform .3s,-webkit-transform .3s;
}
.logoer .lan i.up {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform .3s,-webkit-transform .3s;
}

.logoer .lan .lan_list {
    width: 120px;
    border-top: 1px solid #ebebeb;
    display: none;
    position: absolute;
    background: #fff;
    top: 40px;
    right: -15px;
    flex-direction: column;
    z-index: 9999;
    box-shadow: 0px 1px 4px #ccc;
}
.logoer .lan .lan_list a {
    display: block;
    color: #474747;
    height: 30px;
    font-size: 12px;
    padding: 0 10px 0 30px;
    text-decoration-line: none;
    line-height: 30px;
}
.logoer .lan .lan_list a.active {
    /* background: url('./../img/select.jpg') 10px center no-repeat; */
	background: url('./../img/select.png') 10px center no-repeat;
	background-size: 12px 12px;
}

.logoer .lan .lan_list a:hover {
    text-decoration-line: underline;
    /* color: #fff;
    background: #C8454B; */
}



/* wap菜单 */
.menu_open {
    display: block;
    width: 30px;
    height: 30px;
}
.menu_open img {
    display: block;
    width: 100%;
}
.wap_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
}
.wap_menu a img {
    display: block;
    height: 26px;
}
.menu_close {
    display: block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px;
}
.menu_close img {
    display: block;
    width: 100%;
}


/* 导航 & 搜索 */
.header {
    background: #fff;
    padding: 0 15px;
    position: fixed;
    z-index: 999;
    width: 80vw;
    height: 100vh;
    box-sizing: border-box;
    top: 0;
    left: -80vw;
}

.header .w {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.header .menu {
    width: 100%;
    padding: 10px 0;
    list-style: none;
}

.header .menu li {
    margin-right: 0px;
}
.header .menu li:last-child {
    margin-right: 0;
}
.header .menu li a {
    font-size: 12px;
    font-weight: bold;
    color: #222b7f;
    text-decoration: none
}
.header .menu li a:hover {
    color: #ce1126;
}
.header .menu li {
    /* height: 42px; */
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.header .menu li a {
    display: block;
    height: 40px;
    line-height: 40px;
}

.header .menu li.have {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.header .menu li.have a {
    background: url('./../img/ahc10.jpg') no-repeat center right;
    background-size: 8px 5px;
}

.header .menu li.have .arrow {
    margin-left: 6px;
    width: 8px;
    height: 5px;
    background: url('./../img/ahc10.jpg') no-repeat center right;
    background-size: cover;
    transition: transform .3s,-webkit-transform .3s;
}
.header .menu li.have:hover .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform .3s,-webkit-transform .3s;
}
.header .menu li.have:hover a {
    position: relative;
    color: #ce1126;
    outline: none;
}

/* wap端，触发显示子菜单  */
a.haveson i {
    position: absolute;
    top: 7px;
    right: -15px;
    height: 26px;
    width: 40px;
    background: transparent;
    z-index: 999;
    border-left: 1px solid #ebebeb;
}

.header .menu li.have .sonMenu {
    display: none;
    /* background: rgba(255, 255, 255, 0.8); */
    background: #fff;
    /* position: absolute;
    top: 55px;
    left: 0; */
    z-index: 999;
}

.header .menu li.have .sonMenu li {
    padding: 0 15px;
    height: 30px;
    margin-right: 0;
}

.header .menu li.have .sonMenu li a {
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    background: none;
    color: #222b7f;
}

.header .menu li.have .sonMenu li:hover {
    /* background: rgba(200, 55, 59, 0.8); */
    background: #ce1126;
}

.header .menu li.have .sonMenu li:hover a {
    color: #fff;
}

.header .search {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.header .search .search_input {
    /* width: 0; */
    flex: 1;
    height: 30px;
    padding: 0;
    padding-left: 10px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    border: 0;
    /* border-left: 1px solid #a9a9a9; */
    background: none;
    outline: 0;
    transition: all .3s ease-out 0s;
    -webkit-appearance: none;
}

.header .search .search_input.active {
    background: #f9f8f8;
    /* width: 80px; */
    /* left: -90px; */
    transition: all .3s ease-out 0s;
}

.header .search .search_btn {
    margin-left: 5px;
    cursor: pointer;
    background: url('./../img/ahc11.jpg') center left no-repeat;
    padding-left: 23px;
    color: #222b7f;
    font-size: 0px;
}

/* banner */
.swiper-container.banner {
    width: 100%;
    height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    /* overflow: visible; */
}

.swiper-container.banner .swiper-slide {
    height: 280px;
    background-position: center;
    background-size: cover;
}

.swiper-container.banner .swiper-slide .swiper-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-container.banner .swiper-slide .swiper-info .swiper-content {
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    /* left: 50%;
    margin-left: -375px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    z-index: 99;
}

.swiper-content .left {
    flex: 1;
}

.swiper-content .left p:nth-child(1){
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.swiper-content .left p:nth-child(2){
    padding: 20px 0 30px 0;
    font-size: 12px;
    color: #fff;
}

.swiper-content .left p:nth-child(3){
    text-align: left;
}

.swiper-content .left p:nth-child(3) a {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    color: #3b3b3c;
    padding: 10px 12px;
    border-radius: 4px;
    text-decoration-line: none;
}

.swiper-content .left p:nth-child(3) a:hover {
    color: #fff;
    background: rgba(200, 55, 59, 0.8);
}

.swiper-content .right {
    background: rgba(200, 55, 59, 1);
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    padding: 15px;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-content .right .tit {
    position: relative;
    color: #fff;
    font-size: 12px;
    display: none;
}
.swiper-content .right .tit::before {
    content: '';
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -10px;
    width: 28px;
}

.swiper-content .right .r_info {

}
.r_info p:nth-child(1) a{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.r_info p:nth-child(2) a{
    margin: 10px 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.r_info p:nth-child(3) {
    padding-top: 10px;
}
.r_info img {
    display: block;
    height: 12px;
    filter: brightness(0%) invert(100%);
}

/* 品牌 */
.brand_wrap {
    margin-top: 180px;
    border-bottom: 1px solid #E3E3E3;
    padding: 0 15px;
}
.brand {
    padding: 15px 0;
}
.brand a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand a img {
    display: block;
    height: 45px;
    transition: all 0.5s;
}
.brand a:hover img {
    transform: scale(1.2);
    transition: all 0.5s;
}

/* contract */
.contract {
    padding: 15px;
}

.contract .w {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.contract .w .content {
    flex: 1;
    margin-bottom: 15px;
}

.contract .w .content p.title a{
    font-size: 16px;
    color: #222b7f;
    font-weight: bold;
    line-height: 40px;
    text-decoration-line: none;
}

.contract .w .content p.title a:hover {
    color: #ce1126;
}

.contract .w .content p.desc a{
    font-size: 14px;
    color: #222;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.contract .w .content p.desc a:hover {
    /* color: #ce1126; */
}
.contract .w .content p:nth-child(3) {
    padding-top: 15px;
}

.contract .w .line {
    display: none;
    height: 150px;
    width: 1px;
    background: #e3e3e3;
    margin: 0 30px;
}


/* our fun facts */
.facts {
    
}

.facts .w {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.facts .w .content {
    flex: 1;
    /* max-width: 375px; */
}

.facts .w .content img {
    display: block;
    width: 100%;
}

.facts .w .content.gradient {
    width: 100%;
    padding: 15px 0;
    /* height: 119px; */
    background: linear-gradient(to right, #00233d, #004c7e);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.gradient .num {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.gradient .num p:nth-child(1){
    color: #fff;
    font-size: 30px;
}

.gradient .num p:nth-child(2) {
    margin-top: 15px;
    color: #fff;
    font-size: 12px;
}

/* 产品 */
.product {
    padding: 0 15px;
}
.product .lm {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product .lm span {
    font-weight: bold;
    font-size: 16px;
}

.product .lm a {
    font-size: 12px;
    color: #3b3b3c;
    text-decoration-line: none;
}

.product .lm a:hover {
    color: #222b7f;
}

.product .product_list {
    display: flex;
    flex-wrap: wrap;
}

.product_list li {
    max-width: 48%;
    margin-right: 4%;
}
.product_list li:nth-child(2n+2) {
    margin-right: 0;
}
.product_list li p.title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
}

.product_list li .product_item {
    width: 100%;
    /* height: 141px; */
    overflow: hidden;
    position: relative;
}
.product_item .img {
    width: 100%;
    /* height: 141px; */
    overflow: hidden;
}

.product_item .img img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.product_item:hover .img img {
    transform: scale(1.2);
}

.product_item .rsp {
    display: none;
    width: 230px;
    height: 141px;
    overflow: hidden;
    position: absolute;
    background: transparent;
    top: 0px;
    left: 0px;
}

.product_item .text {
    position: absolute;
    width: 230px;
    height: 141px;
    left: -230px;
    top: 0px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product_item .text p {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.product_item .text a {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    text-decoration-line: underline;
}

/* 包装 */

.formats_wrap {
    padding: 0 15px;
}

.formats_wrap .w {
    border-top: 1px solid #e3e3e3;
}
.formats_wrap .lm {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formats_wrap .lm span {
    font-weight: bold;
    font-size: 16px;
}

.formats_wrap .lm a {
    font-size: 12px;
    color: #3b3b3c;
    text-decoration-line: none;
}

.formats_wrap .lm a:hover {
    color: #222b7f;
}

.formats .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formats a img {
    display: block;
    height: 80px;
    transition: all 0.5s;
}

.formats a:hover img {
    transform: scale(1.2);
    transition: all 0.5s;
}

.formats p {
    padding: 15px 0;
}
.formats p a {
    color: #222;
    font-size: 12px;
    font-weight: bold;
    text-decoration-line: none;
}
.formats p a:hover {
    color: #ce1126;
}

/* 环境 */
.huanjing {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #000;
}

.hj_box {
    /* flex: 1; */
    width: 50%;
    position: relative;
}
.hj_box img {
    display: block;
    width: 100%;
}

.hj_box .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 5px 15px;
    transition: all 0.5s;
}

.hj_box .text:hover {
    background: rgba(0, 0, 0, .6);
}

.hj_box .text p:nth-child(1){
    margin: 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.hj_box .text p:nth-child(2) {
    color: #fff;
    font-size: 12px;
}
.hj_box .text p:nth-child(2):hover {
    text-decoration-line: underline;
}
.hj_box .text a {
    color: #fff;
    font-size: 12px;
}

.innovation {
    background: url('./../img/ahc_117.jpg') center no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    background-size: cover;
}
.innovation:hover {
    text-decoration-line: none;
}


.innovation .info {
    width: 50%;
    /* margin: 0 auto; */
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    padding: 10px 15px;
}

.innovation .info p:nth-child(1){
    color: #222;
    font-size: 16px;
    font-weight: bold;
}
.innovation .info p:nth-child(2){
    margin: 15px 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.innovation .info p:nth-child(3) {
    color: #222;
    font-size: 12px;
}
.innovation .info p:nth-child(3):hover {
    text-decoration-line: underline;
}

.innovation .info a {
    color: #222;
    font-size: 12px;
}

/* 联系 留言 */
.lxmess {
    padding: 20px 15px;
}
.lxmess .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lxmess .w .lx {
    /* width: 360px; */
    /* margin-right: 20px; */
    margin-bottom: 20px;
}

.lx p.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.lx p.xx {
    display: flex;
    margin-bottom: 10px;
}
.lx p.xx span:nth-child(1){
    width: 80px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.lx p.xx span:nth-child(2){
    flex: 1;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.lx p.xx span.icon {
    flex: 1;
    display: flex;
    align-items: center;
}
.lx p.xx span a {
    margin-right: 10px;
    color: #666;
    text-decoration-line: none;
}
.lx p.xx span a:hover {
    color: #ce1126;
}


.lxmess .w .mess {
    flex: 1;
}
.mess p.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.mess p.input {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mess p.input .inp {
    /* flex: 1; */
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    -webkit-appearance: none;
}
.mess p.input input:nth-child(2) {
    border-top: 0;
}
.mess p.input .yzm {
    border-top: 0;
    flex: 0;
    width: 150px;
    margin-right: 10px;
}
.mess p.input #yzmcode {
    flex: 1;
}
.mess .textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 120px;
    border: 1px solid #e3e3e3;
    border-top: 0;
    padding: 10px 20px;
    line-height: 24px;
    -webkit-appearance: none;
}
.mess .textarea::placeholder {
    color: #bbb;
}
.mess p.btn {
    margin-top: 15px;
    display: flex;
}
.mess p.btn a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 12px 25px;
    background: #6678ea;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration-line: none;
}
.mess p.btn a:hover {
    background: #222b7f;
}

/* 新闻 */
.news_wrap {
    background: #f2f2f2;
    padding: 20px 15px;
}

.gdNews .news_item {
    background: #fff;
}

.gdNews .news_item img {
    display: block;
    width: 100%;
}

.gdNews .news_item .info {
    /* border: 1px solid #e3e3e3; */
    border-top: 0;
    padding: 10px;
}

.gdNews .news_item .info p.fenlei a {
    color: #222;
    font-size: 12px;
    font-weight: bold;
}
.gdNews .news_item .info p.title {
    margin-top: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gdNews .news_item .info p.title a {
    color: #222;
    font-size: 14px;
    font-weight: bold;
}
.gdNews .news_item .info p.desc {
    font-size: 12px;
    color: #a3a3a3;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gdNews .news_item .info p.more {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gdNews .news_item .info p.more span {
    font-size: 10px;
}

.gdNews .news_item .info p.more a {
    font-size: 12px;
    color: #222;
}

.gdNews .news_item:hover {
    background: #6678ea;
}

.gdNews .news_item:hover .info p, 
.gdNews .news_item:hover .info p a {
    color: #fff;
}

/* 页脚 */
.footer {
    background: #17223b;
    padding: 15px;
}

.footer .w {
    display: flex;
    flex-direction: column;
}
.footer .w .flx {
    width: 100%;
    margin-right: 0;
}
.flx .title {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #8b919d;
    margin-bottom: 15px;
}
.flx .xx {
    display: flex;
    margin-bottom: 10px;
}
.flx .xx span:nth-child(1){
    width: 75px;
    font-size: 12px;
    line-height: 20px;
    color: #b1b3b8;
}
.flx .xx span:nth-child(2){
    flex: 1;
    font-size: 12px;
    line-height: 20px;
    color: #b1b3b8;
}
.flx .xx span a {
    font-size: 12px;
    color: #b1b3b8;
}

.footer .w .fmenu {
    flex: 1;
}

.fmenu .title {
    font-size: 12x;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #8b919d;
    margin-bottom: 15px;
}

.fmenu .link {
    display: flex;
    flex-direction: column;
}
.fmenu .link li {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.fmenu .link li:nth-child(6),
.fmenu .link li:nth-child(7) {
    display: block;
}
.fmenu .link li:last-child {
    margin-right: 0;
}
.fmenu .link li p {
    font-size: 12px;
    color: #b1b3b8;
    font-weight: bold;
}

.fmenu .link li a {
    display: none;
    font-size: 12px;
    line-height: 24px;
    color: #b1b3b8;
}
.fmenu .link li p a.bt {
    display: block;
    font-size: 12px;
    color: #b1b3b8;
    font-weight: bold;
}

.footer .w .f_follow {
    width: 100%;
    margin-right: 0;
}
.f_follow .title {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #8b919d;
    margin-bottom: 15px;
}

.f_follow .icon {
    display: flex;
}

.f_follow .icon a {
    margin-right: 10px;
}

.f_follow .icon img {
    display: block;
    height: 28px;
}

.footer .w .f_copy {
    flex: 1;
}

.f_copy .title {
    display: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #8b919d;
    margin-bottom: 20px;
}
.copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #b1b3b8;
}

/* 菜单  */
.menu_open {
    width: 30px;
    height: 30px;
}
/* .header .open {
    display: block;
}
.header .close {
    display: none;
}
.header .menu_bg {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    box-sizing: border-box;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
} */


/* ================================================= */
.ny_banner {
    height: 180px;
    background-position: center;
    background-size: cover;
}

.ny_banner .curpage {
    display: flex;
    align-items: center;
    padding: 30px 15px;
}

.ny_banner .curpage a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.ny_banner .curpage a:hover {
    text-decoration: underline;
}

.ny_banner .curpage span {
    padding: 0 6px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.ny_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}

/* 左侧内容 */
.left_content {
    flex: 1;
    padding: 0 15px;
}

.left_content h3.title {
    padding: 6px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
}

.left_content p.desc {
    font-size: 12px;
    color: #ababab;
    line-height: 20px;
    margin-bottom: 10px;
}

.left_content .info_xx p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}

.left_content .info_xx p img {
    max-width: 100%;
}

/* 右侧菜单 */
.right_menu {
    width: 230px;
    display: none;
}

.right_menu .lmtitle {
    height: 48px;
    line-height: 48px;
    background: #ce1126;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
}

.right_menu .lmmenu {

}

.lmmenu li {
    border-bottom: 1px solid #ebebeb;
}
.lmmenu li a {
    display: block;
    padding: 6px 10px;
    font-size: 12px;
    color: #222222;
    text-decoration-line: none;
    line-height: 24px;
    outline: none;
}

.lmmenu li a:hover {
    /* background: rgba(200, 55, 59, 0.8); */
    color: #ce1126;
    text-decoration-line: underline;
}

.lmmenu li a.hasSon {
    position: relative;
}

.lmmenu li a.hasSon i {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 88;
    width: 44px;
    height: 44px;
}

.lmmenu li a.hasSon::after {
    position: absolute;
    right: 20px;
    top: 20px;
    content: '';
    width: 10px;
    height: 6px;
    background: url(./../img/ahc09.jpg) no-repeat;
    background-size: cover;
    transition: transform .3s,-webkit-transform .3s;
}

.lmmenu li a.hasSon.active::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform .3s,-webkit-transform .3s;
}

.lmSonMenu {
    display: none;
    padding: 0 0 8px 0;
}

.lmSonMenu li {
    border-bottom: 0;
    padding-left: 10px;
}

.lmSonMenu li a {
    font-size: 12px;
    padding: 3px 10px;
}

.lmmenu a.active {
    color: #ce1126;
}

/* 内页新闻 */
.newClass {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.newClass a {
    border: 1px solid #ebebeb;
    color: #333;
    padding: 0px 10px;
    line-height: 32px;
    margin: 0 5px;
    text-decoration-line: none;
}

.newClass a:hover, .newClass a.active {
    color: #fff;
    background: #ce1126;
    border: 1px solid #ce1126;
}
.news_list {
	width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.news_list .news_item {
	width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    background: #fff;
}

.news_list .news_item:nth-child(2n+2) {
    margin-right: 0;
}

.news_list .news_item img {
    display: block;
    width: 100%;
}

.news_list .news_item .info {
    border-top: 0;
    padding: 10px 0;
}

.news_list .news_item .info p.fenlei a {
    font-size: 12px;
    color: #222;
    font-weight: bold;
}

.news_list .news_item .info p.title {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list .news_item .info p.title a {
    font-size: 14px;
    color: #222;
    font-weight: bold;
}

.news_list .news_item .info p.ndesc {
    font-size: 12px;
    color: #a3a3a3;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list .news_item .info p.more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.news_list .news_item .info p.more span {
    font-size: 10px;
}

.news_list .news_item .info p.more a {
    font-size: 12px;
    color: #222;
}

.news_list .news_item:hover {
    background: #6678ea;
}

.news_list .news_item:hover .info p, 
.news_list .news_item:hover .info p a {
    color: #fff;
}

.pager {
    background: #ebebeb;
    text-align: center;
    padding: 10px;
}

/* 内页产品 */
.ny_plist {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.ny_plist li {
    margin-right: 0px;
}
.ny_plist li:nth-child(2n+2) {
    margin-right: 0;
}
.ny_plist li p.title {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
}

.ny_plist li .product_item {
    width: 100%;
    /* height: 147px; */
    overflow: hidden;
    position: relative;
}
.ny_plist .product_item .img {
    width: 100%;
    /* height: 147px; */
    overflow: hidden;
}

.ny_plist .product_item .img img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.ny_plist .product_item:hover .img img {
    transform: scale(1.2);
}

.ny_plist .product_item .rsp {
    display: none;
    width: 100%;
    height: 147px;
    overflow: hidden;
    position: absolute;
    /* background: #222b7f; */
    background: transparent;
    top: 0px;
    left: 0px;
}

.ny_plist .product_item .text {
    position: absolute;
    width: 100%;
    height: 147px;
    left: -100%;
    top: 0px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ny_plist .product_item .text p {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.ny_plist .product_item .text a {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    text-decoration-line: underline;
}

/* 联系我们 */
.lxadd {
    padding: 0 15px;
}
.lxadd .title {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
}

.lxadd .maplist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.lxadd .maplist li {
    flex: 1;
    margin-bottom: 20px;
}

.lxadd .maplist li .map {
    background: #eee;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lxadd .maplist li .name {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
.lxadd .maplist li .address {
    font-size: 14px;
    color: #777;
    line-height: 24px;
}

/* FAQs */
.aqList {
    box-sizing: border-box;
    padding: 0 15px; 
    display: flex;
    flex-direction: column;
}

.aqList dl {
    border-bottom: 1px solid #e2e2e2;
}

.aqList dl dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aqList dl dt span {
    padding: 6px 0;
    flex: 1;
    font-size: 14px;
    line-height: 22px;
}

.aqList dl dt em {
    cursor: pointer;
    width: 42px;
    height: 42px;
    background: url('./../img/jia.png') center no-repeat;
    background-size: 12px 12px;
}

.aqList dl dt em.active {
    background: url('./../img/jian.png') center no-repeat;
    background-size: 12px 12px;
}

.aqList dl dd {
    display: none;
    border-top: 1px solid #e2e2e2;
    padding: 8px 0;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.aqList dl dd.active {
    display: block;
}

/* 首页class */
.proclass {
    display: flex;
    flex-wrap: wrap;
}

.proclass li {
    max-width: 48%;
    margin-right: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proclass li:nth-child(2n+2) {
    margin-right: 0;
}

.proclass li p.img {
    width: 90%;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* background: #f1f1f1; */
}
.proclass li p.img img {
    display: block;
    width: 100%;
}

.proclass li p.img:hover {
    /* background: rgba(34, 43, 127, .5); */
    background: #181f83;
}

.proclass li p.img:hover img {
    filter: brightness(0%) invert(100%);
}

.proclass li p.tit {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 18px;
}
.proclass li p.tit a {
    color: #222;
    font-size: 12px;
    font-weight: bold;
    text-decoration-line: none;
}

.proclass li p.tit a:hover {
    color: #ce1126;
}

/* 内页产品分类 */
.ny_proclass {}
.ny_proclass li {
    /* width: 48px;
    margin-right: 20px; */
}

.ny_proclass li:nth-child(2n+2) {
    /* margin-right: 0; */
}
.ny_proclass li:nth-child(3n+3) {
    /* margin-right: auto; */
}
.ny_proclass li p.img {
    /* width: 160px;
    height: 160px; */
}


/*  banner新布局-首页 */
.bannerNew {
    width: 100%;
    height: 280px;
    background: #f1f1f1;
    position: relative;
}

.banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    /* left: 50%;
    margin-left: -375px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    /* z-index: 999; */
}

.banner-content .left {
    flex: 1;
}

.banner-content .left p:nth-child(1){
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.banner-content .left p:nth-child(2){
    padding: 20px 0 30px 0;
    font-size: 12px;
    color: #fff;
}

.banner-content .left p:nth-child(3){
    text-align: left;
}

.banner-content .left p:nth-child(3) a {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    color: #3b3b3c;
    padding: 10px 12px;
    border-radius: 4px;
    text-decoration-line: none;
}

.banner-content .left p:nth-child(3) a:hover {
    color: #fff;
    background: rgba(200, 55, 59, 0.8);
}

.banner-content .right {
    background: rgba(200, 55, 59, 1);
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    padding: 15px;
    flex-direction: column;
    justify-content: space-between;
}

.banner-content .right .tit {
    position: relative;
    color: #fff;
    font-size: 12px;
    display: none;
}
.banner-content .right .tit::before {
    content: '';
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -10px;
    width: 28px;
}

.banner-content .right .r_info {

}
.r_info p:nth-child(1) a{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.r_info p:nth-child(2) a{
    margin: 10px 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.r_info p:nth-child(3) {
    padding-top: 10px;
}
.r_info img {
    display: block;
    height: 12px;
    filter: brightness(0%) invert(100%);
}


/* 搜索结果 */
.seaList {}

.seaList li {
    border-top: 1px solid #e2e2e2;
    padding: 10px 0;
}

.seaList li a {
    font-size: 16px;
    color: #222;
    line-height: 24px;
}

.seaList li p.ms {
    font-size: 14px;
    color: #ababab;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}