*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color: #333;
}
body{
    background-color: #f2f2f2;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.layui-layer-content {
    color: #fff;
}
.clear {
    clear: both;
}
.main {
    flex: 1;
}
img {
    max-width: 100%;
}
i{
    color:#fff;
}
.swiper-pagination-bullet-active {
    background-color:#fff!important;
}
.menu-box {
    width: 100%;
    min-width: 1200px;
    background-color: #f9f9f9;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #eee;
}
.top-menu {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.top-menu ul li {
    margin: 0 10px;
}
.top-menu ul li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.top-menu ul li a:hover {
    color: #ff6600;
}
.top-menu ul li.active a {
    color: #ff6600;
    font-weight: bold;
}
.header {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}
header {
    color: #fff;
    height: 80px;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    background-color: #fff;
}

.logo {
    width: 600px;
}


.search-box {
    display: flex;
    flex-grow: 1;
    margin-left: 20px;
}

.search-box input[type="text"] {
    width: 68%;
    height: 28px;
    padding: 10px 20px;
    border: 1px solid #b7b2b2;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    font-size: 16px;
    border-right: 0;
}

.search-box button {
    border: none;
    padding: 13px 30px;
    background-color: #ef1f1f;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

.search-box button:hover {
    color: #ccc;
}

.tbanner{
    width:100%;
}

.nav{
    width: 100%;
    padding: 10px 0 10px;
    background-color: #fff;
    min-width: 1200px;
}
.nav ul{
    max-width:1200px;
    margin: 0 auto;
    display: flex;
}
.nav ul li{
    margin: 0 20px;
    text-align: center;
    width: 100px;
    padding: 10px;
}
.nav ul li:first-child{
    margin-right: 100px;
    background-color: #0189ce;
    width: 220px;
    border-radius: 4px 4px 0 0;
    margin-left: 0;
    text-align: left;
    padding-left: 16px;
}
.nav ul li:first-child a{
    color: #fff;
}
.nav ul li a{
    color: #333;
    font-weight: bold;
}

.nav i{
    margin-right: 10px;
}

.nav .active{
    background-color: #0189ce;
    border-radius: 5px;
}
.nav .active a{
    color: #fff;
}

.top i{
    margin-right: 10px;
    color: #333;
}

.top{
    padding: 10px 0 8px;
    width: 1200px;
    margin: 0 auto;
}

.top-c{
    max-width:1200px;
    margin: 0 auto;
    display: flex;
}

.top-l{
    background-color: #fff;
    margin-top: -10px;
    border-radius:  0 0 4px 4px;
}

.top-l ul{
    padding: 10px 0;
}

.top-l ul li{
    text-align: left;
    width: 230px;
    padding: 10px 0 10px 16px;
    border-bottom: 1px dashed #efefef;
}

.top-l ul li a{
    
}
.top-l ul li:hover{
    background-color: #efefef;
}
.top-m{
    max-width: 1024px;
    margin-left:10px!important;
    border-radius:4px;
}


.top-m img {
    max-width: 100%;
    min-height: 100%;
}

.top-r{
    margin-left:10px;
    background-color: #fff;
    border-radius:4px;
    min-width: 269px;
}

.news-t {
    padding: 10px 15px;
}

.news-t h1{
    font-size: 17px;
    width: 70px;
    border-bottom: 2px solid #ef1f1f;
    padding-bottom: 5px;
}

.top-r ul{
	display: block;
	padding: 0;
	color: #666;
}

.top-r ul li{
	border-bottom: 1px dotted #dedede;
	padding: 0 10px 0 0;
    margin-left: 16px;
    width:243px;
}

.top-r ul li a{
	height: 36px;
	width: 100%;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	display: flex;
}

.top-r ul li p{
    width: 70%;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 2.5;
}

.top-r ul li span{
    line-height: 36px;
    color: #bbb;
    text-align: center;
    font-size: 14px;
    margin-left: 15px;
}

.main {
    max-width: 1200px;
    margin: 20px auto 0;
}

.pro {
    max-width: 1200px;
    min-width: 1200px;
    border-radius: 4px;
    background-color: #fff;
    margin: 20px 0;
}
.mpro{
    display: none;
}
.pro-tit{
    margin-bottom: 24px;
    padding: 25px 25px 0;
}


.pro-tit h1{
    font-size:24px;
}

.pro-tit h1::before{
    content: "";
    width: 10px;
    height: 8px;
    border-left: 5px solid #0189ce;
    margin-right: 10px;
    border-radius: 5px;
}

.pro-tit span{
    font-size:13px;
    color:#999;
    margin-left:20px;
}

.pro-list{
    display: flex;
    flex-flow: wrap;
    padding: 0 25px 20px;
}

.pro-list li{
    width: 18.6%;
    margin: 8px;
}

.pro-list li p{
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price {
    background-image: url(../../img/price.png);
    background-size: 100% 100%;
    width: inherit;
    height: 25px;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.price span:first-child{
    flex: 1.5;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

.price i{
   font-size:10px; 
   font-weight: bold;
}

.price span:last-child{
    flex: 1.2;
    color: #ef1f1f;
    font-weight: bold;
    text-align: center;
}

/*单页*/

.location{
    width: 1200px;
    margin: 20px auto 0;
}
.location p{
    display: flex;
}
.location i{
    font-size: 1.2em;
    color: #333;
    margin-right: 5px;
}
.catcontent p{
    padding:10px 20px;
}

/*列表*/
.news {
    max-width: 1200px;
    min-width: 1200px;
    border-radius: 4px;
    margin: 20px 0;
}

.new-body {
    display: flex;
}

.list-left {
    width:68%;
    margin-right: 1%;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    min-height: 680px;
}

.newsul li a{
    width:100%;
}
.newsul li{
    display: flex;
    align-items: center;
    margin: 5px 0;
    height: 45px;
    line-height: 45px;
}

.list-left ul li:hover{
    background-color: #efefef;
}

.list-left ul li i {
    color: #333;
    padding: 0 5px 0 10px;
}

.list-left ul li span:nth-child(1){
    float: left;
}

.list-left ul li span:nth-child(2){
    float: right;
    display: flex;
    align-items: center;
}

.list-right {
    width:22%;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
}

.list-right ul li{
    margin: 5px 0;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 8px;
}

.list-right ul li:hover{
    background-color: #efefef;
}

.list-right ul li i {
    color: #333;
    padding-right:5px;
    float: left;
}

.list-right ul li span:nth-child(1) {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.list-right ul li span:nth-child(2) {
    float: right;
    display: none;
}
.pages {
    text-align: center;
    margin: 50px 0 10px;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}

.show-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.show-info span{
    color: #a7a5a5;
    margin-right: 10px;
}
.show-info span i{
    color: #a7a5a5;
    margin-right: 5px;
}
.show-content {
    padding: 15px;
}

.show-content p{
    line-height: 30px;
}

.show-content img{
    display: block;
    margin: 0 auto;
}

.pro-thumb {
    display: flex;
    margin: 0 0 30px 10px;
}
.thumbp {
   width: 30%; 
}
.desp {
    width: 60%;
    margin: 0 50px;
    line-height: 30px;
}
.d-tit ul {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #9e9e9e;
}
.d-tit ul li{
    margin-right:5px;
    background-color: #9E9E9E;
    border-radius: 5px 5px 0 0;
}
.d-tit ul li:hover{
    margin-right:5px;
    background-color: #0189ce;
    border-radius: 5px 5px 0 0;
}
.d-tit ul li a{
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    cursor: pointer;
}
.d-tit .cur{
    background-color: #0189ce;
}
.d-tit .cur:hover{
    background-color: #0189ce;
}
.detail {
    margin-top: 30px;
}
.docs {
    display: none;
}
.docs ul{
    padding: 20px 0 0 6px;
}
.docs ul li p {
    line-height: 26px;
    display: inline-block;
    margin: 10px 10px 0 0;
    border: 1px solid #ddd;
    background: linear-gradient(180deg, #efefef, #f3f3f3 ,#efefef);
    padding: 0 10px;
    min-width: 240px;
}
.docs ul li a {
    display: block;
    color: #333;
    background: url(../images/icon_down2.png) no-repeat left center;
    background-size: auto 20px;
    padding-left: 30px;
}
.pro-list-left .pro-list li{
    width: 33.3%;
    height: 100%;
    margin: 5px 0;
    display: flex;
    justify-content: center;
}

.pro-list-left .pro-list li img{
    border-radius: 5px;
}

.pro-list-left .pro-list li p{
    text-align: center;
    font-size: 15px;
    width: 220px;
    line-height: 22px;
    margin-top: unset;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
}


.footer {
    width: 100%;
    height: 120px;
    background-color: #333;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}
.footer p{
    color:#fff;
    margin-right: 10px;
}
.footer a{
    color:#fff;
}
.w1200 {
    width: 1200px;
    margin:0 auto;
}
.foot {
	width:100%;
	background-color: #333333;
	padding: 20px 0;
	margin: 15px auto 0;
}
.foot-txt {
	display: flex;
	padding: 30px 10px;
}
.foot-txt a {
	color: #fff;
	font-size:16px;
}
.foot-left {
	flex: 3;
}
.foot-left p {
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
}
.foot-right {
	flex: 2;
}
.foot .ewm {
	float: right;
	margin: 6px;
}
.foot-right p {
	text-align: center;
	padding: 10px;
	font-size: 16px;
	color: #fff;
}
.foot-right img {
	min-width: 100%;
	width: 136px;
}

.mhead{
    display: none;
}
.mnav {
    display: none;
}

.mfoot{
    display: none;
}
@media screen and (max-width: 900px){
    .mhead{
        display: block;
        background-color: #fff;
    }
    .nav {
        display: block;
    }
    .top {
        width:100%;
    }
    .menu-box,.header,.nav,.top-l,.top-r{
        display: none;
    }
    
    .top-c{
        max-width: 100%;
    }
    .top-m{
        max-width: 100%;
        margin-left :unset!important;
    }
    .m-top {
        width: 100%;
        display: flex;
    }
    .mlogo{
        width: 80%;
        margin: 10px 0 0 10px;
    }
    
    .mmenu{
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mmenu i {
        font-size: 1.6em;
        color: #333;
    }
    .main {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .pro{
        max-width: 100%;
        min-width: unset;
        margin: 15px auto;
        display: none;
    }
    .mpro{
        display: block;
    }
    .pro-tit h1 {
        font-size: 18px;
    }
    
    .pro-tit {
        margin-bottom: 10px;
        padding: 15px 15px 0;
    }
    .pro-list {
        padding: 0 10px 20px;
    }
    .pro-list li {
        width: 45%;
        margin: 8px;
    }
    .pro-list li p {
        width: 100%;
    }
    
    .price span {
        font-size: .8em;
    }
    .mnav{
        width: 100%;
        background-color: #fff;
        padding: 20px 0;
        border-top: 1px solid #efefef;
        border-bottom:1px solid #efefef;
        display: none;
    }
    .mnav ul li{
        text-align: center;
        padding: 10px;
        border-bottom: 1px dashed #efefef;
    }
    .mnav ul li:hover{
        background-color: #efefef;
    }

    .footer {
        height: unset;
        padding: 20px 0;
        font-size: 0.5em; 
    }
    
    .location{
        width: 100%;
        margin: 0;
    }
    .location p{
        padding: 15px 0 10px 15px;
    }
    
    .news {
        max-width: 100%;
        min-width: 100%;
        border-radius: 0;
        margin: 10px 0;
    }
    .new-body{
        width: 100%;
    }
    
    .pro-list-left {
        width: 100%;
        margin-right:unset;
        padding: 15px;
    }
    
    .list-right {
        display: none;
    }
    
    .pro-list-left .pro-list li{
        width: 48%;
        margin-right: 4%;
    }
    .pro-list-left .pro-list li:nth-child(2n){
        margin-right: 0;
    }
    .pro-list-left .pro-list li a{
        width: 100%;
        text-align: center;
    }
    .pro-list-left .pro-list li p{
        width: 100%;
    }
    .show-content{
        padding: 0;
    }
    .list-left {
        width: 100%;
        padding:15px;
    }
    .list-left ul li i{
        padding: 0 5px 0 0;
    }
    
    .newsul li {
        display: flex;
        flex-flow: nowrap;
        align-items: center;
    }
    .newsul li a{
        width: 100%;
    }
    .newsul li a span:nth-child(1){
        float: left;
        width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .newsul li i{
        display: none;
    }
    .newsul li span{
        float: left;
    }
    .show-content img{
        padding:20px 0;    
    }
    .desp{
        display: none;
    }
    .thumbp {
        width: 100%;
    }
    .w1200{
        width:100%;
    }
    .foot-left, .foot-right {
        flex: unset;
        width: 100%;
        text-align: center;
    }
    .foot .ewm:nth-child(2) {
        float: unset;
        display: none;
    }
    .foot-txt {
        padding: 5px 10px 20px;
        flex-flow: wrap;
    }
    .foot-left p {
        color: #fff;
        font-size: 14px;
        padding: 6px 0;
    }
    .foot .ewm {
        float: unset;
    }
    .foot .ewm p {
        width: 120px;
        margin: 0 auto;
    }
    .foot-right img {
        min-width: 100%;
        width: 120px;
    }
    .mfoot{
        width: 100%;
        position: fixed;
        bottom: 0;
        display: block;
    }
    .mfoot ul{
        width: 100%;
        display: flex;
    }
    .mfoot ul li{
        width: 100%;
        text-align: center;
        padding: 15px 5px;
    }
    .mfoot ul li a{
        color:#fff;
    }
    .mfoot ul li:nth-child(1){
        background-color: #03A9F4;
    }
    .mfoot ul li:nth-child(2){
        background-color: #ff9900;
    }
    .mfoot ul li a i{
        margin: 6px;
    }
}




















