* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div,
img,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
img {
    display: block;
}

input {
    border: 0;
    outline: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #dad8d8;
    font-size: 14px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dad8d8;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #dad8d8;
    font-size: 14px;
}

button {
    border: 0;
    outline: none;
}

.innerC {
    width: 94.7%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.headline {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 7px;
}

.headline span {
    font-size: .48rem;
    color: #222222;
    line-height: .56rem;
    min-height: 23px;
    display: inline-block;
    padding: 0 2.6rem;
    position: relative;
}

.headline span::before,
.headline span::after {
    content: "";
    display: block;
    width: 2.37rem;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    background: url(../images/Inpage/standBg_l.png)right no-repeat;
}

.headline span::after {
    background: url(../images/Inpage/standBg_r.png)left no-repeat;
    left: unset;
    right: 0;
}

.headline>p {
    font-size: .4rem;
    color: #222222;
    line-height: .613rem;
    text-align: center;
}
.swiper-pagination-bullet{
    width: .3rem;
    height: .3rem;
}

/* banner */
.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #007bc1;
}

.banner .swiper-container-android .swiper-slide,
.swiper-wrapper img {
    width: 100%;
}

/* 热门产品 */
.product {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
}

.product .product_stand {
    /* width: 40%; */
    overflow: hidden;
    margin: 0.4rem auto;
    text-align: center;
}

.product .product_stand ul li {
    width: auto;
    background: #007bc1;
    display: inline-block;
    text-align: center;
    font-size: .38rem;
    padding: 0 .2rem;
    color: #fff;
    line-height: .733rem;
    border-radius: 0 10px 0 10px;
    cursor: pointer;
}
.product .product_stand ul li a{
    color: #fff;
}
.product .product_stand ul li:nth-last-child(2) {
    margin-right: .2rem;
}
.product .product_stand ul li:nth-last-child(1) {
    margin-left: .2rem;
}

.product .product_stand ul li.cur{
    background: #e20013;
}

.product .product_list {
    width: 100%;
    overflow: hidden;
    /* display: none; */
}

.product .product_list.cur {
    display: block;
}

