a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin:0; padding:0; border:0; font:inherit; vertical-align:baseline; word-wrap:break-word;}
table { border-collapse:collapse; border-spacing:0;}
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
li, ol, ul {list-style:none;}
img { max-width:100%; vertical-align:top; border:0; -ms-interpolation-mode:bicubic; -webkit-touch-callout:none;}
.fl{float:left;}
.fr{float:right;}

*{
    color:#333333;
    font-family:"Microsoft YaHei",Tahoma,Arial,Helvetica,sans-serif;
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    max-width: 750px;
    min-width:320px;
    margin:0 auto;
    overflow-x: hidden;
}
a, a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
.main-body{
    font-size: 0.28rem;
    margin:0 auto;
}
/* header */
.mobile{
    width:7.5rem;
    height:1rem;
    z-index: 555;
    background: #fef6ec;
    top:0;
    box-shadow: 0 0 10px #CCC;
    position: relative;
    position: fixed;
}
.logo{
    width: 6.7rem;
    height:1rem;
    float:left;
    overflow: hidden;
}
.logo img{
    width: 100%;
}
.mobile-inner-header{
    width: 0.8rem;
    height: 0.8rem;
    float:left;
}
.mobile-inner-header-icon{
    width:100%;
    color: #333333;
    height: 1rem;
    text-align: center;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
}
.mobile-inner-header-icon span{
    position: absolute;
    left:0.15rem;
    top: 0.5rem;
    display: block;
    width: 0.5rem;
    height: 2px;
    background-color: #e60013;
}
.mobile-inner-header-icon span:nth-child(1){
    transform: translateY(7px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2){
    transform: translateY(-7px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(3){
    transform: translateY(0) rotate(0deg);
}


.mobile-inner-header-icon-click span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}
.mobile-inner-header-icon-click span:nth-child(3){
    display: none;
}


@keyframes clickfirst {
    0% {
        transform: translateY(7px) rotate(0deg);

    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}



@keyframes clicksecond {
    0% {
        transform: translateY(-7px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-7px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(7px) rotate(0deg);
    }
}

.mobile-inner-nav{
    background:white;
    width: 30%;
    position: absolute;
    top: 1rem;
    right: 0;
    display: none;
}
.mobile-inner-nav a{
    font-size: 0.24rem;
    color:#999999;
    display: inline-block;
    height:0.5rem;
    line-height: 0.5rem;
    width: 100%;
    text-align: left;
    /* border-bottom: 1px dashed rgba(0,0,0,0.1); */
    /* -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; */
    padding-left: 0.3rem;
    position: relative;
}

/* 关于我们 */
.about{
    padding:0.5rem 2.5%;
    background: #fef6ec;
}
.title{
    text-align: center;
    margin-bottom: 0.5rem;
}
.title h2{
    font-size: 0.2rem;
    color: #e60013;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 600;
}
.title h1{
    font-size: 0.36rem;
    line-height: 0.6rem;
    color: #333;
}
.title h1:after{
    content: "";
    display: block;
    width:0.8rem;
    height:0.12rem;
    background: url(../img/bar.png) center no-repeat;
    background-size: 0.8rem 0.12rem;
    margin: 0.16rem auto 0;
}
.about_pic{
    width:100%;
    height:auto;
}
.about_pic img{
    width:100%;
}
.about_p{
    margin:0.2rem 0;
    font-size: 0.24rem;
    line-height: 1.5em;
}
.num_list{
    font-size: 0;
    margin: 0.3rem  -0.2rem 0.2rem 0;
}
.num_list li{
    display: inline-block;
    width:fit-content;
    height:1.1rem;
    background: url(../img/line.png) center right no-repeat;
    background-size: 1px 1.1rem;
    padding-right: 0.2rem;
    margin-right: 0.2rem;
}
.num_specific{
    font-size:0.16rem;
    color: #999;
}
.num_specific span{
    font-size: 0.3rem;
    font-weight: bold;
    color: #e60013;
}
.num_list li em{
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    font-style: normal;
    margin-top: 0.05rem;
}
.num_list li:last-child{
    background: none;
}
.about_icon{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(230, 0, 19, 0.1);
    overflow: hidden;
    height:fit-content;
}
.about_icon img{
    width:100%;
}

/* 发展历程 */
.develop{
    padding:.5rem 2.5%;
    background: #ebe3d8;
}
.develop h1{
    font-size: 0.36rem;
    text-align: center;
}
.process_list{
    margin:0.5rem 0;
    font-size: 0;
    line-height: 0;
    position: relative;
}
.process_list:before{
    content: "";
    display: block;
    width:0.02rem;
    height:100%;
    position: absolute;
    background: #4b3d34;
    left:50%;
    top:0;
    margin-left: -0.01rem;
}
.process_list li{
    width:50%;
    height:1.2rem;
    position: relative;
}
.process_circle{
    display: block;
    width:0.7rem;
    height:0.7rem;
    border-radius: 50%;
    border: 0.02rem solid #fff;
    background-image: linear-gradient(to bottom,#fb6653,#dd3e2b);
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    font-style: normal;
    font-size:0.22rem;
    font-weight: bold;
    z-index: 55;
    position: absolute;
    left:100%;
    top:0.25rem;
    margin-left: -0.35rem;

}
.process_list li p{
    font-size: 0.18rem;
    color: #321f11;
    margin-top: 0.1rem;
    line-height: 0.3rem;
    overflow: hidden;
    position: absolute;
    right:0.5rem;
    text-align: right;
    top:0.3rem;
}

.process_list li:nth-child(2), .process_list li:nth-child(4), .process_list li:nth-child(6), .process_list li:nth-child(8), .process_list li:nth-child(10), .process_list li:nth-child(12){
    margin-left: 50%;
}
.process_list li:nth-child(2) .process_circle, .process_list li:nth-child(4) .process_circle, .process_list li:nth-child(6) .process_circle, .process_list li:nth-child(8) .process_circle, .process_list li:nth-child(10) .process_circle, .process_list li:nth-child(12) .process_circle{
    left:0;

}
.process_list li:nth-child(2) p, .process_list li:nth-child(4) p, .process_list li:nth-child(6) p, .process_list li:nth-child(8) p, .process_list li:nth-child(10) p, .process_list li:nth-child(12) p{
    text-align: left;
    left:0.5rem;
}

/* 绿色圆 */
.process_list li:nth-child(2) .process_circle, .process_list li:nth-child(5) .process_circle, .process_list li:nth-child(8) .process_circle, .process_list li:nth-child(1) .process_circle, .process_list li:nth-child(12) .process_circle{
    background-image: linear-gradient(to bottom,#4493a3,#387685);
}
/* 黄色圆 */
.process_list li:nth-child(4) .process_circle, .process_list li:nth-child(6) .process_circle, .process_list li:nth-child(10) .process_circle{
    background-image: linear-gradient(to bottom,#fac35b,#fab523);
}

/* 远销全球 */
.selling{
    padding:0 2.5% .5rem;
    background: #ebe3d8;
}
.selling h1{
    font-size: 0.36rem;
    text-align: center;
}
.global{
    text-align: center;
    margin-top:0.5rem;
}
.global img{
    width:100%;
}

/* 企业实力 */
.strength{
    padding:.5rem  2.5%;
    background: #4b3d34;
}
.strength .title h1, .strength .title h2{
    color:#fff;
}
.strength_list{
    width: 100%;
    font-size: 0;
}
.strength_list li{
    display: inline-block;
    border-right:1px solid rgba(255, 255, 255, 0.2);
    width: 50%;
    height:fit-content;
    padding:0.1rem;
    margin-bottom: 0.2rem;
}
.strength_list li:nth-child(2), .strength_list li:last-child{
    border-right:none;
}
.strength_pic{
    width:100%;
    height:2.16rem;
}
.strength_pic img{
    width:100%;
    height:100%;
}
.strength_list li h3{
    text-align: center;
    color: #fff;
    font-size: 0.26rem;
    font-weight: bold;
    margin:0.25rem 0 0.15rem;
}
.strength_con li{
    width:100%;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.28rem;
    position: relative;
    margin:0.06rem 0;
    padding-left: 0.15rem;
    border:none;
}
.strength_con li:before{
    content: "";
    display: block;
    width:0.08rem;
    height:0.08rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left:0;
    top:0.2rem;
}

.cer_list{
    font-size: 0;
    margin-right: -2.5%;
    margin-top: 0.3rem;
}
.cer_list li{
    display: inline-block;
    width:47.5%;
    height:2.22rem;
    margin-right: 2.5%;
    margin-bottom: 0.2rem;
}
.cer_list li img{
    width: 100%;
    height:100%;
}

/* 核心产品 */
.product{
    background: #b1282a;
    padding:.5rem  2.5% .3rem;
}
.product .title h1, .product .title h2{
    color:#fff;
}
.product_con{
    width:100%;
    background: #fff;
    border-radius: 20px;
    padding-bottom: 0.3rem;
    overflow: hidden;
}
.product_pic{
    width:100%;
    height:6.18rem;
    overflow: hidden;
}
.product_pic img{
    width:100%;
    height:100%;
}

.product_con h4{
    font-size: 0.28rem;
    font-weight: bold;
    color:#e60013;
    text-align: center;
    margin:0.2rem 0;
}
.product_con p{
    font-size: 0.24rem;
    padding:0 0.2rem;
    line-height: 1.6em;
}
#ushi-container{
    position: relative;
    padding-bottom: 0.75rem;
}
.swiper-pagination {width: 100%; position:absolute; bottom: 0;; left:0;}
.swiper-pagination-bullets .swiper-pagination-bullet { margin:0 0.05rem; border:0.04rem solid #fff; background-color: #d5d5d5; width:0.14rem; height:0.14rem; opacity: 1;}
.swiper-pagination-bullets .swiper-pagination-bullet-active {border:0.04rem solid #e60013;background-color: #fff;}


/* 培育基地 */
.base{
    padding:0.5rem 2.5%;
    background: #fef6ec;
}
.base_list{
    font-size: 0;
    margin-right: -2.5%;
}
.base_list li{
    width:47.5%;
    height:3.44rem;
    position: relative;
    margin-right: 2.5%;
    overflow: hidden;
    display: inline-block;
}
.base_list li img{
    width:100%;
    height:100%;
    z-index: -2;
}

.base_con{
    width:100%;
    position: absolute;
    left:0;
    bottom: 0;
    padding:0.1rem;
    z-index: 2;
}
.base_con span{
    display: block;
    font-size: 0.26rem;
    color: #fff;
    padding-left: 0.12rem;
    position: relative;
    line-height: 0.26rem;
}
.base_con span:before{
    content: "";
    display: block;
    width:0.03rem;
    height:0.28rem;
    background: #e60013;
    position: absolute;
    left:0;
    top:0.01rem;
}
.base_con p{
    font-size:0.2rem;
    color:#fff;
    line-height:0.28rem;
    margin: 0.15rem 0 0;
}
.base_list li::after{
    content: "";
    position: absolute;
    left:0;
    bottom: 0;
    width:100%;
    height:2rem;
    background: -webkit-linear-gradient(bottom , rgb(34, 34, 34, 0.8) , rgba(61, 74, 168, 0) 100%);
    z-index: 1;
}

/* 培育优势 */
.advantage{
    padding:0.5rem 2.5%;
    background: url(../img/mbg.jpg) center no-repeat;
    background-size: cover;
}
.advantage h1{
    font-size: 0.36rem;
    color: #fff;
    text-align: center;
}
.advantage_list{
    margin-top:0.5rem;
    font-size: 0;
}
.advantage_list li{
    background: rgb(255, 255, 255, 0.9);
    padding:0.3rem 0.4rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
    text-align: center;
}
.advantage_list li i{
    display: block;
    margin:0.1rem auto;
    width:0.44rem;
    height:0.44rem;
    display: block;
}
.advantage_list li i img{
    width:100%;
    height:100%;
}

.advantage_list li h4{
    font-size: 0.3rem;
}
.advantage_list li p{
    font-size: 0.24rem;
    line-height:0.36rem;
    margin:0.2rem 0;
}

/* 红底 */
.advantage_list li:nth-child(2), .advantage_list li:nth-child(4){
    background: rgb(177, 40, 42, 0.9);
}

.advantage_list li:nth-child(2) h4, .advantage_list li:nth-child(2) p, .advantage_list li:nth-child(4) h4, .advantage_list li:nth-child(4) p{
    color: #fff;
}

/* 企业动态 */
.news{
    padding:0.5rem 2.5%;
    background: #ebe3d8;
}
.news_list{
    font-size: 0;
}
.news_list li{
    height:1.8rem;
    background: #fff;
    padding:0.1rem;
    margin-bottom: 0.2rem;
}
.news_con{
    height:100%;
    border:1px solid #ddd;
}
.news_date{
    width:1.6rem;
    height:1.6rem;
    padding:0.2rem 0.2rem;
    text-align: center;
}
.news_day{
    font-size: 0.48rem;
    line-height: 1.4em;
    border-bottom: 1px solid #ddd;
}
.news_month{
    font-size: 0.24rem;
    line-height: 2.2em;
}
.news_detail{
    width:5.2rem;
    height:1.6rem;
}
.news_title{
    margin:0.2rem 0 0.15rem;
    font-size: 0.26rem;
    line-height: 1.5em;
    padding-left:0.15rem;
    position: relative;
}

.news_title:before{
    content: "";
    display: block;
    width:0.04rem;
    height:0.26rem;
    background: #e60013;
    position: absolute;
    left:0;
    top:0.08rem;
}
.news_detail p{
    font-size: 0.22rem;
    line-height: 0.32rem;
    color:#666;
}

/* 底部 */
.footer{
    padding:0.1rem 2.5%;
    background: #b1282a;
    text-align: center;
}
.footer p{
    font-size: 0.2rem;
    color:#fff;
    line-height: 1.8em;
}
.footer p a{
    font-size: 0.2rem;
    color:#fff;
}

/* 内页大图 */
.ban{
    margin: 1rem auto 0;
    padding:0;
}

/* 面包屑 */
.crumb{
    background: #fef6ec;
    height:0.5rem;
    line-height: 0.5rem;
    color:rgba(75, 61, 52, 0.8);
    font-size: 0.2rem;
    font-weight: normal;
    padding:0 2.5%;
    border-bottom: 1px solid rgba(75, 61, 52, 0.1);
}
.crumb span{
    color:rgba(75, 61, 52, 0.8);
    font-size: 0.2rem;
    margin:0 .05rem;
}
.crumb a{
    color:rgba(75, 61, 52, 0.8);
    font-size: 0.2rem;
    margin:0 .05rem;
}
.crumb a:hover{
    color:#e60013;
}

/* 内页内容 */
.inner_con{
    background: #fef6ec;
    padding:0.5rem 2.5%;
}
.inner_title{
    text-align: center;
    font-size: 0.36rem;
    color:#4b3d34;
    margin-bottom: .5rem;
}

/* 内页产品 */
.in_product{
    font-size: 0;
}
.in_product li{
    height:3.3rem;
    background: #fff;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.1rem rgba(230, 0, 19, 0.1);
    padding:0.2rem;
    margin-bottom: 0.25rem;
}

.in_product_pic{
    float:left;
    height:2.9rem;
    width:50%;
    border-radius: 0.2rem;
    border:1px solid #e6e6e6;
    overflow: hidden;
}
.in_product_pic img{
    height:100%;
    width:100%;
}

.in_product_con{
    width:45%;
    height:2.9rem;
    float:right;
    position: relative;
}
.in_product_con h6{
    font-size:0.28rem;
    color:#e60013;
    font-weight: bold;
    margin:0.2rem 0;
}
.in_product_con p{
    font-size: 0.24rem;
    line-height: 1.5em;
}
.in_more{
    display: block;
    width:1.8rem;
    height:0.4rem;
    border:1px solid #e60013;
    line-height: 0.4rem;
    padding:0 0.1rem;
    position: absolute;
    left:0;
    bottom:0;
    color:#e60013;
    font-size:0.22rem;
    text-align: center;
}
.in_more:hover{
    background: #b1282a;
    border: none;
    color: #fff;
}

/* 页码 */
.page{
    text-align: center;
    margin-top: 0.4rem;
}
.page .scott{
    font-size: 0;
}
.page .scott a{
    font-size: 0.2rem;
    display: inline-block;
    padding:0 .2rem;
    height:0.42rem;
    line-height: 0.42rem;
    border: 1px solid rgba(75, 61, 52, 0.1);
    margin:.08rem .05rem;
    color: #666666;
    border-radius: .05rem;
}
.page .scott span{
    font-size: 0.2rem;
    display: inline-block;
    padding:0 .2rem;
    height:0.42rem;
    line-height: 0.42rem;
    border: 1px solid rgba(75, 61, 52, 0.1);
    margin:.08rem .05rem;
    color: #666666;
    border-radius: .05rem;
}
.page .num{
    font-size: 0.2rem;
}
.page .scott a:hover{
    background: #b1282a;
    color: #fff;
}
.current, .page .scott .current{
    background: #b1282a;
    color: #fff;
}

/* 内页新闻 */
.in_news{
    font-size: 0;
}
.in_news li{
    height:2.2rem;
    background: #fff;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.1rem rgba(230, 0, 19, 0.1);
    padding:.2rem;
    margin-bottom: 0.25rem
}
.in_news_pic{
    float:left;
    height:1.8rem;
    width:35%;
    border-radius: .2rem;
    border:1px solid #e6e6e6;
    overflow: hidden;
}
.in_news_pic img{
    height:100%;
    width:100%;
}

.in_news_con{
    width:62%;
    height:1.8rem;
    float:right;
    position: relative;
}
.in_news_title{
    line-height: 0.4rem;
    font-size: 0.26rem;
    font-weight: bold;
    position: relative;
    padding-left: .12rem;
}
.in_news_title:before{
    content: "";
    display: block;
    width:0.04rem;
    height:0.28rem;
    background: #e60013;
    position: absolute;
    left:0;
    top:0.08rem;
}
.in_news_con i{
    display: block;
    font-style: normal;
    font-size:0.18rem;
    color: #999;
    font-weight: normal;
    margin:.15rem 0;
}

/* 详情页 */

.detail_title{
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.detail_time{
    display: block;
    font-size: 0.2rem;
    color:#999;
    text-align: center;
    margin:.1rem 0 .2rem;
}
.prev_next{
    margin-top: .5rem;
}
.prev{
    display: block;
}
.prev a, .next a{
    font-size: .22rem;
    color: #666;
    line-height: .36rem;
}
.prev a:hover, .next a:hover{
    color: #333;
}


/* 内页基地 */
.in_base_list{
    margin-top: -.2rem;
    margin-bottom: -.2rem;
}
.in_base_name{
    height:.6rem;
    line-height:.6rem;
    text-align: center;
    font-size: .24rem;
}
.in_base_list li:hover .in_base_name{
    color:#e60013;
    font-weight: bold;
}
.in_base_list li img{
    display: block;
    width:100%;
    height:3.44rem;
    border: 1px solid #ddd;
}
.in_base_list li{
    height:4.04rem;
    margin-top: .2rem;
}
.in_base_list li:after{
    display: none;
}

/* 搜索框 */

.search_bar{
    padding-top:.3rem;
    background:#fef6ec;
}
#search_form{
    width:90%;
    margin:0 auto;
    height:.5rem;
    position: relative;

}
.search_input{
    width:100%;
    height:.5rem;
    background: white;
    border: 1px solid #ddd;
    font-size: .22rem;
    padding:0 1.1rem 0 .15rem;

}
input::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #999999;
}
.search_submit{
    width:1rem;
    height:.5rem;
    position: absolute;
    right:0;
    top:0;
    background: #b1282a;
    cursor: pointer;
    outline: none;
    border: none;
    color:#fff;
    font-size: .22rem;
}


/* 视频 */
.video_list{
    font-size: 0;
    margin-right: -2.5%;
    margin-bottom: -.3rem;
}
.video_list li{
    width:47.5%;
    position: relative;
    margin-right: 2.5%;
    margin-bottom: .3rem;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 0 .15rem rgba(230, 0, 19, 0.1);
}
.video_pic{
    height:2.54rem;
    overflow: hidden;
}
.video_pic img{
    width:100%;
    height:100%;
    transition: all 0.3s ease-in;
}
.video_title{
    height:.5rem;
    text-align: center;
    line-height: .5rem;
    font-size: .24rem;
    background: #fff;
    transition: all 0.3s ease-in;
}
.video_list li:hover .video_title{
    background:#b1282a;
    color:#fff;
}
.video_list li:hover .video_pic img{
    transform: scale(1.05);
}