ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
li{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
p,h1,h2,h3,h4,h5{
	margin: 0;
}
*{
	margin: 0;
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
a:hover{
	text-decoration: none;
}
.box-shadow{
	box-shadow: 2px 4px 12px #00000014;
}
.container-fluid{
	max-width: 1920px;
}
.container{
	max-width: 1520px;
}
.container-min{
	max-width: 1230px;
	padding:0 15px;
	margin: auto;
}
.navbar{
	padding:0 0;
}
.navbar-collapse{
	flex-grow: unset;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 18px;
	color: #333333;
	
}
.navbar-light .navbar-nav .nav-item{
	/*margin-right: 2vw;*/
	
}
.navbar-light .navbar-nav .nav-item .nav-link{
    padding:40px 2rem;
}
.navbar-light .navbar-nav .nav-item:last-child{
	margin-right: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #25623e;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #25623e;
}
.navbar .dropdown-menu{
    display: none;
    margin:5px 0 0;
    border-radius: 0;
    position: relative;
    left: -12px;
    border:none;
    padding:0;
}
.navbar .nav-item:hover .dropdown-menu{
    display: block;
}
.navbar .dropdown-menu:after{
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/sj.png) no-repeat center;
    content:'';
    width:100%;
    height: 5px;
    background-size:7px 5px;
    text-align: center;
}
.navbar .dropdown-menu .dropdown-item{
    border-bottom:1px solid #eaeaea;
    text-align: center;
    padding:0;

}
.navbar .dropdown-menu .dropdown-item>a{
    color: #333;
    display: block;
    padding:15px 0;
}
.navbar .dropdown-menu .dropdown-item:hover{
    background: #25623e;
    color: #fff;
}
.navbar .dropdown-menu .dropdown-item:hover>a{
    color: #fff;
}
.navbar .dropdown-menu .dropdown-item dl{
    position: absolute;
    right: -10rem;
    top: 0;
    display: none;
}
.navbar .dropdown-menu .dropdown-item dl dd{
    min-width: 10rem;
    margin-bottom: 0;
}
.navbar .dropdown-menu .dropdown-item dl dd a{
    padding:15px 0;
    background: #fff;
    color: #333;
    display: block;
    border-bottom:1px solid #eaeaea;
}
.navbar .dropdown-menu .dropdown-item dl dd a:hover{
    background: #25623e;
    color: #fff;
}
.navbar .dropdown-menu .dropdown-item:hover dl{
    display: block;
}
.ccn{
	display: flex;
}
.lan{
	position: relative;
	z-index: 99;
	margin-left: 8px;
	cursor: pointer;
}
.lan .lwz{
	display: flex;
	color: #333333;
	font-size: 18px;
	align-items: center;
}
.lan .lwz .lwzl{
	margin-right: 5px;
}
.lan ul{
	position: absolute;
	background: #fff;
	width: 100%;
	display: none;
	height: 100%;
}
.lan ul li{
	text-align: center;
	background: #fff;
	padding:15px 0;
}
.lan ul li a{
	color: #333;
	font-size: 16px;
	display: block;
}

.id1{
	padding:100px 0 50px;
}
.id1list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.id1list .item{
	display: flex;
	justify-content: space-between;
	width: 32.33%;
	align-items: center;
}
.id1list .item .itl{
	width: 25%;
}
.id1list .item .itr{
	width: 65%;
}
.id1list .item .itr .tt{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.id1list .item .itr .tcon{
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
}
.title{
	text-align: center;
}
.title h2{
	font-size: 42px;
	color: #000000;
	font-weight: bold;
}
.title p{
	color: #666666;
	font-size: 18px;
	margin-top: 25px;
}

.id2{
	padding:50px 0 100px;
}

.id2 .id2c{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.id2 .id2c .id2cl{
	width: 49%;
}
.id2 .id2c a{
	display: block;
	position: relative;
}
.id2 .id2c a .cwz{
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: grid;
	justify-content: center;
	align-content: center;
	text-align: center;
	opacity: 0;
	transition: .8s;
}
.id2 .id2c a .cwz .ct{
	font-size: 32px;
	color: #ffffff;
}
.id2 .id2c a .cwz .ctd{
	color: #ffffff;
	font-size: 14px;
	width: 150px;
	border-radius: 6px;
	border:1px solid #fff;
	text-align: center;
	color: #fff;
	margin:50px auto 0;
	padding:8px 0;
	
}
.id2 .id2c a:hover .cwz{
	opacity: 1;
}
.id2 .id2c .id2cr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 49%;
	align-content: space-between;
}
.id2 .id2c .id2cr a{
	width: 48%;
}
.id2 .id2c .id2cr a:last-child{
	width: 100%;
}
.id3{
	padding:0px 0 40px;
}
.d3sw{
	position: relative;
	overflow: hidden;
	margin:60px 0 50px;
}
.d3sw .swiper-button-prev{
	left: 35px;
	background: url(../images/larr.png) no-repeat;
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
}
.d3sw .swiper-button-next{
	right: 35px;
	background: url(../images/rarr.png) no-repeat;
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
}
.holist{
	display: flex;
	flex-wrap: wrap;
}
.holist .item{
	width:24%;
	margin-right: 1.33%;
}
.holist .item .img{
	padding:35px;
	border:1px solid #cccccc;
	overflow: hidden;
}
.holist .item:last-child{
	margin-right: 0;
}
.holist .item img{
	transition: .8s;
}
.holist .item:hover img{
	transform: scale(1.1);
}
.id4{
	background: #efefef;
	padding:80px 0;
}
.newslist{
	display: flex;
	flex-wrap: wrap;
}
.newslist .item{
	width: 32.33%;
	margin-right: 1.5%;
	background: #fff;
	margin-top: 45px;
	transition: .8s;
}
.newslist .item .img{
	overflow: hidden;
}
.newslist .item img{
	transition: .8s;
}
.newslist .item:last-child{
	margin-right: 0;
}
.newslist .item a .itcon{
	padding:25px 25px 35px;
}
.newslist .item a .itcon h4{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.newslist .item a .itcon .itccon{
	font-size: 18px;
	color: #666666;
	display: -webkit-box;           /* 使用旧版弹性盒子模型 */
	-webkit-box-orient: vertical;   /* 内容垂直排列 */
	-webkit-line-clamp: 2;          /* 限制显示行数 */
	overflow: hidden;
	margin-top: 15px;
	line-height: 1.6;
}
.newslist .item a .itcon span{
	color: #25623e;
	font-size: 18px;
	margin-top: 25px;
	display: block;
}
.newslist .item:hover{
	box-shadow:0px 0px 11px 3px #c8c8c8;
}
.newslist .item:hover img{
	transform: scale(1.1);
}
.smore{
	background: #25623e;
	width: 200px;
	padding:15px 0;
	text-align: center;
	margin: 60px auto 0;
	color: #fff;
	font-size: 18px;
	display: block;
}
.smore:hover{
	color: #fff;
}
footer{
	padding:70px 0;
	background: #242424;
}
footer h2{
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
}
footer .foot{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .foot .fl{
	width: 31%;
}
footer .foot .fl ul{
	margin-top: 30px;
}
footer .foot .fl ul li{
	color: #cccccc;
	font-size: 18px;
	margin-top: 15px;
}
footer .foot .fl ul li:first-child{
	margin-top: 0;
}
footer .foot .fc{
	width: 32%;
}
footer .foot .fc ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
footer .foot .fc ul li{
	width: 32.33%;
	margin-right: 1.5%;
	margin-top: 15px;
}
footer .foot .fc ul li:nth-child(3n){
	margin-right: 0;
}
footer .foot .fc ul li a{
	font-size: 18px;
	color: #cccccc;

}
footer .foot .fr{
	width: 26%;
}
footer .foot .fr ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
footer .foot .fr ul li{
	width: 49%;
	margin-top: 10px;
}
footer .foot .fr ul li:first-child{
	width: 100%;
	margin-top: 0;
}
footer .foot .fr ul li textarea{
	width: 100%;
	padding:10px;
	background: #3a3a3a;
	font-size: 18px;
	color: #cccccc;
	resize: none;
	height: 100px;
	border:none;
}
footer .foot .fr ul li input{
	width: 100%;
	border:none;
	padding:5px 10px;
	color: #ccc;
	font-size: 18px;
	background: #3a3a3a;
}
footer .foot .fr .sub{
	margin-top: 15px;
	background: #25623e;
	color: #fff;
	text-align: center;
	display: block;
	width: 140px;
	font-size: 18px;
	border:none;
	padding:10px 0;
}
.copyright{
	padding:20px 0;
	border-top:1px solid #666666;
	background: #242424;
}
.copyright .ccon{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #cccccc;
	align-items: center;
}
.copyright .ccon a{
	font-size: 14px;
	color: #cccccc;
}
.position {
	text-align: right;
	padding:10px 0;
	color: #666666;
	font-size: 14px;
}
.position a{
	color: #666;
	font-size: 14px;
}
.te{
	padding:20px 0 80px;
}
.te .telist{
	display: flex;
	flex-wrap: wrap;
}
.te .telist .item{
	width: 49%;
	margin-right: 2%;
	margin-top: 2%;
}
.te .telist .item:nth-child(2n){
	margin-right: 0;
}
.te .telist .item .img{
	border:1px solid #cccccc;
	text-align: center;
	padding:10px;
	transition: .8s;
}
.te .telist .item .wwz{
	display: flex;
	justify-content: space-between;
	padding:10px;
	margin-top: 5px;
	align-items: center;
}
.te .telist .item .wwz .wwzl{
	font-size: 24px;
	color: #000000;
}
.te .telist .item .wwz .wwzr{
	display: flex;
	align-items: center;
}
.te .telist .item .wwz .wwzr a{
	color: #25623e;
	font-size: 18px;
}
.te .telist .item .wwz .wwzr a img{
	margin-left: 10px;
}
.te .telist .item:hover .img{
	box-shadow:0px 0px 11px 3px #c8c8c8;
}

.contact{
	padding:10px 0 60px;
}
.contact .contactc{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .contactc .cl{
	width: 48%;
}
.contact .contactc .cr{
	width: 48%;
}
.contact .contactc .cl ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .contactc .cl ul li{
	width: 49%;
	margin-top: 10px;
}
.contact .contactc .cl ul li:first-child{
	width: 100%;
	margin-top: 0;
}
.contact .contactc .cl ul li textarea{
	width: 100%;
	padding:20px;
	background: #ededed;
	font-size: 18px;
	color: #999999;
	resize: none;
	height: 220px;
	border:none;
}
.contact .contactc .cl ul li input{
	width: 100%;
	border:none;
	padding:10px 20px;
	color: #999999;
	font-size: 18px;
	background: #ededed;
}
.contact .contactc .cr{
	width: 48%;
}
.contact .contactc .cr h4{
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
}
.ab{
	padding-bottom: 60px;
}
.ab .abcon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ab .abcon .abconl{
	width: 47%;
}
.ab .abcon .abconr{
	width: 50%;
	color: #666666;
	font-size: 18px;
	line-height: 2;
}
.ab .abcon .abconr h4{
	font-size: 24px;
	font-weight: bold;
	margin:10px 0 20px;
	color: #000000;
}
.ab  .abccon{
	color: #666666;
	font-size: 18px;
	line-height: 2;
	margin-top: 15px;
}
.ab2{
	padding:80px 0;
}
.ab2 .plist{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.ab2 .plist .item{
	width: 49%;
	margin-right: 2%;
	margin-top: 2%;
}
.ab2 .plist .item:nth-child(2n){
	margin-right: 0;
}
.product{
	padding-bottom: 80px;
}
.product .pcc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product .pcc .pccl{
	width: 18%;
}
.product .pcc .pccl .pcnav h4{
	font-size: 32px;
	color: #000;
	font-weight: bold;
}
.product .pcc .pccl .pcnav ul li{
	margin-top: 30px;
}
.product .pcc .pccl .pcnav ul li a{
	color: #666666;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.product .pcc .pccl .pcnav ul li a img{
	filter: brightness(0);
	transition: .6s;
}
.product .pcc .pccl .pcnav ul li:hover a{
	color: #25623e;
	font-weight: bold;
}
.product .pcc .pccl .pcnav ul li:hover a img{
	filter: brightness(1);
}
.product .pcc .pccl .pcnav ul li.active a{
	color: #25623e;
	font-weight: bold;
}
.product .pcc .pccl .pcnav ul li.active a img{
	filter: brightness(1);
}
.product .pcc .pccr{
	width: 78%;
}
.product .pcc .pccr .pclist{
	display: flex;
	flex-wrap: wrap;
}
.product .pcc .pccr .pclist .item{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.product .pcc .pccr .pclist .item:nth-child(3n){
	margin-right: 0;
}
.product .pcc .pccr .pclist .item a{
	border:1px solid #cccccc;
	text-align: center;
	display: block;
	padding-bottom:45px;
	transition: .6s;
}
.product .pcc .pccr .pclist .item a h4{
	font-size: 24px;
	color: #333333;
}
.product .pcc .pccr .pclist .item a .ssmore{
	color: #25623e;
	font-size: 14px;
	margin-top: 20px;
}
.product .pcc .pccr .pclist .item a:hover{
	box-shadow: 0px 0px 11px 3px #c8c8c8;
}

.page-status,.page-index,.page-last{
   display: none;
}

.pro1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding:60px 0px;
}
.pro1 .pcl{
	width: 51%;
	text-align: left;
}
#gallery{
	border:1px solid #cccccc;
	/*padding:4% 0;*/
}
.pro1 .pcl h1{
	font-size: 28px;
	color: #000;
	border-bottom: 1px solid #cccccc;
	font-size: 32px;
	font-weight: bold;
	padding:25px 0;
}
.pro1 .pcl .ccon{
	/*border-top: 1px solid #a0a0a0;*/
	/*border-bottom: 1px solid #a0a0a0;*/
	padding:25px 0;
	margin:30px 0;
}
.pro1 .pcl .zx{
	background: #25623e;
	font-size: 16px;
	color: #ffffff;
	display: block;
	text-align: center;
	width: 280px ;
	line-height: 50px;
	height: 50px;
}
.pro1 .pcr{
	width: 46%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro1 .pcr .c1rl{
	width: 100%;
	position: relative;
	padding:30px 0;
}
.pro1 .pcr .c1rl .swiper-slide{
	border:1px solid #e2e2e2;
	display: grid;
	align-content: center;
	padding:15px;
}

.pro1 .pcr .c1rl .swiper-slide.swiper-slide-thumb-active{
	border:2px solid #FD0220;
}
.pro1 .pcr .c1rl .swiper-button-prev{
	position: absolute;
    left: 0;
    margin-top:-12px;
}
.pro1 .pcr .c1rl .swiper-button-next{
	position: absolute;
    right: -16px;
    margin-top:-12px;
}
.ccon h4{
        font-size: 18px;
        margin-bottom: 10px;
        border-bottom:1px solid #ccc;
}
.ccon h4 span{
    display: inline-block;
    text-align: center;
    min-width: 180px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    background: url(../images/btnbg2.jpg) center no-repeat;
    background-size: cover;
}
#thumbs{
    overflow: hidden;
    margin:0 25px;
}
.pro1 .pcr .c1rr{
	width: 100%;
	/*border: 1px solid #ccc;*/
	
}
.pro1 .pcr .c1rr img{
    max-height: 500px;
}
.pro1 .pcr .c1rr .swiper-slide{
	text-align: center;

	position: relative;
	display: grid;
	align-items: center;
	justify-content: center;
}
.c1r .swiper{
	padding-bottom: 0;
}
.c1rl .swiper-button-next, .c1rl .swiper-button-prev{
	background-image: none;
}

.pro2{
	padding:30px 0 60px;
	background: #fff;
	margin-top: 25px;
}

.pro2 .ptt{
	/*border-bottom: 1px solid #e1e1e1;*/
	display: flex;
}
.pro2 h3{
	position: relative;
	width:100%;
	padding:20px 0;
	color: #25623e;
	font-size: 24px;
	margin:0;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #cccccc;
}
.pro2 h3:last-child{
	/*margin-left: 45px;*/
}
.pro2 h3 span{
	position: relative;
}
.ssa{
	display: flex;
}
.ssa a{
	display: inline-block;
	width: 18%;
	text-align: center;
	background: #25623e;
	padding:6px 0;
	color: #fff;
	font-size: 18px;
	margin-right: 15px;
	border-radius: 8px;
}
.ssa a:last-child{
	margin-right: 0;
}
/*.pro2 h3.active{
    background: #FD0220;
    color: #fff;
}*/
.p2con{
	margin-top: 45px;
}

.news{
	padding-bottom: 65px;
}
.news .newstitle{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #000;
}
.news .nvd{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #ccc;
	padding:10px 0;
	margin: 15px 0;
}
.news .nvd .dd{
	margin:0 10px;
	color: #666;
	font-size: 16px;
}
.news .nncon{
	margin-top: 25px;
}
@media(max-width:1200px){
    .pro1{
        padding:0;
    }
    .pro1 .pcr{
        width:100%;
    }
    .pro1 .pcl{
        width: 100%;
    }
    .pro1 .pcl h1{
        font-size: 18px;
    }
    .ccon h4 span{
        font-size: 16px;
        width:140px;
    }
    .pro2 h3{
        font-size: 16px;
    }
}

.pagination{
   justify-content: center;
}
.pagebar .pagination {
  display: flex;
  margin-top: 25px;
}
.pagination a {
  background: #e6e8eb;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  background: #25623e;
}
.pagination a.page-num-current {
  color: #fff;
  background: #25623e;
}
.home-banner{
	position: relative;
	overflow: hidden;
}
.home-banner img{
	width: 100%;
}
.home-banner .swiper-pagination-bullet{
	border:1px solid #fff;
	margin:0 8px!important;
	background: #fff;
	opacity: 1;
	width: 30px;
	height: 4px;
	position: relative;
	border-radius: 0;
}

.home-banner .swiper-pagination-bullet-active{
	border: 1px solid #0099e2;
	background: #0099e2;
}

.sec{
    position: absolute;
    background: #fff;
    top: 104px;
    width:100%;
    padding:30.5px 0 30px;
    z-index: 9;
    display: none;
    border-top:1px solid #ccc;
}
.sec .timg{
    text-align: center;
    margin-bottom:20px;
}
.sec .timg img{
    filter: brightness(0);
    max-height: 69.5px;
}
.sec input{
    max-width: 360px;
    height: 41px;
    line-height: 41px;
    background: #fff url(../images/search.png) no-repeat 10px 11px;
    border-radius: 0;
    width: 100%;
    padding:0 30px;
    margin: auto;
    border: 1px solid #C4C4C3;
    display: block;
}

/*手机导航*/

header{
    padding:14px 0;
    transition: 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;

}
header a{
    text-transform: uppercase;
}
.menu{
    text-transform: uppercase;
}
header img{
    transition: 1s;
}
header .ftop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .ftop img{
    max-width: 50%;
    cursor: pointer;
}
header .ftop .ftl{
    display: flex;
}
header .ftop .ftl .se{
    margin-left: 10px;
}
header{
    background: #fff;

}
header img{
    filter: brightness(0);
}
header.fx{
    background: #fff;

}
header.fx img{
    filter: brightness(0);
}
header.fx .logo img{
    filter:unset!important;
}
header .logo img{
    filter:unset!important;
}
header .close1{

    display: none;
}

header.bx .close1{
    display: block;
}
header.bx .nme{
    display: none;
}
header .ftop .ftl{
    align-items: center;
}
.mb{
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    height: 100%;
    width: 100%;
    display: none;
}
.menu{
    position: fixed;
    left: -360px;
    top: 0;
    background: #fff;
    height: 100%;
    width: 360px;
    transition: .6s;
    z-index: 9;
}
.menu .mml{
    height: 100%;
    display: grid;
    align-content: space-between;
    position: relative;
    z-index: 99;
    background: #fff;
    padding:60px 40px;
}
.menu .mwz{
    display: flex;
    align-items: center;
    font-size: 12px;
}
.menu .close{
    position: relative;
    height: 12px;
    width: 12px;
    margin-right: 5px;
}
.menu .close:after{
    width: 12px;
    height: 1px;
    content: '';
    background: #707070;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
}
.menu .close:before{
    width: 12px;
    height: 1px;
    content: '';
    background: #707070;
    position: absolute;
    transform: rotate(-45deg);
    top: 5px;
}

.menu .metop ul li{
    margin-top: 30px;
}
.menu .metop ul li a{
    color: #666666;
    font-size: 16px;
    display: block;
}
.menu .mebottom .ful ul li{
    margin-top: 15px;
}
.menu .mebottom .ful ul li a{
    color: #7E7E7E;
    font-size: 14px;
}
.menu .mebottom .ful{
    margin-bottom:15px;
}
.mebottom>a{
    margin-right: 10px;
    
}
.mebottom>a img{
    height: 18px;
}
.yqlink span{
    margin-right: 10px;
    color: #adadad;
    font-size: 14px;
}
.yqlink a{
    margin-right: 10px;
    color: #adadad;
    font-size: 14px;
}
footer .ftn .ftnr .simg{
    margin-top:24px;
}
.menu .mmr ul{
    height: 100%;
    position: fixed;
    top: 0;
    left: -380px;
    height: 100%;
    padding:90px 43px 0 47px;
    background: #fff;
    z-index: 6;
    transition: .6s;
}
.mmr ul .img{
    margin:15px 0;
}
/*img{*/
/*    max-width: 100%;*/
/*}*/

.menu .mmr ul li{
    margin-top: 16px;
}
.menu .mmr ul li a{
    color: #666666;
    font-size: 14px;
}
.menu .mmr .smore{
    position: relative;
    padding-bottom: 2px;
    color: #666666;
    font-size: 12px;
}
.menu .mmr .smore:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #707070;
}



.hidden-lg{
    display: none!important;
}
@media(max-width:780px){
    .hidden-xs{
        display: none!important;
    }
    .hidden-lg{
        display: block!important;
    }
	
	.mbmenu{
        position: fixed;
        left: -100%;
        top: 52px;
        background: #fff;
        width: 90%;
        height: calc(100% - 52px);
        transition: .6s;
        z-index: 99;
    }
    .mbmenu .mml{
        height: 100%;
        display: grid;
        align-content: space-between;
        position: relative;
        z-index: 99;
        background: #fff;
        padding:6px 15px;
    }
    .mebottom>a{
        margin-top:15px;
        display: inline-block;
    }
    .mbmenu .mwz{
        display: flex;
        align-items: center;
    }
    .mbmenu .close{
        position: relative;
        height: 12px;
        width: 12px;
        margin-right: 5px;
    }
    .mbmenu .close:after{
        width: 12px;
        height: 1px;
        content: '';
        background: #707070;
        position: absolute;
        transform: rotate(45deg);
        top: 5px;
    }
    .mbmenu .close:before{
        width: 12px;
        height: 1px;
        content: '';
        background: #707070;
        position: absolute;
        transform: rotate(-45deg);
        top: 5px;
    }

    .mbmenu .metop ul li{
        margin-top: 30px;
    }
    .mbmenu .metop ul li a{
        color: #333;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
    }
    .mbmenu .metop ul li dl{
        margin-left: 15px;
        margin-top:10px;
    }
    .mbmenu .metop ul li dl dd a{
        font-size: 13px;
        color: #666;
    }
    .mbmenu .metop ul li a .tr{
        font-family: cursive;
    }
    .mbmenu .mebottom .ful ul li{
        margin-top: 15px;
    }
    .mbmenu .mebottom .ful ul li a{
        color: #7E7E7E;
        font-size: 14px;
    }
    .mbmenu .mmr ul{
        height: 100%;
        position: fixed;
        left: -100%;
        top: 62px;
        height: calc(100% - 62px);
        padding:41px 29px;
        background: #fff;
        z-index:100;
        transition: .6s;
        width: 100%;
    }

    .mbmenu .mmr ul h3{
        font-size: 16px;
        margin-bottom:10px;
    }
    .mbmenu .mmr ul h3 .return{
        font-family: cursive;
        margin-right: 15px;
        display: inline-block;
    }
    .mbmenu .mmr ul li{
        margin-top: 16px;
    }
    .mbmenu .mmr ul li a{
        color: #666666;
        font-size: 14px;
    }
    .mbmenu .mmr .smore{
        position: relative;
        padding-bottom: 2px;
        color: #666666;
        font-size: 12px;
    }
    .mbmenu .mmr .smore:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background: #707070;
    }
    .id1{
    	padding:50px 0;
    }
    .id1list .item{
    	width: 100%;
    	margin-top: 15px;
    }
    .id1list .item .itr .tt{
    	font-size: 18px;
    }
    .id1list .item .itr .tcon{
    	font-size: 13px;
    	margin-top: 10px;
    }
    .title h2{
    	font-size: 24px;
    }
    .title p{
    	font-size: 14px;
    	margin-top: 10px;
    }
    .id2{
    	padding:40px 0 50px;
    }
    .id2 .id2c{
    	margin-top: 25px;
    	flex-wrap: wrap;
    }
    .id2 .id2c .id2cl{
    	width: 100%;
    }
    .id2 .id2c .id2cr{
    	width: 100%;
    	margin-top: 15px;
    }
    .id2 .id2c .id2cr a:last-child{
    	margin-top: 15px;
    }
    .id2 .id2c a .cwz .ct{
    	font-size: 18px;
    }
    .id2 .id2c a .cwz .ctd{
    	margin: 15px auto 0;
    	width: 100px;
    	font-size: 12px;
    }
    .id2 .id2c a .cwz{
    	opacity: 1;
    }
    .d3sw{
    	margin:30px 0;
    }
    .holist .item{
    	width: 49%;
    	margin-right: 2%!important;
    	margin-top: 2%;
    }
    .holist .item .img{
    	padding:25px;
    }
    .holist .item:nth-child(2n){
    	margin-right: 0!important;
    }
    .id4{
    	padding:40px 0;
    }
    .newslist .item{
    	width: 100%;
    	margin-right: 0;
    	margin-top: 25px;
    }
    .newslist .item a .itcon h4{
    	font-size: 16px;
    }
    .newslist .item a .itcon .itccon{
    	font-size: 13px;
    	margin-top: 10px;
    }
    .newslist .item a .itcon span{
    	font-size: 13px;
    	margin-top: 15px;
    }
    .smore{
    	width: 160px;
    	font-size: 14px;
    	margin:40px auto 0;
    }
    footer{
    	padding:50px 0;
    }
    footer h2{
    	font-size: 18px;
    }
    footer .foot .fl{
    	width: 100%;
    }
    footer .foot .fl ul{
    	margin-top: 15px;
    }
    footer .foot .fl ul li{
    	margin-top: 10px;
    	font-size: 14px;
    }
    footer .foot .fc{
    	width: 100%;
    	margin-top: 15px;
    }
    footer .foot .fc ul li a{
    	font-size: 14px;
    }
    footer .foot .fc ul li{
    	margin-top: 8px;
    }
    footer .foot .fr{
    	margin-top: 15px;
    	width: 100%;
    }
    footer .foot .fr ul li textarea{
    	font-size: 14px;
    }
    footer .foot .fr ul li input{
    	font-size: 14px;
    }
    footer .foot .fr .sub{
    	font-size: 14px;
    	padding:8px 0;
    }
    .copyright .ccon{
    	font-size: 12px;
    }
    .copyright .ccon a{
    	font-size: 12px;
    }
    .position{
    	font-size: 12px;
    }
    .position a{
    	font-size: 12px;
    }
    .product .pcc .pccl{
    	width: 100%;
    }
    .product .pcc .pccl .pcnav h4{
    	font-size: 18px;
    }
    .product .pcc .pccl .pcnav ul li{
    	margin-top: 10px;
    }
    .product .pcc .pccl .pcnav ul li a{
    	font-size: 14px;
    }
    .product .pcc .pccr{
    	width: 100%;
    	margin-top: 25px;
    }
    .product .pcc .pccr .pclist .item{
    	width: 49%;
    	margin-right: 2%!important;
    }
    .product .pcc .pccr .pclist .item:nth-child(2n){
    	margin-right: 0!important;
    }
    .product .pcc .pccr .pclist .item a{
    	padding-bottom: 25px;
    }
    .product .pcc .pccr .pclist .item a h4{
    	font-size: 16px;
    }
    .product .pcc .pccr .pclist .item a .ssmore{
    	margin-top: 10px;
    	font-size: 12px;
    }
    .ssa a{
    	width: 120px;
    	font-size: 14px;
    }
    .pro1 .pcr .c1rl .swiper-slide{
    	padding:5px;
    }
    .ab .abcon .abconl{
    	width: 100%;
    }
    .ab .abcon .abconr{
    	width: 100%;
    	font-size: 14px;
    }
    .ab .abcon .abconr h4{
    	font-size: 18px;
    	margin:15px 0;
    }
    .ab .abccon{
    	font-size: 14px;
    	margin-top: 10px;
    }
    .ab2{
    	padding:40px 0;
    }
    .ab2 .plist{
    	margin-top: 20px;
    }
    .id3{
    	padding-bottom: 60px;
    }
    .holist{
    	margin-top: 25px;
    }
    .te .telist .item{
    	width: 100%;
    	margin-right: 0;
    }
    .te .telist .item .wwz .wwzl{
    	font-size: 16px;
    }
    .te .telist .item .wwz .wwzr a{
    	font-size: 12px;
    }
    .contact .contactc .cl{
    	width: 100%;
    }
    .contact .contactc .cl ul li textarea{
    	font-size: 14px;
    	height: 100px;
    }
    .contact .contactc .cl ul li input{
    	font-size: 14px;
    }
    .contact .contactc .cr{
    	width: 100%;
    	margin-top: 25px;
    }
    .contact .contactc .cr h4{
    	font-size: 18px;
    }
}