.product .product_list ul li {
    width: calc((100% - 10px) / 2);
    height: auto;
    float: left;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.product .product_list ul li:nth-child(2n) {
    margin-right: 0;
}

.product .product_list ul li .producPic {
    width: 100%;
    height: auto;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.product .product_list ul li img {
    width: 100%;
    height: auto;
}

.product .product_list ul li span {
    font-size: .35rem;
    color: #555555;
    line-height: .77rem;
}

/* 搜索 */
.search {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-bottom: .426rem;
}

.search input {
    width: 100%;
    padding: 12px;
    font-size:.4rem;
    background: #f2f2f2;
}

.search button {
    width: 1rem;
    height: 100%;
    background: #007bc1 url(../images/Inpage/icon_serch.png)no-repeat center;
    background-size: 40%;
    position: absolute;
    right: 0;
    top: 0;
}

/* 华亿产品中心 */
.productAll {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    padding-top: .64rem;
}

.productAll .headline {
    padding-bottom: .35rem;
}

.productAll .product_stand {
    /* width: 40%; */
    overflow: hidden;
    margin: 0.4rem auto;
    text-align: center;
}

.productAll .product_stand ul li {
    width: auto;
    background: #007bc1;
    display: inline-block;
    text-align: center;
    font-size: .38rem;
    padding: 0 .2rem;
    line-height: .733rem;
    border-radius: 0 10px 0 10px;
    cursor: pointer;
}
.productAll .product_stand ul li a{
    color: #fff;
}

.productAll .product_stand ul li:nth-last-child(2) {
    margin-right: .2rem;
}
.productAll .product_stand ul li:nth-last-child(1) {
    margin-left: .2rem;
}

.productAll .product_stand ul li.cur{
    background: #e20013;
}

.productAll .productBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.productAll .product_list {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.productAll .product_list:nth-child(2) .producPic{
    padding-top: 35%;
}
.productAll .product_list li {
    width: calc((100% - 20px) / 3);
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: .26rem;
    float: left;
    background: #fff;
    margin-right: 10px;
}

.productAll .product_list li:nth-child(3n) {
    margin-right: 0;
}

.productAll .product_list li a {
    display: block;
}

.productAll .product_list .producPic {
    width: 100%;
    height: 0;
    padding-top: 53%;
    overflow: hidden;
    position: relative;
    font-size: .38rem;
    color: #666666;
    line-height: .5rem;
}

.productAll .product_list .producPic img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.productAll .product_list li span {
    font-size: .35rem;
    line-height: .747rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

/* 首页采购 */
.deal {
    width: 100%;
    height: auto;
    background: #fff;
    padding: .64rem 0;
    overflow: hidden;
}

.deal .headline {
    margin-bottom: .61rem;
}

.deal .headline span {
    padding: 0 1.5rem;
}

.deal .headline span::before {
    left: unset;
    right: 85%;
}

.deal .headline span::after {
    right: unset;
    left: 85%;
}

.deal ul li {
    width: calc((100% - 1.28rem) / 4);
    height: auto;
    overflow: hidden;
    background: #007bc1;
    text-align: center;
    border-radius: 0 .133rem 0 .133rem;
    float: left;
    margin-right: .32rem;
}

.deal ul li span {
    font-size: .38rem;
    color: #fff;
    line-height: .73rem;
}

/* 产品优势 */
.adv {
    width: 100%;
    height: auto;
    background: #f2f2f2;
}

.adv .stand {
    width: 100%;
    height: auto;
    text-align: center;
    padding: .373rem 0 .667rem 0;
}

.adv .stand h5 {
    font-size: .533rem;
    color: #007bc1;
    line-height: .867rem;
}

.adv .stand h5 span {
    color: #000000;
}

.adv .stand>span {
    font-size: .44rem;
    display: inline-block;
    color: #fff;
    line-height: .747rem;
    padding: 0 .88rem;
    background: #e20013;
    border-radius: 30px;
}

.adv .content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.adv .content ul li {
    overflow: hidden;
    margin-bottom: .32rem;
}

.adv .content ul li .advL {
    width: 50%;
    height: 0;
    padding-top: 41.2%;
    margin-top: 9px;
    float: left;
    position: relative;
    background: #fff;
}
.adv .content ul li:nth-child(2) .advL{
    float: right;
}
.adv .content ul li .advL .advIcon {
    background: #007bc1;
    position: absolute;
    top: -9px;
    left: 9px;
    text-align: center;
}

.adv .content ul li .advL .advIcon span {
    font-size: .35rem;
    color: #ffffff;
    line-height: .533rem;
    display: block;
    padding: 0 5px;
}

.adv .advL .advline {
    position: absolute;
    top: 1rem;
    left: 0;
    padding: 0 9px;
}

.adv .advL .advline>p {
    font-size: .38rem;
    color: #007bc1;
    line-height: .76rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.adv .advL .advline>span {
    font-size: .35rem;
    color: #333333;
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.adv .content ul li .advR {
    width: 50%;
    height: 0;
    padding-top: 41.2%;
    margin-top: 9px;
    float: left;
    position: relative;
    background: #e6e6e6;
}

.adv .content ul li .advR img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.adv .content ul li .advR .time {
    width: 54px;
    height: 54px;
    border: 2px solid #d8d8d8;
    position: absolute;
    top: .187rem;
    left: 5.5%;
    padding-top: 10px;
    text-align: center;
}

.adv .content ul li .advR .time:nth-child(2) {
    left: unset;
    right: 5.5%;
}

.adv .content ul li .advR .time p {
    font-size: .13rem;
    color: #007bc1;
    line-height: .21rem;
    font-weight: bold;
}

.adv .content ul li .advR .time span {
    font-size: .13rem;
    color: #000;
    line-height: .21rem;
}

/* 视频 */
.video {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 0;
}

.video .headline {
    padding: .667rem 0 .4rem;
}

.video .videoS {
    width: 79.5%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 1.3rem;
    background: #ffffff;
}

.video .videoS .swiper-slide {
    text-align: center;
}
.video .videoS .swiper-slide a{
    overflow: hidden;
    display: block;
    border: 1px solid #d8d8d8;
}
.video .videoS .swiper-slide img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.video .videoS .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.video .videoS .swiper-slide span {
    font-size: .38rem;
    color: #333333;
    line-height: .96rem;
}

.video .videoS .swiper-pagination-bullet {
    width: .29rem;
    height: .29rem;
    background: black;
    opacity: 1;
}

.video .videoS .swiper-pagination-bullet-active {
    background: #007bc1;
}

.video .videoS .swiper-pagination {
    bottom: .72rem;
}

/* 广告栏 */
.ad {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: .67rem 0 .56rem 0;
    background: url(../images/Inpage/index_contactBg.png)center no-repeat;
    background-size: 100%;
}

.ad .adL {
    width: 68%;
    height: auto;
    float: left;
}

.ad .adL button {
    width: auto;
    height: auto;
    padding: 0 10px;
    background: #e20013;
    font-size: .34rem;
    color: #fff;
    line-height: .53rem;
    font-weight: lighter;
    text-align: center;
    border-radius: 5px;
}

.ad .adL p {
    font-size: .35rem;
    color: #fff;
    line-height: .67rem;
    font-weight: bold;
}

.ad .adL span {
    font-size: .35rem;
    color: #fff;
    line-height: .53rem;
}

.ad .adR {
    width: 26%;
    height: 100%;
    float: right;
}

.ad .adR button {
    width: 100%;
    height: auto;
    padding-left: 35%;
    border-radius: 0 .2rem 0 .2rem;
    font-size: .32rem;
    color: #000;
    line-height: .73rem;
    text-align: left;
    background: #ffffff url(../images/Inpage/icon_tel.png)10% center no-repeat;
    position: relative;
    margin-bottom: 8px;
    background-size: auto .5rem;
}

.ad .adR a:nth-child(2) button {
    margin-bottom: 0;
    color: #ffffff;
    background: #e20013 url(../images/Inpage/icon_service.png)10% center no-repeat;
    background-size: auto .5rem;
}

/* 公司简介 */
.intro {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.intro .headline {
    padding: .77rem 0 .56rem 0;
}

.intro .introHead {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.intro .introHead img {
    width: 100%;
    height: auto;
}

.intro .introTitle {
    width: 100%;
    height: auto;
    padding: 0 5%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.intro .introTitle span {
    font-size: .35rem;
    color: #ffffff;
    line-height: 1rem;
}

.intro .introS {
    width: calc(100% - 1.2rem);
    margin: 0 auto;
    overflow: auto;
    padding: 0.4rem 0;
}

.intro .introS .swiper-slide {
    position: relative;
}

.intro .introS .swiper-slide img {
    width: 100%;
    height: auto;
}

.intro .swiper-button-next {
    width: .6rem;
    height: .6rem;
    background: url(../images/Inpage/honor_jtr.png)100% no-repeat;
    right: 0;
    margin-top: -.3rem;
    background-size: 100%;
}

.intro .swiper-button-prev {
    width: .6rem;
    height: .6rem;
    background: url(../images/Inpage/honor_jtl.png)100% no-repeat;
    left: 0;
    margin-top: -.3rem;
    background-size: 100%;
}

.intro .introO {
    position: relative;
    overflow: hidden;
}

/* 荣誉资质 */
.honor {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: .36rem;
    border: 0;
    background: #f2f2f2;
}

.honor .headline {
    padding: .49rem 0;
}

.honor .introO {
    position: relative;
    overflow: hidden;
}

.honor .honorS {
    width: calc(100% - 1.2rem);
}

.honor .swiper-slide {
    text-align: center;
}
.honor .swiper-slide a{
    overflow: hidden;
    display: block;
}
.honor .swiper-slide .honorPic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.honor .swiper-slide .honorPic img {
    width: 100%;
    height: auto;
}

.honor .swiper-slide>span {
    font-size: .38rem;
    color: #333333;
    line-height: .68rem;
}

.honor .honor-next {
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: 50%;
    background: url(../images/Inpage/honor_jtr.png)100% no-repeat;
    right: 0;
    margin-top: -.3rem;
    background-size: 100%;
}

.honor .honor-prev {
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: 50%;
    background: url(../images/Inpage/honor_jtl.png)100% no-repeat;
    left: 0;
    margin-top: -.3rem;
    background-size: 100%;
}

.swiper-button-disabled {
    opacity: 0.5;
}

/* 新闻板块 */
.news {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: .92rem;
}

.news .headline {
    padding-bottom: .5rem;
}

.news .news_stand {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-bottom: .87rem;
}

.news .news_stand ul li {
    width: 26%;
    height: auto;
    text-align: center;
    display: inline-block;
    background: #f2f2f2;
    border-radius: 0 0.133rem 0 0.133rem;
    margin-right: 15px;
}
.news .news_stand ul li a{
    display: block;
    overflow: hidden;
}
.news .news_stand ul li span{
    font-size: .4rem;
    color: #333333;
    line-height: .8rem;
}
.news .news_stand ul li.cur {
    background: #007bc1;
}
.news .news_stand ul li.cur span{
    color: #fff;
}

.news .newsListall {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .newsListall.cur {
    display: block;
}

.news .newsListall ul li {
    overflow: hidden;
    margin-bottom: .4rem;
}
.news .newsListall ul li a{
    overflow: hidden;
    display: block;
}

.news .newsListall .news_time {
    width: 19.7%;
    height: 0;
    padding-top: 19.7%;
    text-align: center;
    float: left;
    position: relative;
    background: #f2f2f2;
}

.news .newsListall .news_time p {
    width: 100%;
    font-size: .53rem;
    color: #333333;
    line-height: .8rem;
    position: absolute;
    top: .2rem;
    left: 0;
}

.news .newsListall .news_time p::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
}

.news .newsListall .news_time span {
    width: 100%;
    font-size: .35rem;
    color: #333333;
    line-height: .52rem;
    position: absolute;
    left: 0;
    top: 1rem;
}

.news .newsListall .news_intro {
    width: 76%;
    height: 0;
    padding-top: 19.7%;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    float: right;
    position: relative;
}

.news .newsListall .news_outer {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.news .newsListall .news_outer h6 {
    font-size: .4rem;
    color: #333333;
    line-height: .46rem;
    margin-bottom: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .newsListall .news_outer p {
    font-size: .35rem;
    color: #666666;
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
