* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.icon {
    width: 1em; 
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
 }

.head {
    width: 100%;
}

.head-t {
    height: 2.5rem;
    background: #304F47;
}

.head-t span {
    float: left;
    margin-left: 2%;
    font-size: 1.1rem;
    color: #fff;
    line-height: 2.5rem;
    display: block;
}

.head-t svg {
    float: right;
    margin-right: 3%;
    margin-top: .6rem;
    font-size: 1.2rem;
}

.head-top {
    height: 4rem;
}

.head-top h1,
.head-top h2 {
    margin-left: 2%;
    float: left;
    font-size: .9rem;
    color: #000;
    line-height: 4rem;
}

.head-top svg {
    margin-top: 1.3rem;
    margin-right: 4%;
    float: right;
    font-size: 1.3rem;
}

.daohang {
    position: fixed;
    top: 0;
    left: 0;
    width: 40%;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #000;
}

.daohang ul li {
    margin-top: 1.2rem;
}

.daohang ul li a {
    font-size: .75rem;
    color: #fff;
    text-align: center;
    display: block;
} 

.daohang svg {
    position: absolute;
    bottom: 37%;
    right: 10%;
    font-size: 1.5rem;
    cursor: pointer;
}

.banner img {
    width: 100%;
    display: block;
}

.search-box {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 0;
    z-index: 1900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-box svg {
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 1.5rem;
    cursor: pointer;
}

.search {
    width: 95%;
    height: 2rem;
}

.t {
    float: left;
    width: 74%;
    font-size: .7rem;
    color: #333;
    line-height: 2rem;
    border: 2px solid #ff7f47;
    padding-left: 14px;
    outline: none;
}

.suo {
    float: left;
    width: 20%;
    font-size: .7rem;
    line-height: 2rem;
    color: #fff;
    cursor: pointer;
    background: #ff7f47;
    border: 2px solid #ff7f47;
    letter-spacing: 3px;
}

.product {
    margin-top: 1.5rem;
    width: 100%；
}

.title {
    margin-left: 2%;
}

.title span:first-child {
    font-size: .7rem;
    color: #000;
    text-transform: uppercase;
    display: block;
}

.title strong {
    margin: .5rem 0;
    font-size: 1.1rem;
    color: #ff7f47;
    display: block;
}

.title span:last-child {
    width: 10%;
    height: .2rem;
    background: #ff7f47;
    display: block;
}

.product-content {
    width: 100%;
    height: auto;
    display: table;
}

.product-content ul li {
    width: 90%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-top: 1.5rem;
}

.product-content ul li figure img {
    width: 100%;
    height: 12rem;
    display: block;
}

.product-content ul li h2 {
    margin-top: .7rem;
    font-size: .8rem;
    color: #000;
    text-align: center;
}

.product-content ul li p {
    padding: .8rem .5rem;
    font-size: .6rem;
    color: #333;
    line-height: 1.2rem;
}

.product-content ul li span {
    width: 70%;
    height: .3rem;
    background: #e9e4e1;
    margin: 0 auto;
    display: block;
}

.more a {
    padding: .5rem 0;
    width: 95%;
    font-size: .7rem;
    color: #fff;
    text-align: center;
    background: #304F47;
    margin: 0 auto;   
    margin-top: 2rem;
    display: block;
}

.about {
    width: 100%;
    margin-top: 2rem;
}

.about-content {
    margin-top: 1rem;
}

.about-content p {
    padding: 0 .5rem;
    margin-top: .5rem;
    font-size: .7rem;
    color: #333;
    line-height: 1.5rem;
    text-indent: 1.3rem;
    text-align: justify;
}

.about-content strong {
    margin-top: 1rem;
    font-size: 1.5rem;
    color: #ee212b;
    text-align: center;
    display: block;
}

.jianjie-content img {
    width: 95%;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
}

.jianjie-content ul li {
    width: 70%;
    height: 1.2rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.jianjie-content ul li span {
    float: left;
    width: 30%;
   font-size: .8rem;
   display: block;
   line-height: 1.5rem;
}

.jianjie-content ul li span:nth-child(2) {
    float: right;
    width: 50%;
    text-align: center;
}

.news {
    width: 100%;
    margin-top: 2rem;
}

.news-content ul li {
    margin-top: 1.5rem;
}

.news-content ul li figure img {
    width: 93%;
    height: 12rem;
    display: block;
    margin: 0 auto;
}

.news-content ul li a h2 {
    margin: .8rem .5rem;
    font-size: .7rem;
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-content ul li p {
    margin-bottom: .5rem;
    padding: .3rem 1rem;
    font-size: .6rem;
    color: #666;
    line-height: 1.2rem;
}

.news-content ul li time {
    margin-left: 4%;
    padding: .3rem;
    font-size: .6rem;
    color: #fff;
    background: #ff7f47;
    display: inline;
}

.bk {
    width: 100%;
    margin-top: 2rem;
}

.bk ul li {
    width: 98%;
    margin: 0 auto;
    margin-top: 1rem;
    background: rgba(255, 127, 71, 0.1);
}

.bk ul li a h2 {
    padding: .8rem 0 .8rem .5rem;
    font-size: .8rem;
    color: #000;
}

.bk ul li p {
    padding: 0 .5rem .5rem .5rem;
    font-size: .6rem;
    line-height: 1.2rem;
}

.lianxi {
    padding: .7rem 0 1.5rem 0;
    margin-top: 2rem;
    margin-bottom: 4rem;
    background: #262339;
}

.lianxi ul li {
    margin-top: 1rem;
}

.lianxi ul li {
    font-size: .7rem;
    color: #fff;
    text-align: center;
    line-height: 1.4rem;
}

.foot {
    width: 100%;
    margin-top: 1rem;
}

.dibu {
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: .5rem 0;
    width: 100%;
    background: #304F47;
    z-index: 99;
}

.dibu ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.dibu ul li a figure img {
    width: 30%;
    height: auto;
}

.dibu ul li a figure figcaption {
    font-size: .7rem;
    color: #fff;
    line-height: 1.5rem;
}

.position {
    width: 100%;
    display: table;
    margin: 0 auto;
    background: #38304F;
}

.position h3,
.position h1 {
    margin: .5rem 0;
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

.position div {
    padding-bottom: .5rem;
    display: table;
    margin: 0 auto;
}

.position div span,
.position div a,
.position div b {
    float: left;
    padding-left: .5rem;
    font-size: .7rem;
    color: #fff;
    line-height: 1.3rem;
    font-weight: normal;
    display: block;
}

.jianjie-content p {
    margin-top: 1rem;
    padding: 0 .5rem;
    font-size: .7rem;
    color: #333;
    text-indent: 1.4rem;
    line-height: 1.4rem;
}

.jianjie-content p img {
    margin: 0 auto;
    display: block;
}

.chanpin-content {
    width: 100%;
    margin-top: 2rem;
    display: table;
}

.chanpin-content ul li  {
    width: 95%;
    margin: 0 auto;
    margin-top: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.chanpin-content ul li figure img {
    width: 100%;
    height: 12rem;
    display: block;
}

.chanpin-content ul li h2 {
    padding: 1rem 0;
    font-size: .8rem;
    color: #000;
    text-align: center;
}

.diu {
    width: 100%;
    margin-top: 1rem;
}

.diu figure img {
    width: 95%;
    display: block;
    margin: 1rem auto;
}

.diu figure figcaption a {
    margin-top: 1rem;
    font-size: .9rem;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    background: #ff7f47;
    display: block;
}

.xinwen-list {
    width: 100%;
}

.xinwen-list ul li {
    margin-top: 1rem;
    padding: 0 .5rem;
    border-bottom: 1px dashed #9BCDED;
}

.xinwen-list ul li h2 {
    padding: .5rem 0;
    font-size: .8rem;
    color: #000;
    line-height: 1.6rem;
    font-weight: normal;
}

.xinwen-list ul li p {
    font-size: .6rem;
    color: #666;
    line-height: 1.3rem;
}

.xinwen-list ul li time {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .7rem;
    color: #333;
    line-height: 1.3rem;
    display: block;
}

.detail {
    margin-top: 2rem;
}

.detail h1 {
    margin: 1rem 0;
    padding: 0 .5rem;
    font-size: .9rem;
    text-align: center;
}

.detail > span {
    font-size: .7rem;
    color: #666;
    text-align: center;
    line-height: 1.6rem;
    display: block;
}

.detail-c {
    margin-top: 1.5rem;
}

.detail-c > p {
    margin-top: .8rem;
    padding: 0 .3rem;
    font-size: .7rem;
    color: #000;
    line-height: 1.5rem;
    text-indent: 1rem;
}

.detail-c img {
    width: 95%;
    display: block;
    margin: 0 auto;
}

.detail-c table,
.detail-c table tbody {
    width: 98% !important;
    margin: 0 auto;
}

.detail-c table tbody tr td {
    padding: .5rem 0;
    width: auto !important;
}

.detail-c table tbody tr td span {
    padding: 0 !important;
    font-size: .7rem;
    text-align: center;
    display: block;
}

.sousuo {
    width: 100%;
    margin-top: 1rem;
}

.sousuo-title {
    height: 2rem;;
    background: #eee;
}

.sousuo-title span {
    display: block;
}

.sousuo-title span,.sousuo-title h1 {
    float: left;
    padding-left: .5rem;
    font-size: .8rem;
    color: #000;
    line-height: 1.8rem;
}

.sousuo-title h1 {
    color: #da1010;
}

.pagination {  
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
    border: none;
    margin: 1rem auto;
}

.pagination .pagefy { 
    width: 98%;  
}

.pagination .pagefy a {    
    margin-top: 1rem;
    line-height: 1.4rem;
    font-size: .6rem;
    color: #000;
    padding: 0 .6rem;
    text-align: center;
    border: 1px solid #243b60;;
    cursor: pointer;
    display: inline-block;
}

.pagination .pagefy .current { 
    color: #fff;
    background-color: #304F47;;
}

.pagination .pagefy a:hover {
    color: #fff;
    background-color: #304F47;;
}

.xgcp { 
    width:100%; 
    height:auto; 
    display:table; 
    border-top:2px solid #666; 
    margin-top:1.5rem;
}

.xgcptit{
    font-size: .9rem;
    line-height: 1.5rem;
    margin: 1rem 0;
    color: #000;
    text-align: center;
}

.xgcp ul li { 
    width: 45%;
    float: left;
    margin-top: 1rem;
    margin-left: 3.5%;
    display: table;
}

.xgcp ul li img {
    width: 100%;
    height: 5rem;
}

.xgcp ul li h2 {
    margin-top: .5rem;
    text-align: center;
    font-size: .7rem; 
    line-height: 1.5rem;
    font-weight: normal;
}

.xgcp ul li a { 
    font-size: .8rem; 
    color:#000;
}

.zuoyou { 
    width: 100%; 
    margin: 1.5rem 0;
}
    
.top1 { 
    width: 97%;
    font-size: .7rem;
    padding-top: 1rem;
    margin:0 auto;
}
    
.top1 a {
    color:#333;
}