/* CSS Document */

/*顶部*/
.head-top{
	position: relative;
	z-index: 11;
	width: 100%;
	height: 46px;
	background:#ff9201;
}
.head-top .container{
	display: flex;
	justify-content: space-between;
}
.head-fl{
	line-height: 46px;
}
.head-fl span{
	margin-right: 20px;
}
.head-fl span img{	
	margin-top: 15px;
	margin-right: 12px;
	vertical-align: top;
}
.head-fl span b{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.head-fl span b a{
	color: #fff;
}
.head-searchcon{
	position: relative;
	float: left;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
}
.head-search{
	display: none;
	position: absolute;
	top: 46px;
	padding: 20px;	
	background: #fff;
	box-shadow: 1px 3px 5px 2px rgba(0,0,0,0.1);
}
.head-searchbg{
	width: 260px;
	height: 38px;
	border:1px solid #d9d9d9;
	border-radius: 50px;
}
.head-search input{
	float: left;
	width: 208px;
	height: 36px;
	padding-left: 24px;
	font-size: 14px;
	color: #666;
	border:none;
	outline: none;
	background: none;
}
.head-search button{
	float: right;
	width: 50px;
	height: 38px;
	margin-top: -1px;
	background:#469947 url(../images/ico02.png) no-repeat center;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
.lang-show{
	position: relative;
	float: left;
	padding: 17px 0 16px 0;
}
.lang-show .show-current{
	padding: 0px 24px;
	border-left: 1px solid #ffc980;
}
.lang-show .show-current span{
	padding-right: 22px;
	font-size: 13px;
	color: #fff;
	background: url(//petopia.meeallcdn.com/imglibs/files/87516.png) no-repeat right center;
}
.lang-show .lang-hide{
	display: none;
	position: absolute;
	left: 0;
	top: 46px;
	z-index: 9;
	min-width: 120px;
	padding: 5px 15px 15px 15px;
	background: #fff;
	box-shadow: 1px 3px 5px 2px rgba(0,0,0,0.1);
}
.lang-show .lang-hide a{
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
.lang-show .lang-hide img{
	margin-right: 10px;
}
.head-link{
	float: left;
	margin-top: 8px;
}
.head-link a{
	display: inline-block;
	width: 33px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(255,255,255,0.2);
	margin-left: 10px;
	border-radius: 4px;
}
.head-link a:hover{
	background: rgba(255,255,255,0.4);
	margin-left: 10px;
}
.header-height{
	height: 86px;
}
.header{
	position: relative;
	width: 100%;
	height: 86px;
	background: #fff;
	box-shadow: 2px 5px 10px 2px rgba(0,0,0,0.05);
	z-index: 10;
	font-size: 0;
}
.header .container{
	display: flex;
	justify-content: space-between;
}
.fixed{
	position: fixed;
	top: 0;
	z-index: 10;
}
.head-logo{
	width: 8%;
	margin-top: 10px;
	vertical-align: top;
}
.head-nav{
	width: 66%;
	margin-top: 34px;
	text-align: center;
}
.head-nav ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
.head-nav li{
	position: relative;
	display: inline-block;
	padding: 0 18px;
	height: 50px;
}
.head-nav li h3.down{
	padding-right: 26px;
	background: url(../images/ico08.png) no-repeat right 7px;
    -webkit-transition: .3s all; 
    -moz-transition: .3s all; 
    -ms-transition: .3s all; 
    transition: .3s all;
}
.head-nav li:hover h3.down,.head-nav li h3.down.current{
	background: url(../images/ico08s.png) no-repeat right 7px;
}
.head-nav li a{
	display: block;
	padding: 0 3px;
	font-size: 15px;
	font-family: 'Montserrat-Medium';
	color: #202020;
	border-bottom: 1px solid transparent;
}
.head-nav li:hover > a,.head-nav li >a.on{
	color: #469947;
	border-color: #469947;
}
.head-nav li ul{
	display: none;
	position: absolute;
	width: 226px;
	top: 50px;
	left: 0;
	padding: 0px 18px 18px 18px;
	background: #fff;
	text-align: left;
	z-index: 2;
	box-shadow: 2px 3px 6px 2px rgba(0,0,0,0.1);
}
.head-nav li ul li{
	display: block;
	padding: 0;
	height: auto;
}
.head-nav li ul li a{
	height: auto;
	padding-top: 18px;
	font-size: 15px;
	font-family: 'ubuntu';
	color: #666;
}
.head-nav li ul li a:hover{
	color: #469947;
}
.head-nav li:hover > ul{
	display: block;
}
.head-nav li li ul{
	left: 188px;
	top: 0;
}
.head-nav li#li15359 ul ul,.head-nav li#li15360 ul,.head-nav li#li15365 ul{
	display: none;
}
.header .href{
	margin-left: 6%;
	margin-top: 22px;
}
.href a{
	display: inline-block;
	padding: 12px 25px;
	background: #469947;
	font-size: 14px;
	font-family: 'Montserrat-Regular';
	color: #fff;
	border-radius: 50px;
}
.href a:hover{
	background: #4ea74f;
}

/*手机端导航*/
.mobile-height{
	display: none;
	height: 60px;
}
.mobile-nav{
	display: none;
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}
.m-navico{
	line-height: 60px;
	margin-left: 20px;
}
.m-navico img{
	width: 22px;
}
.m-navlist{
	position: fixed;
	left: -80%;
	top: 0;
	bottom: 0;
	width: 76%;
	padding: 20px 0 20px 20px;
	background: #fff;
	box-shadow: 1px 2px 8px 3px rgba(0,0,0,0.2); 
	overflow: scroll;
	z-index: 999;
}
.m-navlist .m-listtop{
	padding-bottom: 20px;
	font-size: 24px;
	border-bottom: 1px solid #469947;
}
.m-navlist .m-listtop img{
	width: 76px;
}
.m-navlist .m-listtop span{
	float: right;
	font-size: 40px;
	color: #666;
	font-weight: 100;
	line-height: 40px;
	margin-right: 20px;
}
.m-navlistcon ul{
	display: none;
}
.m-navlistcon span {
	display: block;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}
.m-navlistcon span a{
	padding: 15px 0;
	font-size: 18px;
	font-family: 'Ubuntu-Medium';
	float: left;
}
.m-navlistcon span a.on,.m-navlistcon li a.on{
	color: #469947;
}
.m-navlistcon span i{
	text-align: right;
	width: 20%;
	float: right;
	padding: 15px 20px 15px 0;
}
.m-navlist ul li a{
	display: block;
	padding: 14px 0;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
}
.m-navlistcon ul li a b{
	padding-left: 10px;
}
.m-navlist ul li li{
	border: 0;
}
.m-navlist ul li li ul,.m-navlist ul li li#cid138{
	display: none;
}
.m-navlist ul li ul{
	padding-left: 10px;
}
.m-navlistcon .xla-three{
	border-top: 1px solid #dedede;
	padding-left: 20px;
}
.m-navtap,.m-navcenter{
	float: left;
}
.m-navcenter {
	width: 57%;
	margin-top: 8px;
	padding-left: 48px;
	text-align: center;
}
.m-navcenter img{
	width: 60px;
}
.m-navright{
	float: right;
}
.product-featuresnum{
	padding: 20px;
}
.product-featureshid img{
	height: 100%;
}
.service-list h3{
	height: auto !important;
}
.m-navright .href a{
	margin-top: 12px;
	margin-right: 15px;
	padding: 12px 12px;
	font-size: 12px;
}
/*询盘*/
.cd-popup.is-visible{
	opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup{
	display: block;
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 1000;
}
.cd-popup .div_info{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -19%;
	margin-top: -294px;
	float: none;
}
.div_info{
	width: 36%;
	padding: 38px;
	background: #fff;
    border-radius: 15px;
}
.div_info h3{
	margin-bottom: 30px;
	font-family: 'ubuntubold';
	font-size: 24px;
	line-height: 24px;
    letter-spacing: 1px;
}
.div_info input,.div_info textarea{
	display: block;
	width: 100%;
	height: 46px;
	margin:0 auto;
	margin-top: 15px;
	padding-left: 30px;
	font-size: 15px;
	border:1px solid #eee;
    font-family: 'Montserrat-Regular';
	outline: none;
    background: #fafafa;
    border-radius: 5px;
}
.div_info input[type=submit]{
	width: 100%;
	height: 46px;
	padding-left: 0;
	font-size: 16px;
	font-family: 'ubuntubold';
	color: #fff;
	background: #469947;
	margin: 28px 0 0 0;
	border:none;
    border-radius: 10px;
}
.div_info input[type=submit]:hover{
	background: #4ea74f;
	cursor: pointer;
}
.div_info textarea{
	padding-top: 10px;
	height: 140px;
    line-height: 32px;
}
.div_info input.error,.div_info textarea.error{
	border-color: #ff6600;
}
.cd-popup-close{
	position: absolute;
	right: 7%;
	top: 30px;
	font-size: 42px;
	color: #999;
}
.crmFormVali-error {
    color: #a94442;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
}
.input-position{
	position: relative;
}
/*banner*/
.banner{
	position: relative;
    width: 100%;
    min-height: 720px;
    height: calc(100vh - 130px);
	background: url(//petopia.meeallcdn.com/imglibs/files/banner/banner3.webp) no-repeat right bottom;
	background-size: cover;
	overflow: hidden;
}
.banner .bg-wrap .container {
    position: relative;
    min-height: 730px;
    height: calc(100vh);
    margin-top: -130px;
}
.banner .swiper-container{
	height: 100%;
}
.banner .swiper-slide{
	width: 100%;
	overflow: hidden;
}
.banner .swiper-slide .peo-img{
	height: 100%;
}
.banner .swiper-slide .peo-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-text{
    position: relative;
	width: 50%;
	padding-top: 18%;
	text-align: left;
	z-index: 8;
}
.banner-text h1{
	font-size: 40px;
	color: #fff;
	line-height: 62px;
	font-family: 'ubuntubold';
}
.banner-text h1 b{
	background:url(//petopia.meeallcdn.com/imglibs/files/87554.png) repeat-x left bottom;
}
.banner-text p{
	font-size: 16px;
	color: #fff;
}
.banner-text .href a{
	box-shadow: 0px 20px 35px 0px rgba(0,0,0,0.2);
}
.banner .banner-text.hidden {
    right: 100%
}

.banner .banner-text.animated {
    -webkit-animation: fly-in 0.6s linear 0s;
    animation: fly-in 0.6s linear 0s
}

.banner .blue {
    position: absolute;
    top: -130px;
    left: 63%;
    z-index: 2;
    width: 1297px;
    height: 1297px;
    background-color: #e08001;
    border-radius: 50%
}

.banner .blue.scaled {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.banner .blue.animated {
    -webkit-animation: blue-largen 0.8s linear 0s;
    animation: blue-largen 0.8s linear 0s
}

.banner .logo-name {
    position: absolute;
    top: 28%;
    left: 8%;
    z-index: 3;
    font-family: faricy-new-web,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 299px;
    line-height: 299px;
    color: rgba(50,89,255,.65)
}

.banner .logo-name.hidden {
    opacity: 0
}

.banner .logo-name.animated {
    -webkit-animation: opacity 0.5s linear 0s;
    animation: opacity 0.5s linear 0s
}

.banner .product {
    position: absolute;
    left: 57%;
    top: 26.5%;
    z-index: 6
}

.banner .product.hidden {
    top: 150%
}

.banner .product.animated {
    -webkit-animation-name: fly-up,joggle,shaking;
    animation-name: fly-up,joggle,shaking;
    -webkit-animation-duration: 0.6s,0.7s,2s;
    animation-duration: 0.6s,0.7s,2s;
    -webkit-animation-timing-function: linear,linear,linear;
    animation-timing-function: linear,linear,linear;
    -webkit-animation-delay: 0s,0.5s,1.8s;
    animation-delay: 0s,0.5s,1.8s;
    -webkit-animation-iteration-count: 1,1,3;
    animation-iteration-count: 1,1,3
}

.banner .middle-circle {
    position: absolute;
    top: 34%;
    left: 57%
}

.banner .white-big {
    position: relative;
    z-index: 4;
    width: 470px;
    height: 470px;
    background-color: #fff;
    border-radius: 50%
}

.banner .white-big.scaled {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.banner .white-big.animated {
    -webkit-animation: largen 0.4s linear 0s;
    animation: largen 0.4s linear 0s
}

.banner .white-middle {
    position: absolute;
    top: 72%;
    left: 49%;
    z-index: 4;
    width: 134px;
    height: 134px;
    background-color: #fff;
    border-radius: 50%
}

.banner .white-middle.scaled {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.banner .white-middle.animated {
    -webkit-animation: white-largen 1s linear 0s;
    animation: white-largen 1s linear 0s
}

.banner .white-small {
    position: absolute;
    top: 23%;
    left: 64%;
    z-index: 4;
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 50%
}

.banner .white-small.scaled {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.banner .white-small.animated {
    -webkit-animation: white-largen 1.6s linear 0s;
    animation: white-largen 1.6s linear 0s
}
.banner .swiper-slide{
	overflow: hidden;
}
.banner-href{
    margin-top: 50px;
}
.banner-href a{
    padding: 19px 58px;
    font-size: 16px;
    font-family: 'Ubuntu-Medium';
}
.banner .banner-href img{
	width: auto;
	height: auto;
}
.banner-href a:hover{
    background: #4ea74f;
}
.banner-href img{
    margin-left: 14px;
}
.banner-href a:nth-child(2){
    margin-left: 30px;
    background: rgba(255,255,255,0.2);
}
.banner-href a:nth-child(2):hover{
    background: #469947;
}
.banner-scorll{
    position: absolute;
    left: calc((100% - 1400px) / 2);
    bottom: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}
.banner-scorll span{
    display: block;
    font-size: 18px;
    font-family: 'Ubuntu-Medium';
    color: #fff;
    margin-bottom: 6px;
}

.animate-bounce-down{ 
    -webkit-animation: bounce-down 1s linear infinite;
    animation: bounce-down 1s linear infinite;
}

@keyframes bounce-down {     
    25% {transform: translateY(-3px);}
    50%{transform: translateY(0);}
    75% {transform: translateY(3px);}
    100% {transform: translateY(0);}
}
.title{
    text-align: center;
}
.title h2,.title h3,.title h1{
    width: 77%;
    margin:0 auto;
    font-size: 36px;
}
.title h2 a,.title h1 a{
	color: #000009;
}
.title b{
    font-weight: 100;
    color: #ff9201;
}
.title p{
    width: 74%;
    margin:30px auto 0 auto;
}
.home-prolist{
	margin-top: 60px;
}
.home-prolist ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-prolist li{
    width: 20%;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.home-prolist li:hover{
	transform: translate(0,-15px);
	-webkit-transform: translate(0,-15px);
	-moz-transform: translate(0,-15px);
	-ms-transform: translate(0,-15px);
	-o-transform: translate(0,-15px);
}
.home-prolist li span img{
    width: 100%;
}
.home-prolist li h5{
	height: 34px;
	margin-top: 10px;
	padding-top: 5px;
	font-size: 18px;
	font-family: 'Ubuntu-Medium';
}
.home-prolist li:hover h5 a{
	color: #469947;
	border-bottom: 2px solid #c5dfc5;
}
/* .home-prolist li:nth-child(5n+1) h5{
	border-left: 1px solid #c2c2c2;
} */
.home-prolist .banner-href{
	text-align: center;
}
.home-why{
	padding: 70px 0 60px 0;
	background: url(//petopia.meeallcdn.com/imglibs/files/87532.jpg) no-repeat;
	background-size: auto 100%;
}
.home-whypic{
	display: none;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.home-whypic img{
	width: 100%;
}
.home-whycon{
	width: 54.5%;
	margin-left: 45.5%;
	padding: 60px 40px;
	background: #fff;
	border-radius: 20px;
}
.home-why .title h2{
	width: 100%;
	text-align: left;
}
.home-whytxt{
	margin-top: 50px;
	padding-top: 4px;
	padding-left: 88px;
	padding: 4px 20px 40px 88px;
	background: url(//petopia.meeallcdn.com/imglibs/files/87556.png) no-repeat 15px top;
	border-bottom: 1px solid #ddd;
}
.home-whytxt h6{
	font-size: 22px;
	color: #ff9201;
}
.home-whytxt p{
	margin-top: 16px;
}
.home-whytxt:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.home-brand h2:first-child{
	margin-bottom: 20px;
	font-size: 80px;
	line-height: 52px;
}
.home-brand p{
	width: 74%;
}
.home-brand .banner-href{
	text-align: center;
}
.home-story{
	padding: 60px;
	background: url(//petopia.meeallcdn.com/imglibs/files/87537.jpg);
	background-size: 100% 100%;
	overflow: hidden;
}
.home-story .title{
	float: left;
	width: 33%;
}
.home-story .title h2,.home-story .title p{
	width: 100%;
	text-align: left;
	color: #fff;
}
.home-storycon{
	float: right;
	width: 55%;
}
.home-story .title{
	margin-top: 46px;
}
.home-story .title h2{
	line-height: 56px;
}
.home-storycon{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	text-align: center;
}
.home-storycon div{
	width: 33.33%;
	padding: 40px 45px 30px 45px;
	border-left: 1px solid #fff;
}
.home-storycon div:nth-child(3n+1){
	border-left: none;
}
.home-storycon div:first-child,.home-storycon div:nth-child(2),.home-storycon div:nth-child(3){
	border-bottom: 1px solid #fff;
}
.home-storycon .home-storyimg{
	line-height: 100px;
}
.home-storycon .home-storyimg img{
	-webkit-transition: .5s all; 
	-moz-transition: .5s all; 
	-ms-transition: .5s all; 
	transition: .5s all;	
}
.home-storycon .home-storyimg:hover img{
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
	filter:FlipH;
}
.home-storycon div h6{
	font-size: 30px;
	font-family: 'Montserrat-Bold';
	color: #fff;
}
.home-storycon div p{
	margin-top: 16px;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
.home-video{
	padding: 140px 0;
	background: #f8f8f8;
	overflow: hidden;
}
.home-video .title{
	float: left;
	width: 42%;
	text-align: left;
}
.home-video .title h2,.home-video .title p{
	width: 100%;
}
.home-videofr{
	position: relative;
	float: right;
	width: 46.8%;
	border-radius: 20px;
	overflow: hidden;
}
.home-videofr img{
	width: 100%;
	height: auto;
	-webkit-transition: .5s all; 
	-moz-transition: .5s all; 
	-ms-transition: .5s all; 
	transition: .5s all;
}
.home-videofr:hover img{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.home-bofang{
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 172px;
	height: 42px;
	background: url(//petopia.meeallcdn.com/imglibs/files/87555.png) center;
	text-align: center;
	line-height: 42px;
	font-family: 'Ubuntu-Medium';
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.home-ringtxt{
	position: relative;
	z-index: 2;
}

.home-bofang img{
	width: auto;
	margin-left: 12px;
}
.home-ring{
  position: absolute;
  bottom: 0;
  right: 0;
  background: inherit;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  opacity: 0.9;
  animation: pulsing 1.5s ease-out infinite;
}
.videos{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;    
	background: rgba(0,0,0,0.5);
	text-align: center;
	z-index: 999;
}
.videos video{
	 position:fixed; 
	 left:50%; 
	 top:50%; 
	 margin-left:-35%; 
	 margin-top:-19%; 
	 width:60%; 
	 z-index: 999;
}
.vclose { 
	position:absolute;
	right:3%; 
	top:5%; 
	cursor: pointer; 
}
.home-ordercon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-orderlist{
	position: relative;
	width: 29%;
	margin-top: 60px;
	text-align: center;
}
.home-orderlist h6{
	font-size: 22px;
}
.home-orderlist p{
	height: 90px;
	margin-top: 20px;
	font-size: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.home-orderlist span{
	display: block;
	height: 78px;
	margin-bottom: 16px;
	line-height: 78px;
}
.home-orderlist span img{
	-webkit-transition: .5s all; 
	-moz-transition: .5s all; 
	-ms-transition: .5s all; 
	transition: .5s all;
}
.home-orderlist:hover span img{
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
	filter:FlipH;
}
.home-oredrjt{
	position: absolute;
	right: -16%;
	bottom: 25px;
}
.home-orderlist:nth-child(3) .home-oredrjt{
	bottom: -46px;
	left: 50%;
	right: auto;
	margin-left: -22px;
}
.home-order .banner-href{
	text-align: center;
}
.home-scenarios .title{
	width: 100%;
	padding-bottom: 50px;
	background: #fff7ed;
}
.home-scenarioslist div{
	width: 24.9%;
}
.home-scenarioslist div a{
	display: block;
	overflow: hidden;
}
.home-scenarioslist div img{
	width: 100%;
	height: auto;
	-webkit-transition: .5s all; 
	-moz-transition: .5s all; 
	-ms-transition: .5s all; 
	transition: .5s all;	
}
.home-scenarioslist div:hover img{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);	
}
.home-scenarioslist h3{
	width: 75%;
	margin: 28px auto 0 auto;
	font-size: 22px;
	font-family: 'Ubuntu-Medium';
}
.home-scenarioslist h3 a:hover{
	color: #469947;
	text-decoration: underline;
}
.home-scenarioslist p{
	width: 75%;
	margin: 20px auto 0 auto;
	font-size: 15px;
}
.home-scenarioshd{
	margin-top: 50px;
	text-align: center;
}
.home-ny{	
	display: inline-block;
}
.home-ny .swiper-button-prev,.home-ny .swiper-button-next{
	display: inline-block;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	border:1px solid #ddd;	
	cursor: pointer;
}
.home-ny .swiper-button-prev{
	position: relative;
	z-index: 1;
	background: #fff url(//petopia.meeallcdn.com/imglibs/files/87558.png) no-repeat center;
}
.home-ny .swiper-button-next{
	margin-left: -15px;
	background: #fff url(//petopia.meeallcdn.com/imglibs/files/87560.png) no-repeat center;
}
.home-ny .swiper-button-prev:hover{
	background: #469947 url(//petopia.meeallcdn.com/imglibs/files/87557.png) no-repeat center;
	border:none;
}
.home-ny .swiper-button-next:hover{
	background: #469947 url(//petopia.meeallcdn.com/imglibs/files/87559.png) no-repeat center;	
	border:none;
}
.swiper-container{
	width: 100%;
	overflow: hidden;
}
.swiper-pagination-progress .swiper-pagination-progressbar{
    background:#469947;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.swiper-pagination {
    text-align: center;
    margin-top: 43px;
    margin-left: 40px;
    vertical-align: top;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination-progress{
	display: inline-block;
    width: 612px;
    height: 4px;
	background: #daebda;
}
.home-subscribe{
	width: 100%;
	height: 394px;
	margin-top: 190px;
	background: #f8f8f8;
}
.home-subscribe .container{
	position: relative;	
}
.subscribeimg{
	position: absolute;
	left: 80px;
	top: -124px;
}
.subscribeimg img{
	width: auto;
	height: auto;
}
.subscribetxt{
	float: right;
	width: 45%;
	margin-top: 90px;
	margin-right: 48px;
	font-size: 0;
}
.subscribetxt h3{
	font-size: 46px;
	color: #212121;
	line-height: 58px;
	letter-spacing: 1px;
}
.subscribetxt div{
	margin-top: 30px;
}
.subscribetxt input{
	width: 88%;
	height: 68px;
	outline: none;
	border:none;
	font-size: 17px;
	background: #f8f8f8;
	border-bottom: 2px solid #c8c8c8;
	vertical-align: top;
}
.subscribetxt button{
	width: 12%;
	height: 68px;
	background: url(//petopia.meeallcdn.com/imglibs/files/87561.png) no-repeat center;
	vertical-align: top;
	border-bottom: 2px solid #c8c8c8;
}
.footer{
	background: url(//petopia.meeallcdn.com/imglibs/files/113313.webp) no-repeat center;
	background-size: cover;
}

.foot-con{
	display: flex;
	justify-content: space-between;
}

.foot-con h3 {
	margin-bottom: 40px;	
}
.foot-con h3 a{
	font-size: 26px;
	color: #fff;
}
.foot-contact{
	width: 33%;
	overflow: hidden;
}
.foot-contact li{
	margin-top: 26px;
	overflow: hidden;
}
.foot-contact li span{
	float: left;
	width: 30px;
	margin-right: 18px;
}
.foot-contact li p{
	float: left;
	width: 88%;
	margin-top: 0;
	color: #fff;
}
.foot-contact li:last-child p a:hover{
	text-decoration: underline;
}
.foot-contact li:last-child span{
	margin-top: 7px;
}
.foot-contact div{
	margin-top: 54px;
}
.foot-contact div a{
	margin-right: 24px;
}
.foot-contact div a:hover img{
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);	
}
.foot-link{
	width: 18%;
}
.foot-link ul,.foot-prolink ul.footnav > li > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot-link li,.foot-prolink ul.footnav > li li{
	width: 50%;
}
.foot-link li a,.foot-prolink ul.footnav > li li  a{
	display: block;
	margin-bottom: 28px;
	font-size: 17px;
	color: #838383;
}
.foot-link li a:hover{
	color: #fff;
	text-decoration: underline;
}
.foot-link li ul,.foot-prolink ul.footnav > li > a{
	display: none;
}
.foot-prolink{
	width: 36%;
	padding-left: 1%;
}
.foot-txt{
	margin-top: 56px;
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid #6c6c6b;
}
.foot-txt p{
	margin-top: 0;
	font-size: 14px;
	color: #c1c1c1;
}
/*手机端底部*/
.mobile-footer{
	display: none;
	position: fixed;
	left: 0; 
	bottom: 0px;
	width: 100%;
	height: 60px;
	background: #ff9201;
	z-index: 99;
	box-shadow: 1px 2px 8px 4px rgba(0,0,0,0.1);
}
.mobile-foot a{
	float: left;
	width: 25%;
	height: 60px;
	color: #fff;
	font-size: 16px;
	font-family:"IBMPlexSans-Regular";
	text-align: center;
	border-right: 1px solid #f38b00;
	box-sizing: border-box;
}
.mobile-foot a:last-child{
	border-right:none;
}
.mobile-foot img{
	display: block;
	width: 28px;
	height: 28px;
	margin:5px auto 0 auto;
}
   

/*Product*/
.small-banner{
	padding: 134px 0 144px 0;
	background: url(//petopia.meeallcdn.com/imglibs/files/113323.webp) no-repeat;
	background-size: cover;
}
.small-bannertxt h3,.small-bannertxt h1{
	margin-bottom: 20px;
	font-size: 36px;
	color: #fff;
}
.small-banner p{
	margin-top: 10px;
	color: #fff;
}
.nav-link{
	margin-top: 40px;
}
.small-bannertxt ul{display: flex;}
.small-bannertxt li{margin-right: 7px;}
.nav-link .container{
	padding: 28px 0;
	border-bottom: 1px solid #eee;
}
.nav-link ul{display: flex;}
.nav-link li{margin-right: 6px;}
.nav-link a,.nav-link span,.nav-link i{
	font-size: 15px;
	color: #999;
	font-style: normal;
}
.small-banner .nav-link a,.small-banner .nav-link span,.small-banner .nav-link i{
	color: #fff;
}
.product .title p,.title h2{
	width: 74%;
}
.product .title h1{
	width: 74%;
	margin: 0 auto;
    font-size: 36px;
    letter-spacing: 2px;
}
.nav-link a:hover{
	font-weight: normal;
	color: #469947;
	text-decoration: underline;
}
.product-slide{
	position: relative;
	margin-top: 50px;
}
.product-slidelist{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.product-slidelist span img{
	width: 100%;
	height: auto;
}
.product-slidetxt{
	position: absolute;
	top: 50%;
	margin-top: -69px;
	right: 134px;
	display: inline-block;
}
.product-slidetxt h4{
	font-size: 36px;
	color: #fff;
}
.product-slidetxt .banner-href{
	margin-top: 44px;
	text-align: center;
}

.product-slidehd{
	position: absolute;
	width: 100%;
	bottom: 45px;
	text-align: center;
	font-size: 0;
}
.product-slidehd span{
	display: inline-block;
	width: 11px;
	height: 11px;
	margin:0 8px;
	background: rgba(255,255,255,0.6);
	border-radius: 50%;
	cursor: pointer;
}
.product-slidehd span.on{
	background: #fff;
}
.product-hlist .home-prolist{
	margin-top: 80px;
}
.home-prolist .subCategories_name,.home-prolist .menucloseimg{
	display: none;
}
.product-highend{
	padding: 80px 0;
	background-attachment: fixed;
	background-image: url(//petopia.meeallcdn.com/imglibs/files/113318.webp);
}
.hi-ul{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 30px;
}
.hi-li{
	position: relative;
	width: 24%;
	margin-top: 35px;
	margin-left: 1.33%;
}
.hi-li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 18px 22px;
	font-size: 16px;
	border-radius: 10px;
	border:1px solid rgba(255,255,255,0.8);
	color: #fff;
	font-family: 'ubuntubold';
	background: rgba(255,255,255,0.15);
	text-align: center;
}
.hi-li a:hover{
	background: #469947;
	border-color: #469947;
}
.hi-li:nth-child(4n+1){
	margin-left: 0;
}
.hi-txt{
	display: none;
	width: 80%;
	border-radius: 20px;
    box-shadow: 2px 3px 15px rgba(0,0,0,0.2);
}
.hi-txt .title{
	padding-bottom: 25px;
	border-bottom: 1px solid #d9d9d9;
}
.hi-txtp{
	text-align: center;
}
.hi-txtp p{
	margin-top: 20px;
}
.hi-txt .title p{
	margin: 20px auto 0 auto;
}


.product-highend h3{
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 52px;
}
.product-highend p{
	text-align: center;
	color: #fff;
}
.product-highend .banner-href{
	text-align: center;
}
.product-featurescon{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	justify-content: space-between;
}
.product-featureslist{
	position: relative;
	width: 31.5%;
	margin-top: 30px;
	text-align: center;
}
.product-featuresnum{
	width: 100%;	
	padding: 49px 38px;
	border:1px solid #eee;
	border-radius: 15px;
}
.product-featuresnum h3{
	display: inline-block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	background: #ff9201;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
}
.product-featuresnum p{
	height: 90px;
	margin-top: 37px;
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.product-featureshid{
	position: absolute;
	left:0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
}
.product-featureshid{
	border-radius: 15px;
	overflow: hidden;	
}
.product-featureshid img{
	width: 100%;
}
.product-features .banner-href{
	text-align: center;
}

.certificate{
	padding: 100px 0;
	background: url(//petopia.meeallcdn.com/imglibs/files/87693.jpg) no-repeat;
	background-size: cover;
}
.cert-list{
	margin-top: 10px;
	overflow: hidden;
}
.cert-list .swiper-container{
	padding:15px 0;
}

.swiper-slide {
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
}
.cert-list .swiper-slide{
	width:26%;
	padding:17px;
	background:#fff;
	box-sizing:border-box;
	box-shadow:0 0 10px rgba(4,0,0,0.15);
	z-index: 1;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
	transform: scale(0.7);
}
.cert-list .swiper-slide img{
	display:block;
	max-width:100%;
}
.cert-list .swiper-slide-active{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 10;
}
.cert-list .swiper-slide-prev,.cert-list .swiper-slide-next{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	z-index: 5;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.bt-auto{
	width: 100px;
	margin:30px auto 0 auto;
	overflow: hidden;
}
.bt-auto .swiper-button-prev,.bt-auto .swiper-button-next{
	float: left;
	width: 45px;
    height: 45px;
    margin:0 2px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    background: #97c097;
    border-radius: 5px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all;
}
.bt-auto .swiper-button-prev:hover,.bt-auto .swiper-button-next:hover{
	background: #469947;
}
.faq-con{
	display: flex;
	justify-content: space-between;
}
.faq-sideMenu{
	width: 48%;
	margin-top: 20px;
}
.faq-sideMenu h3{	
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
	cursor: pointer;
}
.faq-sideMenu h3 span{
	float: left;
	width: 82%;
	font-size: 18px;
	color: #4a4a4a;
	line-height: 30px;
	cursor: pointer;
	font-family: 'Montserrat-Medium';
	letter-spacing: 0;
}
.faq-txt{
	display: none;
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
}
.faq-txt p{
	margin-top: 0;
	line-height: 26px;
	font-size: 16px;
	color: #666;
}
.faq-sideMenu h3.on{
	border:none;
}
.faq-sideMenu h3 em{
	float: right;
    width: 15px;
    height: 15px;
    margin-right: 20px;
    margin-top: 6px;
    background: url(//petopia.meeallcdn.com/imglibs/files/87694.png) no-repeat center;
    cursor: pointer;
}
.faq-sideMenu h3.on em{
	width: 15px;
    height: 15px;
	background: url(//petopia.meeallcdn.com/imglibs/files/87695.png) no-repeat center;
}
.detail-related{
	padding-top: 60px;
}
.detail-related .detail-tit h3,.detail-related .detail-tit h2{
	border-bottom: none;
	padding-bottom: 10px;

}
.detail-related .detail-tit{
	display: none;
}
.product-brand{
	margin-top: 60px;
}

/*产品列表页*/
.product-list{
	margin-top: 20px;
	text-align: center;
}
.product-list ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.product-list li{
	width: calc(25% - 24px);
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 30px;
	padding-bottom: 30px;
	background:#ece7e3;
	border-radius: 20px;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.product-list li:hover{
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);	
}
.detail-related .product-list li{
	margin-left: 0;
}
.detail-related .product-list ul{
	margin-left: 0;
	margin-right: 0;
}

.product-list li span{
	display: block;
	border-radius: 20px 20px 0 0;
	padding: 10px;
	overflow: hidden;
}
.product-list li span img{
	width: 100%;
}
.product-list li h5 a{
	font-size: 20px;
	font-family: 'Ubuntu-Medium';
}
.product-list li h5 a:hover{
	color: #469947;
	border-bottom: 1px solid #9ec59a;
}
.product-quote{
	margin-top: 15px;
}
.product-quote a{
	padding:0 10px 3px 10px;
	font-size: 15px;
	font-family: 'Montserrat-Medium';
	color: #469947;
	border-bottom: 1px solid #9ec59a;
}
.product-quote a:hover{
	color: #72af71;
}
.product-quote img{
	position: relative;
	margin-left: 9px;
}
.product-quote a:hover img{
	opacity: 0.8;	
}
.page {
	text-align: center;
	margin-top: 50px;
}
.page-link{
	display: inline-block;
}
.page-link a{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin:0 8px;
	font-size: 15px;
	border-radius: 3px;
	color: #999;
	line-height: 28px;
}
.page-link a:hover,.page-link a.on{	
	background: #469947;
	color: #fff;
}

.page span a{
	display: inline-block;
	width: 11px;
	height: 18px;
}
.page span a.page-left{
	margin-right: 30px;
	background: url(../images/ico40.png) no-repeat bottom;
}
.page span a.page-right{
	margin-left: 30px;
	background: url(../images/ico41.png) no-repeat bottom;
}
.page span a.page-left:hover{
	background: url(../images/ico40s.png) no-repeat bottom;
}
.page span a.page-right:hover{
	background: url(../images/ico41s.png) no-repeat bottom;
}

/*服务页面*/
.title span{
	display: inline-block;
	margin-top: 22px;
}
.service-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-list div{
	width: 32%;	
	margin-top: 50px;
	text-align: center;
}
.service-list span{
	display: block;
	overflow: hidden;
	border-radius: 20px;
}
.service-list span img{
	width: 100%;	
	-webkit-transition: .5s all; 
	-moz-transition: .5s all; 
	-ms-transition: .5s all; 
	transition: .5s all;
}
.service-list span img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.service-list h3{
	height: 72px;
	margin-top: 32px;
	letter-spacing: 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.service-list h3 a{
	font-size: 30px;
	color: #212121;	
}
.service-list h3 a:hover{
	color: #469947;
}
.service-list p{
	margin-top: 10px;
	font-size: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}
.service-title{
	padding-bottom: 30px;
}
.service-title .title h2{
	font-size: 46px;
}
.service-title .title h2 img{
	display: inline-block;
}
.service-title .title h2 i{
	display: block;	
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 46px;
	color: #fff;
	font-family: 'Ubuntu-Medium';
	font-style: normal;
	text-shadow: -1px -1px 0 #9a9a9a,1px -1px 0 #9a9a9a,-1px 1px 0 #9a9a9a,1px 1px 0 #9a9a9a;

}

/*服务详情页*/
.service-nav{
	border-bottom: 1px solid #eee;
}
.service-nav .container{
	border:none;
}
.service-detailpic{
	margin-top: 80px;
	border-radius: 20px;
	overflow: hidden;
}
.service-detailpic img{
	width: 100%;
	-webkit-transition: .5s all; 
	-moz-transition: .5s all; 
	-ms-transition: .5s all; 
	transition: .5s all;	
}
.service-detailpic img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);	
}
.service-overview{
	padding-top: 400px;
	padding-bottom: 414px;
	margin-top: -276px;
	background: #f8f8f8;
}
.service-overviewfl a{
	display: block;
	width: 168px;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	text-align: center;
	font-family: 'Montserrat-Medium';
	border:1px solid #ddd;
}
.service-overviewfr{
	width: 68%;
}
.service-overviewfr .title{
	text-align: left;	
}
.service-overviewfr .title h2{
	margin-bottom: 20px;
}
.service-overviewfr .title h2,.service-overviewfr .title p{
	width: 100%;
	letter-spacing: 1px;
}
.pulse-bf{
	background: #000;
}
.pulse-video{
	position: relative;
	margin-top: 50px;
}
.pulse-video span{
	display: block;
	border-radius:20px;
	overflow: hidden;
}
.pulse-video span img{
	width: 100%;
	-webkit-transition: .5s all; 
	-moz-transition: .5s all; 
	-ms-transition: .5s all; 
	transition: .5s all;
}
.pulse-video:hover img{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);	
}
.pulse {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	width: 100px;
	margin-top: -50px;
	margin-left: -50px;
	background: #469947;
	border-radius: 100%;
	cursor: pointer;
}
.pulse img{
	position: absolute;
	left: 50%;
	top: 50%;	
	margin-top: -9px;
	margin-left: -8px;
	z-index: 2;
}
.ring{
  position: absolute;
  background: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  opacity: 0.9;
  animation: pulsing 1.5s ease-out infinite;
}
.service-detaillist{
	margin-top: -314px;
}
.service-detaillist .home-scenarioslist div{
	width: 31.9%;
	margin-right: 30px;
}
.service-detaillist .home-scenarioslist div a{
	border-radius: 20px;
}
.service-detaillist .home-scenarioshd{
	margin-top: 100px;
}
.service-olist{
	display: flex;
	padding-top: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}
.service-lista{
	padding-bottom: 30px;
}
.service-lista .service-overviewfl{
	margin-top: 20px;
}
.service-olist h6{
	margin-right: 60px;
	font-family: 'Montserrat-Medium';
	font-size: 16px;
}
.service-olist p{
	margin-top: 0;
	font-family: 'ubuntubold';
	font-size: 36px;
	color: #fff;
	text-shadow: -1px -1px 0 #bbb,1px -1px 0 #bbb,-1px 1px 0 #bbb,1px 1px 0 #bbb;
	letter-spacing: 2px;
	line-height: 48px;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.service-olist p a{
	color: #fff;
}
.service-olist:hover p,.service-olist:hover p a{
	color: #469947;
	text-shadow: -1px -1px 0 #469947,1px -1px 0 #469947;
}
/*宠物图书馆*/
.libaray{
	position: relative;
	margin-bottom: 60px;
}
.libaray::after{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: calc(100% - 350px);
	background: #f8f8f8;
	z-index: -1;
}
.libaray .title h2{
	margin-bottom: 20px;
}
.libaray .title p{
	width: 100%;
	margin-top: 10px;
}
.libaray-slide{
	position: relative;
	margin-top: 50px;
}
.libaray-slide .swiper-slide{
	-webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
}
.libaray-slide .swiper-container{
	padding-bottom: 34px;
}
.libaray-slide .swiper-slide{
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
.libaray-slide .swiper-slide-active{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.libaray-slide .swiper-slide-active span{
	display: block;
	padding-left: 3%;
	background: url(../images/bg07.png) no-repeat left center;
	background-size: auto 88%;
}
.libaray-slide .swiper-slide span img{
	width:100%;
	max-width: 500px;
	border-radius: 20px;
}
.libaray-slide .swiper-slide-active span img{
	width:100%;
}
.libaray-txt{
	display: none;
	position: absolute;
	right: -60px;
	bottom: -34px;
	width: 362px;
	height: 178px;
	padding-left: 10px;
	padding-bottom: 10px;
	background: url(../images/bg08.png) no-repeat left bottom;
	background-size: 60% 60%;
}
.libaray-txt div{
	width: 352px;
	height: 168px;
	background: #ff9201;
	border-radius: 10px;
	padding: 40px;
}
.libaray-txt div i{
	font-style: normal;
	font-size: 14px;
	color: #fff;
}
.libaray-txt div h5,.libaray-txt div h3{
	margin-top: 10px;
	color: #fff;
	font-size: 24px;
	font-family: 'Ubuntu-Medium';
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.libaray-slide .swiper-slide-active .libaray-txt{
	display: block;
}
.libaray-listcon{
	border-top: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
}
.libaray-listcon div{
	width: 31.6%;
	margin-left: 2.6%;
	margin-top: 50px;
}
.libaray-listcon div:nth-child(3n+1){
	margin-left: 0;
}
.libaray-listcon span{
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.libaray-listcon span img{
	width: 100%;
	-webkit-transition: .5s all; 
	-moz-transition: .5s all; 
	-ms-transition: .5s all; 
	transition: .5s all;
}
.libaray-listcon span:hover img{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);	
}
.libaray-listcon i{
	display: block;
	margin-top: 25px;
	font-size: 14px;
	color: #212121;
	font-style: normal;
}
.libaray-listcon h3{
	margin-top: 20px;
	padding-bottom: 2px;
}
.libaray-listcon h3 a{
	font-size: 24px;
	color: #212121;	
	font-family: 'Ubuntu-Medium';
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.libaray-listcon h3:hover a{
	color: #469947;
}
.libaray-listcon h3:hover{	
	padding-bottom: 0;
	border-bottom: 2px solid #a2cca3;
}
.libaray-list .page{
	margin-top: 60px;
}
@keyframes pulsing {
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}
/*图书馆详情*/
.libaray-detail .container{
	padding-bottom: 70px;
	border-bottom: 1px solid #eee;
}
.libaray-detailcon{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	padding-bottom: 70px;
	border-bottom: 1px solid #eee;
}
.libaray-detailfl{
	width: 42%;
	margin-top: 30px;
}
.libaray-detailfl .banner-href img{
	margin-left: 0;
	margin-right: 15px;
	vertical-align: top;
}
.libaray-detailfl h3,.libaray-detailfl h1{
	font-size: 36px;
}
.libaray-detailfl span{
	display: block;
	margin: 25px 0 35px 0;
	font-size: 15px;
	color: #666;
}
.libaray-detailfl h6{
	font-family: 'Montserrat-Medium';
	font-size: 17px;
	color: #212121;
}
.libaray-detailfl p{
	margin-top: 20px;
}
.libaray-detailfr{
	width: 48.5%;
	padding: 0 30px 30px 0;
	background: url(../images/bg09.png) no-repeat right bottom;
	background-size: 78% 93%;
}
.libaray-detailfr img{
	width: 100%;
	border-radius: 20px;
}
.libaray-detailfl .bshare-custom.icon-medium {
  display: flex;
  margin-top: 50px;
}
.libaray-detailfl .bshare-custom.icon-medium a{
  width: 33px;
  height: 33px;
  border: 1px solid #d7dee5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 19px 19px !important;
}
.libaray-detailfl .bshare-custom.icon-medium a.bshare-clipboard {
  background-image: url(/sysjs/images/copy.png);
}

.libaray-detailfl .bshare-custom.icon-medium a.bshare-gmail {
  background-image: url(/sysjs/images/email.png);
}

.libaray-detailfl .bshare-custom.icon-medium a.bshare-facebook {
  background-image: url(/sysjs/images/facebook.png);
}

.libaray-detailfl .bshare-custom.icon-medium a.bshare-twitter {
  background-image: url(/sysjs/images/twitter.png);
}

.libaray-detailfl .bshare-custom.icon-medium a.bshare-linkedin {
  background-image: url(/sysjs/images/linkedin.png);
}

.libaray-detailfl .bshare-custom.icon-medium a:hover {
  color: var(--color-hover);
  border-color: var(--color-hover)
}
.libaray-wenben{
	padding-top: 20px;
}
.libaray-wenben h5,.libaray-wenben h3{
	margin-top: 50px;
	font-size: 26px;
}
.libaray-wenben img{
	max-width: 100%;
}
.study-fenye{
	width: 100%;
	min-height: 30px;
	overflow: hidden;
	margin-top: 80px;
}
.study-fenye div{
	float: left;
}
.fenye-prev,.fenye-next{
	width: 40%;
}
.fenye-center{
	width: 20%;	
	text-align: center;
}
.fenye-center a{
	font-size: 16px;
	color: #999;
}
.fenye-center a:hover{
	color: #212121;
}
.fenye-prev span{
	float: left;
}
.fenye-prev span a{
	padding-left: 26px;
	color: #999;
	font-size: 16px;
	background: url(../images/ico45.png) no-repeat left center;
}
.fenye-prev span a:hover{
	color: #212121;
	background: url(../images/ico45s.png) no-repeat left center;
}
.fenye-prev h3{
	float: left;	
	margin-left: 20%;
	font-family: 'Montserrat-Regular';
}
.fenye-prev h3 a,.fenye-next h3 a{
	font-size: 18px;
	color: #212121;
}
.fenye-prev h3 a:hover,.fenye-next h3 a:hover{
	font-size: 20px;
	text-decoration: underline;
}
.fenye-next span{
	float: right;
}
.fenye-next span a{
	padding-right: 26px;
	color: #999;
	font-size: 16px;
	background: url(../images/ico46.png) no-repeat right center;
}
.fenye-next span a:hover{
	color: #212121;
	background: url(../images/ico46s.png) no-repeat right center;
}
.fenye-next h3{
	float: right;
	margin-right: 20%;
	font-family: 'Montserrat-Regular';
}
.libaray-related{
	padding-bottom: 30px;
}
.libaray-related  .libaray-listcon{
	display: block;
	border-top: none;
	margin-top: 40px;
}
.libaray-related .libaray-listcon .libaray-txt{
	display: block;
	position: unset;
	background: none;
	height: auto;
}
.libaray-related .libaray-listcon .libaray-txt div{
	background: none;
	padding: 0;
	margin-top: 20px;
	height: auto;
}
.libaray-related .libaray-listcon div{
	width: auto;
}
.libaray-related .libaray-listcon h3 a{
	font-size: 22px;
}
.libaray-related .libaray-listcon div{
	margin-top: 0px;
}
.libaray-related .libaray-txt div i,.libaray-related .libaray-txt div h5,.libaray-related .libaray-txt div h3{
	color: #212121;
}
.libaray-related .bt-auto{
	margin: 40px auto 0 auto;
}

/*关于哦们*/
.about-jshao{
	margin-top: 100px;
	overflow: hidden;
}
.about-intro{
	width: 46.4%;
	margin-top: 35px;
}
.about-intro .title{
	text-align: left;
}
.about-intro .title h2,.about-intro .title p{
	width: 100%;
}
.about-intro .title p{
	font-size: 17px;
}
.about-intrpfr{
	width: 47.8%;
}
.about-intrpfr{
	display: flex;
	justify-content: space-between;
}
.about-intrpfr span{
	display: block;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.about-intrpfr span img{
	width: 100%;
}
.about-intrpfr span:last-child{
	margin-top: 30px;
	margin-bottom: 0;
}
.about-video{
	margin-top: 70px;
}
.about-video .container{
	display: flex;
	justify-content: space-between;
}
.about-videofl{
	width: 44.2%;
	position: relative;
}
.about-videofl span{
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.about-videofl span img{
	width: 100%;
	-webkit-transition: .5s all; 
	-moz-transition: .5s all; 
	-ms-transition: .5s all; 
	transition: .5s all;
}
.about-videofl:hover img{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.about-videofl .pulse{
	left: auto;
	top: auto;
	right: -50px;
	bottom: -35px;
	margin:0;
}
.about-videofr{
	width: 48%;
}
.about-videofr p{
	font-size: 17px;
	line-height: 36px;
}
.about-videofr p:first-child{
	margin-top: 20px;
}
.about-team{
	margin-top: 130px;
	padding: 90px 0 100px 0;
	background: url(//petopia.meeallcdn.com/imglibs/files/87846.jpg) no-repeat;
	background-size: 100% 100%;
}
.device{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.device-txtleft{
	position: relative;
	float: left;
	width: 51.5%;
	background: #fefefe;
	overflow: hidden;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.device-main{
	position: absolute;
	left: 0;
	overflow: hidden;
}
.device-list{
	float: left;
	width: 100%;
}
.device-txt{
	margin:9% 10% 0 10%;
}
.de-txtover{
	margin-top: 30px;
	max-height: 320px;
	padding-right: 10px;
	overflow: auto;
}
.device-txt p{
	width: 100%;
	margin-top: 10px;
	color: #666;
	font-size: 16px;
	overflow: hidden;
}
.device-txt p:first-child{
	margin-top: 0;
}
.arrow{
	position: absolute;
	right: 40px;
	bottom: 44px;
	text-align: center;
	line-height: 45px;
}
.arrow a {
	float: left;
	background:#a2cba2;
	width: 45px;
	height: 45px;
	border-radius: 5px;
}
.arrow a:hover{
	background:#469947;
}
.arrow a:last-child{
	margin-left: 3px;
}
.device-txtright{
	width: 48.5%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
.device-txtright .swiper-container{
	height: 100%;
	background: #fff;
}
.device-txtright .swiper-slide{
	display: flex;
    align-items: center;
}
.device-txtright .swiper-slide .de-pic img{
	width: 100%;
}
.t-name{
	overflow: hidden;
}
.t-nametxt{
	float: left;
}
.t-nametxt h3 {
    font-size: 22px;
}
.t-nametxt span {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    color: #666;
}
.t-name img{
	float: right;
}
.t-lianxi {
    margin: 44px 10% 40px 10%;
}
.t-lianxi a {
    margin-right: 10px;
}
.about-servicescon{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.about-servicescon div{
	position: relative;
	width: 31.4%;
	padding: 40px;
	background: #fff2e0;
	border-radius: 20px;
	overflow: hidden;
}
.about-servicescon h3{
	margin-bottom:36px;
	font-size: 26px;
}
.about-servicescon p{
	margin-top: 0;
	padding-left: 20px;
	background: url(//petopia.meeallcdn.com/imglibs/files/87845.png) no-repeat left 11px;
	font-size: 16px;
}
.about-servicescon div::after {
	content: ' ';
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 3px;
	transform: translate(-50%);
}
.about-servicescon div:hover::after{
	animation: ad_width .3s linear forwards;
	background: #469947;
}
.about-exhibitiontop{
	margin-top:20px;
}
.about-exhibitiontop,.about-exhibitionbottom{
	display: flex;
	justify-content: space-between;
}
.about-exhibitiontop div{
	position: relative;
	width: 49%;
}
.about-exhibitionbottom div{
	width: 32%;
}
.about-exhibitiontop div img,.about-exhibitionbottom div img{
	width: 100%;
}
.about-exhibitiontop div,.about-exhibitionbottom div{
	margin-top: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.position-txt{
	position: absolute;
	left: 0;
	bottom: 20px;
	display: inline-block;
	padding: 20px 40px;
	font-size: 18px;
	color: #fff;
	background: rgba(70,153,71,0.9);
}
.about-exhibitionlist img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);	
}
.about-exhibitionhd{
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}
.about-exhibitionhd a{
	display: inline-block;
	width: 45px;
    height: 45px;
    margin:0 2px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    background: #97c097;
    border-radius: 5px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all;
}
.about-exhibitionhd a:hover{
	background: #469947;
}
.about-custmertxt{
	height: 412px;
	padding-top: 100px;
	background: url(//petopia.meeallcdn.com/imglibs/files/87847.jpg);
	background-size: 100% 100%;
}
.about-custmer .swiper-slide h5{
	margin-top: 22px;
	text-align: center;
	font-size: 22px;
	font-family: 'Ubuntu-Medium';
}
.about-custmer .home-scenarioslist span{
	position: relative;
	display: block;
}
.about-custmer .home-scenarioslist div.zhezhao{
	display: none;
	position: absolute;
	left:0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 50px;
	background: rgba(70,153,71,0.9);
	border-radius: 20px;
}
.zhezhao p{
	width: 100%;
	padding-top: 11%;
	font-size: 15px;
	color: #fff;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.about-custmer{
	margin-top: -228px;
}
.about-custmer .home-scenarioshd{
	margin-top: 50px;
}

@keyframes ad_width {

	from {

	width: 0

	}

	to {

	width: 100%;

	}

}
iframe{width: 100%;}

/*特许经营许可证*/
.franchise .container{
	padding-bottom: 90px;
	border-bottom: 1px solid #dcdcdc;
}
.franchise .service-list{
	margin-top: 50px;
}
.franchise .title p:nth-child(4){
	width: 60%;
}
.franchise .service-list h3,.franchise .service-list p{
	padding: 0 25px;
	height: auto;
	text-align: left;
}
.franchise .service-list p{
	margin-top: 20px;
	-webkit-line-clamp: 20;
}
.franchise .service-list b{
	display: block;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	text-align: left;
	padding: 0 25px 0 47px;
	margin-top: 15px;
	color: #666;
	background: url(//petopia.meeallcdn.com/imglibs/files/87845.png) no-repeat 25px 13px;
}
.franchise-logocon{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.franchise-logocon .swiper-slide{
	margin-top: 50px;
	border-left:1px solid #eee;
	text-align: center;
	line-height: 155px;
}
/*.franchise-logocon div:nth-child(5n+1){
	border-left: none;
}*/
.franchise-logocon .swiper-container{
	padding-right: 2px;
}
.franchise-logocon .swiper-slide img{
	max-width: 90%;
}
.franchise-logocon .swiper-slide:hover img{
	transform: translate(0,-15px);
	-webkit-transform: translate(0,-15px);
	-moz-transform: translate(0,-15px);
	-ms-transform: translate(0,-15px);
	-o-transform: translate(0,-15px);	
}

/*blog页面*/
.blogpic{
	position: relative;
	overflow: hidden;
	padding-bottom: 90px;
	border-bottom: 1px solid #eee;
}
.blogpicleft{
	width: 48.2%;
	float: left;
}
.blogtxt{
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.blogtxt span{
	display: block;
	border-radius: 20px;	
	overflow: hidden;
}
.blogtxt span img{
	width: 100%;
}
.blogpic img{
	-webkit-transition: .5s all; 
	-moz-transition: .5s all; 
	-ms-transition: .5s all; 
	transition: .5s all;
}
.blogpic img:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.blogpic h6{
	margin-top: 10px;
	font-family: 'Montserrat-Medium';
	font-size: 15px;
	color: #469947;
}

.blogpic h3{
	margin:10px 0;
}
.blogpic h3 a{
	font-size: 22px;
	color: #212121;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}
.blogpic h3 a:hover{
	text-decoration: underline;
	color: #469947;
}
.blogpic .blogpicleft p{
	margin-top: 0px;
	font-size: 14px;
	overflow: hidden;
	font-family: 'Montserrat-Medium';
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;	
}

.blogtoux{
	margin-top: 18px; 
	overflow: hidden;
}
.blogtoux span{
	float: left;
	width: 52px;
	height: 52px;
	margin-right:15px; 
}
.blogtoux span img{
	width: 100%;
	border-radius: 50%;
}
.blogtoux div{
	float: left;
	margin-top: 6px;
}
.blogtoux div h4{
	font-size: 16px;
	font-family: 'Montserrat-Medium';
}
.blogtoux div p{
	margin-top: 5px;
	font-size: 14px;
	font-family: 'Montserrat-Regular';
}
.blogpicright{
	float: right;
	width: 48.5%;
}
.blogpicright li{
	overflow: hidden;
	margin-bottom:25px;
}
.blogr-pic{
	float: left;
	width: 29%;
}
.blogr-pic a{
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.blogr-pic img{
	width: 100%;
}
.blogr-txt{
	width: 66%;
	float: right;
}
.blogr-txt h3 a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blogr-txt h3{
	min-height: 58px;
}
.blogr-txt .blogtoux{
	padding-top: 16px;
	border-top: 1px solid #eee;
}
.blog .banner-href{
	display: inline-block;
	width: auto;
	position: absolute;
	right: 0;
	bottom: 90px;
}
.blog-list .blogpic{
	margin-top: 40px;
}
.blog-list .blogtxt span{
	border-radius: 10px;
}
.blogpic .blogpicleft h6{
	margin-top: 20px;
}
.blog-list .blogpicleft{
	float: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog-list .blog-listcon{
	width: 32%;
}
.blog-list  .blogpic h3 a{
	-webkit-line-clamp: 2;
}

.blog-dont{
	padding-bottom: 100px;
}
.blog-bgtu{
	width: 100%;
	padding: 10px 0;
	margin-top: 60px;
	background: #fff url(../images/bg12.jpg) no-repeat 20% center;	
	overflow: hidden;
}

.blog-bgtu .blog-biaodan{
	float: right;
	width: 50%;
	padding: 10px 60px 60px 60px;
	background: #fff;
	box-shadow: 1px 2px 6px 3px rgba(0,0,0,0.2);
	box-sizing: border-box;
}
.blog-bgtu .blog-biaodan h3{
	margin-top: 40px;
	padding-left: 28px;
	font-size: 26px;
	background: url(../images/ico48.png) no-repeat left center;
}
.blog-bgtu .blog-biaodan p{
	margin-top: 20px;
	margin-left: 36px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}
.blog-bgtu .blog-biaodan input[type="email"]{
	width: 100%;
	padding-left: 30px;
	border-radius:16px;
	height: 72px;
	outline: none;
	border:1px solid #bbb;
	font-size: 16px;
	margin-top: 50px;
	box-sizing: border-box;
}
.blog-bgtu input[type="submit"] {
	width: 100%;
	margin-top: 20px;
	border-radius:16px;
	height: 72px;
	font-size: 16px;
	outline: none;
	background: #006432;
	border: none;
	color: #fff;
	cursor: pointer;
}
.blog-bgtu input[type="submit"]:hover{
	background: #469947;
}
.blog-gou{
	margin-top: 30px;
	overflow: hidden;
}
.blog-gou b{
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	border: 1px solid #999;
	border-radius: 6px;
	cursor: pointer;
	line-height: 24px;
}
.blog-gou b.cilckgou{
	border-color: #006432;
	background: url(../images/ico61.png) no-repeat center;
}
.blog-gou span{
	float: left;
	width: 85%;
	color: #999;
	font-size: 18px;
}

.blog-gou span a{
	color: #666;
	text-decoration: underline;
}
/*blog列表页*/
.study-con{
	padding-bottom: 30px;
}
.study-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.study-list ul li{
	width: 100%;
	margin-top: 60px;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
	display: flex;
	flex-wrap: wrap;
}
.study-list ul li:hover{
	transform: translate(0,-15px);
	-webkit-transform: translate(0,-15px);
	-moz-transform: translate(0,-15px);
	-ms-transform: translate(0,-15px);
	-o-transform: translate(0,-15px);	
}
.study-list ul li span{
	display: block;
	width: 40%;
}
.study-list ul li span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.study-list ul li h3{
	font-size: 26px;
}
.study-list ul li h3 a:hover{
	color: #469947;
	text-decoration: underline;
}
.study-list ul li p{
	margin-top: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.study-list .study-txt{
	width: 60%;
	padding: 40px 40px 30px 40px;
	border: 1px solid #eee;
}
.study-list .blogtoux p{
	margin-top: 0;
}
.p-href{
	margin-top: 30px;
}
.p-href a {
	display: inline-block;
    padding-right: 30px;
    font-size: 16px;
    color: #74b375;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    background: url(../images/ico62.png) no-repeat right center;
}
.p-href a:hover{
	color: #469947;
	border-bottom: 1px solid #a2cca3;
	background: url(../images/ico62s.png) no-repeat right center;
}
.study-con .page{
	margin-top: 60px;
}
/*联系我们页面*/
.contact-input{
	width: 100%;
	padding: 100px 0;
}
.contact-input .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.contact-list ul{
	width: 52%;
	margin-top: 20px;
}
.contact-list li{
	margin-bottom: 30px;
	overflow: auto;
}

.contact-list li img{
	float: left;
	margin-right: 36px;
}
.contact-list li div{
	float: left;
	width: 84%;
	margin-top: 10px;
}
.contact-list li h3{
	font-family: 'ubuntubold';
	font-size: 24px;
	color: #ff9201;
}
.contact-list li p{
	margin-top: 10px;
	font-size: 17px;
}
.contact-input .div_info{
	position: sticky;
	top: 90px;
	width: 42%;
	height: 100%;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}

.contact-map ul{
	margin:80px 0 90px 0;
	overflow: auto;
}
.contact-map li{
	float: left;
	width: 22%;
	margin-left: 4%;
}
.contact-map li img{
	margin-bottom: 28px;
}
.contact-map li:first-child{
	margin-left: 0;
}
.contact-map li span{
	display: block;
	padding: 18px 0;
	font-size: 14px;
	color: #707070;
	border-top: 1px solid #dfdfdf;
}
.contact-map li p{
	margin-top: 0px;
	font-size: 15px;
	line-height: 28px;
	color: #212121;
}
.contact-map li:nth-child(2) p{
	text-decoration: underline;
}
.map{
	margin-bottom: 100px;
	overflow: hidden;
}
.map img{
	width: 100%;
}
.map img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

/*产品详情页*/
.product-detail{
	margin-top: 50px;
}
.product-detail .container{
	display: flex;
	justify-content: space-between;
}
.product-detailfl{
	width: 42.8%;
}
.product-detailbd{
	border-radius: 20px;
	overflow: hidden;
}
.product-detailbd li{
	border-radius: 20px;
	overflow: hidden;
}
.product-detailbd li img{
	width: 100%;
	border-radius: 20px;
}
.product-detailbd li img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);	
}
.product-detailhd{
	width: 100%;
	margin-top: 14px;
	display: flex;
	justify-content: space-between;
}
.product-detailhd a{
	display: block;
	width: 30px;
}
.product-detailhd a.prev{
	background: url(//petopia.meeallcdn.com/imglibs/files/87729.png) no-repeat left center;
}
.product-detailhd a.next{
	background: url(//petopia.meeallcdn.com/imglibs/files/87730.png) no-repeat right center;
}
.product-detailhd ul{
	width: 100%;
	display: flex;
}
.product-detailhd ul li{
	width: 17.6%;
	margin-right: 15px;
	padding-top: 6px;
	overflow: hidden;
	cursor: pointer;
}
.product-detailhd ul li.on{		
	background: url(//petopia.meeallcdn.com/imglibs/files/87731.png) no-repeat center top;
}
.product-detailhd ul li.on img{
	border:1px solid #469947;
	box-sizing: border-box;
	border-radius: 10px;
}
.product-detailhd ul li img{
	width: 100%;
	-webkit-transition: 0s all; 
	  -moz-transition: 0s all; 
	  -ms-transition: 0s all; 
	  transition: 0s all;
	border-radius: 10px;
}
.product-detailfr{
	width: 50%;
}
.product-detailfr h3,.product-detailfr h2,.product-detailfr h1{
	padding: 0 20px;
	margin-top: 25px;
	padding-bottom: 28px;
	font-size: 36px;
	border-bottom: 1px solid #eee;
}
.product-detailfr p:nth-child(2){
	margin-top: 30px;
}
.product-detailfr p{
	padding: 0 20px;
	margin-top: 15px;
}
.product-detailfr .banner-href{
	margin-left: 20px;
}
.product-detailflei{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #eee;
	font-size: 0;
}
.product-detailflei span{
	display: inline-block;
	margin-left:20px; 
	border-radius: 50%;
	overflow: hidden;
}
.detail-height{
	width: 100%;
	height: 82px;
	margin-top: 86px;
}
.detail-maodian{
	width: 100%;
	height: 82px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
	font-size: 0;
	z-index: 999;
	text-align: center;
	display: flex;
	align-items: center;
}
.sticky{
	position: fixed;
	top: 86px;
	z-index: 9;
}
.detail-maodian ul{
	display: flex;
	justify-content: space-between;
}
.detail-maodian li a{
	display: block;
	padding: 0 10px;
	line-height: 22px;
	color: #737373;
	font-size: 15px;
	-webkit-transition: .1s all; 
	-moz-transition: .1s all; 
	-ms-transition: .1s all; 
	transition: .1s all;
	margin-top: 
}
.detail-maodian li.current a,.detail-maodian li a:hover{
	border-bottom: 2px solid #469947;	
	color: #469947;
}
.detail-maodian li:last-child a{
	margin-right: 0;
}
.product-parameters{
	margin-top: 120px;
}
.product-parameters table {
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
.product-parameters td{height:50px;padding-left:20px;border:1px solid #dcdcdc}

.product-parameters .parameters-con{
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
.product-parameters .parameters-con div{
	position: relative;
	width: 33.33%;
	border:1px solid #dcdcdc;
}
.product-parameters .container div:first-child{
	border-right: none;
}
.product-parameters div img{
	width: 100%;
}
.product-parameters div span{
	position: absolute;
	left: 40px;
	top: 30px;
	font-size: 16px;
	color: #666;
	font-family: 'Montserrat-Medium';
}

.detail-tit h3,.detail-tit h2{
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
	font-size: 24px;
}
.product-parameters .detail-tit h3,.product-parameters .detail-tit h2{
	border-bottom: none;
	padding-bottom: 0;
}
.product-features{
	margin-top: 60px;
}
.features-top ul{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.features-top li span{
	display: inline-block;
	padding: 22px 20px;
	background: #ffad41;
	border-radius: 30px;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.features-top li:hover span{
	background: #469947;
}
.features-top li h5{
	margin: 15px auto 0 auto;
	max-width: 130px;
	text-align: center;
	font-size: 16px;
	font-family: 'Montserrat-Regular';
	color: #212121;
}

.features-bottom {
	margin-top: 40px;
	border-top: 1px solid #dcdcdc;
}
.features-bottom ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.features-bottom li{
	width: 23.2%;
	background: #f2f2f2;
	border-radius: 24px;
	padding: 25px;
	margin-top: 30px;
}
.features-bottom li img{
	width: 100%;
	border-radius: 20px;
}
.features-bottom li span{
	position: relative;
	display: block;
}
.features-bottom li b{
	position: absolute;
	right: 20px;
	bottom: 15px;
	display: block;
	width: 46px;
	height: 46px;
	background: #fe9b18;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
}
.features-bottom li b img{
	width: auto;
}
.features-bottom li p{
	font-size: 17px;
}
.natural-rubber{
	margin-top: 70px;
	padding: 80px 0;
	background: url(//petopia.meeallcdn.com/imglibs/files/113321.webp) no-repeat;
	background-size: cover;
}
.natural-rubber .detail-tit h3,.natural-rubber .detail-tit h2{
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.natural-rubber .detail-tit p{
	color: #fff;
}
.natural-rubbercon ul{
	display: flex;
	justify-content: space-between;
}
.natural-rubbercon li{
	width: 23%;
	margin-top: 32px;
	padding: 40px;
	background: rgba(255,255,255,0.3);
	border-radius: 20px;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;	
}
.natural-rubbercon li span{
	display: block;
	width: 75px;
	height: 71px;
	border-radius: 20px;
	background: #f3910f;
	text-align: center;
	line-height: 71px;
}
.natural-rubbercon li p{
	margin-top: 20px;
	color: #fff;
}
.natural-rubbercon li:hover{
	background: #469947;
	transform: translate(0,-8px);
	-webkit-transform: translate(0,-8px);
	-moz-transform: translate(0,-8px);
	-ms-transform: translate(0,-8px);
	-o-transform: translate(0,-8px);
}
.natural-rubbercon li:hover span{
	background: #469947;
}
.super-bite{
	margin-top: 60px;
}
.super-bite .device-txtleft,.super-bite .device-txtright .swiper-container{
	background: #f8f8f8;
}
.super-bite .t-name img{
	float: none;
	display: block;
}
.super-bite .blogtoux{
	padding-top: 26px;
	margin-left: 10%;
	margin-top: 22px;
	background: url(//petopia.meeallcdn.com/imglibs/files/87734.jpg) no-repeat left top;
}
.super-bite .device-txt p{
	line-height: 40px;
	font-size: 17px;
	color: #1d1d1f;

}
.super-bite .arrow a{
	background: #73b173;
}
.super-bite .arrow a:hover{
	background:#469947;
}
.detail-faq{
	margin-top: 70px;
}
.detail-faq .detail-tit h3,.detail-faq .detail-tit h2{
	margin-bottom: 0;
}
.detail-related .product-list ul{
	flex-wrap: nowrap;
}
.detail-input{
	padding: 56px 0;
	background: url(//petopia.meeallcdn.com/imglibs/files/113322.webp) no-repeat;
	background-size: 100%;
}
.detail-input{
	margin-top: 40px;
}
.detail-input .div_info{
	width: 49%;
	margin-left: 51%;
}



/*产品大类页banner动图*/
.product-banner{
	position: relative;
	background: url(//petopia.meeallcdn.com/imglibs/files/113319.webp);
	background-size: auto 100%;
	width: 100%;
	height: 374px;
	overflow: hidden;
	text-align: right;
}
.product-banner .container{
	width: 100%;
	padding-right: 14.6%;
}
.p-bigcircle{
	position: absolute;
	top: -200px;
	left: -90px;
	width: 955px;
	height: 955px;
	background: rgba(255,146,1,0.88);
	-webkit-animation: blue-largen 0.8s linear 0s;
    animation: blue-largen 0.8s linear 0s;
    border-radius: 50%;
    z-index: 1;
    text-align: left;
}
.p-bigcircle img{
	margin-top: 318px;
	margin-left: 80px;
	height: 140px;
	opacity: 0.7;
}
.p-bigtxt{
	position: absolute;
	left: calc((100% - 1400px) / 2);
	top: 0;
	max-width: 25%;
	height: 100%;
	z-index: 2;
	text-align: left;
}
.p-bigtxt div{
	font-size: 42px;
	line-height: 60px;
	color: #fff;
	font-family: 'ubuntubold';
	text-shadow: 2px 1px 20px rgba(0,0,0,0.1);
}
.p-circleone{
	position: relative;
	display: inline-block;
	margin-top: -40px;
	margin-left: 110px;
	font-size: 0;
	z-index: 2;
}
.p-circleonea{
	width: 224px;
	height: 224px;
	margin-top: 120px;
	border-radius: 50%;
	background: #fff;
	-webkit-animation: blue-largen 1.2s linear 0s;
    animation: blue-largen 1.2s linear 0s;
}
.p-circleoneb{
	position: absolute;
	top: 120px;
	left: 0;
	width: 244px;
	height: 244px;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	-webkit-animation: blue-largen 0.8s linear 0s;
    animation: blue-largen 0.8s linear 0s;
}
.p-porduct{
	position: absolute;
	left: -30px;
	top: 0px;
	webkit-animation-name: fly-up,joggle,shaking;
    animation-name: fly-up,joggle,shaking;
    -webkit-animation-duration: 0.6s,0.7s,2s;
    animation-duration: 0.6s,0.7s,2s;
    -webkit-animation-timing-function: linear,linear,linear;
    animation-timing-function: linear,linear,linear;
    -webkit-animation-delay: 0s,0.5s,1.8s;
    animation-delay: 0s,0.5s,1.8s;
    -webkit-animation-iteration-count: 1,1,3;
    animation-iteration-count: 1,1,3;
}
.p-circleone:nth-child(2) .p-porduct{
	-webkit-animation-delay:0.3s,0.8s,1.8s;
    animation-delay: 0.3s,0.8s,1.8s;
}
.p-circleone:nth-child(3) .p-porduct{
	-webkit-animation-delay:0.6s,1.1s,1.8s;
    animation-delay: 0.6s,1.1s,1.8s;
}
.icoone{
	position: absolute;
	top: 100px;
	right: -60px;
	-webkit-animation: blue-largen 1.2s linear 0s;
    animation: blue-largen 1.2s linear 0s;
}
.icotwo{
	position: absolute;
	bottom: -40px;
	left: -80px;
	-webkit-animation: blue-largen 1.8s linear 0s;
    animation: blue-largen 1.8s linear 0s;
}
.icothree{
	position: absolute;
	bottom: -20px;
	left: -40px;
	width: 25px;
	height: 25px;
	background: rgba(255,255,255,0.36);
	border-radius: 50%;
	-webkit-animation: blue-largen 1.2s linear 0s;
    animation: blue-largen 1.2s linear 0s;
}
.icofour{
	position: absolute;
	bottom: -30px;
	right: -80px;
	-webkit-animation: blue-largen 1.8s linear 0s;
    animation: blue-largen 1.8s linear 0s;
}
.icofive{
	position: absolute;
	top: 160px;
	left: -60px;
	width: 25px;
	height: 25px;
	background: rgba(255,255,255,0.36);
	border-radius: 50%;
	-webkit-animation: blue-largen 1.2s linear 0s;
    animation: blue-largen 1.2s linear 0s;
}
.icosix{	
	position: absolute;
	bottom: -20px;
	right: -120px;
	width: 52px;
	height: 52px;
	background: rgba(255,255,255,0.36);
	border-radius: 50%;
	-webkit-animation: blue-largen 1.8s linear 0s;
    animation: blue-largen 1.8s linear 0s;
}
.icoseven{
	position: absolute;
	top: 130px;
	right: -90px;
	-webkit-animation: blue-largen 1.2s linear 0s;
    animation: blue-largen 1.2s linear 0s;
}
.gotop {
	position: fixed;
    right: 10px;
    top: 50%;
    display: none;
    z-index: 3;
}
.gotop a {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #469947;
    margin: 10px 0;
    text-align: center;
    line-height: 46px;
    box-shadow: 1px 2px 6px 2px rgb(0,0,0,0.1);
}
.gotop a:hover{
	background: #4ea74f;
}

.home-scenarios .swiper-wrapper{
	z-index: 0;
}
/*8.7*/
.h-manu .container,.h-numcon,.h-fact .container,.h-rubber .container,.j-rubberl,.h-recy .container,
.s-wp{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.h-manupic{
	position: relative;
	width: 46.4%;
	text-align: center;
}
.h-manupic span{
	display: inline-block;
	width: 70.6%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.h-manupic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.h-manupic img:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.h-manupic::after{
	position: absolute;
	left: 0;
	bottom: 11%;
	content: '';
	width: 100%;
	height: 60%;
	background: #fff0db;
	z-index: -1;
}
.h-manutxt{
	width: 48.6%;
}
.h-manutxt .title{
	text-align: left;	
}
.h-manutxt .title h2,.h-manutxt .title p{
	width: 100%;
}
.h-manutxt,.h-factr,.j-rubberr,.h-recyl,.s-wpe{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.h-num h2:first-child {
    margin-bottom: 20px;
    font-size: 80px;
    line-height: 52px;
}
.h-numlist{
	width: 18.6%;
	margin-top: 80px;
	padding: 0 20px 46px 20px;
	border-bottom: 1px solid #ffdeb2;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
	text-align: center;
}
.h-numlist span,.h-numlist div{
	font-size: 42px;
	line-height: 42px;
	font-family: 'ubuntubold';
}
.h-numlist:hover{
	border-color: #ff9d1a;
}
.h-num .href{
	margin-top: 60px;
	text-align: center;
}
.h-fact{
	border-top: 1px solid #ddd;
}
.h-factl{
	position: relative;
	width: 46.4%;
	padding-left: 46px;
}
.h-factl::after{
	position: absolute;
	left: 0;
	top: 14%;
	content: '';
	width: 100%;
	height: 72%;
	background: #fff0db;
	z-index: -1;
}
.h-factl img{
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.h-factr{
	width: 48.6%;
}
.h-factr .title{
	text-align: left;
}
.h-factr .title h3{
	width: 100%;
}
.h-factr .home-whycon{
	width: 100%;
	padding: 0;
	margin-left: 0;
}
.h-factr .home-whytxta h6{
	position: relative;
	padding: 25px 70px 25px 88px;
	font-size: 20px;
	line-height: 22px;
	color: #ff9201;
	cursor: pointer;
	background: url(//petopia.meeallcdn.com/imglibs/files/87556.png) no-repeat 15px 22px;
	background-size: 33px 32px;
	border-top: 1px solid #ddd;
	font-family: 'Ubuntu-Medium';
}
.h-factr .home-whytxta h6:first-child{
	border-top: none;
}
.h-factr .home-whytxta{
	margin-top: 40px;
	border-bottom: 1px solid #ddd;
}
.h-factr .home-whytxta h6 i{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 70px;
	height: 100%;
	font-size: 0;
	background: url(https://petopia.meeallcdn.com/imglibs/files/103004.png) no-repeat right center;
}
.h-wt{
	display: none;
	padding-left: 88px;
	padding-bottom: 25px;
}
.h-wt p{
	margin-top: 0;
	font-size: 13px;
	line-height: 24px;
}
.home-whytxta h6.current i{
	background: url(https://petopia.meeallcdn.com/imglibs/files/103005.png) no-repeat right center;
}
.h-video .home-bofang{
	width: 54px;
	height: 54px;
	left: 38px;
	bottom: 28px;
	right: auto;
	line-height: 54px;
	font-size: 0;
	border-radius: 50%;
	background: #fff url(https://petopia.meeallcdn.com/imglibs/files/103006.png) no-repeat center;
}
.j-rubberl{
	width: 48.4%;
}
.j-rubberl div{
	width: 49%;
	border-radius: 15px;
	overflow: hidden;
}
.j-rubberl div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.j-rubberl div:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.j-rubberr{
	width: 41.4%;
}
.j-rubberr .title{
	text-align: left;
}
.j-rubberr .title h2,.j-rubberr .title p{
	width: 100%;
}
.h-rubber .container{
	padding-bottom: 80px;
	border-bottom: 1px solid #ddd;
}
.h-eco{
	margin-top: 80px;
}
.h-eco .h-ecoposition{
	position: relative;
}
.h-ecoposition .hi-ulcon{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 50px;
}
.hi-li{
	margin-top: 20px;
}
.hi-li a{
	background: rgba(0,0,0,0.5);
}
.h-eco .h-ecopic{
	margin-top: 50px;
}
.h-ecopic{
	border-radius: 15px;
	overflow: hidden;
}
.h-ecopic img{
	width: 100%;
	height: auto;
}
.h-ecopic:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.pagination-bottom{
	margin-top:50px;
}
.pagination-bottom .pagination{
	text-align:center
}
.pagination-bottom .pagination ul{
	width:100%
}
.pagination-bottom .pagination ul li{
	display:inline-block;
	vertical-align:top;
	float:none;
	width:auto;
	line-height:36px;
	min-width:38px;
	text-align:center;
	margin:0 3px;
	margin-top: 3px;
	background:#fff;
	border:1px solid #d9d9d9;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.pagination-bottom .pagination ul li a,.pagination-bottom .pagination ul li span{
	display: block;
	font-size: 14px;
	color:#999;
}
.pagination ul li span.percent_num{
	display: none;
}
.pagination-bottom .pagination ul li a{
	display: block;
	width: 100%;
	padding:0 10px;
}
.pagination-bottom .pagination ul li.current{
	border:1px solid #469947;
}
.pagination-bottom .pagination ul li span.pc_f{
	padding:0 10px;
}
.pagination-bottom .pagination ul li.current span{
	color: #469947;
}
.pagination-bottom .pagination ul li:hover{
	border:1px solid #469947;
	color:#469947
}
.pagination-bottom .pagination ul li:hover a{
	text-decoration:none;
	color:#469947
}
.pagination-bottom .p_input{
	display:none
}
.pagination-bottom #home_page:hover{
	background: #fff;
}
.p-dog .container{
	border-top: 1px solid #ddd;
}
.h-eco .title p,.h-eco .title h2,.s-name .title p,.s-name .title h2{
	width: 92%;
}
.h-recy .container{
	border-top: 1px solid #ddd;
}
.h-recyr{
	width: 46.4%;
	border-radius: 15px;
	overflow: hidden;
}
.h-recyr img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.h-recyr img:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.h-recyl{
	width: 45.7%;
}
.h-recyl .title{
	text-align: left;
}
.h-recyl .title h2,.h-recyl .title p{
	width: 100%;
}
.s-tp .title{
	width: 100%;
	text-align: left;
}
.s-tp .title p,.s-tp .title h2{
	width: 100%;
}
.s-tp .title h2 a:hover{
	color: #469947;
}
.s-pic{
	border-radius: 15px;
	overflow: hidden;
}
.s-pic img{
	width: 100%;
	border-radius: 15px;
}
.s-pic:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.s-oempic{
	width: 47.8%;
}
.s-oemtxt{
	width: 45.7%;
}
.s-oemtxt p img{
	margin-top: 3px;
	margin-right: 24px;
	vertical-align: top;
}
.s-oemtxt p span{
	width: 90%;
	margin-top: 0;
}
.s-oemmm{
	margin-top: 45px;
}
.s-provide .container{
	border-top: 1px solid #ddd;
}
.s-providel{
	width: 43.6%;
}

.s-providel h2{
	margin-bottom: 30px;
}
.s-providel h2::after{
	content: '';
	display: block;
	width: 109px;
	height: 2px;
	margin-top: 25px;
	background: #ff9201;
}
.s-providel p{
	margin-top: 10px;
	font-size: 17px;
}
.s-providehref{
	margin-top: 50px;
}
.s-providehref a{
	font-size: 17px;
	color: #000;
	text-decoration: underline;
	line-height: 54px;
}
.s-providehref i{
	display: inline-block;
	width: 58px;
	height: 58px;
	margin-left: 30px;
	border-radius: 50%;
	background: #469947;
	text-align: center;
	vertical-align: top;
	-webkit-transition: .2s all; 
	-moz-transition: .2s all; 
	-ms-transition: .2s all; 
	transition: .2s all;
}
.s-providehref a:hover i{
	margin-left: 33px;	
}
.s-provider{
	position: relative;
	width: 46.7%;
	height: 100%;
	padding-right: 30px;
}
.s-provider::after{
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	top: -22px;
	width: 42.7%;
	height: 37.5%;
	background: #ffb24d;
	z-index: -1;
}
.s-prother .s-provider::after{
	top: auto;
    bottom: -22px;
}
.s-name .container{
	border-top: 1px solid #ddd;
}
.s-name .swiper-slide{
	padding: 36px 50px 46px 36px;
	border:1px solid #e9e9e9;
}
.s-name .swiper-slide .s-namepic{
	width: 20%;
}
.s-name .s-nametxt{
	width: 76%;
}
.s-namepic img{
	max-width: 100%;
	border-radius: 50%;
}
.s-position{
	position: relative;
	margin-top: 45px;
}
.s-sbtn div{
	position: absolute;
	top: 54%;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(70,153,71,0.75);
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	z-index: 1;
}
.s-sbtn div:hover{
	background: rgba(70,153,71,0.5);
}
.s-sbtn div.swiper-button-prev{
	left: -24px;
}
.s-sbtn div.swiper-button-next{
	right: -24px;
}
.s-namep p{
	margin-top: 20px;
}
.s-namel{
	margin-top: 20px;
}
.s-nameln{
	font-size: 17px;
	font-family: 'ubuntubold';
}
.s-namelr{
	font-size: 17px;
	color: #999;
	font-family: 'Ubuntu-Medium';
}
.s-border{
	margin-top: 60px;	
}
.s-border .container{
	padding-top: 80px;
	border-top: 1px solid #ddd;
}
/*8.10*/
.study-con .study-list{
	/*border-top: 1px solid #ddd;*/
}
.b-hot .study-list{
	padding-bottom: 60px;
}
.b-hot .study-list ul li:first-child{
	position: relative;
	width: 62%;
}
.b-hot .study-list ul li:first-child .study-txt{
	position: absolute;
	bottom: 0;
	border:none;
}
.b-hot .study-list ul li:first-child .blogtoux, .b-hot .study-list ul li:first-child .p-href{
	display: none;
}
.b-hot .study-list ul li:first-child h3 a, .b-hot .study-list ul li:first-child p{
	color: #fff;
}
.b-hot .study-list ul li:first-child span{
	height: 100%;
}
.b-hot .study-list ul li:first-child span img {
    height: 100%;
    object-fit: cover;
}
.b-hot .study-list ul li:nth-child(2){
	width: 35%;
}
/*8.15*/
.certificate-position{
	position: relative;
}
.certificatea .swiper-container {
	padding-top: 20px;
	margin-top: 30px;
}
.certificatea .swiper-slide img {
    width: 100%;
    box-shadow: 2px 2px 12px 3px rgba(0,0,0,0.08);
}
.certificatea .swiper-slide {
    width: 36%;
    box-sizing: border-box;
    z-index: 1;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transform: scale(.8);
    transform: scale(.75);
    z-index: 1;
}
.certificatea .swiper-slide h3{
	display: none;
	margin-top: 25px;
	font-size: 18px;
	text-align: center;
	font-family: 'Roboto-Regular';
}
.certificatea .swiper-slide-active {
	position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 10;
    overflow: hidden;
}
.certificatea .swiper-slide-prev,.certificatea .swiper-slide-next{
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    z-index: 5;
}
.certificatea .swiper-slide-active .c-hb{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	padding-bottom: 15px;
	text-align: center;
	background-image: linear-gradient(0deg,rgba(70,153,71,1),rgba(0,0,0,0));
	display: flex;
	align-items: flex-end;
	cursor: pointer;
}
.certificatea .swiper-slide-active h3{
	display: block;
	width: 100%;
	color: #fff;
}
.certificatea .swiper-slide img:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.swiper-btnb div.swiper-button-next{
	margin-left: 0;
}
.swiper-btnb div{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	z-index: 1;
	line-height: 50px;
	background: #fff;
	border:none;
	box-shadow: 1px 3px 15px 2px rgba(0,0,0,0.1);
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
	z-index: 2;
}
.swiper-btnb div.swiper-button-next{
	right: -75px;
	background: #fff url(//petopia.meeallcdn.com/imglibs/files/87560.png) no-repeat center;
	background-size: 18px auto;
}
.swiper-btnb div.swiper-button-prev{
	left: -75px;
	background: #fff url(//petopia.meeallcdn.com/imglibs/files/87558.png) no-repeat center;
	background-size: 18px auto;
}
.swiper-btnb div.swiper-button-prev:hover{
	background: #469947 url(//petopia.meeallcdn.com/imglibs/files/87558.png) no-repeat center;
	background-size: 18px auto;
}
.swiper-btnb div.swiper-button-next:hover{
	background: #469947 url(//petopia.meeallcdn.com/imglibs/files/87560.png) no-repeat center;
	background-size: 18px auto;
}
.banner .swiper-btnb div{
	opacity: 0;
	-webkit-transition: .5s all; 
	-moz-transition: .5s all; 
	-ms-transition: .5s all; 
	transition: .5s all;
}
.banner:hover .swiper-btnb div{
	opacity: 1;
}
.banner .swiper-btnb div.swiper-button-prev{
	left: 10px;
}
.banner .swiper-btnb div.swiper-button-next{
	right: 10px;
}
.peo-txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	text-align: center;
	padding-bottom: 50px;
}
.peo-txt p {
    padding: 0 15%;
    color: #fff;
    font-family: 'ubuntubold';
    font-size: 34px;
    line-height: 36px;
    text-shadow: 2px 4px 4px rgba(0,0,0,0.5);
}

/*10.20*/
.tr-ban{
	
}
.tr-ban .container{
	position: relative;
}
.tr-ban .peo-img {
	height: 100%;
}
.tr-ban .peo-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tr-ban .banner-text{
	width: 100%;
	padding-top: 0;
	text-align: center;
}
.tr-ban .peo-txt {
	align-items: center;
}
.tr-ban .peo-txt p{
	margin-top: 0;
	padding: 0 8%;
	line-height: 30px;
	font-size: 16px;
	box-shadow: none;
	font-family: 'Montserrat-Regular';
}
.tr-ban .peo-txt p:nth-child(2){
	margin-top: 30px;
}
.tr-ban .banner-scorll{
	left: calc(50% - 50px);
}
.tra-logopic{
	position: absolute;
	right: -200px;
	bottom: 60px;
}
.ta-prote{
	padding-top: 80px;
}
.ta-prote .container{
	padding-bottom: 80px;
	border-bottom: 1px solid #ddd;
}
.ta-tit span{
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: 'Montserrat-Medium';
}
.ta-tit h2{
	width: 55%;
}
.ta-tit p{
	width: 90%;
}
.ta-prote .title p{
	margin-top: 20px;
}
.ta-prote .banner-scorll{
	position: static;
	margin-top: 40px;
}
.ta-prote .banner-scorll span{
	color: #469947;
}
.ta-impl{
	width: 48.6%;
}
.ta-pev{
	margin-top: 50px;
}
.ta-pev p{
	margin-top: 20px;
}
.ta-pev li{
	width: 33.33%;
	padding: 32px 40px;
	border-right: 1px solid #ddd;
}
.ta-pev li:nth-child(3n+1){
	border-left: 1px solid #ddd;
}
.ta-impr{
	width: 47.8%;
	border-radius: 15px;
}
.ta-impr img{
	border-radius: 15px;
}
.ta-titl h2,.ta-titl p{
	width: 100%;
	text-align: left;
}
.ta-choose {
	background: url(https://petopia.meeallcdn.com/imglibs/files/108954.webp);
	background-size: cover;
	justify-content: flex-end;	
}
.ta-whtxt{
	width: 65%;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	padding: 80px calc((100% - 1400px) / 2) 80px 16%;
	background-image: linear-gradient(-90deg,rgba(33,33,33,.55),rgba(33,33,33,.55),rgba(33,33,33,.55),rgba(0,0,0,0));
}
.ta-whtxt .title h2,.ta-whtxt .title p,.ta-five span,.ta-five p {
	color: #fff;
}
.ta-whtxt .title h2,.ta-whtxt .title p{
	width: 100%;
}
.ta-five{
	padding: 35px 0;
	align-items: center;
	border-bottom: 1px solid #fff;
}
.ta-five span{
	margin-right: 45px;
	font-family: 'ubuntubold';
	font-size: 34px;
}
.ta-five p{
	margin-top: 0;
}
.ta-forimg {
	width: 48%;
	border-radius: 15px;
}
.ta-fortxt{
	width: 47%;
}
.ta-fortxt .ta-tit{
	text-align: left;
}
.ta-fortxt .ta-tit h2,.ta-fortxt .ta-tit p{
	width: 100%;
}
.ta-fortxt .ta-tit p{
	margin-top: 20px;
}
.ta-fortxt .ta-pev li{
	width: 50%;
	padding: 20px 40px;
}
.ta-fortxt .ta-pev{
	margin-top: 40px;
}
.ta-fortxt .ta-pev h3{
	margin-top: 25px;
	font-family: 'Ubuntu-Medium';
	font-size: 20px;
}
.ta-href{
	margin-top: 40px;
}
.ta-href a{
	padding: 18px 58px;
}
.ta-href img {
    margin-left: 14px;
}
.ta-thelist li{
	width: 30%;
	margin-top: 60px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.ta-thelist li:hover{
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	border-bottom: 1px solid #ff9201;
}
.ta-thelist li span{
	display: inline-block;
	width: 102px;
	height: 102px;
	padding-left: 5px;
	line-height: 102px;
	border-radius: 6px;
	background: #ff9201;
}
.ta-thelist li h3{
	margin-top: 45px;
}
.ta-thelist li p{
	margin-top: 20px;
}
.ta-dis{
	position: relative;
}
.ta-disimg img{
	width: 100%;
}
.ta-distxt{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 65%;
	padding: 40px 16% 40px calc((100% - 1400px)/2);
	background-image: linear-gradient(90deg,rgba(33,33,33,.55),rgba(33,33,33,.55),rgba(33,33,33,.55),rgba(33,33,33,0));
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.ta-distxt .title{
	text-align: left;
}
.ta-distxt .title h2,.ta-distxt .title p{
	width: 100%;
	color: #fff;
}
.ta-dis .swiper-pagination {
	position: absolute;
	right: calc((100% - 1400px) / 2);
	bottom: 64px;
	font-size: 0;
}
.ta-dis .swiper-pagination span{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 6px;
	border-radius: 20px;
	opacity: 0.7;
	background: #fff;
	cursor: pointer;
}
.ta-dis .swiper-pagination span.swiper-pagination-bullet-active{
	width: 32px;
	opacity: 1;
}
.ta-dis .ta-href{
	margin-top: 50px;
}
.ta-custom{
	text-align: center;
}
.ta-custom .ta-pev h3{
	margin-top: 40px;
}
.ta-ourtxt{
	margin-top: 50px;
	text-align: center;
}
.ta-ourtxt div{
	font-size: 0;
}
.ta-ourtxt div img{
	margin:0 2px;
}
.ta-ourtxt h3{
	margin-top: 40px;
	line-height: 40px;
	font-family: 'Montserrat-Medium';
}
.ta-mich{
	margin-top: 30px;
	text-align: center;
}
.ta-mich div{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.ta-mich div img{
	margin-right: 38px;
	border-radius: 50%;
}
.ta-mich div h4{
	margin-top: 6px;
	font-size: 16px;
	font-family: 'Montserrat-Medium';
}
.ta-mich div p{
	margin-top: 10px;
	font-size: 14px;
}
.ta-our .container{
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}
.ta-our .swiper-pagination{
	margin-top: 48px;
	margin-left: 0;
	font-size: 0;
}
.ta-our .swiper-pagination span{
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 7px;
	background: #b5d6b5;
	border-radius: 50%;
	cursor: pointer;
}
.ta-our .swiper-pagination span.swiper-pagination-bullet-active{
	background: #469947;
}
.ta-over{
	min-height: 580px;
	background: url(https://petopia.meeallcdn.com/imglibs/files/108968.webp);
	background-size: cover;
}
.ta-over .subscribetxt{
	float: none;
	width: 100%;
	margin-top: 40px;
}
.ta-over .subscribetxt input{
	width: 83%;
	height: 74px;
	padding-left: 40px;
	background: #fff;
	border:none;
}
.ta-over .subscribetxt input.error{
	background: #f8f8f8;
}
.ta-over .subscribetxt button{
	width: 17%;
	height: 74px;
	border-bottom: none;
	background:#fff url(https://petopia.meeallcdn.com/imglibs/files/108969.png) no-repeat center;
}
.product-faq{
	margin: 80px 0;
}

.boxSubs{min-width: 500px;max-width: 700px; padding: 30px !important;border-radius: 20px;background: #fff url(//petopia.meeallcdn.com/imglibs/files/112101.webp) no-repeat right bottom;}
.boxSubs .logo{text-align: center;}
.boxSubs .name{text-align: center;margin: 20px 0;}
.boxSubs .from_ipt{width: 80%;margin:10px auto 0;position: relative;}
.boxSubs .from_ipt input,.boxSubs .from_ipt textarea{
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background: rgba(255,255,255,0.85);
  border: 1px solid #EEEEEE;
  position: relative;
  z-index: 2;
}
.boxSubs .from_ipt input.error,.boxSubs .from_ipt textarea.error{
  border-color: #E60012;
}
.boxSubs .from_ipt textarea{padding: 20px;height: 120px;}
.boxSubs .from_btn{text-align: center;margin: 40px 0;}
.boxSubs .from_btn a{
  display: inline-block;
  vertical-align: top;
  padding: 12px 16px;
  line-height: 1;
  font-size: 16px;
  border-radius: 15px;
  background: #009944;
  color: #fff;
}


.txt-max{
	max-height: 330px;
	margin-top: 30px;
	padding-right: 10px;
	overflow: auto;
}
.txt-max p:first-child{
	margin-top: 0;
}

/*滚动条整体粗细样式*/
::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 8px;
    height: 8px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0) !important;
    /* 颜色 */
    /* background:#b6b6b6!important; */
    /* 线性渐变背景 */
    background: #4ea74f !important;
}

/*滚动条轨道*/
::-webkit-scrollbar-track {
    border-radius: 5px !important;
    background: #e0e0e0 !important;
}

@media screen and (min-width: 1921px){
	.product-banner,.product-highend,.home-why,.small-banner{
		background-size: cover;
	}
}

@media screen and (max-width: 1580px){
	.container{
		width: 86%;
	}
	.banner-text h1{
		font-size: 38px;
		line-height: 52px;
	}

	.title h2,.product .title h1,.title h3,.title h1{
		font-size: 34px;
	}
	.home-why .title h2{
		font-size: 32px;
	}
	.home-whytxt{
		margin-top: 40px;
	}
	.home-story .title{
		width: 40%;
	}
	.home-storycon div{
		padding: 30px 20px 20px 20px;
	}
	.foot-contact li p{
		width: 76%;
	}
	.foot-prolink{
		width: 40%;
	}
	.head-nav li{
		padding: 0 12px;
	}
	.cert-list .swiper-slide{
		width: 26.5%;
	}
	.features-top li span img{
		width:76px;
	}
	.natural-rubber{
		background-size: auto 100%;
	}
	.super-bite .t-name img{
		width: 46px;
	}
	.detail-input{
		background-size: auto 100%; 
	}
	.div_info{
		width: 44%;
		margin-left: -20%;
	}
	.product-detailhd ul li{
		margin-right: 11px;
	}
	.product-detailfr h3,.product-detailfr h3,.product-detailfr h1{
		margin-top: 0;
	}
	.libaray-detailfl{
		width: 46%;
		margin-top: 10px;
	}
	.service-title .title h2 i,.service-title .title h2{
		font-size: 40px;
	}
	.about-videofl .pulse{
		right: -30px;
		bottom: -20px;
	}
	.device-txt p{
		margin-top: 26px;
	}
	.blogpic h6{
		margin-top: 0;
	}
	.blogpic h3{
		margin: 8px 0;
	}
	.blogr-txt .blogtoux{
		margin-top: 11px;
	}
	.blogpicright li{
		margin-bottom: 15px;
	}
	.contact-list li div{
		width: 84%;
	}
	.cd-popup .div_info{
		margin-left: -21%;
	}
	.contact-list ul{
		margin-top: 10px;
	}
	.h-numlist{
		padding: 0 0px 46px 0px;
	}
	.s-oemtxt p span{
		width: 88%;
	}
	.product-banner .container{
		padding-right: 6%;
	}
	.p-bigtxt{
		left: 7%;
	}
	.p-circleone{
		margin-left: 48px;
	}
	.banner-scorll{
		left: 7%;
	}
	.tr-ban{
		height: auto;
	}
	.tr-ban .banner-text br{
		display: none;
	}
	.tra-logopic img{
		height: 200px;
	}
	.ta-pev {
		margin-top: 45px;
	}
	.ta-pev li{
		padding: 15px 25px;
	}
	.ta-whtxt{
		padding-right: 7%;
	}
	.ta-thelist li{
		padding-bottom: 30px;
	}
	.ta-fortxt .ta-pev li span{
		display: block;
		line-height: 56px;
	}
	.ta-thelist li span{
		width: 92px;
		height: 92px;
		line-height: 92px;
	}
	.ta-thelist li span img,.ta-pev li span img{
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	.ta-distxt{
		padding: 40px 16% 40px 7%;
	}
	.ta-dis .swiper-pagination{
		right: 7%;
    	bottom: 40px;
	}
	.ta-dis .swiper-pagination span{
		width: 14px;
    	height: 14px;
	}
	.ta-ourtxt h3 {
	    margin-top: 30px;
	    font-size: 20px;
	    line-height: 36px;
	}
	.foot-txt{
		padding: 20px 0;
	}
	.foot-link li a, .foot-prolink ul.footnav > li li a{
		margin-bottom: 20px;
	}
	.foot-contact li{
		margin-top: 20px;
	}
	.faq-sideMenu h3{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.faq-txt{
		padding-bottom: 20px;
	}
	.tr-ban{
		min-height: auto;
	}
	.de-txtover{
		max-height: 310px;
	}
}
@media screen and (max-width: 1400px){
	.head-logo{
		width: 12%;
	}
	.head-nav li a{
		font-size: 12px;
	}
	.head-nav li{
		padding: 0px 6px;
	}
	.head-nav li h3.down{
		padding-right: 15px;
	}
	.href a{
		padding: 12px 14px;
		font-size: 12px;
	}
	.head-nav{
		width: 72%;
	}
	.header .href{
		margin-left: 0;
	}
	.banner-text{
		padding-top: 20%;
	}
	.banner-text h1{
		font-size: 28px;
		line-height: 46px;
	}
	.banner-scorll span{
		font-size: 16px;
	}
	.banner .middle-circle{
		left: 50%;
	}
	.banner .white-middle{
		left: 36%;
	}
	.banner .product{
		left: 52%;
	}
	.title h2,.home-why .title h2,.product .title h1,.title h3,.title h1{
		font-size: 30px;
	}
	.padding-top{
		padding-top: 60px;
	}
	.margin-top{
		margin-top: 60px;
	}
	.home-prolist li h5{
		font-size: 18px;
	}
	.home-story .title h2{
		line-height: 34px;
	}
	.home-videofr{
		width: 55%;
	}
	.home-video{
		padding: 80px 0;
	}
	.home-subscribe{
		height: 277px;
	}
	.subscribeimg img{
		width: 300px;
	}
	.subscribeimg{
		top: -87px;
	}
	.subscribetxt h3{
		font-size: 30px;
		line-height: 38px;
	}
	.subscribetxt{
		margin-top: 58px;
	}
	.foot-contact div a{
		margin-right: 15px;
	}
	.home-whytxt h6{
		font-size: 18px;
	}
	.p-circleone{
		margin-left: 48px;
	}
	.p-bigcircle{
		left: -498px;
	}
	.product-highend{
		padding: 60px 0;
	}
	.product-highend h3{
		font-size: 30px;
		line-height: 48px;
	}
	.product .title p, .title h2,.product .title h1,.title h3,.title h1{
		width: 80%;
	}
	.faq-sideMenu h3 span{
		font-size: 16px;
		line-height: 26px;
	}
	.small-banner{
		padding: 80px 0 90px 0;
		background-position: right center;
	}
	.product-banner{
		background-position: right center;		
	}
	.small-bannertxt h3,.small-bannertxt h1{
		font-size: 30px;
	}
	.product-detailhd ul li{
		margin-right: 4px;
	}
	.div_info {
		width: 58%;
		left: -28%;
	}
	.cd-popup .div_info {
	    margin-left: -28%;
	}
	.detail-maodian li a{
		font-size: 14px;
	}
	.detail-maodian li{
		margin: 0;
	}
	.detail-maodian li a{
		padding: 0 8px;
	}
	.product-parameters{
		margin-top: 60px;
	}
	.features-top li{
		width: 86px;
		margin-top: 10px;
	}
	.features-top li span img{
		width: 46px;
	}
	.features-top li h5{
		font-size: 14px;
	}
	.features-bottom li p,.super-bite .device-txt p{
		font-size: 16px;
		line-height: 28px;
	}
	.detail-input .div_info {
	    width: 56%;
	    margin-left: 44%;
	}
	.product-detailfr h3,.product-detailfr h1,.service-olist p,.libaray-detailfl h3,.libaray-detailfl h1,.product-detailfr h2{
		font-size: 30px;
	}
	.service-list h3 a{
		font-size: 28px;
	}
	.service-title .title h2 i, .service-title .title h2{
		font-size: 29px;
	}
	.foot-link li a{
		font-size: 16px;
	}
	.service-detailpic{
		margin-top: 40px;
	}
	.service-overview{
		margin-top: -180px;
		padding-top: 240px;
	}
	.service-olist h6{
		margin-right: 30px;
		font-family: 'Montserrat-Medium';
		font-size: 16px;
	}
	.libaray-listcon h3 a{
		font-size: 22px;
		-webkit-line-clamp: 3;
	}
	.libaray-wenben h5,.libaray-wenben h3{
		margin-top: 30px;
	}
	.about-jshao{
		margin-top: 60px;
	}
	.about-video .container{
		display: block;
		overflow: hidden;
	}
	.about-videofl{
		float: left;
	}
	.about-videofr{
		float: right;
	}
	.about-video{
		margin-top: 30px;
	}
	.about-team{
		margin-top: 60px;
		padding: 60px 0 60px 0;
	}
	.blog-bgtu .blog-biaodan h3{
		font-size: 22px;
	}
	.blog-bgtu .blog-biaodan p{
		margin-top: 10px;
	}
	.blog-bgtu .blog-biaodan h3{
		margin-top: 30px;
	}
	.blog-bgtu .blog-biaodan input[type="email"]{
		margin-top: 40px;
	}
	.blog-bgtu .blog-biaodan input[type="email"],.blog-bgtu input[type="submit"]{
		height: 62px;
	}
	.blog-dont{
		padding-bottom: 60px;
	}
	.study-list ul li h3{
		font-size: 22px;
	}
	.blog-gou span{
		font-size: 15px;
	}
	.blog-gou span{
		width: 84%;
	}
	.contact-list li img{
		width: 44px;
	}
	.contact-list li div{
		width: 80%;
	}
	.contact-list li h3{
		font-size: 20px;
	}
	.contact-list ul{
		width: 50%;
	}
	.contact-list li{
		margin-bottom: 0;
	}
	.contact-input .div_info{
		width: 48%;
	}
	.contact-input{
		padding: 60px 0;
	}
	.about-videofr p{
		margin-top: 10px;
	}
	.about-videofr p:first-child{
		margin-top: 0;
	}
	.study-list ul li{
		margin-top: 40px;
	}
	.super-bite .device-txt p{
		line-height: 40px;
	}
	.position-txt{
		font-size: 16px;
		padding: 15px 20px;
	}
	.h-manupic span{
		width: 88%;
	}
	.h-factl{
		max-height: 580px;
	}
	.j-rubberl{
		width: 54%;
	}
	.h-recyr{
		width: 49%;
	}
	.s-tp .title p{
		margin-top: 20px;
	}
	.s-providehref{
		margin-top: 30px;
	}
	.s-providehref a{
		line-height: 52px;
	}
	.s-providehref i{
		width: 52px;
		height: 52px;
	}
	.s-border .container{
		padding-top: 50px;
	}
	.s-border {
	    margin-top: 30px;
	    padding-bottom: 0;
	}
	.p-circleonea{
		width: 200px;
		height: 200px;
	}
	.p-circleoneb{
		width: 216px;
    	height: 216px;
	}
	.p-circleone{
		margin-left: 30px;
	}
	.p-porduct{
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	.p-bigtxt div {
	    font-size: 32px;
	    line-height: 44px;
	}
	.certificate .swiper-slide {
	    width: 27%;
	}
	.certificatea .swiper-slide {
	    width: 40%;
	}
	.peo-txt p{
		padding: 0 10%;
	}
	.pulse{
		height: 80px;
    	width: 80px;
		margin-top: -40px;
    	margin-left: -40px;
	}
	.tra-logopic img{
		height: 140px;
	}
	.tra-logopic {
	    position: absolute;
	    right: -75px;
	    bottom: 22px;
	}
	.ta-titl h2{
		width: 100%;
	}
	p{
		line-height: 28px;
	}
	.ta-whtxt{
		width: 74%;
	}
	.ta-five {
	    padding: 24px 0;
	}
	.ta-five span{
		margin-right: 35px;
		font-size: 30px;
	}
	.ta-pev li span img{
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	.ta-fortxt .ta-pev {
	    margin-top: 30px;
	}
	.ta-fortxt .ta-pev li {
	    padding: 10px 30px;
	}
	.ta-fortxt .ta-pev h3{
		margin-top: 15px;
	}
	.ta-thelist li span{
		padding-left: 0;
		width: 88px;
	    height: 88px;
	    line-height: 88px;
	}
	.ta-thelist li span img, .ta-pev li span img{
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.ta-distxt{
		width: 75%;
	}
	.ta-disimg img{
		height: 410px;
		object-fit: cover;
	}
	.ta-dis .swiper-pagination span {
	    width: 12px;
	    height: 12px;
	}
	.ta-custom .ta-pev h3 {
	    margin-top: 30px;
	}
	.ta-ourtxt h3{
    	line-height: 32px;
	}
	.ta-our .container {
	    padding-bottom: 40px;
	}
	.ta-whtxt{
		padding: 60px 7% 60px 16%;
	}
	.ta-over {
	    min-height: 460px;
	}
	.ta-over .subscribetxt input,.ta-over .subscribetxt button{
		height: 68px;
	}
	.ta-prote{
		padding-top: 60px;
	}
	.ta-prote .container {
	    padding-bottom: 60px;
	}
	.product-faq{
		margin: 60px 0;
	}
	.study-list .study-txt{
		padding: 30px 30px 30px 30px;
	}
}
@media screen and (max-width: 1300px){	
	.cert-list .swiper-slide{
		width: 27.5%;
	}
	.swiper-btnb div.swiper-button-prev{
		left: -30px;
	}
	.swiper-btnb div.swiper-button-next{
		right: -30px;
	}
}
@media screen and (max-width: 1100px){	
	.libaray-detailfr{
		height: 290px;
	}
	.position-txt{
		font-size: 14px;
		padding: 15px 10px;
	}
	.home-why{
		background: #f8f8f8;
	}
	.home-whypic{
		display: block;
	}
	.home-whycon{
		width: 100%;
		margin-left: 0;
	}
	.s-oemtxt p span{
		width: 84%;
	}
	.s-provider{
		width: 52%;
	}
	.banner .product img{		
		width: 360px;
	}
	.banner .white-big{
		width: 450px;
    	height: 450px;
	}
	.p-circleonea{
		width: 180px;
		height: 180px;
	}
	.p-circleoneb{
		width: 194px;
    	height: 194px;
	}
	.p-porduct{
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.peo-txt p{
		padding: 0;
		font-size: 32px;
	}
	.pulse{
		height: 70px;
    	width: 70px;
		margin-top: -35px;
    	margin-left: -35px;
	}
	.ta-pev {
	    margin-top: 30px;
	}
	.ta-pev li {
	    padding: 10px 25px;
	}
	.ta-whtxt{
		width: 100%;
		padding: 60px 7%;
	}
	.ta-fortxt .ta-pev h3 {
	    margin-top: 15px;
	}
	.ta-fortxt .ta-pev li {
	    padding: 10px 20px;
	}
	.ta-thelist li h3 {
	    margin-top: 30px;
	}
	.ta-thelist li span {
	    width: 84px;
	    height: 84px;
	    line-height: 84px;
	}
	.ta-thelist li {
	    padding-bottom: 20px;
	}

	.ta-whtxt{
		padding: 60px 7% 60px 7%;
		justify-content: center;
	}
	.ta-whtxt .title p{
		margin-top: 20px;
	}
	.ta-five {
	    padding: 20px 0;
	}
	.ta-five span {
	    font-size: 28px;
	}
	.ta-ourtxt h3 {
		font-size: 18px;
	    line-height: 30px;
	}
	.ta-mich div img {
	    margin-right: 25px;
	}
	.ta-mich div h4 {
	    margin-top: 12px;
	}
	.ta-our .swiper-pagination {
	    margin-top: 35px;
	}
	.ta-over {
	    min-height: 370px;
	}
	.ta-over .subscribetxt input, .ta-over .subscribetxt button{
		height: 60px;
	}
	.foot-txt {
	    padding: 10px 0;
	}
	.foot-contact div {
	    margin-top: 40px;
	}
	.foot-contact div a img{
		width: 42px;
	}
	.subscribetxt input{
		font-size: 16px;
	}
}
@media screen and (max-width: 960px){
	.head-fl span img,.detail-maodian{
		display: none;
	}
	figure{
		margin: 0;
	}
	.product-parameters td{
		padding: 10px;
		word-wrap: break-word;
	}
	.header,.header-top,.header-height,.about-exhibitionbottom{
		display: none;
	}
	.mobile-nav,.mobile-footer,.mobile-height{
		display: block;
	}
	.head-link{
		display: none;
	}
	.head-fl span b{
		font-size: 12px;
	}
	.head-searchcon{
		padding:0 10px;
	}
	.lang-show .show-current{
		padding: 0px 0 0 20px;
	}
	.lang-show .lang-hide{
		left: auto;
		right: -42%;
	}
	.head-top{
		position: relative;
	}
	.head-searchcon{
		position: static;
	}
	.head-search{
		width: 100%;
		left: 0;
	}
	.head-searchbg{
		width: auto;
	}
	.banner{
		height: calc(100vh - 166px);
	}	
	.tr-ban{
		height: 520px;
	}
	.tr-ban .banner-text p{
		display: block;
		padding: 0;
		line-height: 24px;
	}
	.tr-ban .peo-txt p:nth-child(2){
		margin-top: 10px;
	}
	.banner .bg-wrap .container{
		margin-top: -166px;
	}
	.banner .product img{		
		width: 320px;
	}
	.banner .white-big{
		width: 400px;
    	height: 400px;
	}
	.banner-text h1{
		line-height: 34px;
	}
	.banner-href a:nth-child(2){
		margin-left: 0;
	}
	.product .title p, .title h2,.product .title h1,.title h3,.title h1{
		width: 100%;
	}
	.title h2,.product .title h1,.title h3,.title h1{
		font-size: 24px;
		line-height: 32px;
	}
	.padding-top{
		padding-top: 40px;
	}
	.margin-top{
		margin-top: 40px;
	}
	.title p{
		width: 100%;
		margin-top: 20px;
	}
	.home-prolist{
		margin-top: 10px;
	}
	.home-prolist li{
		width: 50%;
	}
	.home-prolist li:nth-child(2n+1) h5 {
	    border-left: 1px solid #c2c2c2;
	}
	.home-why .title h2{
		font-size: 22px;
		line-height: 30px;
	}
	.home-whycon{
		padding: 30px 20px;
	}
	.home-why{
		padding: 40px 0 30px 0;
	}
	.home-whytxt{
		padding: 4px 20px 20px 50px;
		margin-top: 20px;
		background: url(//petopia.meeallcdn.com/imglibs/files/87556.png) no-repeat 0 top;
	}
	.home-brand h2:first-child{
		margin-bottom: 0;
		font-size: 58px;
		line-height: 48px;
	}
	.home-story .title{
		width: 100%;
		margin-top: 10px;
	}
	.home-story{
		padding: 30px 7%;
	}
	.home-storycon{
		width: 100%;
	}
	.home-storycon div,.home-video .title,.home-videofr{
		width: 100%;
	}
	.home-storycon div{
	    border-bottom: 1px solid #fff;
	}
	.home-storycon div{
		border-left: 0;
	}
	.home-video {
	    padding: 40px 0;
	}
	.home-videofr{
		margin-top: 30px;
	}
	.home-orderlist{
		width: 100%;
	}
	.home-orderlist{
		margin-top: 30px;
	}
	.home-oredrjt{
		display: none;
	}
	.home-orderlist p{
		-webkit-line-clamp: 10;
	}
	.home-ny{
		display: block;
	}
	.swiper-pagination-progress{
		width: 86%;
	}
	.swiper-pagination{
		margin-left: 0;
	}
	.home-scenarioslist h6,.home-scenarioslist p{
		width: 86%;
	}
	.home-scenarioslist div{
		text-align: center;
	}
	.home-scenarios .title{
		padding-bottom: 30px;
	}
	.subscribeimg{
		left: 0;
	}
	.subscribeimg img{
		width: 150px;
	}
	.home-subscribe{
		margin-top: 120px;
	}
	.subscribeimg {
	    top: -44px;
	}
	.home-ny .swiper-button-prev, .home-ny .swiper-button-next{
		width: 66px;
		height: 66px;
	}
	.subscribetxt h3{
		font-size: 18px;
		line-height: 24px;
	}
	.subscribetxt{
		width: 52%;
		margin-right: 0;
		margin-top: 20px;
	}
	.home-subscribe{
		height: 138px;
	}
	.subscribetxt input{
		height: 52px;
		font-size: 14px;
	}
	.subscribetxt button{
		height: 52px;
	}
	.subscribetxt div{
		margin-top: 0px;
	}
	.home-subscribe{
		margin-top: 110px;
	}
	.foot-con{
		display: block;
	}
	.foot-contact{
		width: 100%;
	}
	.foot-link{
		width: 100%;
		margin-top: 40px;
	}
	.foot-contact div{
		margin-top: 30px;
	}
	.foot-con h3{
		margin-bottom: 30px;
	}
	.foot-txt{
		padding: 20px 0 80px 0;
	}
	.foot-txt p{
		line-height: 24px;
	}
	.foot-prolink{
		width: 100%;
	}
	.p-bigcircle {
		top: -58px;
	    left: -348px;
	}
	.p-circleone:nth-child(2),.p-circleone:nth-child(3){
		display: none;
	}
	.p-bigcircle{
		width: 600px;
		height: 600px;
	}
	.p-bigcircle img{
		margin-top: 166px;
	}
	.product-slide{
		margin-top: 40px;
	}
	.product-slidetxt{
		display: none;
	}
	.product-slidehd{
		bottom: 10px;
	}
	.product-hlist .home-prolist{
		margin-top: 20px;
	}
	.product-highend h3{
		font-size: 24px;
		line-height: 32px;
	}
	.product-highend{
		background-position: center;
	}
	.product-featurescon{
		display: block;
	}
	.product-featureslist{
		width: 100%;
	}
	.cert-list .swiper-slide-active{
		-webkit-transform: scale(0.9);
	    -moz-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	    transform: scale(0.9);
	}
	.cert-list .swiper-slide-prev, .cert-list .swiper-slide-next{
		-webkit-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	    transform: scale(0.8);
	}
	.faq-con{
		display: block;
	}
	.faq-sideMenu{
		width: 100%;
	}
	.small-banner{
		padding: 40px 0 50px 0;
	}
	.small-bannertxt h3,.small-bannertxt h1{
		font-size: 28px;
	}
	.product-list li{
		width: 100%;
	}
	.page-link a{
		margin: 0;
	}
	.page span a.page-left{
		margin-right: 10px;
	}
	.page span a.page-right{
		margin-left: 10px;
	}
	.div_info{
		width: 86%;
		padding: 25px;
	}
	.cd-popup .div_info{
		margin-left: -43%;
	}
	.cd-popup-close{
		top: 12px;
	}
	.product-detail .container{
		display: block;
	}
	.product-detailfl,.product-detailfr{
		width: 100%;
	}
	.product-detail{
		margin-top:40px;
	}
	.product-detailhd ul li{
		margin-right: 1.6px;
	}
	.product-detailfr{
		margin-top: 40px;
	}
	.detail-maodian,.detail-height{
		height: 164px;
		display: none;
	}
	.detail-maodian li{
		width: 50%;
	}
	.sticky{
		top: 60px;
	}
	.product-parameters,.product-features{
		margin-top: 40px;
	}
	.product-parameters .parameters-con{
		display: block;
	}
	.product-parameters .parameters-con div{
		width: 100%;
	}
	.product-parameters .container .parameters-con div:nth-child(2){
		border-top: none;
    	border-bottom: none;
    	border-left: 1px solid #dcdcdc;
    	border-right: 1px solid #dcdcdc;
	}
	.features-top ul{
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.features-bottom li{
		width: 100%;
	}
	.natural-rubber{
		margin-top: 50px;
		padding: 40px 0;
	}
	.natural-rubbercon ul{
		flex-wrap: wrap;
	}
	.natural-rubbercon li{
		width: 100%;
		margin-top: 20px;
	}
	.device{
		flex-wrap: wrap;
	}
	.device-txtleft,.device-txtright{
		width: 100%;
		border-radius: 20px;
	}
	.device-txtleft{
		padding-bottom: 20px;
	}
	.devicecon{
		margin-top: 30px;
	}
	.device-txtright{
		margin-top: 30px;
	}
	.product-list li{
		width: 100%;
	}
	.detail-tit h3,.detail-tit h2{
		margin-bottom: 0px;
	}
	.detail-input .div_info{
		width: 100%;
		margin-left: 0;
	}
	.service-list div{
		width: 100%;
		margin-top: 30px;
	}
	.service-list h3 a{
		font-size: 24px;
	}
	.service-title .title h2 i, .service-title .title h2{
		font-size: 24px;
	}
	.service-overviewfr{
		width: 100%;
		margin-top: 30px;
	}
	.service-overview{
		padding-bottom: 370px;
	}
	.service-detaillist .home-scenarioshd{
		margin-top: 60px;
	}
	.product-detailfr h3,.product-detailfr h1, .service-olist p, .libaray-detailfl h3,.libaray-detailfl h1,.product-detailfr h2{
		font-size: 24px;
	}
	.service-olist p{
		line-height: 36px;
	}
	.libaray-txt{
		height: 172px;
	}
	.libaray-txt div h5,.libaray-txt div h3{
		font-size: 22px;
	}
	.libaray-txt div{
		width: 310px;
		padding: 30px;
		height: 160px;
	}
	.libaray-slide .swiper-slide-active {
	    -webkit-transform: scale(0.9);
	    -moz-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	    transform: scale(0.9);
	}
	.libaray-slide{
		margin-top: 30px;
	}
	.libaray{
		margin-bottom: 258px;
	}
	.libaray-listcon div{
		width: 100%;
		margin-left: 0;
	}
	.libaray-detailcon{
		flex-wrap: wrap;
	}
	.libaray-detailfl,.libaray-detailfr{
		width: 100%;
	}
	.libaray-detailcon,.libaray-detailfr{		
		margin-top: 30px;
	}
	.libaray-detailfr{
		height: auto;
	}
	.libaray-wenben h5,.libaray-wenben h3{
		font-size: 24px;
	}
	.libaray-wenben{
		padding-top: 10px;
	}
	.libaray-wenben p{
		margin-top: 20px;
	}
	.fenye-prev h3{
		margin-top: 15px;
		margin-left: 0;
	}
	.fenye-next h3{
		margin-top: 15px;
		margin-right: 0;
	}
	.fl,.fr{
		float: none;
	}
	.about-intro,.about-intrpfr{
		width: 100%;
	}
	.about-jshao{
		margin-top: 10px;
	}
	.about-intrpfr{
		margin-top: 30px;
	}
	.about-videofl{
		float: none;
		width: 85%;
	}
	.about-videofr{
		float: none;
		width: 100%;
		margin-top: 36px;
	}
	.about-video{
		margin-top: 0px;
	}
	.about-team{
		margin-top: 40px;
		padding: 40px 0;
	}
	.about-servicescon{
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.about-servicescon div{
		width: 100%;
		margin-top: 20px;
	}
	.about-exhibitiontop, .about-exhibitionbottom{
		flex-wrap: wrap;
	}
	.about-exhibitiontop div,.about-exhibitionbottom div{
		width: 100%;
	}
	.about-custmertxt{
		padding-top: 40px;
		height: 488px;
	}
	.franchise .title p:nth-child(4){
		width: 100%;
	}
	.franchise .service-list{
		margin-top: 30px;
	}/*
	.franchise-logocon div{
		width: 50%;
	}
	.franchise-logocon div:nth-child(5n+1){
		border-left: 1px solid #eee;
	}
	.franchise-logocon div{
		border-right:  1px solid #eee;
	}
	.franchise-logocon div:nth-child(2n+1){
		border-right: none;
	}*/
	.blogpicleft,.blogpicright,.blogr-pic,.blogr-txt{
		width: 100%;
	}
	.blogpicright{
		margin-top: 30px;
	}
	.blog .banner-href{
		bottom: 67px;
	}
	.blogpic{
		padding-bottom: 40px;
	}
	.blog-list .blog-listcon{
		width: 100%;
		margin-top: 20px;
	}
	.blog-list .blogpic{
		margin-top: 10px;
	}
	.blogr-txt{
		margin-top: 16px;
	}
	.blog-bgtu .blog-biaodan{
		width: 100%;
		padding: 10px 25px 40px 25px;
	}
	.blog-bgtu{
		margin-top: 40px;
	}
	.blog-bgtu .blog-biaodan h3{
		margin-top: 20px;
	}
	.blog-bgtu .blog-biaodan input[type="email"]{
		margin-top: 30px;
	}
	.blog-gou span{
		width: 82%;
	}
	.study-list ul li{
		width: 100%;
	}
	.study-list .study-txt{
		padding: 25px;
	}
	.contact-list ul{
		width: 100%;
	}
	.contact-list li{
		margin-bottom: 30px;
	}
	.contact-list li div{
		width: 74%;
		margin-top: 0;
	}
	.contact-list li div p{
		margin-top: 10px;
	}
	.contact-input{
		padding: 40px 0;
	}
	.small-bannertxt h3,.small-bannertxt h1{
		margin-bottom: 20px;
	}
	.contact-input .div_info{
		width: 100%;
		margin-top: 20px;
	}
	.map{
		margin-bottom: 30px;
	}
	.contact-map ul{
		margin: 30px 0;
	}
	.contact-map li{
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.div_info input, .div_info textarea{
		padding-left: 20px;
	}
	.foot-con h3 a{
		font-size: 22px;
	}
	.product-parameters .detail-tit h3,.product-parameters .detail-tit h3{
		padding-bottom: 20px;
	}
	.product-parameters div span{
		top: 20px;
		left: 20px;
	}
	.banner-text{
		padding-top: 27%;
	}
	.banner-href a{
		padding: 14px 30px;
	}
	.features-top li{
		margin-left: 5%;	
	}
	.features-top li:nth-child(3n+1){
		margin-left: 0;
	}
	.h-manupic,.h-manutxt,.h-factl,.h-numlist,.h-factr,.j-rubberl,.j-rubberr,.h-eco .title p, .h-eco .title h2, .s-name .title p, .s-name .title h2,
	.s-oempic,.s-oemtxt,.s-providel,.s-provider,.h-recyl,.h-recyr{
		width: 100%;
	}
	.h-factr,.j-rubberr,.h-manutxt,.h-numlist,.h-eco .h-ecopic,.s-oemtxt,.s-providel,.product-slide,
	.h-recyr{
		margin-top: 30px;
	}
	.h-num h2:first-child{
		margin-bottom: 0;
	    font-size: 62px;
	    line-height: 30px;
	}
	.h-numlist span, .h-numlist div{
		font-size: 32px;
    	line-height: 32px;
	}
	p{
		margin-top: 15px;
		line-height: 24px;
	}
	.home-ny .swiper-button-prev,.home-ny .swiper-button-next{
		background-size: 18px auto;
	}
	.h-factr .home-whytxta h6{
		padding: 20px 50px 20px 68px;
	}
	.h-wt{
		padding-left: 68px;
	}
	.h-factr .home-whytxta{
		margin-top: 15px;
	}
	.h-factr .home-whytxta h6{
		font-size: 18px;
	}
	.h-rubber .container{
		padding-bottom: 40px;
	}
	.h-eco,.h-num .href{
		margin-top: 40px;
	}
	.h-factl{
		padding-left: 26px;
	}
	.foot-link li a, .foot-prolink ul.footnav > li li a{
		margin-bottom: 15px;
	}
	.foot-contact li{
		margin-top: 20px;
	}
	.s-provider{
		order: -1;
	}
	.s-tp .title p{
		margin-top: 10px;
	}
	.s-providel h2{
		margin-bottom: 20px;
	}
	.s-name .swiper-slide{
		padding: 30px 20px 30px 20px;
	}
	.s-sbtn div.swiper-button-next {
	    right: -20px;
	}
	.s-sbtn div.swiper-button-prev {
	    left: -20px;
	}
	.s-pic{
		height: auto;
	}
	.certificate{
		padding: 40px 0;
	}
	h2{
		font-size: 24px;
	}
	.pulse{
		width: 60px;
		height: 60px;
	}
	.about-videofl{
		width: 88%;
	}
	.banner-href a:nth-child(2){
		margin-top: 10px;
	}
	.banner-href a:nth-child(1){
		margin-right: 20px;
	}
	.banner-text {
	    padding-top: 180px;
	}
	.p-bigtxt{
		display: block;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
		text-align: center;
	}
	.p-circleone{
		margin-top: -15px;
		margin-left: 0;
	}
	.product-banner .container{
		text-align: center;
	}
	.p-circleoneb {
	    width: 250px;
	    height: 250px;
	}
	.p-circleonea {
	    width: 240px;
	    height: 240px;
	}
	.p-bigtxt{
		padding-top: 15px;
	}
	.p-bigtxt div {
		padding: 0 10px;
	    font-size: 30px;
	    line-height: 38px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 2;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	}
	.b-hot .study-list ul li:first-child,.b-hot .study-list ul li:nth-child(2){
		width: 100%;
	}
	.b-hot .study-list{
		padding-bottom: 40px;
	}
	.study-list ul li{
		margin-top: 30px;
	}
	.swiper-btnb div.swiper-button-prev{
		left: -15px;
	}
	.swiper-btnb div.swiper-button-next{
		right: -15px;
	}
	.peo-txt p{
		padding: 0;
		font-size: 22px;
    	line-height: 26px;
	}
	.peo-logo img{
		width: 230px;
	}
	.tra-logopic {
	    position: absolute;
	    right: -75px;
	    bottom: 22px;
	}
	.tra-logopic img{
		height: 100px;
	}
	.ta-prote{
		padding-top: 40px;
	}
	.ta-prote .container{
		padding-bottom: 40px;
	}
	.ta-impl,.ta-impr,.ta-forimg,.ta-fortxt,.ta-thelist li,.ta-distxt,.ta-pev li{
		width: 100%;
	}
	.ta-pev li{
		border-left: 1px solid #ddd;
	}
	.ta-impr{
		margin-top: 30px;
	}
	.ta-pev p {
	    margin-top: 12px;
	}
	.ta-whtxt {
	    padding: 40px 7% 40px 7%;
	}
	.ta-fortxt{
		margin-top: 30px;
	}
	.ta-fortxt .ta-pev li{
		width: 100%;
		border-left: 1px solid #ddd;
	}
	.ta-thelist li{
		margin-top: 40px;
	}
	.ta-thelist li span {
	    width: 72px;
	    height: 72px;
	    line-height: 72px;
	}
	.ta-thelist li span img, .ta-pev li span img {
	    -webkit-transform: scale(0.7);
	    -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	    transform: scale(0.7);
	}
	.ta-distxt {
	    padding: 40px 7% 40px 7%;
	}
	.ta-dis .swiper-pagination span {
	    width: 10px;
	    height: 10px;
	}
	.ta-dis .swiper-pagination span.swiper-pagination-bullet-active{
		width: 24px;
	}
	.ta-dis .swiper-pagination span{
		margin: 0 4px;
	}
	.ta-dis .ta-href,.ta-ourtxt {
		margin-top: 30px;
	}
	.ta-ourtxt h3 {
	    margin-top: 20px;
	}
	.ta-our .container {
	    padding-bottom: 30px;
	}
	.ta-over .subscribetxt input, .ta-over .subscribetxt button{
		height: 52px;
	}
	.ta-over .subscribetxt input{
		padding-left: 20px;
	}
	.product-faq {
	    margin: 40px 0;
	}
	.faq-sideMenu h3 {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.foot-contact div a img {
	    width: 36px;
	}
	.foot-contact li span{
		margin-right: 10px;
	}
	.foot-contact li span img{
		-webkit-transform: scale(0.9);
	    -moz-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	    transform: scale(0.9);
	}
	.libaray{
		height: auto;
	}
	.libaray-slide .swiper-slide span img{
		max-width: 100%;
	}
	.libaray{
		margin-bottom: 40px;
	}
	.hi-li{
		width: 100%;
		margin-top: 20px;
	}
	.hi-txt{
		width: 94%;
	}
	.contact-input .div_info{
		position: static;
		margin-left: 0;
	}
	.nav-link {
	    margin-top: 25px;
	}
	.ab-setli h3{
		font-size: 28px;
	}
}
@media screen and (max-width: 600px){
	
	.banner-href a:nth-child(1){
		margin-right: 20px;
	}
	.banner-text{
		width: 100%;
	}
	.banner-text p{
		display: none;
	}
	.banner-text h1{
		font-size: 22px;
		line-height: 32px;
	}
	.banner-href{
		margin-top: 30px;
	}
	.banner .blue {
	    top: 156px;
	    left: 38%;
	    z-index: 0;
	    width: 600px;
	    height: 600px;
	}
	.banner .product{
		left: 2%;
		padding-top: 160px;
	}
	.banner .product img{		
		width: 220px;
	}
	.banner .white-big{
		width: 300px;
		height: 300px;
	}
	.banner .middle-circle {
	    left: -5%;
	    top: 47%;
	}
	.banner .white-small{
		width: 50px;
		height: 50px;
		top: 43%;
    	left: 80%;
	}
	.banner .logo-name{
		top: 16%;
	}
	.banner .logo-name img{
		height: 120px;
	}
	.banner .white-middle{
		width: 95px;
		height: 95px;
		left: 60%;
		top: 84%;
	}
	.banner-scorll{
		bottom: 2%;
	}
}
@media screen and (max-width: 375px){
	.head-fl span img{
		display: none;
	}
	.m-navcenter{
		width: 52%;
	}
	.banner-text h1{
		margin-top: 20px;
		font-size: 18px;
		line-height: 26px;
	}
	.banner-href{
		margin-top: 20px;
	}
	.banner .white-big{
		width: 210px;
		height: 210px;
	}
	.banner .middle-circle {
	    left: 0%;
	    top: 52%;
	}
	.banner .product img{
		width: 180px;
	}
	.banner .product {
	    padding-top: 132px;
	}
	.banner .white-small{
		top: 50%;
	}
	.subscribeimg img{
		width: 124px;
	}
	.subscribetxt h3{
		font-size: 15px;
	}
	.detail-maodian li a{
		font-size: 12px;
	}
	.blog-gou span{
		width: 78%;
	}
	.banner-href a {
	    padding: 14px 25px;
	}
	.ta-disimg img {
	    height: 460px;
	}
	.head-fl span{
		margin-right: 0;
	}
}

/*2.4*/
.a-pic{
	overflow: hidden;
}
.a-pic img{
	width: 100%;
	height: auto;
}
.a-banner{
	position: relative;
}
.a-banimg{
	width: 100%;
}
.a-bantxt{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding-left: calc(50% - 700px);
	padding-right: 110px;
	background: rgba(0,0,0,0.66);
}
.a-logo {
	position: absolute;
	top: 60px;
}
.a-bantxt h1{
	font-size: 40px;
	color: #fff;
}
.a-bantxt p{
	color: #fff;
}
.a-href a:nth-child(2){
	background: #469947;
}
.a-href a:hover{
    background: #4ea74f;
}
.a-banner .banner-scorll{
	bottom: 60px;
}
.a-ahan .product-list h5{
	padding: 0 10px;
}
.a-ahan .product-list li{
	width: 31%;
	margin-left: 2.33%;
	margin-right: 0;
}
.a-ahan .product-list li:nth-child(3n+1){
	margin-left: 0;
}
.a-petli{ 
	position: relative;
 }
 .a-petlifp h3{
 	font-size: 22px;
 }
 .a-pettxt{
 	width: 47.8%;
 }
.a-petli{
	padding: 25px 10px 25px 104px;
	border-top: 1px solid #d4d4d4;
}
.a-petliico{
	position: absolute;
	left: 10px;
	top: 0px;
	height: 100%;
	display: flex;
	align-items: center;
}
.a-petli:last-child{
	border-bottom: 1px solid #d4d4d4;
}
.a-petlifp h3{
	font-size: 22px;
}
.a-pet p{
	margin-top: 20px;
}
 .a-petpic{
 	width: 47.1%;
}
.a-pet .title p,.a-pet .title h2{
 	width: 100%;
 	text-align: left;
}
.a-wp{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.a-petpic{
 	position: relative;
}
.a-petpic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.a-petpic span{
	display: block;
	margin-left: 36px;
 	border-radius: 20px;
 	height: 100%;
	overflow: hidden;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.a-petpic span:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.a-petpic::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 85px;
	bottom: 85px;
	background: #ffe9cc;
	z-index: -1;
}
.a-petlist{
 	margin-top: 45px;
}
.a-quickli{
	position: relative;
	width: 47.4%;
	padding: 40px 90px 35px 30px;
	margin-top: -1px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.a-quickli h3{
	margin-top: 30px;
	font-size: 26px;
}
.a-quickico{
	position: absolute;
	right: 30px;
	top: 42px;
}
.a-quicknum{
	width: 48px;
	height: 44px;
	color: #fff;
	border-radius: 10px;
	background: #6bad6c;
	font-size: 22px;
	text-align: center;
	line-height: 44px;
	font-family: 'Montserrat-Bold';
}
.a-quickli p{
	margin-top: 20px;
}
.a-happy .swiper-slide{
  position: relative;
  padding: 70px 45px 50px 45px;
  border-radius: 15px;
  border:1px solid #ddd;
  -webkit-transition: .3s all; 
  -moz-transition: .3s all; 
  -ms-transition: .3s all; 
  transition: .3s all;
}
.a-happy .swiper-slide:hover{
  background: #6bad6c;
}
.tra-star{
  width: 105px;
  height: 17px;
  background: url(https://petopia.meeallcdn.com/imglibs/files/113570.png) no-repeat;
}
.tra-dh{
  position: absolute;
  right: 50px;
  top: 54px;
  width: 46px;
  height: 39px;
  background: url(https://petopia.meeallcdn.com/imglibs/files/113572.png) no-repeat;
  
}
.tra-p{
  margin-top: 50px;
}
.tra-p p{
  color: #222;
}
.a-happy .swiper-pagination{
  text-align: center;
}
.a-happy .swiper-pagination span{
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background: #b5d6b5;
  border-radius: 10px;
  cursor: pointer;
}
.a-happy .swiper-pagination{
  margin-top: 50px;
}
.a-happy .swiper-pagination span.swiper-pagination-bullet-active{
  width: 16px;
  background: #469947;
}
.a-quickul{
	margin-top: 70px;
}
.tra-jopic{
  border-radius: 50%;
  overflow: hidden;
}
.tra-jo{
  margin-top: 60px;
}
.tra-jotx{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: flex-end;
	text-align: right;
}
.tra-jotx h4{
	font-size: 18px;
	font-family: 'Montserrat-Medium';
}
.tra-jotx p{
  margin-top: 5px;
  font-size: 15px;
}
.a-happy .swiper-container{
	padding: 0 1px;
   margin-top:35px;
}
.a-happy .swiper-slide:hover .tra-jotx p,.a-happy .swiper-slide:hover h4,
.a-happy .swiper-slide:hover .tra-p p{
  color: #fff;
}
.a-happy .swiper-slide:hover .tra-star{
  background: url(https://petopia.meeallcdn.com/imglibs/files/113571.png) no-repeat;
}
.a-happy .swiper-slide:hover .tra-dh{
  background: url(https://petopia.meeallcdn.com/imglibs/files/113573.png) no-repeat;
}
.a-faq .faq-sideMenu{
	width: 78.2%;
	margin: 0 auto;
	margin-top: 25px;
	border-top: 1px solid #dfdfdf;
}
.a-still{
	width: 100%;
	padding: 40px 0;
	background: url(https://petopia.meeallcdn.com/imglibs/files/113505.webp) no-repeat;
	background-size: cover;
}
.a-stillfl{
	width: 48.6%;
}
.a-still .title{
	text-align: left;
}
.a-still .title p,.a-still .title h2{
	width: 100%;
	color: #fff;
}
.a-stinum,.a-stilzx h3,.a-stinum,.a-stinum a{
	color: #fff;
}
.a-still .title p{
	margin-top: 20px;
}
.a-stilico{
	width: 59px;
	height: 59px;
	margin-right: 34px;
	border-radius: 50%;
	text-align: center;
	line-height: 59px;
	background: #469947;
}
.a-stillli h3,.a-stinum{
	font-size: 17px;
}
.a-stillli{
	padding: 30px 40px 30px 30px;
	border-top: 1px solid rgba(255,255,255,0.3);	
}
.a-stillli:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.3);	
}
.a-stilzx h3,.a-stinum{
	font-size: 17px;
}
.a-stilzx{
	width: 190px;
	align-items: center;
}
.a-stinum{
	width: 270px;
}
.a-stillul{
	margin-top:40px;
}
.a-still .div_info input,.a-still .div_info textarea{
	padding-left: 0;
	height: 54px;
	margin-top: 20px;
	background: #fff;
	border:none;
	border-bottom: 1px solid #ddd;
}
.a-still .div_info textarea{
	height: 132px;
}
.a-still .div_info input[type=button]{
	width: 250px;
	height: 50px;
	margin-top: 30px;
	margin-left: 0;
	border-radius: 50px;
	background: #469947;
	color: #fff;
	cursor: pointer;
}
.a-still .div_info input[type=button]:hover{
	background: #4ea74f;
}
.a-still .div_info h3{
	margin-bottom: 40px;
	font-size: 30px;
	font-family: 'Montserrat-Bold';
}
.a-still .div_info{
	width: 38.6%;
	padding: 46px 58px;
	margin-left: 0;
}
.a-happy .swiper-pagination{
	margin-left: 0;
}
.div_info input.error, .div_info textarea.error {
    border-color: #ff6600;
}

.c-tit p, .c-tit h2{
	width: 100%;
}
.c-varietyli{
	width: 49%;
	margin-top: 30px;
	border:1px solid #ddd;
	border-radius: 15px;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.c-varietyli:hover{
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	-o-transform: translate(0,-5px)
}
.c-varietyli .a-pic{
	width: 41.7%;
	margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
	border-radius: 15px;
}
.c-varietyli .a-pic img{
	height: 100%;
	object-fit: cover;
}
.c-vartxt{
	width: 58.3%;
	padding: 20px 38px;
}
.c-vartxt h3 a{
	font-size: 20px;
	font-family: 'Ubuntu-Medium';
}
.c-vartxt p{
	margin-top: 20px;
	font-size: 15px;
}
.c-varhref{
	margin-top: 40px;
}
.c-varhref a{
	font-size: 15px;
	color: #469947;
	text-decoration: underline;
}
.c-varhref a:hover{
	color: #4ea74f;
}
.c-strp{
	margin-top: 45px;
}
.c-strli{
	width: 50%;
	padding: 20px 38px;
	border-left: 1px solid #ddd;
}
.c-strli:last-child{
	border-right: 1px solid #ddd;
}
.c-strli{
}
.c-strli div{
	height: 64px;
	justify-content: flex-start;
}
.c-strli h3{
	margin-top: 25px;
	font-size: 22px;
}
.c-strli p{
	margin-top: 20px;
}
.c-strtxt{
	width: 49.2%;
}
.c-strtxt .c-tit{
	text-align: left;
}
.c-strpic{
	position: relative;
	width: 44.7%;
}
.c-strpic .a-pic{
	border-radius: 20px;
}
.c-strpic::before{
	content: '';
	position: absolute;
	left: -45px;
	top: 17.6%;
	bottom: 17.6%;
	right: 0;
	background: #f8f8f8;
	z-index: -1;
}
.c-strpic .c-href{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.c-href a{
	min-width: 216px;
	padding: 18px 30px; 
}
.c-tit p{
	margin-top: 20px;
}
.c-susul{
	width: 47.8%;
}
.c-susli{
	position: relative;
	padding: 35px 30px 40px 82px;
	border-bottom: 1px solid #ddd;
}
.c-susli p{
	margin-top: 20px;
}
.c-susico{
	position: absolute;
	left: 0;
	top: 38px;
}
.c-sus .c-strpic::before{
	right: -38px;
	left: 0;
	top: 14.1%;
	bottom: 14.1%;
}
.c-interico{
	display: block;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.c-intericotwo{
	display: none;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.c-interul{
	margin-top: 20px;
}
.c-interli{
	width: 22.8%;
	margin-top: 20px;
	padding: 50px 34px;
	border:1px solid #ddd;
	border-radius: 20px;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
	text-align: center;
}
.c-interli:hover{
	background: #469947;
}
.c-interli h3{
	margin-top: 45px;
	font-size: 20px;
	font-family: 'Ubuntu-Medium';
}
.c-interli:hover h3,.c-interli:hover p{
	color: #fff;
}
.c-interli p{
	margin-top: 20px;
}
.c-interli:hover .c-interico{
	display: none;
}
.c-interli:hover .c-intericotwo{
	display: block;
}
.c-tu .container{
	position: relative;
}
.c-tu .swiper-slide{
	border-radius: 20px;
	overflow: hidden;
}
.c-tu .swiper-pagination{
	position: absolute;
	right: 50px;
	bottom: 40px;
}
.c-tu .swiper-pagination span{
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 10px;
	background: rgba(255,255,255,0.4);
	border-radius: 10px;
	cursor: pointer;
}
.c-tu .swiper-pagination span.swiper-pagination-bullet-active{
	width: 16px;
	background: #fff;
}
.c-tact{
	background: url(https://petopia.meeallcdn.com/imglibs/files/113608.webp) no-repeat;
	background-size: cover;
}
.peo-left{
	width: 28%;
	left: calc((100% - 1400px)/2);
	text-align: left;
}
.peo-left h2{
	font-size: 40px;
    color: #fff;
    line-height: 62px;
}
.peo-left p{
	padding: 0;
	margin-top: 25px;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Montserrat-Regular';
}
.tra-jopic{
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
}

@media screen and (max-width: 1580px){
	.a-bantxt{
		padding-left: 7%;
		padding-right: 80px;
	}
	.a-logo{
		top: 40px;
	}
	.a-bantxt h1{
		font-size: 36px;
	}
	.a-bantxt p{
		margin-top: 20px;
	}
	.a-bantxt .banner-href a{
		padding: 15px 50px;
	}
	.banner-href a:nth-child(2){
		margin-left: 20px;
	}
	.a-quickul{
		margin-top: 60px;
	}
	.a-quickli{
		padding: 32px 90px 30px 25px;
	}
	.a-quickli h3{
		margin-top: 25px;
		font-size: 24px;
	}
	.a-quickli p {
	    margin-top: 15px;
	}
	.a-quicknum{
		width: 46px;
    	height: 42px;
    	line-height: 42px;
		font-size: 20px;
	}
	.a-happy .swiper-slide{
		padding: 50px 30px 40px 30px;
	}
	.tra-dh{
		top: 42px;
	}
	.a-stilico{
		margin-right: 30px;
	}
	.a-stillli{
		padding: 30px 30px 30px 20px;
	}
	.a-still .div_info{
		width: 42%;
		margin-left: 0;
	}
	.tra-dh{
		width: 40px;
		height: 34px;
		background-size: cover;
	}
	.c-susli {
	    padding: 20px 30px 20px 82px;
	}
	.c-varietyli .a-pic{
		width: 45%;
	}
	.c-vartxt{
		width: 55%;
		padding: 20px 25px;
	}
	.c-vartxt p{
		margin-top: 15px;
	}
	.c-varhref {
	    margin-top: 30px;
	}
	.c-strli{
		padding: 10px 25px;
	}
	.c-strp{
		margin-top: 35px;
	}
	.c-susli p{
		margin-top: 15px;
	}
	.c-interli{
		padding: 40px 25px;
	}
	.c-interli h3{
		margin-top: 40px;
	}
	.c-susico{
		top: 22px;
	}

	.c-strict .container,.c-sus .container{
		align-items: normal;
	}
	.c-strpic .a-pic{
		height: 100%;
	}
	.c-strpic .a-pic img{
		height: 100%;
		object-fit: cover;
	}
	.peo-left{
		left: 7%;
	}
	.peo-left h2{
		font-size: 38px;
	    line-height: 52px;
	}

}

@media screen and (max-width: 1400px){
	.a-bantxt h1 {
	    font-size: 32px;
	}
	.a-bantxt{
		padding-right: 30px;
	}
	.a-bantxt{
		width: 60%;
	}
	.a-bantxt .banner-href{
		margin-top: 40px;
	}
	.a-ahan .title p,.a-happy .title p,.a-happy .title p{
		width: 82%;
		margin: 20px auto 0 auto;
	}
	.a-banner .banner-scorll {
	    bottom: 40px;
	}
	.a-pet p{
		margin-top: 10px;
	}
	.a-petli{
		padding: 20px 10px 20px 94px;
	}
	.a-petlist {
	    margin-top: 30px;
	}
	.a-petpic{
		width: 49%;
	}
	.a-petpic span{
		margin-left: 24px;
	}
	.a-trahref a{
		padding: 15px 40px;
	}
	.a-ahan .product-list{
		margin-top: 10px;
	}
	.a-ahan .product-list li h5 a{
		font-size: 18px;
	}
	.a-quickul{
		margin-top: 50px;
	}
	.a-quickico{
		top: 35px;
	}
	.a-quickli {
	    padding: 32px 90px 30px 20px;
	}
	.a-quickli h3{
		font-size: 22px;
	}
	.a-quickli p {
	    margin-top: 10px;
	}
	.a-happy .swiper-slide {
	    padding: 42px 30px 30px 30px;
	}
	.tra-dh {
	    top: 30px;
	}
	.tra-p p{
		margin-top: 20px;
	}
	.tra-jo {
	    margin-top: 42px;
	}
	.tra-jotx{
		width: 70%;
	}
	.a-stilico {
		width: 56px;
    	height: 56px;
	    margin-right: 24px;
	    line-height: 56px;

	}
	.a-stillli {
	    padding: 25px 20px 25px 10px;
	}
	.a-stinum {
	    width: 268px;
	}
	.a-still .div_info {
	    width: 45%;
	}
	.c-strp {
	    margin-top: 25px;
	}
	.c-strli h3 {
	    margin-top: 15px;
	    font-size: 20px;
	}
	.c-interli {
	    width: 23.5%;
	}
	.c-interli {
	    padding: 31px 20px;
	}
	.c-vartxt p{
		line-height: 24px;
	}
	.peo-left h2{
		font-size: 28px;
	    line-height: 46px;
	}
}

@media screen and (max-width: 1200px){
	.a-banimg img{
		height: 632px;
		object-fit: cover;
	}
	.a-logo {
	    top: 32px;
	}
	.a-petlifp h3 {
	    font-size: 20px;
	}
	.a-stillli {
	    padding: 25px 0px 25px 0px;
	}
	.a-stilico{
		margin-right: 18px;
	}
	.a-stilzx{
		width: 160px;
	}
	.a-stinum {
	    width: 226px;
	}
	.a-stinum, .a-stilzx h3, .a-stinum, .a-stinum a{
		font-size: 15px;
	}
	.a-stillli {
	    padding: 18px 0px 18px 0px;
	}
	.a-stillul {
	    margin-top: 30px;
	}
	.a-still .div_info {
		width: 46%;
	    padding: 46px 35px;
	}
	.a-still .div_info input, .a-still .div_info textarea{
		margin-top: 10px;
	}
	.a-still .div_info h3{
		margin-bottom: 30px;
	}	
	.c-varhref {
	    margin-top: 20px;
	}
	.c-vartxt {
	    width: 55%;
	    padding: 15px 20px;
	}
	.c-strpic::before{
		left: -30px;
	}
	.c-susli {
	    padding: 20px 20px 20px 70px;
	}
	.c-sus .c-strpic::before{
		right: -28px;
	}
	.c-interli {
	    padding: 30px 15px;
	}
	.c-interli p{
		margin-top: 15px;
	}
	.c-interli h3{
		margin-top: 25px;
		font-size: 18px;
	}
}

@media screen and (max-width: 960px){
	.a-bantxt h1 {
	    font-size: 28px;
	}
	.a-bantxt,.a-logo,.a-petliico{
		position: static;
	}
	.a-pic img{
		height: auto;
	}
	.a-bantxt{
		width: 100%;
		padding: 30px 7%;
		background: #f7f7f7;
	}
	.a-logo{
		margin-bottom: 20px;
	}
	.a-bantxt h1{
		color: #000;
	}
	.a-bantxt p{
		color: #666;
	}
	.banner-href a:nth-child(2){
		margin-left: 0;
	}
	.banner-scorll{
		display: none;
	}
	.a-ahan .product-list li{
		margin-left: 0;
		margin-top: 15px;
	}
	.a-petliico{
		display: block;
		margin-bottom: 20px;
	}
	.a-petli{
		padding: 20px 10px;
	}
	.a-quickico {
	    top: 14px;
	}
	.a-quickli {
	    padding: 20px 20px 20px 20px;
	}
	.a-quickli h3{
		margin-top: 20px;
	}
	.a-stinum{
		margin-top: 15px;
	}
	.a-still .div_info{
		margin-top: 30px;
	}
	.a-still{
		background-position: center;
	}
	.a-still .div_info h3{
		font-size: 24px;
		letter-spacing: 0;
	}
	.a-still .div_info textarea {
	    height: 120px;
	}
	.a-still .div_info{
		padding: 36px 35px;
	}
	.a-happy .swiper-pagination {
	    margin-top: 30px;
	}
	.a-quickul {
	    margin-top: 30px;
	}
	.a-petpic{
		margin-top: 30px;
	}
	.c-varietyli .a-pic {
	    margin: 0;
	}
	.c-varietyli{
		margin-top: 20px;
	}
	.c-strli{
		border-right: 1px solid #ddd;
	}
	.c-strpic{
		margin-top: 30px;
	}
	.c-sus .c-strpic{
		margin-top: 0;
	}
	.c-susli {
	    padding: 20px 30px 20px 60px;
	}
	.c-strpic .c-href{
		bottom: 30px;
	}
	.c-interul{
		margin-top: 10px;
	}
	.c-tu .swiper-pagination {
	    right: 30px;
	    bottom: 20px;
	}
	.c-sus .c-strpic::before{
		right: -15px;
	}
	.c-strpic::before{
		left: -15px;
	}
	.c-susli h3{
		font-size: 20px;
	}
	.a-ahan .title p, .a-happy .title p, .a-happy .title p,.a-ahan .product-list li,.a-pettxt,.a-petpic,
	.a-quickli,.a-faq .faq-sideMenu,.a-stillfl,.a-still .div_info,.a-stinum,.c-varietyli,.c-varietyli .a-pic,
	.c-vartxt,.c-strtxt,.c-strli,.c-strpic,.c-susul,.c-interli{
		width: 100%;
	}
	.gotop{
		display: none!important;
	}
	.study-list ul li span,.study-list .study-txt{
		width: 100%;
	}
	.peo-left {
	    width: 86%;
	    left: 7%;
	    text-align: center;
	}
	.peo-left h2{
	    line-height: 34px;
	}
	.peo-left p{
		margin-top: 20px;
	}
}




/*3.9*/
.e-hreftwo a:first-child,.href-border a{
	border:1px solid rgba(255,255,255,0.5);
	background: none;
}
.e-hreftwo a:first-child{
	padding: 18px 58px;
}
.e-hreftwo a:first-child:hover{
	border-color: #469947;
}
.href-border{
	text-align: center;
}
.href-border a {
	color: #469947;
	border:1px solid #469947;
}
.e-hreftwo a:first-child:hover,.href-border a:hover{
	background: #469947;
	color: #fff;
}
.e-banner{
	position: relative;
}
.e-bancon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.e-bancon .container{
	position: relative;
	height: 100%;
	flex-flow: column;
	justify-content: space-between;
}
.e-banpic img{
	min-height: 570px;
	object-fit: cover;	
}
.e-pic img{
	width: 100%;
	height: auto;
}
.e-nav{
	margin-bottom: 70px;
}
.e-nav div{
	margin-right: 3px;
	font-size: 18px;
	font-family: 'Ubuntu-Medium';
	color: #fff;
}
.e-bantxt{
	padding-right: 42%;
	padding-bottom: 40px;
}
.e-bantxt h1{
	font-size: 40px;
	line-height: 56px;
}
.e-bantxt h1,.e-bantxt p{
	color: #fff;
}
.e-bantxt p{
	padding-right: 180px;
	font-size: 17px;
}
.e-good .product-list h6{
	margin-top: 12px;
	font-size: 14px;
	color: #666;	
    font-family: 'Montserrat-Regular';
}
.e-good .product-list h6,.e-good .product-list h5{
	padding: 0 10px;
}
.e-chew{
	padding: 50px 0;
	background: url(https://petopia.meeallcdn.com/imglibs/files/114275.webp) no-repeat;
	background-size: cover;
	color: #fff;
}
.e-chew .container{
	justify-content: flex-end;
}
.e-chewcon{
	width: 54.2%;
}
.e-chewli{
	position: relative;
	padding: 28px 0 28px 120px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.e-chewul{
	margin-top: 25px;
	border-top: 1px solid rgba(255,255,255,0.5);	
}
.e-chewpic{
	position: absolute;
	left: 16px;
	top: 28px;
}
.e-chew h2,.e-chew h3,.e-chew p{
	color: #fff;
}
.e-chew p{
	margin-top: 10px;
}
.e-chew .href{
	margin-top: 40px;
}
.e-safetyli{
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.e-safetyli:hover{

}
.e-safetyul{
	margin-top: 20px;
}
.e-safetyli{
	width: 49.2%;
	margin-top: 20px;
	padding: 50px 60px 50px 138px;
	border-radius: 15px;
	background: #fff url(https://petopia.meeallcdn.com/imglibs/files/114266.png) no-repeat 50px 50px;
	border:1px solid #ddd;
}
.e-safetyli p{
	margin-top: 10px;
}
.e-safetyli:hover{
	border:1px solid #469947;
	background: #469947 url(https://petopia.meeallcdn.com/imglibs/files/114278.png) no-repeat 50px 50px;
}
.e-safetyli:hover h3,.e-safetyli:hover p{
	color: #fff;
}
.e-preview .tra-jotx{
	text-align: left;
}
.e-preview .tra-jopic{
	flex-shrink: 0;
	flex-grow: 0;
	margin-right:25px;
}
.e-preview .tra-jo{
	flex-wrap: nowrap;
	align-items: center;
}
.e-view{
	width: 50%;
}
.e-view img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.e-view{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}
.e-vipi{
	position: relative;
	margin-top: 35px;
}
.e-vipi .swiper-container{
	padding: 1px;
}
.e-preview{
	padding: 60px 100px 35px 70px;
	border:1px solid #ddd;
	border-top-right-radius: 20px;	
	border-bottom-right-radius: 20px;
}
.e-preview{
	width: calc(50% + 20px);
	margin-left: -20px;
}
.e-preview .swiper-container{
	height: 100%;
}
.e-preview .swiper-slide{
	flex-flow: column;
    display: flex;
    justify-content: space-between;
}
.e-vipi .swiper-pagination{
	position: absolute;
	right: 50px;
	bottom: 50px;
	font-size: 0;
	z-index: 1;
}
.e-vipi .swiper-pagination span{
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 10px;
	border-radius: 10px;
	background: #b5d6b5;
	cursor: pointer;
}
.e-vipi .swiper-pagination span.swiper-pagination-bullet-active{
	width: 16px;
	background: #469947;
}
.e-aff{
	padding: 75px 0;
}
.e-aff{
	background: url(https://petopia.meeallcdn.com/imglibs/files/114260.webp) no-repeat;
	background-size: cover;
}
.e-affleft h2,.e-affleft p,.e-affleft h3{
	color: #fff;
}
.e-chewtxt p{
	margin-top: 10px;
}
.e-affleft{
	width: 50%;
}
.e-affright{
	width: 47%;
	padding: 45px 30px;
	border-radius: 20px;
	background: #fff;
}
.e-affrtop{
	flex-wrap: nowrap;
}
.e-affrtoptit h3{
	font-size: 24px;
}
.e-affrtoptit p{
	margin-top: 10px;
}
.e-affrten{
	font-size: 66px;
	font-family: 'ubuntubold';
}
.e-affrten span{
	font-family: 'ubuntubold';	
}
.e-affrtop,.e-affrcon{
	padding: 0 10px;
}
.e-affrcon{
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #ddd;
}
.e-affrcon h4{
	font-size: 17px;
	color: #666;
	font-family: 'Montserrat-Regular';
}
.e-affrul{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.e-affrli{
	width: 48%;
	margin-top: 24px;
	padding: 5px 0 5px 40px;
	font-size: 14px;
	color: #666;
	background: url(https://petopia.meeallcdn.com/imglibs/files/114271.png) no-repeat left top;
}
.e-affleft .e-chewli{
	padding: 24px 0 24px 120px;
}
.e-affhref{
	margin-top: 40px;
}
.e-affhref a{
	width: 100%;
	padding: 22px 30px;	
	border-radius: 10px;
	text-align: center;
}
.e-affleft .e-chewpic{
	top: 50%;
	margin-top: -30px;
}
.e-faq .faq-con{
	justify-content: center;
}
.e-faq .faq-sideMenu{
	width: 72.8%;
	border-top: 1px solid #ddd;
}
.e-sub{
	float: none;
	width: 47.2%;
	margin: 0 auto;
	margin-top: 35px;
}
.e-sub input{
	padding-left: 40px;
	padding-right: 30px;
	border-bottom: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}    
.e-sub{
	background: #f8f8f8;
}
.e-sub button{
	border-radius: 10px;
	border-bottom: 0;
	background:#469947 url(https://petopia.meeallcdn.com/imglibs/files/114272.png) no-repeat center;
}
.e-sub input,.e-sub button{
	height: 78px;
}

.e-disc .swiper-slide{
	position: relative;
}
.e-disctxt{
	position: absolute;
	top: 60px;
	left: 45px;
	right: 51.4%;
	bottom: 60px;
	padding: 65px;
	background: #469947;
	border-radius: 20px;
	overflow: auto;
}
.e-disctxt h2,.e-disctxt p{
	color: #fff;
}
.e-whitehref a{
	background: #fff;
	color: #469947;
}
.e-whitehref a:hover{
	background: rgba(255,255,255,0.9);
}
.e-discpic{
	border-radius: 20px;
	overflow: hidden;
}
.e-discpic img{
	width: 100%;
	height: auto;
	min-height: 460px;
	object-fit: cover;
}
.e-disc .container{
	position: relative;
}
.e-disc .swiper-pagination{
	position: absolute;
	font-size: 0;
	right: 50px;
	bottom: 40px;
}
.e-disc .swiper-pagination span{
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,0.4);
	cursor: pointer;
}
.e-disc .swiper-pagination span.swiper-pagination-bullet-active{
	width: 16px;
	background: #fff;
}
.e-talk{
	background: url(https://petopia.meeallcdn.com/imglibs/files/114262.webp);
	background-size: cover;
}
.e-talk .div_info .e-check input{
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
}
.e-talk .div_info .e-check input::after{
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 7px;
	border:1px solid #ddd;
	cursor: pointer;
	vertical-align: top;
}
.e-talk .div_info .e-check span{
	display: inline-block;
	margin-top: 27px;
	margin-left: 40px;
	font-size: 14px;
	color: #666;
}

.e-talk .div_info .e-check input[type="checkbox"]:checked::after{
	display: block;
	content: '√';
	width: 27px;
	height: 27px;
	border-radius: 7px;
	color: #fff;
	text-align: center;
	line-height: 27px;
	background: #469947;
	border:1px solid #469947;
}
.e-talk .div_info{
	width: 46.8%;
}

/**/
.f-banner .a-banimg img{
	min-height: 700px;
	object-fit: cover;
}
.f-banner .e-nav{
	position: absolute;
	left: calc(50% - 700px);
	bottom: 60px;
	margin-bottom: 0;
}
.f-banner .a-bantxt{
	background: rgba(70,153,71,0.9);
}
.f-href a:first-child{
	background: none;
	border:1px solid #fff;
}
.f-href a:first-child:hover{
	background: #fff;
	color: #469947;
}
.f-href a img{
	display: inline-block;
}
.f-href a:first-child .two-pic{
	display: none;
}
.f-href a:first-child:hover .one-pic{
	display: none;
}
.f-href a:first-child:hover .two-pic{
	display: inline-block;
}
.f-href a:last-child{
	background: #fff;
	border:1px solid #fff;
	color: #469947;
}
.f-href a:last-child:hover{
	color: #fff;
	background: none;
}
.f-href a:last-child .two-pic{
	display: none;
}
.f-href a:last-child:hover .one-pic{
	display: none;
}
.f-href a:last-child:hover .two-pic{
	display: inline-block;
}
.f-engtxt{
	width: 45.7%;
}
.f-engtxt .href-border{
	text-align: left;
}
.f-engpic{
	width: 44.6%;
}
.f-titfull,.f-titfull h2,.f-titfull p{
	width: 100%;
	text-align: left;
}
.f-engpic{
	position: relative;
	width: 44.4%;
}
.f-engpic::after{	
	content: '';
	position: absolute;
	left: -48px;
	top: 62px;
	bottom: 62px;
	right: 0;
	background: #f8f8f8;
	z-index: -1;
	border-radius: 20px;
}
.f-engpic .f-fullpic{	
	border-radius: 20px;
}
.f-fullpic{
	height: 100%;
	overflow: hidden;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.f-fullpic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.f-fullpic:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.g-inter .f-engpic::after{
	left: -30px;
	right: 0;
}
.f-intera .f-engpic::after{
	right:-30px;
	left: -0;
}
.f-enhance .title h2,.f-enhance .title p{
	color: #fff;
}
.f-enhance{
	position: relative;
	padding: 80px 0;
	background-image: url(https://petopia.meeallcdn.com/imglibs/files/114310.webp);
	background-attachment: fixed;
	background-size: cover;
}
.f-enhance::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(70,153,71,0.88);
}
.f-enhance .container{
	position: relative;
	z-index: 2;
}
.f-enhaceli{
	width: 48.6%;
	margin-top: 45px;
	padding: 65px 10%;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.f-enhaceli h3{
	font-size: 26px;
	margin-top: 30px;
}
.f-enhaceli p{
	margin-top: 20px;
}
.f-enhaceli:hover{
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
}
.f-product .product-list{
	margin-top: 0;
}
.f-dogpic .f-dogimg{
	border-radius: 20px;
	overflow: hidden;
}
.f-dogpic .f-dogimg img{
	width: 100%;
	height: auto;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.f-dogpic .f-dogimg:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.f-hapic{
	border-radius: 50%;
	overflow: hidden;
}
.f-happy .swiper-slide{
	padding: 40px 50px;
	border: 1px solid #ddd;
	border-radius: 20px;
}
.f-haname{
	margin-top: 40px;
}
.f-haname h4{
	font-size: 16px;
	font-family: 'Montserrat-SemiBold';
}
.f-haname p{
	margin-top: 5px;
	font-size: 14px;
}
.f-hatxt{
	margin-top: 10px;
}
.f-position{
	position: relative;
}
.f-happy .f-position{
	margin-top: 35px;
}
.f-btn div{
	position: absolute;
	top: 50%;
	width: 62px;
	height: 62px;
	margin-top: -31px;
	border-radius: 50%;
	border:1px solid #469947;
	text-align: center;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
	cursor: pointer;
	z-index: 1;
}
.f-btn div.swiper-button-prev{
	left: -32px;
	background:#fff url(https://petopia.meeallcdn.com/imglibs/files/114303.png) no-repeat center;
}
.f-btn div.swiper-button-prev:hover{
	background:#469947 url(https://petopia.meeallcdn.com/imglibs/files/114304.png) no-repeat center;
}
.f-btn div.swiper-button-next{
	right: -32px;
	background:#fff url(https://petopia.meeallcdn.com/imglibs/files/114305.png) no-repeat center;
}
.f-btn div.swiper-button-next:hover{
	background:#469947 url(https://petopia.meeallcdn.com/imglibs/files/114306.png) no-repeat center;
}
.f-foot{
	position: relative;
	justify-content: flex-end;
	background: url(https://petopia.meeallcdn.com/imglibs/files/114312.webp);
	background-size: cover;
}
.f-footinput{
	width: 50%;
	padding: 100px 11.4% 90px 7%;
	background: rgba(70,153,71,0.9);
}
.f-footinput .div_info{
	width: 100%;
	padding: 0;
	background: none;
}
.f-footinput h3{
	font-size: 30px;
	color: #fff;
}
.f-footinput .div_info input,.f-footinput .div_info textarea{
	background: none;
	border-radius: 0;
	border: 0;
	padding-left: 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	color: #fff;
}
.f-footinput .div_info input.error,.f-footinput .div_info textarea.error{
	border-color: #ff6600;
}
.f-footinput .div_info input[type=button]{
	width: 250px;
	height: 50px;
	padding-left: 0;
	margin-left: 0;
	margin-top: 42px;
	background: rgba(255,255,255,0.21);
	color: #fff;
	border-radius: 50px;
	border-bottom: 0;
	cursor: pointer;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.f-footinput .div_info input[type=button]:hover{
	background: rgba(255,255,255,0.1);
}
/* Chrome */
.f-footinput input::-webkit-input-placeholder,.f-footinput textarea::-webkit-input-placeholder{
  color: #fff;
}
/* IE 10+ */
.f-footinput input:-ms-input-placeholder,.f-footinput textarea:-ms-input-placeholder{
  color: #fff;
}
/* Firefox 4-18 */
/* Firefox 19+ */
.f-footinput input:-moz-placeholder,
.f-footinput input::-moz-placeholder,.f-footinput textarea:-moz-placeholder,
.f-footinput textarea::-moz-placeholder{
  color: #fff;
  opacity: 1;
}

/*3.15*/
.g-banner .e-bantxt p {
    padding-right: 70px;
}
.g-banner .e-logo{
	margin-top: 90px;
}
.g-inn .href-border{
	text-align: left;
}
.g-banner .banner-href a:nth-child(2):hover{
	background: #4ea74f;
}
.g-inn .f-engpic::after{
	top: 50px;
	bottom: 50px;
	background:#f2f8f2;
}
.g-intera .f-engpic::after{
	right: -30px;
}
.g-inn .f-engpic{
	width: 43.5%;
}
.g-inn .a-pettxt{
	width: 49%;
}
.g-inn .a-petlifp p{
	margin-top: 20px;
}
.g-piece{
	padding: 100px 0;
	background-image: url(https://petopia.meeallcdn.com/imglibs/files/114344.webp);
	background-attachment: fixed;
	background-size: cover;
}
.g-pieceli{
	width: 23.5%;
	margin-left: 2%;
	padding: 56px 46px 70px 46px;
	border-radius: 20px;
	background: rgba(70,153,71,0.32);
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.g-pieceli:nth-child(4n+1){
	margin-left: 0;
}
.g-num{
	width: 56px;
	height: 56px;
	margin-bottom: 50px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 56px;
	background: #469947;
	font-family: 'ubuntubold';
	font-size: 26px;
}
.g-piece .banner-href{
	text-align: center;
}
.g-titcenter,.g-titcenter h2,.g-titcenter p{
	text-align: center;
}
.g-pieceul{
	margin-top: 30px;
}
.g-pieceli{
	margin-top: 20px;
}
.g-oem .f-titfull{
	width: 95%;
	margin:0 auto;
}
.g-oemimg {
	margin-top: 45px;
    border-radius: 20px;
    overflow: hidden;
}
.g-oemimg img{
	width: 100%;
	height: auto;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.g-oemimg:hover img{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.g-whatul{
	position: relative;
	padding-bottom: 90px;
	border-bottom: 1px solid #ddd;
}
.g-whatul .swiper-slide{
	margin-top: 40px;
	padding: 58px 50px 40px 50px;
	border-radius: 20px;
	background: #f2f8f2;
}
.g-whatul .swiper-slide .tra-jotx{
	margin-left: 42px;
	text-align: left;
	align-items: center;
}
.g-whatul .swiper-slide .tra-p{
    margin-top: 40px;
}
.g-whatbtn{
	text-align: center;
}
.g-whatbtn .swiper-button-prev,.g-whatbtn .swiper-button-next{
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-top: 30px;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 50%;
	border:1px solid #469947;
	cursor: pointer;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.g-whatbtn .swiper-button-prev{
	background: url(https://petopia.meeallcdn.com/imglibs/files/114419.png) no-repeat center;
}
.g-whatbtn .swiper-button-prev:hover{	
	background:#469947 url(https://petopia.meeallcdn.com/imglibs/files/114420.png) no-repeat center;
}
.g-whatbtn .swiper-button-next{	
	background: url(https://petopia.meeallcdn.com/imglibs/files/114421.png) no-repeat center;
}
.g-whatbtn .swiper-button-next:hover{	
	background:#469947 url(https://petopia.meeallcdn.com/imglibs/files/114422.png) no-repeat center;
}
.g-range .container{
	position: relative;
}
.g-rangpic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
}
.g-rangpic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.g-rangtxt{
	position: relative;
	z-index: 2;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.g-rangbg{
	padding: 100px 70px;
	width: 50%;
	background-image: linear-gradient(90deg,rgba(0,0,0,.2),rgba(255,255,255,0));
}
.g-rangtxt h2{
	font-size: 36px;
}
.g-rangtxt h2,.g-rangtxt p{
	color: #fff;
}
.g-rangtxt p{
	margin-top: 20px;
}
.g-rangtxt .banner-href{
	margin-top: 35px;
}
.g-get{
	background: url(https://petopia.meeallcdn.com/imglibs/files/114339.webp) no-repeat;
	background-size: cover;
}
.g-getcon{
	padding: 50px 0;
	background: rgba(0,0,0,0.65);
}
.g-get h2,.g-get p{
	color: #fff;
}
.g-getinput{
	margin-top: 30px;
}
.g-getinput input,.g-getinput textarea{
	padding: 23px 30px;
	margin-bottom: 20px;
	background: rgba(255,255,255,0.21);
	border-radius: 15px;
	font-size: 16px;
	outline: none;
	border:0;
	color: #fff;
}
.g-getinput input.error,.g-getinput textarea.error{
	border:1px solid #ff6600;
}
/* Chrome */
.g-getinput input::-webkit-input-placeholder,.g-getinput textarea::-webkit-input-placeholder{
  color: #fff;
}
/* IE 10+ */
.g-getinput input:-ms-input-placeholder,.g-getinput textarea:-ms-input-placeholder{
  color: #fff;
}
/* Firefox 4-18 */
/* Firefox 19+ */
.g-getinput input:-moz-placeholder,
.g-getinput input::-moz-placeholder,.g-getinput textarea:-moz-placeholder,
.g-getinput textarea::-moz-placeholder{
  color: #fff;
  opacity: 1;
}
.g-getthree input{
	width: 32.2%;
}
.g-getinput textarea{
	width: 100%;
	height: 156px;
}
.g-getbtn{
	text-align: center;
}
.g-getbtn button{
	width: 250px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50px;
	background: #469947;
	font-size: 15px;
	color: #fff;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.g-getinput button:hover{
	background: #4ea74f;
}

/**/
.h-tranul{
	margin-top: 25px;
}
.h-tranli{
	width: 48.7%;
	padding: 32px;
	margin-top: 20px;
	border-radius: 15px;
	background: #469947;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.h-tranli:hover{
	transform: translate(0,-2px);
	-webkit-transform: translate(0,-2px);
	-moz-transform: translate(0,-2px);
	-ms-transform: translate(0,-2px);
	-o-transform: translate(0,-2px);
}
.h-traico{
	height: 44px;
	line-height: 44px;
	flex-grow: 0;
	flex-shrink: 0;
}
.h-tranli h3{
	margin-left: 32px;
	font-family: 'Montserrat-Regular';
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.h-tranpic{
	width: 46.8%;
}
.h-tranpic .f-fullpic{
	border-radius: 20px;
}
.h-trahref a{
	display: inline-block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	background: rgba(255,255,255,0.37);
}
.h-trahref a:hover{
	background: rgba(255,255,255,0.47);
}

.h-expert{
	padding: 90px 0;
	background: url(https://petopia.meeallcdn.com/imglibs/files/114477.webp) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.h-expertli{
	width: 33.33%;
	margin-top: 60px;
	padding: 45px 60px 70px 60px;
	border-left: 1px solid #b7b7b7;
}
.h-expertli:last-child{
	border-right: 1px solid #b7b7b7;
}
.h-expertli h3{
	font-size: 22px;
	line-height: 26px;
	font-family: 'Montserrat-Medium';
}
.h-trato{
	cursor: pointer;
}
.h-trato h3{
	margin-right: 22px;
	margin-left: 0;
	font-size: 16px;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
}
.h-expertico{
	margin-bottom: 40px;
}
.href-center{
	text-align: center;
}
.h-design .a-petlifp h3::before{
	content: '';
	display: block;
	width: 35px;
	height: 16px;
	margin-bottom: 25px;
	background: #469947;
}
.h-design .a-petli{
	padding: 40px 30px 35px 30px;
}
.h-team{
	position: relative;
}
.h-teamlink{
	font-size: 0;
}
.h-team .f-fullpic{
	width: 48%;
	border-radius: 15px;
	z-index: 1;
}
.h-teamtxt{
	width: calc(52% + 15px);
	margin-left: -15px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border:1px solid #ddd;
	border-left: 0;
}
.h-teamtxttx h3{
	font-family: 'Montserrat-Medium';
}
.h-teamtxttx p{
	margin-top: 5px;
	font-size: 14px;
}
.h-teamlink a{
	margin-left: 17px;
}
.h-teamlink a:first-child{
	margin-left: 0;
}
.h-teamtxt{
	padding: 20px 45px 20px 55px;
}
.h-teamp{
	max-height: 220px;
	overflow: auto;
}
.h-teamp p{
	margin-top: 20px;
}

.h-teamlink{
	margin-top: 30px;
}
.h-team .swiper-container{
	margin-top: 40px;
	padding: 0 1px;
}
.h-team .swiper-pagination{
	text-align: center;
	font-size: 0;
}
.h-team .swiper-pagination span{
	display: inline-block;
	width: 9px;
	height: 9px;
	margin:0 5px;
	background: #b5d6b5;
	border-radius: 10px;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
	cursor: pointer;
}
.h-team .swiper-pagination span.swiper-pagination-bullet-active{
	width: 16px;
	background: #469947;
}
.h-teamtit{
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	padding-bottom: 70px;
	border-bottom: 1px solid #ddd;
}
.h-teamtit{
	margin-top: 75px;
}
.h-teamtit .banner-href{
	margin-top: 0;
	flex-grow: 0;
	flex-shrink: 0;
}
.h-teamtitle{
	margin-right: 30px;
}
.h-teamtitle h3{
	font-size: 36px;
}
.h-work .e-preview{
	padding-left: 90px;
}
.h-foot{
	padding: 70px 0;
}
.h-foot .a-stilzx h3{
	font-family: 'Montserrat-Regular';
}

@media screen and (max-width: 1580px){
	.e-bantxt h1 {
	    font-size: 36px;
	    line-height: 52px;
	}
	.e-nav div{
		font-size: 16px;
	}
	.e-nav {
	    margin-bottom: 40px;
	}
	.e-chewli {
	    padding: 20px 0 20px 120px;
	}
	.e-affrten {
	    font-size: 52px;
	}
	.e-affrli{
		margin-top: 20px;
	}
	.e-affleft p{
		margin-top: 20px;
	}
	.e-chewtxt p{
		margin-top: 10px;
	}
	.e-disctxt{
		padding: 35px;
		top: 40px;
	    left: 40px;
	    bottom: 40px;
	}
	.e-chewtit h2, .e-disctxt h2{
		font-size: 34px;
	}
	.f-banner .e-nav{
		left: 7%;
	}
	.f-happy .f-position .swiper-container{
		padding: 0 1px;
	}
	.f-footinput .div_info{
		margin-left: 0;
	}
	.f-footinput{
		padding: 80px 11.4% 70px 7%;
	}
	.f-engpic::after{
		left: -38px;
	}
	.f-intera .f-engpic::after{
		right: -38px;
	}
	.href a{
		min-width: 160px;
		text-align: center;
	}
	.g-inn .a-petlifp p {
	    margin-top: 12px;
	}
	.a-petli {
	    padding: 20px 10px 20px 104px;
	}
	.a-petlist {
	    margin-top: 30px;
	}
	.g-pieceli{
		padding: 40px 30px 50px 30px;
	}
	.g-num{
		margin-bottom: 40px;
		font-size: 20px;
	}
	.g-getinput input, .g-getinput textarea {
	    padding: 18px 25px;
	}
	.g-intera .f-engpic::after{
		right: -30px;
	}
	.g-banner .e-logo {
	    margin-top: 60px;
	}
	.h-tranli{
		padding: 25px;
		margin-top: 16px;
	}
	.h-tranul {
	    margin-top: 15px;
	}
	.h-expertli p{
		margin-top: 20px;
	}
	.h-expertico {
	    margin-bottom: 30px;
	}
	.h-design .a-petli {
	    padding: 30px 20px 30px 20px;
	}
	.h-design .a-petlifp h3::before {
	    width: 30px;
	    height: 14px;
	    margin-bottom: 20px;
	}
	.h-teamp p {
	    margin-top: 10px;
	}
	.h-teamlink {
	    margin-top: 30px;
	}
	.h-teamtxt {
	    padding: 20px 20px 20px 45px;
	}
	.h-team .swiper-container {
	    margin-top: 30px;
	}
	.h-teamtitle h3 {
	    font-size: 34px;
	}
	.wh-rubber .container {
	    padding-top: 70px;
	    margin-top: 70px;
	}
}
@media screen and (max-width: 1400px){
	.e-hreftwo a:first-child{
		padding: 11px 50px;
	}
	.e-bantxt {
	    padding-right: 22%;
	    padding-bottom: 40px;
	}
	.e-bantxt p{
		padding-right: 0;
		margin-top: 20px;
	}
	.e-chewcon{
		width: 62%;
	}
	.e-chewtit h2,.e-disctxt h2{
		font-size: 30px;
	}
	.e-disctxt p{
		margin-top: 20px;
	}
	.e-safetyli{
		padding: 30px 40px 30px 100px;
		background: #fff url(https://petopia.meeallcdn.com/imglibs/files/114266.png) no-repeat 30px 26px;
	}
	.e-safetyli:hover{
		background: #469947 url(https://petopia.meeallcdn.com/imglibs/files/114278.png) no-repeat 30px 26px;
	}
	.e-preview{
		padding: 40px 40px 25px 60px;
	}
	.e-vipi .swiper-pagination{
		right: 30px;
    	bottom: 44px;
	}
	.e-preview .tra-jotx{
		width: auto;
	}
	.e-affrli {
	    margin-top: 12px;
	}
	.e-affrul {
	    padding-bottom: 30px;
	}
	.e-aff {
	    padding: 60px 0;
	}
	.e-disctxt{
		right: 45%;
	}
	.e-chew{
		position: relative;
	}
	.e-chew::after{
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
	}
	.e-chew .container{
		position: relative;
		z-index: 2;
	}
	.e-sub input,.e-sub button{
		height: 68px;
	}
	.f-banner .a-banimg img{
		min-height: 620px;
	}
	.f-enhance{
		padding: 60px 0;
	}
	.f-enhaceli{
		margin-top: 35px;
		padding: 50px 30px;
	}
	.f-enhaceli h3{
		margin-top: 25px;
	}
	.f-happy .swiper-slide {
	    padding: 30px 40px;
	}
	.f-hatxt p{
		margin-top: 20px;
	}
	.f-haname {
	    margin-top: 30px;
	}
	.f-btn div{
		width: 56px;
    	height: 56px;
    	margin-top: -28px;
	}
	.f-btn div.swiper-button-prev{
		left: -28px;
	}
	.f-btn div.swiper-button-next{
		right: -28px;
	}
	.f-footinput {
	    padding: 60px 11.4% 50px 7%;
	}
	.f-enhaceli h3 {
	    font-size: 24px;
	}
	.g-banner .e-logo {
	    margin-top: 40px;
	}
	.g-inn .a-petlifp h3 {
	    font-size: 20px;
	}
	.g-piece {
	    padding: 60px 0;
	}
	.g-pieceul {
	    margin-top: 20px;
	}
	.g-num {
	    width: 52px;
	    height: 52px;
    	margin-bottom: 25px;
	    line-height: 52px;
	}
	.g-pieceli {
	    padding: 35px 25px 50px 25px;
	}
	.g-pieceli h3{
		font-size: 20px;
	}
	.g-pieceli p{
		margin-top: 20px;
	}
	.g-oemimg {
	    margin-top: 30px;
	}
	.g-whatul{
		padding-bottom: 50px;
	}
	.g-rangbg {
	    padding: 60px 50px;
	}
	.g-pieceli p {
	    margin-top: 15px;
	}
	.g-whatul .swiper-slide {
	    margin-top: 30px;
	}
	.g-getinput input, .g-getinput textarea {
	    padding: 18px 25px;
	}
	.h-expertli {
	    padding: 30px 40px 30px 40px;
	}
	.h-design .a-petlifp h3::before {
	    width: 24px;
	    height: 10px;
	    margin-bottom: 16px;
	}
	.h-design .a-petli {
	    padding: 25px 20px 25px 20px;
	}
	.h-work .e-preview {
	    padding-left: 70px;
	}
	.h-foot {
	    padding: 50px 0;
	}

	.h-expertli h3{
		font-size: 20px;
	}
}
@media screen and (max-width: 1200px){
	.e-bantxt h1 {
	    font-size: 32px;
	    line-height: 42px;
	}
	.e-safetyli h3,.e-chewtxt h3{
		font-size: 20px;
	}
	.e-affleft .e-chewli {
	    padding: 18px 0 18px 100px;
	}
	.e-talk .div_info .e-check span{
		margin-top: 14px;
	}
	.e-chewcon {
	    width: 100%;
	}
	.e-chewli {
	    padding: 16px 0 16px 110px;
	}
	.e-sub button{
		width: 14%;
	}
	.e-sub input{
		width: 86%;
	}
	.e-sub input,.e-sub button{
		height: 62px;
	}
	.f-enhaceli img{
		width: 48px;
		height: 48px;
	}
	.f-enhaceli h3 {
	    font-size: 22px;
	}
	.f-enhaceli p {
	    margin-top: 15px;
	}
	.f-enhaceli {
	    margin-top: 30px;
	    padding: 40px 30px;
	}
	.title p {
	    margin: 25px auto 0 auto;
	}
	.f-footinput .div_info input[type=button]{
		width: 200px;
	}
	.f-footinput {
	    padding: 50px 6% 40px 5%;
	}
	.g-pieceul {
	    margin-top: 10px;
	}
	.g-pieceli {
	    padding: 30px 20px 40px 20px;
	}
	.g-num{
		margin-bottom: 20px;
	}
	.g-oemimg {
	    margin-top: 25px;
	}
	.g-whatul .swiper-slide .tra-jotx{
		margin-left: 20px;
		justify-content: flex-start;
	}
	.g-whatul .swiper-slide .tra-p {
	    margin-top: 25px;
	}
	.g-whatul .swiper-slide .tra-jo {
	    margin-top: 30px;
	}
	.g-whatul .swiper-slide {
	    padding: 48px 40px 40px 40px;
	}
	.g-rangtxt h2 {
	    font-size: 30px;
	}	
	.g-rangbg {
	    padding: 50px 50px;
	}
	.g-getinput input, .g-getinput textarea {
	    padding: 16px 25px;
	}
	.g-num {
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	}
	.h-tranli h3{
		margin-left: 20px;
	}
	.h-trahref a{
		width: 48px;
		height: 48px;
		line-height: 46px;
	}
	.h-tranli {
	    padding: 20px;
	}
	.h-expertli{
		margin-top: 40px;
		padding: 20px 25px 20px 25px;
	}
	.h-teamlink a {
	    margin-left: 10px;
	}
	.h-teamtxttx h3{
		font-size: 20px;
	}
	.h-teamtitle h3{
		font-size: 30px;
	}
	.h-work .e-vipi .swiper-pagination{
		bottom: 20px;
	}
	.h-foot {
	    padding: 40px 0;
	}
	.h-teamtitle p{
		margin-top: 20px;
	}
	.h-expert{
		padding: 60px 0;
	}
	.h-trato h3{
		margin-left: 0;
		margin-right: 20px;
	}	
	.h-teamtxttx h3 {
	    font-size: 18px;
	}
}
@media screen and (max-width: 960px){
	.e-banpic img{
		min-height: auto;
	}
	.e-bancon{
		position: static;
	}
	.e-bantxt h1{
		color: #212121;
	}
	.e-bantxt p{
		color: #666;
	}
	.e-chew{
		background-position: center;
	}
	.e-safetyli{
		width: 100%;
	}
	.e-safetyli {
	    padding: 25px 30px 25px 80px;
	    background: #fff url(https://petopia.meeallcdn.com/imglibs/files/114266.png) no-repeat 22px 26px;
	}
	.e-preview{
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		border:1px solid #ddd;
	}
	.e-disctxt{
		left: 25px;
		top: 25px;
		right: 25px;
		bottom: 45px;
		padding: 25px;
	}
	.e-disc .swiper-pagination{
		right: 25px;
		bottom: 20px;
	}
	.e-chewtit h2, .e-disctxt h2 {
	    font-size: 24px;
	}
	.e-affhref a{
		padding: 16px 20px;
	}
	.e-affrten {
	    font-size: 46px;
	}
	.e-affright {
	    padding: 35px 25px;
	    margin-top: 30px;
	}
	.e-affhref{
		margin-top: 30px;
	}
	.e-preview{
		margin-left: 0;
		margin-top: 15px;
	}
	.e-bantxt h1 {
	    font-size: 28px;
	    line-height: 36px;
	}
	.e-vipi .swiper-pagination{
		bottom: 20px;
	}
	.e-bantxt{
		padding-right: 0;
		padding-bottom: 0;
	}
	.e-nav div{
		color: #666;
		margin-top: 30px;
	}
	.e-nav{
		margin-bottom: 0;		
	}
	.e-hreftwo a:first-child{
		border-color: #469947;
		color: #469947;
	}
	.e-preview {
	    padding: 30px 30px 25px 30px;
	}
	.e-preview .tra-p,.e-preview .tra-jo{
		margin-top: 30px;
	}
	.e-view,.e-preview,.e-affleft,.e-affright,.e-faq .faq-sideMenu,.e-sub,.e-talk .div_info,.e-affrli{
		width: 100%;
	}
	
	
	.f-banner .a-banimg img {
	    min-height: auto;
	}
	.f-banner .e-nav{
		position: static;
		width: 86%;
		margin: 0 auto;
	}
	.f-banner .a-bantxt h1,.f-banner .a-bantxt p{
		color: #fff;
	}
	.f-btn div {
	    width: 52px;
	    height: 52px;
	    margin-top: -26px;
	}
	.f-btn div.swiper-button-next {
	    right: -22px;
	}
	.f-btn div.swiper-button-prev {
	    left: -22px;
	}
	.f-footinput {
	    padding: 50px 7% 40px 7%;
	}
	.f-engpic::after {
	    left: -18px;
	}
	.f-intera .f-engpic::after {
	    right: -18px;
	}
	.f-eng .f-engpic,.f-intera .f-engtxt{
		margin-top: 30px;
	}
	.f-enhaceli {
	    margin-top: 20px;
	    padding: 30px 20px;
	}
	.f-enhance {
	    padding: 40px 0;
	}
	.f-enhaceli p {
	    margin-top: 12px;
	}
	.f-haname {
	    margin-top: 25px;
	}
	.f-footinput .div_info input[type=button]{
		margin-top: 32px;
	}
	.f-enhance{
		background-attachment: inherit;
	}
	.href a{
		min-width: auto;
	}
	.g-banner .e-logo {
	    margin-top: 30px;
	}
	.g-banner .e-bantxt{
		margin-top: 25px;
	}
	.g-pieceli{
		margin-top: 15px;
		margin-left: 0;
	}
	.g-piece {
	    padding: 40px 0;
	}
	.g-num {
	    font-size: 18px;
	}
	.g-whatul .swiper-slide {
	    padding: 38px 30px 30px 30px;
	}
	.g-whatul {
	    padding-bottom: 40px;
	}
	.g-rangbg {
	    padding: 35px 25px;
	}
	.g-getthree input {
	    width: 100%;
	}
	.g-getinput input, .g-getinput textarea{
		margin-bottom: 15px;
	}
	.g-getinput input, .g-getinput textarea {
	    padding: 15px 25px;
	}
	.g-getcon {
	    padding: 40px 0;
	}
	.g-getbtn{
		margin-top: 25px;
	}
	.g-rangtxt h2{
		font-size: 26px;
	}
	.g-intera .a-pettxt{
		margin-top: 30px;
	}
	.a-petli {
	    padding: 20px 10px 20px 10px;
	}
	.g-inter .f-engpic{
		margin-top: 30px;
	}
	.g-num {
	    width: 48px;
	    height: 48px;
	    line-height: 48px;
	}
	.g-inter .f-engpic::after {
		top: 20px;
    	bottom: 20px;
	    right: -18px;
	    border-radius: 15px;
	}
	.g-banner .e-bantxt p {
	    padding-right: 0;
	}
	.e-hreftwo a:first-child img{
		display: none;
	}
	.g-piece{
		background-attachment: inherit;
	}
	.h-expertli{
		margin-top: 30px;
	}
	.h-teamtxt{
		margin-left: 0;
		border:1px solid #ddd;
		border-radius: 20px;
	}
	.h-teamtit {
	    margin-top: 40px;
	}
	.h-teamtitle{
		margin-right: 0;
	}
	.h-teamtit {
		padding-bottom: 40px;
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	}
	.h-teamtit .banner-href{
		margin-top: 30px;
	}
	.h-teamtitle h3 {
	    font-size: 24px;
	}
	.h-work .e-preview {
	    padding-left: 30px;
	}
	.h-expertli{
		border-right: 1px solid #b7b7b7;
	}
	.h-trn .h-tranpic{
		margin-top: 30px;
	}
	.h-expert {
	    padding: 40px 0;
	}
	.h-expert{
		background-attachment: inherit;
	}
	.h-team .f-fullpic{
		height: auto;
	}
	.h-teamtxt{
		margin-top: 20px;
	}
	.h-expertli h3 {
	    font-size: 20px;
	    line-height: 24px;
	}
	.h-teamtxt{
		padding-left: 25px;
		padding-left: 25px;
	}
	.f-engtxt,.f-engpic,.f-enhaceli,.f-footinput,.g-inn .f-engpic,.g-inn .a-pettxt,
	.g-pieceli,.g-oem .f-titfull,.g-rangbg,.h-tranpic,.h-tranli,.h-expertli,
	.h-team .f-fullpic,.h-teamtxt,.h-teamtitle{
		width: 100%;
	}
}

/*04.14*/
.se-banner .banner-scorll span{
	display: inline-block;
	margin-right: 6px;
}
.se-banner .animate-bounce-down{
	vertical-align:top;
}
.se-abtxt{
	padding: 38px 0;
}
.se-abny .se-position,.se-abtxt{
	width: 50%;
}
.se-position{
	position: relative;
}
.se-borderpic{
	border-radius: 20px;
	overflow: hidden;
}
.se-abhref{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	padding: 0 10px;
	text-align: center;
}
.se-abny .se-position:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.se-abny{
	margin-top: 40px;
}
.se-abtxtcon{
	padding: 30px 60px;
	background: #f8f8f8;
}
.se-abtxtcon{
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	height: 100%;
}
.se-abtxt h3{
	font-size: 26px;
	font-family: 'Montserrat-Medium';
}
.se-abtxt p{
	margin-top: 20px;
}
.se-abny .href a{
	background: rgba(70,153,71,1);
}
.se-abny .href a:hover{
	background: rgba(70,153,71,0.85);
}
.se-abnynth .se-abtxtcon{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}
.se-pro{
	padding: 90px 0;
	background-image: url(https://petopia.meeallcdn.com/imglibs/files/114978.webp);	
}
.bg-fixed{
	background-attachment: fixed;
	background-size: cover;
}
.se-pro .se-position{
	margin-top: 35px;
}
.se-pro .swiper-container{
	padding-top: 5px;
}
.se-pro .se-txtcon{
	background: rgba(255,255,255,0.7);
	border-radius: 20px;
	text-align: center;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
	overflow: hidden;
}
.se-protxt{
	padding: 10px 15px 45px 15px;
}
.se-protxt h3 a {
    font-size: 17px;
    font-family: 'Montserrat-Medium';
}
.se-protxt p{
	margin-top: 10px;
	font-size: 14px;
}
.se-picauto img{
	width: 100%;
	height: auto;
}
.se-pro .se-txtcon:hover{
	background: rgba(255,255,255,1);
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);	
}
.se-btn{
	font-size: 0;
}
.se-btn div{
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	border-radius: 50%;
	background: rgba(70,153,71,1);
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	z-index: 2;
}
.se-btn div:hover{
	background: rgba(70,153,71,0.85);
}
.se-btn div.swiper-button-prev{
	left: -24px;
}
.se-btn div.swiper-button-next{
	right: -24px;
}
.se-pro .banner-href{
	text-align: center;
}
.se-eco .h-tranpic{
	width: 47.4%;
}
.se-eco .a-pettxt{
	width: 48.1%;
}
.se-eco .title h2,.se-eco .title p{
	width: 92.2%;
}
.se-ecocon{
	margin-top: 48px;
}
.se-eco .a-petlist{
	margin-top: 0;
}
.se-eco .a-petliico{
	display: block;
	margin-top: 30px;
}
.se-happy .swiper-slide{
	border-radius: 0;
	border-left:0;
	border-right:0;
}
.se-happy .swiper-slide:hover{
	border-radius: 15px;
}
.se-dis{
	padding: 110px 0 120px 0;
	background-image: url(https://petopia.meeallcdn.com/imglibs/files/114979.webp);
}
.f-titfullcenter{
	text-align: center;
}
.f-titfullcenter p{
	width: 100%;
	text-align: center;
}
.se-faqs .title p{
	width: 88.6%;
}
.se-faqs .banner-href{
	margin-top: 40px;
}
.se-img{
	text-align: center;
}
.se-behindtxt img{
	margin-top: 50px;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}
.se-behindtxt{
	width: 58.2%;
	margin-top: 20px;
}
.se-behindtxt h3{
	margin-top: 50px;
}
.se-beint{
	position: sticky;
	top: 10px;
	width: 38.8%;
	height: 100%;
	padding: 65px 55px;
	border-radius: 20px;
	border:1px solid #ddd;
}
.se-beint p{
	color: #212121;
}
.se-beitxt{
	margin-top: 30px;
}
.se-beitxt,.se-beitxt a{
	font-size: 15px;
	color: #999;
}
.se-beitxt a{
	display: block;
	margin-top: 20px;
	text-decoration: underline;
}
.se-beitxt a:hover{
	color: #469947;
}
.se-der{
	margin-top: 30px;
}
.se-der input{
	width: 100%;
	height: 64px;
	padding: 0 24px;
	border:1px solid #ddd;
	border-radius: 10px;
	outline: none;
	font-size: 16px;
	color: #666;
}
.se-der button{
	width: 100%;
	height: 64px;	
	margin-top: 35px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	outline: none;
	background: #469947;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.se-der button:hover{
	background: #4ea74f;
}
.se-foot{
	background: url(https://petopia.meeallcdn.com/imglibs/files/114980.webp) no-repeat;
	background-size: cover;
}
.se-footcon{
	padding: 200px 0;
	background: rgba(0,0,0,0.5);
}
.se-footcon h2{
	width: 71.4%;
	margin:0 auto;
	line-height: 62px;
	font-size: 40px;
	text-align: center;
	color: #fff;
}

.yo-good .product-list li p{
	margin-top: 10px;
}
.yo-dog .a-petlifp p{
	margin-top: 10px;
}
.yo-dog .a-petli {
    padding: 15px 10px 15px 104px;
}
.yo-dog{
	position: relative;
}
.yo-dog::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 40px;
	right: 0;
	bottom: 40px;
	background: #f8f8f8;
	border-radius: 20px;
	z-index: -1;
}
.yo-dog .a-pettxt{
	width: 45.8%;
	padding: 70px 0;
}
.yo-dog .f-engpic{
	width: 50%;
}
.yo-dog .a-petlist{
	margin-top: 35px;
}
.yo-dog .banner-href{
	margin-top: 40px;
}
.yo-dog .a-petlifp h3,.yo-dog .a-petlifp h3 a{
	font-family: 'Montserrat-Medium';
}
.yo-whul{
	margin-top: 35px;
}
.yo-whli{
	margin-top: 20px;
}
.yo-whtxt{
	width: 50%;
	padding: 38px 60px 38px 35px;
	border-radius: 20px;
	border:1px solid #ddd;
}
.yo-whtxt h3,.yo-whtxt h3 a{
	font-family: 'Montserrat-Medium';
	line-height: 32px;
}
.yo-fulltit p,.yo-fulltit h2{
	width: 100%;
}
.yo-who .product-quote a{
	padding: 0;
}
.yo-whtxt p{
	margin-top: 20px;
	font-size: 15px;
}
.yo-whtxt .product-quote{
	margin-top: 24px;
}
.yo-whpic{
	width: calc(50% + 40px);
	margin-left: -40px;
	border-radius: 20px;
}
.yo-fullpic{
	overflow: hidden;
}
.yo-fullpic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all;
}
.yo-fullpic:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.yo-expli{
	width: 31.7%;
	margin-top: 30px;
	margin-left: 1.93%;
	text-align: center;
	border:1px solid #ddd;
	border-radius: 20px;
}
.yo-expli:nth-child(3n+1){
	margin-left: 0;
}
.yo-exppic{
	border-radius: 20px;
}
.yo-exptxt{	
	margin-top: -20px;
	padding: 55px 24px 35px 24px;
	border-top: none;
}
.yo-exptxt h3,.yo-exptxt h3 a{
	min-height: 56px;
	font-family: 'Montserrat-Medium';
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:2;
	display: -webkit-box;
	-webkit-box-orient:vertical;
}
.yo-exptxt p{
	min-height: 120px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:4;
	display: -webkit-box;
	-webkit-box-orient:vertical;
}
.yo-exptxt .banner-href{
	margin-top: 30px;
}
.yo-exptxt .banner-href a{
	font-family: 'ubuntu';
}
.yo-recy .f-engpic{
	position: relative;
}
.yo-recy .f-engpic .banner-href{
	position: absolute;
	left: 0;
	bottom: 40px;
	right: 0;
	text-align: center;
}
.yo-autopic{
	overflow: hidden;
	border-radius: 20px;
}
.yo-autopic img{
	width: 100%;
	height: auto;
}
.yo-autopic:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.yo-conn .swiper-slide{
	border-radius: 20px;
}
.yo-conn .se-position{
	margin-top: 35px;
}
.yo-unleash{
	padding: 180px 0;
	background-image: url(https://petopia.meeallcdn.com/imglibs/files/115015.webp);
	background-position: right top; 
}
.yo-unleash .f-titfullcenter,.yo-unleash .f-titfullcenter h2,.yo-unleash .f-titfullcenter p,.yo-unleash .href-center{
	text-align: left;
	color: #fff;
}
.yo-unleash .f-titfullcenter h2{
	width: 100%;
	margin: 0;
}
.yo-unleash .f-titfullcenter p{
	margin-top: 15px;
}
.yo-unleash .banner-href{
	margin-top: 40px;
}
.yo-foot {
	background: url(https://petopia.meeallcdn.com/imglibs/files/115032.webp) no-repeat;
	background-size: cover;
}
.yo-pj .swiper-pagination{
	margin-top: 30px;
}
.wh-banner .a-bantxt{
	background: none;
}
.wh-chooseli{
	width: 48.8%;
	margin-top: 30px;
	background: #f8f8f8;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
}
.wh-chooseli .yo-autopic{
	border-radius: 20px;
}
.wh-choosetxt{
	padding: 30px 100px;
}
.wh-choosetxt h3{
	font-family: 'Montserrat-Medium';
}
.wh-choosetxt p{
	margin-top: 15px;
}
.wh-choose .banner-href{
	margin-top: 40px;
}
.wh-rubber .container{
	padding-top: 80px;
	margin-top: 80px;
	border-top: 1px solid #ddd;
}
.wh-rubberul{
	margin-top: 35px;
	border-top: 1px solid #ddd;
}
.wh-rubberli{
	padding:34px 35px 34px 90px;
	border-bottom: 1px solid #ddd;
	background: url(https://petopia.meeallcdn.com/imglibs/files/115095.png) no-repeat 20px center;
}
.wh-rubberli span{
	font-size: 18px;
	font-family: 'Montserrat-Medium';
	color: #212121;
}
.wh-shap .wh-rubberli span{
	font-size: 16px;
	line-height: 28px;
	font-family: 'Montserrat-Regular';
	color: #212121;
}
.wh-rubberpic{
	position: relative;
	width: 44%;
}
.wh-rubberpic .f-fullpic{
	border-radius: 20px;	
}
.wh-rubberpic::before{
	position: absolute;
	left: 0;
	right: -46px;
	top: 45px;
	bottom: 45px;
	content: '';
	background: #f8f8f8;
	z-index: -1;
	border-radius: 20px;
}
.wh-rubbertxt{
	width: 48.8%;
}
.wh-ele{
	padding: 90px 0;
	background-image: url(https://petopia.meeallcdn.com/imglibs/files/115094.webp);
}
.wh-eleico{
	width: 99px;
	height: 99px;
	margin-right: 48px;
	border-radius: 10px;
	background: #469947;
	flex-shrink: 0;
	text-align: center;
	line-height: 99px;
}
.wh-eleul{
	margin-top: 45px;
}
.wh-eleli{
	width: 47.2%;
	padding: 50px 15px;
	margin-top: -1px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.wh-eletxt h3{
	margin-top: 6px;
	font-size: 20px;
	font-family: 'Montserrat-Medium';
}
.wh-eletxt p{
	margin-top: 10px;
}
.wh-ele .banner-href{
	margin-top: 40px;
}
.wh-shap .wh-rubberli{
	padding:30px 35px 30px 90px;
	font-size: 16px;
	background: url(https://petopia.meeallcdn.com/imglibs/files/115095.png) no-repeat 20px 30px;
}
.wh-shap .wh-rubberpic::before{
	left: -46px;
	right: 0;
}
.wh-shap .container{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.wh-shap .wh-rubberpic{
	position: relative;
}
.wh-shap .wh-rubberpic .banner-href{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
}
.wh-simul{
	margin-top: 30px;
}
.wh-simli{
	width: 44.2%;
	margin-top: 20px;
}
.wh-num{
	position: relative;
	flex-shrink: 0;
	margin-right: 30px;
	padding-bottom: 10px;
}
.wh-num span{
	display: block;
	width: 48px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 22px;
	color: #fff;
	font-family: 'Montserrat-Bold';
	border-radius: 10px;
	background: #469947;
}
.wh-num::before{
	content: '';
	position: absolute;
	left: 23px;
	top: 66px;
	bottom: 0px;
	display: block;
	width: 2px;
	background: #ddd;
}
.wh-simtxt h3{
	margin-top: 15px;
	font-family: 'Montserrat-Bold';
}
.wh-simtxt p{
	margin-top: 20px;
}
.wh-sim .banner-href{
	margin-top: 40px;
}
.wh-eml{
	padding: 100px 0;
	background-image: url(https://petopia.meeallcdn.com/imglibs/files/115094.webp);
}
.wh-eml .tra-jotx{
	align-items: center;
}
.wh-eml .tra-jopic{
	margin-right: 40px;
}
.wh-eml .swiper-container{
	position: relative;
	border-radius: 20px;
}
.wh-eml .swiper-pagination{
	position: absolute;
	right: 60px;
	bottom: 60px;
}
.wh-eml .swiper-slide{
	padding: 60px 300px 60px 60px;
	background: #fff;
	border-radius: 20px;
	border:none;
}
.wh-eml .swiper-slide:hover{
	background: rgba(255,255,255,0.8);
}
.wh-eml .swiper-pagination{
  text-align: center;
}
.wh-eml .swiper-pagination span{
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background: #b5d6b5;
  border-radius: 10px;
  cursor: pointer;
}
.wh-eml .swiper-pagination{
  margin-top: 50px;
}
.wh-eml .swiper-pagination span.swiper-pagination-bullet-active{
  width: 16px;
  background: #469947;
}
.wh-faq .faq-sideMenu{
	width: 100%;
}
.wh-foot{
	background: rgba(0,0,0,0.4);
	background-image: url(https://petopia.meeallcdn.com/imglibs/files/115110.webp);
	background-size: cover;
	background-position: right;
}

.bu-save .a-petliico{
	margin-top: 30px;
	align-items: flex-start;
}
.bu-save .a-petlifp h3{
	font-size: 20px;
	font-family: 'Montserrat-Medium';
}
.bu-save .f-engpic::after{
	background: #f8f8f8;
}
.bu-save .a-petlifp p{
	margin-top: 10px;
}
.bu-save .banner-href{
	margin-top: 40px;
}
.bu-bra .yo-whtxt{
	padding-right: 140px;
}
.bu-bra .f-fullpic{
	height: auto;
}
.bu-simpic{
	width: 49%;
	border-radius: 20px;
	overflow: hidden;
}
.bu-simtxt{
	width: 46%;
	padding: 60px 0;
}
.bu-sim .container{
	position: relative;
}
.bu-sim{
	position: relative;
}
.bu-sim::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom: 20px;
	background: #f8f8f8;
	z-index: -1;
}
.bu-sim .product-quote{
	margin-top: 45px;
}
.bu-sim .product-quote a{
	padding-left: 0;
}
.bu-preview{
	position: absolute;
	width: 49%;
	left: 0;
	bottom: 20px;
	padding: 0 54px;
	z-index: 2;
}
.bu-preview .swiper-wrapper{
	flex-wrap: wrap;
}
.bu-preview .swiper-slide{
	padding: 24px 15px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
	background: rgba(11,155,58,0.6);
}
.bu-preview .active-nav{
	background: rgba(11,155,58,1);
}
.bu-pl{
	padding: 0 !important;
	background: none;
} 
.bu-pl .swiper-slide{
	border-radius: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.bu-pl .tra-jotx{
	text-align: left;
}
.bu-jo .g-rangbg {
    padding: 145px 0 145px 110px;
}
.bu-foot{
	background-position: center;
	background-image: url(https://petopia.meeallcdn.com/imglibs/files/115127.webp);
}
.bu-save .a-petli{
	padding-left: 85px;
}

.lk-trupic{
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}
.lk-trutxt{
	width: 50%;
	margin-top: 45px;
	margin-bottom: 45px;
	padding: 40px 40px 40px 60px;
	border: 1px solid #ddd;
	border-left:0;
	border-top-right-radius: 20px;	
	border-bottom-right-radius: 20px;
}
.lk-wel{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 70px 75px;
	background: #469947;
	border-radius: 20px;
}
.lk-wel h3{
	font-size: 24px;
	line-height: 36px;
	font-family: 'Montserrat-Medium';
	color: #fff;
}
.lk-pro .product-list li:last-child{
	padding-bottom: 0;
}
.lk-wel .product-quote a{
	color: #fff;
}
.lk-wel .product-quote a:hover{
	opacity: 0.9;
}
.lk-wel .product-quote {
    margin-top: 35px;
}
.lk-weljia{
	margin-top: 40px;
	cursor: pointer;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.lk-weljia:hover{
	opacity: 0.9;
}
.lk-quapic{
	width: 47.7%;
}
.lk-sm .wh-rubberpic::before {
    left: -46px;
    right: 0;
}
.lk-quapic .yo-autopic:last-child{
	margin-top: 20px;
}
.lk-qua .wh-rubbertxt{
	width: 47.7%;
}
.lk-qua .a-petlist p{
	margin-top: 20px;
}
.lk-sm .wh-rubberli{
	background: url(https://petopia.meeallcdn.com/imglibs/files/115207.png) no-repeat 20px 28px;
}
.lk-qua .a-petliico{
	padding-top: 26px;
	align-items: flex-start;
}
.lk-sea{
	padding: 110px 0;
	background-image: url(https://petopia.meeallcdn.com/imglibs/files/115152.webp);
}
.lk-sea .title h2,.lk-sea .title p{
	width: 100%;
}
.lk-sea .lk-seatxt p{
	margin-top: 20px;
}
.lk-seaul{
	margin-top: 45px;
}
.lk-seali{
	width: 48.6%;
	padding: 30px 25px 30px 6px;
	margin-top: -1px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.lk-seaico{
	flex-shrink: 0;
	flex-grow: 0;
	width: 86px;
	margin-right: 40px;
	text-align: center;
}
.lk-seatxt h3{
	font-size: 20px;
	font-family: 'Montserrat-Regular';
}
.lk-sea .banner-href{
	margin-top: 40px;
}
.lk-exp .container{
	padding: 110px 0;
	border-bottom: 1px solid #ddd;
}
.lk-why .lk-whyli{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 23.6%;
	padding: 60px 30px;
	border-radius: 20px;
	background: #e4f4e9;
	text-align: center;
}
.lk-why .lk-whyli h3{
	font-size: 20px;
	line-height: 28px;
	font-family: 'Montserrat-Medium';
}
.lk-why .product-quote{
	margin-top: 56px;
}
.lk-whyli{
	margin-top: 40px;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.lk-whyli:hover{
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
}
.lk-pe{
	margin-top: 60px;
}
.lk-pe .swiper-slide{
	border-top: 0;
}
.lk-un .container{
	padding: 110px 0;
	border-radius: 20px;
	background: url(https://petopia.meeallcdn.com/imglibs/files/115162.webp) no-repeat;
	background-size: cover;
}
.lk-foot{
	background-image: url(https://petopia.meeallcdn.com/imglibs/files/115151.webp);
}
.lk-why .product-quote a{
	padding-left: 0;
	border-bottom: 0;
	text-decoration: underline;
}


/* 8.12 */
.full-pic{
	overflow: hidden;
}
.full-pic img{
	width: 100%;	
	height: 100%;
	object-fit: cover;
}
.full-pic:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.pic img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.pic:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.ax-body,.ax-body p{
	font-size: 17px;
}
.full-width{
	width: 100%;
}
.ax-logo{
	position: absolute;
	top: 50px;
}
.ax-bantxt{
	width:50%;
	padding-top: 140px;
	padding-bottom: 60px;
	padding-left: calc((100% - 1600px)/2);
	padding-right: 12%;
	border-bottom: 1px solid #ddd;
}
.ax-banpic{
	width: 50%;
}
.ax-bantit h1{
	font-size: 36px;
	line-height: 48px;
	font-family: 'Montserrat-Bold';
}
.ax-bantit p{
	margin-top: 20px;
}
.ax-bantit::after{
	content: '';
	display: block;
	width: 94px;
	height: 1px;
	background: #a3a3a3;
	margin-top: 20px;
}
.ax-banul{
	margin-top: 35px;
}
.ax-banul li{
	padding-left: 50px;
	margin-top: 16px;
	min-height: 23px;
	line-height: 24px;
	background: url(https://petopia.meeallcdn.com/imglibs/files/118489.png) no-repeat left top;
	font-size: 18px;
	color: #666;
}
.ax-banul li b{
	font-family: 'Montserrat-Medium';
	color: #212121;
	font-weight: 100;
}
.ax-href{
	margin-top: 48px;
}
.ax-href a{	
    padding: 11px 70px;
	background: #27825c;
	line-height: 26px;
}
.ax-href a:hover{
	background: rgba(39,130,92,0.9);
}
.ax-href a img{
	margin-left: 15px;
}
.ax-btxt{
	margin-top: 50px;
}
.ax-btxt p{
	color: #666;
}
.ax-tit{
	margin-top: -10px;
}
.ax-tit h2{
	line-height: 54px;
	font-family: 'Montserrat-Bold';
}
.ax-tit h2,.ax-tit p{
	width: 100%;
}
.ax-tit p{
	margin-top: 20px;
}
.previewa .swiper-slide{
	border-radius: 10px;
	background: #fff;
	text-align: center;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.ax-toughother{
	display: none;
}
.previewa .swiper-slide.active-nav,.previewa .swiper-slide:hover{
	background: #27825c;
}
.previewa .swiper-slide{
	padding: 14px 20px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.ax-toughico{
	display: none;
	height: 70px;
	line-height: 70px;
}/*
.previewa .swiper-slide.active-nav .ax-toughico,.previewa .swiper-slide:hover .ax-toughico{
	display: none;
}
.previewa .swiper-slide.active-nav .ax-toughother,.previewa .swiper-slide:hover .ax-toughother{
	display: block;
}*/
.ax-toughtxt p{
	margin-top: 0px;
	color: #27825c;
}
.previewa .swiper-slide.active-nav .ax-toughtxt p,.previewa .swiper-slide:hover .ax-toughtxt p{
	color: #fff;
}
.previewa{
	margin-top: 35px;
}
.ax-goodcon{
	position: relative;
}
.viewa{
	width: calc(100% + 48px);
	margin-left: -24px;	
}
.ax-good{
	padding: 0 24px;
}
.viewa .s-sbtn div.swiper-button-prev{
	left: 0;
}
.viewa .s-sbtn div.swiper-button-next{
	right: 0;
}
.ax-good h3{
	margin-top: 15px;
	text-align: center;
	font-family: 'Montserrat-Medium';
}
.ax-good h3 a{
	font-size: 17px;
	font-family: 'Montserrat-Medium';
}
.ax-good h3 a:hover{
	color: #27825c;
}
.ax-goodpic{
	margin-top: 35px;
}
.ax-goodcon .s-sbtn div{
	top: 50%;
	margin-top: -24px;
	background: #529b7d;
	line-height: 44px;
}
.ax-goodcon .s-sbtn div:hover{
	background: rgba(39,130,92,0.9);
}
.ax-good .swiper-slide{
	padding-bottom: 44px;
	border-bottom: 1px solid #ddd;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}	
.ax-good .swiper-slide:hover{
	border-color: #27825c;
}
.ax-hreftwo{
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}
.ax-hreftwo a{
	margin: 0 10px;
	border: 1px solid #27825c;
}
.ax-hreftwo a:nth-child(2),.ax-hreftwo a:hover{
	background: #fff;
	color: #27825c;
}
.ax-hreftwo a:nth-child(2):hover{
	background: #27825c;
	color: #fff;
}
.ax-hreftwo a:first-child .href-ico02,.ax-hreftwo a:nth-child(2) .href-ico01,.ax-hreftwo a:nth-child(2):hover .href-ico02,.ax-hreftwo a:first-child:hover .href-ico01{
	display: none;
}
.ax-hreftwo a:nth-child(2):hover .href-ico01,.ax-hreftwo a:first-child:hover .href-ico02{
	display: inline;
}
.ax-video {
    display: block;
    width: 100%;
    position: relative;
}
.ax-video embed, .ax-video object, .ax-video iframe {
    width: 100%;
}
.ax-videom{
	border-radius: 20px;
    overflow: hidden;
	background: #000;
}
.ax-needs{
	padding: 90px 0 180px 0;
	background: #f9f9f9;
}
.ax-needspic{
	width: 35.2%;
	border-radius: 20px;
}
.ax-needstxt{
	position: relative;
	width: 61.2%;
}
.ax-needem{
	text-decoration: underline;
	color: #27825c;
	cursor: pointer;
}
.ax-needsul{
	margin-top: -30px;
}
.ax-needsli{
	width: 48%;
	margin-top: 40px;
	margin-left: 4%;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.ax-needsli:nth-child(2n+1){
	margin-left: 0
}
.ax-needsli h3{
	margin-top: 10px;
	font-family: 'Montserrat-Bold';
}
.ax-needsli p{
	margin-top: 10px;
}
.ax-needsli p b{
	font-weight: 100;
	font-family: 'Montserrat-Medium';
	color: #212121;
}
.ax-needstxt .ax-href{
	position: absolute;
	bottom: -90px;
}
.ax-needmain{
	margin-top: 35px;
}
.ax-howhref{
	margin-top: 60px;
}
.ax-howhref a{
	color: #27825c;
	text-decoration: underline;
}
.ax-previewb{
	width: 23%;
}
.ax-previewb .swiper-wrapper{
	flex-wrap: wrap;
}
.ax-previewb .swiper-slide{
	width: 100%;
	padding: 20px 20px;
	color: #666;
	border-radius: 12px;
	font-size: 13px;
	border:1px solid #ddd;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
	cursor: pointer;
	text-align: center;
}
.ax-previewb .swiper-slide.active-nav,.ax-previewb .swiper-slide:hover{
	color: #fff;
	background: #27825c;
	border-color: #27825c;
}
.ax-viewb{
	width: 75.6%;
}
.ax-viewb .swiper-container,.ax-viewb .swiper-slide,.ax-howcom{
	height: 100%;
}
.ax-howpic{
	position: relative;
	width: 50.8%;
	z-index: 1;
	border-radius: 20px;
}
.ax-howtxt{
	width: calc(49.2% + 20px);
	margin-left: -20px;
	padding: 30px 76px;
	border:1px solid #ddd;
	border-top-right-radius: 20px;	
	border-bottom-right-radius: 20px;
}
.ax-howtxt h3{
	font-size: 26px;
	line-height: 44px;
	font-family: 'Montserrat-Bold';
}
.ax-howtxt ul{
	margin-top: 50px;
}
.ax-howtxt ul li{
	min-height: 24px;
	margin-top: 15px;
	padding-left: 42px;
	line-height: 24px;
	color: #666;
	background: url(https://petopia.meeallcdn.com/imglibs/files/118511.png) no-repeat left top;
}
.ax-howtxt ul li b{
	font-weight: 100;
	font-family: 'Montserrat-Medium';
	color: #212121;
}
.ax-container{
	width: 1600px;
	margin: 0 auto;
}
.ax-viewb{
	margin-top: 11px;
}
.ax-howcon{
	margin-top: 70px;
}
.ax-step{
	padding: 100px 0;
}
.ax-steppic{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.ax-steppic:hover .full-pic img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.ax-steppic .full-pic{
	height: 100%;
}
.ax-step{
	background: #f9f9f9;
}
.ax-num{
	width: 48px;
	height: 44px;
	margin-right: 36px;
	border-radius: 8px;
	background: #519a7b;
	color: #fff;
	font-family: 'Montserrat-Bold';
	text-align: center;
	line-height: 44px;
	flex-shrink: 0;
	font-size: 22px;
}
.ax-num::after{
	content: '';
	display: block;
	position: absolute;
	left: 24px;
	top: 64px;
	bottom: 0;
	width: 2px;
	background: #ddd;
}
.ax-design h3{
	margin-top: 5px;
	font-size: 26px;
	font-family: 'Montserrat-Bold';
}
.ax-design ul{
	margin-top: 28px;
}
.ax-design ul li{
	padding-left: 40px;
	min-height: 23px;
	margin-top: 16px;
	line-height: 24px;
	color: #666;
	background: url(https://petopia.meeallcdn.com/imglibs/files/118489.png) no-repeat left top;
}
.ax-stepli{
	position: relative;
	width: 48%;
	margin-bottom: 18px;
}
.ax-steptxt{
	width: 53.1%;
}
.ax-steppic{
	width: 42.5%;
}
.ax-steppic .ax-href{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align:center;
}
.ax-stepmain{
	margin-top: 50px;
}
.ax-northlogo .swiper-container{
	padding: 3px 0;
}
.ax-northlogo .swiper-slide{
	border-radius: 20px;
	border:1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
	overflow: hidden;
}
.ax-northlogo .swiper-slide:hover{
	transform: translate(0,-3px);
	-webkit-transform: translate(0,-3px);
	-moz-transform: translate(0,-3px);
	-ms-transform: translate(0,-3px);
	-o-transform: translate(0,-3px);
}
.ax-northlogo{
	margin-top: 35px;
}
.ax-northlogo .swiper-slide img{
	max-width: 100%;
}
.ax-customer .swiper-slide{
	position: relative;
	border:1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.ax-customer .swiper-slide:hover .ax-cupic img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.ax-cmore{
	position: absolute;
	right: 36px;
	bottom: 30px;
	opacity: 0;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
	cursor: pointer;
}
.ax-customer .swiper-slide:hover .ax-cmore{
	opacity: 1;
}
.ax-customer .swiper-container{
	margin-top: 45px;
}
.ax-custcon{
	position: relative;
}
.ax-custcon .s-sbtn div{
	top: 50%;
	margin-top: -24px;
	z-index: 3;
	background: #529b7d;
	line-height: 46px;
}
.ax-custcon .s-sbtn div:hover{
	background: rgba(39,130,92,0.9);
}
.ax-customer .ax-href{
	text-align:center;
}
.ax-fre{
	padding: 90px 0 100px 0;
	background: #f9f9f9;
}
.ax-fre .title{
	width: 29.1%;
	height: 100%;
}
.ax-fre .faq-sideMenu{
	width: 61.2%;
	margin-top: 0;
}
.ax-fre .faq-sideMenu h3:first-child{
	border-top: 1px solid #ddd;
}
.ax-fre .faq-sideMenu h3 em{
	width: 32px;
	height: 32px;
	margin-top: 0;
	background: url(https://petopia.meeallcdn.com/imglibs/files/118512.png) no-repeat center;
}
.ax-fre .faq-sideMenu h3.on em{
	background: url(https://petopia.meeallcdn.com/imglibs/files/118513.png) no-repeat center;
}
.ax-fre .faq-sideMenu h3 span{
	font-size: 17px;
}
.ax-fre .faq-txt{
	padding-right: 100px;
}
.ax-fre .ax-tit{
	position: sticky;
	top: 20px;
	text-align: left;
}
.ax-fre .faq-txt p{
	font-size: 15px;
}
.ax-footer{
	background: url(https://petopia.meeallcdn.com/imglibs/files/118488.webp) no-repeat;
	background-size: cover;
}
.ax-foot{
	padding: 100px 0 80px 0;
	background: rgba(0,0,0,0.73);
}
.ax-foottxt{
	width: 28.7%;
}
.ax-foottxt .title,.ax-foottxt .ax-href{
	text-align: left;	
}
.ax-foottxt h2,.ax-foottxt p{
	color: #fff;
}
.ax-footipt{
	width: 61.2%;
}
.ax-foottxt .ax-href{
	margin-top: 40px;
}
.ax-footbom{
	margin-top: 95px;
}
.ax-footbom ul {
	margin-top: 35px;
}
.ax-footbom ul li{
	margin-top: 20px;
	line-height: 24px;
	color: #fff;
}
.ax-footbom ul li b{
	font-weight: 100;
	font-family: 'Montserrat-Bold';
	text-decoration: underline;
}
.ax-footbom h2{
	font-size: 26px;
	line-height: 42px;
}
.ax-selectli{
	margin-bottom: 25px;
	cursor: pointer;
}
.ax-selectli button{
	position: relative;
	width: 27px;
	height: 27px;
	margin-right: 22px;
	flex-shrink: 0;
	margin-top: -1px;
	border-radius: 50%;
	background: #27825c;
}
.ax-selectli button::before{
	content: '';
	position: absolute;
	left: 7px;
	top: 7px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #93c1ae;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.ax-selectli button:hover::before,.ax-selectli.on button::before{
	background: #fff;
}
.ax-sename{
	font-size: 27px;
	font-family: 'Montserrat-Medium';
	color: #fff;
}
.ax-info input,.ax-info button{
	width: 100%;
	height: 78px;
	padding-left: 40px;
	margin-top: 18px;
	background: #fff;
	font-size: 17px;
	border-radius: 10px;
	border:none;
	outline: none;
	font-family: 'Montserrat-Regular';
}
.ax-info input.error{
	border:1px solid red;
}
.ax-info button{
	margin-top: 40px;
	padding-left: 0;
	background: #27825c;
	color: #fff;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.ax-info button:hover{
	background: rgba(39,130,92,0.9);
}
.ax-info{
	margin-top: 50px;
}
.ax-info h3{
	font-size: 20px;
	color: #fff;
	font-family: 'Montserrat-Medium';
}
.ax-info p{
	color: #fff;
	font-size: 16px;
}
@media screen and (max-width: 1750px){
	.ax-container{
		width: 88%;
	}
	.ax-bantxt{
		padding-left: 6%;
		padding-right: 60px
	}
	.ax-logo {
	    top: 40px;
	}
	.ax-howtxt ul {
	    margin-top: 30px;
	}
	.ax-howhref {
	    margin-top: 50px;
	}
	.ax-howcon {
	    margin-top: 60px;
	}
	.ax-sename{
		font-size: 25px;
	}
	.ax-footbom {
	    margin-top: 66px;
	}
}
@media screen and (max-width: 1580px){
	.se-dis{
		padding: 90px 0;
	}
	.se-behind h2{
		font-size: 34px;
	}
	.se-beint{
		padding: 55px 45px;
	}
	.se-beitxt a{
		margin-top: 15px;
	}
	.se-footcon{
		padding: 160px 0;
	}
	.se-der input,.se-der button{
		height: 60px;
	}
	.se-footcon h2{
		font-size: 36px;
		line-height: 56px;
	}
	.se-happy .tra-jo{
		margin-top: 40px;
	}
	.se-der button{
		margin-top: 30px;
	}
	.se-banner .a-bantxt{
		width: 55%;
	}
	.a-banner .banner-scorll {
	    bottom: 40px;
	}
	.se-banner .a-banimg img{
		min-height: 640px;
    	object-fit: cover;
	}
	.yo-whtxt p{
		margin-top: 15px;
	}
	.yo-exptxt{
		padding: 45px 20px 30px 20px;
	}
	.yo-dog::before{
		top: 30px;
		bottom: 30px;
	}
	.yo-unleash{
		padding: 150px 0;
	}
	.yo-good .product-list{
		margin-top: 10px;
	}
	.yo-dog .a-petlist{
		margin-top: 30px;
	}
	.yo-unleash {
	    padding: 120px 0;
	}
	.wh-eleico {
	    width: 82px;
	    height: 82px;
	    margin-right: 44px;
	    line-height: 82px;
	}
	.bu-bra .yo-whtxt {
	    padding-right: 70px;
	}
	.bu-preview{
		padding: 0 30px;
	}
	.bu-preview .swiper-slide {
	    padding: 20px 15px;
	}
	.bu-jo .g-rangbg {
	    padding: 120px 0 120px 70px;
	}
	.lk-trutxt{
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.lk-wel{
		padding: 40px 35px;
	}
	.lk-sea,.lk-exp .container{
		padding: 90px 0 100px 0;
	}
	.lk-why .lk-whyli{
		padding: 50px 30px;
	}
	.lk-why .product-quote {
	    margin-top: 36px;
	}
	.lk-un .title p,.lk-un .title h2{
		width: 88%;
	}
	.lk-un .container {
	    padding: 90px 0;
	}
	.ax-bantit h1 {
	    font-size: 34px;
	}
	.ax-bantit p {
	    margin-top: 15px;
	}
	.ax-banul li {
	    padding-left: 44px;
	    margin-top: 10px;
	}
	.ax-href {
	    margin-top: 40px;
	}
	.ax-btxt{
		margin-top: 40px;
	}
	.ax-banul {
	    margin-top: 30px;
	}
	.ax-bantxt {
		padding-top: 130px;
	    padding-bottom: 50px;
	}
	.ax-logo {
	    top: 35px;
	}
	.ax-tit h2{
		font-size: 32px;
		line-height: 46px;
	}
	.ax-footbom h2 {
	    font-size: 26px;
	    line-height: 38px;
	}
	.previewa .swiper-slide {
	    padding: 20px 20px
	}
	.previewa .swiper-container{
		padding: 0 1px;
	}
	.viewa .s-sbtn div.swiper-button-next{
		right: 1px;
	}
	.ax-good .swiper-slide {
	    padding-bottom: 40px;
	}
	.ax-body .margin-top{
		margin-top: 90px;
	}
	.ax-video embed, .ax-video object, .ax-video iframe{
		height: 480px;
	}
	.ax-previewb .swiper-slide {
	    padding: 16px 15px;
	}
	.ax-howtxt {
	    padding: 30px 65px;
	}
	.ax-howtxt ul {
	    margin-top: 20px;
	}
	.ax-howhref {
	    margin-top: 40px;
	}
	.ax-viewb .swiper-container{
		padding-right: 1px;
	}
	.ax-design h3 {
	    font-size: 22px;
	}
	.ax-num {
	    width: 43px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 20px;
	    margin-right: 25px;
	}
	.ax-num::after{
		left: 22px;
		top: 62px;
	}
	.ax-design ul li {
	    margin-top: 12px;
	}
	.ax-stepli{
		width: 49%;
	}
	.ax-sename {
	    font-size: 22px;
	    line-height: 26px;
	}
	.ax-selectli button::before {
	    width: 12px;
	    height: 12px;
	}
	.ax-selectli button {
	    width: 26px;
	    height: 26px;
	}
	.ax-selectli {
	    margin-bottom: 15px;
	}
	.ax-info input, .ax-info button {
	    height: 70px;
	    margin-top: 16px;
	}
	.ax-info button {
	    margin-top: 25px;
	}
	.ax-footbom ul li {
	    margin-top: 15px;
	}
	.ax-foottxt .ax-href {
	    margin-top: 30px;
	}
	.ax-footbom {
	    margin-top: 50px;
	}
	.ax-footbom ul {
	    margin-top: 25px;
	}
	.ax-foottxt{
		width: 34%;
	}
	.ax-howcon {
	    margin-top: 50px;
	}
}
@media screen and (max-width: 1400px){
	.se-behindtxt h3,.se-behindtxt img{
	    margin-top: 40px;
	}
	.se-behind h2{
		font-size: 30px;
	}
	.se-der input,.se-der button{
		font-size: 15px;
	}
	.se-der input, .se-der button {
	    height: 58px;
	}
	.se-footcon {
	    padding: 140px 0;
	}
	.se-abtxt {
	    padding: 30px 0;
	}
	.se-abtxt h3{
		font-size: 24px;
	}
	.se-footcon h2{
		width: 100%;
	}
	.yo-good .product-list{
		margin-top: 0;
	}
	.yo-exptxt h3, .yo-exptxt h3 a{
		font-size: 20px;
		line-height: 30px;
	}
	.wh-choosetxt {
	    padding: 25px 60px;
	}
	.wh-rubber .title h2 br{
		display: none;
	}
	.wh-rubberli {
	    padding: 25px 30px 25px 90px;
	}
	.wh-rubberul{
		margin-top: 30px;
	}
	.wh-shap .wh-rubberli {
	    padding: 25px 30px 25px 90px;
	}
	.wh-eleli{
		padding: 40px 15px;
	}
	.wh-simtxt h3 {
	    margin-top: 12px;
	}
	.wh-eml {
	    padding: 90px 0;
	}	
	.wh-eml .tra-jotx{
		width: auto;
	}.wh-choosetxt h3{
		font-size: 20px;
	}
	.wh-choosetxt p {
	    margin-top: 10px;
	}
	.wh-chooseli{
		margin-top: 25px;
	}
	.wh-rubberpic::before{
		right: -35px;
	    top: 35px;
	    bottom: 35px;
	}
	.wh-eleul {
	    margin-top: 35px;
	}
	.wh-eleli{
		padding: 30px 15px;
	}
	.wh-shap .wh-rubberpic::before{
		left: -35px;
	}
	.lk-sm .wh-rubberpic::before{
		left: -35px;
	}
	.wh-rubberli span{
		font-size: 17px;
	}
	.wh-num span,.wh-simtxt h3{
		font-size: 20px;
	}
	.wh-eml .swiper-slide {
	    padding: 50px 200px 50px 50px;
	}
	.wh-eml .swiper-pagination {
	    right: 50px;
	    bottom: 50px;
	}
	.wh-eleico img{
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	.wh-eml {
	    padding: 80px 0;
	}
	.se-beint p{
		margin-top: 20px;
	}
	.bu-save .a-petli{
		padding-left: 80px;
	}
	.bu-sim::before{
		top: 30px;
	}
	.bu-jo .g-rangbg {
	    padding: 80px 0 80px 70px;
	}
	.lk-trutxt{
		padding: 40px;
	}
	.lk-trutxt {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.lk-wel h3 {
	    font-size: 22px;
	    line-height: 32px;
	}
	.lk-sea, .lk-exp .container {
	    padding: 60px 0 70px 0;
	}
	.lk-seaul {
	    margin-top: 35px;
	}
	.lk-sea .lk-seatxt p{
		margin-top: 10px;
	}
	.lk-why .lk-whyli {
	    padding: 30px 20px;
	}
	.lk-pe {
	    margin-top: 30px;
	}
	.lk-un .container {
	    padding: 70px 0;
	}	
	.lk-qua .a-petli{
		padding-left: 80px;
	}
	.lk-qua .a-petlist p {
	    margin-top: 10px;
	}
	.ax-num {
	    width: 40px;
	    height: 38px;
	    line-height: 38px;
	    font-size: 20px;
	    margin-right: 22px;
	}
	.ax-num::after{
		left: 20px;
		top: 60px;
	}
	.ax-bantit h1 {
	    font-size: 32px;
	    line-height: 46px;
	}
	.ax-logo {
	    top: 30px;
	}
	.ax-bantxt {
	    padding-top: 118px;
	    padding-bottom: 40px;
	}
	.ax-body, .ax-body p {
	    font-size: 16px;
	}
	.ax-banul li{
		font-size: 17px;
	}
	.ax-btxt {
	    margin-top: 30px;
	}
	.ax-href a{
		font-size: 14px;
		padding: 11px 55px;
	}
	.ax-tit h2 {
	    font-size: 28px;
	    line-height: 42px;
	}
	.ax-footbom h2 {
	    font-size: 24px;
	    line-height: 36px;
	}
	.ax-tit p {
	    margin-top: 16px;
	}
	.ax-body .margin-top {
	    margin-top: 80px;
	}
	.ax-good .swiper-slide {
	    padding-bottom: 35px;
	}
	.ax-video embed, .ax-video object, .ax-video iframe {
	    height: 420px;
	}
	.ax-howcon {
	    margin-top: 40px;
	}
	.ax-howtxt h3 {
	    font-size: 24px;
	    line-height: 40px;
	}
	.ax-howtxt ul li{
		margin-top: 10px;
	}
	.ax-step {
	    padding: 80px 0;
	}
	.ax-design ul li {
	    margin-top: 8px;
	}
	.ax-design h3 {
	    font-size: 20px;
	}
	.ax-num {
	    width: 38px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 19px;
	    margin-right: 18px;
	}
	.ax-num::after{
		left: 19px;
		top: 54px;
	}
	.ax-design ul {
	    margin-top: 20px;
	}
	.ax-steppic {
	    width: 43.5%;
	}
	.ax-northlogo .swiper-container{
		padding-right: 1px;
	}
	.ax-customer .swiper-container {
	    margin-top: 35px;
		padding-right: 1px;
	}
	.ax-fre{
		padding: 80px 0;
	}
	.ax-fre .title {
	    width: 34%;
	}
	.ax-sename {
	    font-size: 20px;
	}
	.ax-selectli button {
	    width: 24px;
	    height: 24px;
	}
	.ax-selectli button::before {
	    left: 6px;
	    top: 6px;
	}
	.ax-selectli {
	    margin-bottom: 10px;
	}
	.ax-info {
	    margin-top: 40px;
	}
	.ax-info input, .ax-info button{
		height: 64px;
    	margin-top: 14px;
		font-size: 16px;
	}
	.ax-footbom ul li {
	    margin-top: 12px;
	}
	.ax-foot {
	    padding: 80px 0 60px 0;
	}
	.ax-info input{
		padding-left: 30px;
	}
	.ax-needs{
		padding: 80px 0 160px 0;
	}
	.ax-cmore {
	    right: 25px;
	    bottom: 25px;
	}
}
@media screen and (max-width: 1200px){
	.se-banner .a-bantxt .banner-href {
	    margin-top: 30px;
	}
	.se-abtxtcon {
	    padding: 30px 40px;
	}
	.se-pro {
	    padding: 60px 0;
	}
	.se-protxt {
	    padding: 10px 15px 35px 15px;
	}
	.se-pro .se-position {
	    margin-top: 25px;
	}
	.se-ecocon {
	    margin-top: 38px;
	}
	.se-dis {
	    padding: 80px 0;
	}
	.se-behind h2{
		font-size: 30px;
	}
	.se-beint {
	    padding: 35px 30px;
	}
	.se-der button {
	    margin-top: 20px;
	}
	.se-der {
	    margin-top: 20px;
	}
	.se-behindtxt h3,.se-behindtxt img{
	    margin-top: 30px;
	}
	.se-behindtxt p{
		margin-top: 20px;
	}
	.se-footcon h2 {
	    font-size: 32px;
	    line-height: 46px;
	}
	.se-footcon {
	    padding: 120px 0;
	}
	.se-footcon h2{
		width: 100%;
	}
	.se-abtxt h3{
		font-size: 22px;
	}
	.yo-conn .se-position {
	    margin-top: 30px;
	}
	.yo-unleash {
	    padding: 100px 0;
	}
	.yo-exptxt h3, .yo-exptxt h3 a{
		font-size: 20px;
    	line-height: 30px;
	}
	.yo-whtxt h3, .yo-whtxt h3 a{
		font-size: 20px;
		line-height: 30px;
	}
	.wh-choosetxt {
	    padding: 25px 20px;
	}
	.wh-rubber .container {
	    padding-top: 60px;
	    margin-top: 60px;
	}
	.wh-ele {
	    padding: 60px 0;
	}
	.wh-eleico{
		margin-right: 30px;
	}
	.wh-eleli {
	    padding: 30px 10px;
	}
	.wh-num span{
		font-size: 18px;
	}
	.wh-eml {
	    padding: 60px 0;
	}
	.wh-shap .container {
	    margin-top: 0;
	    padding-top: 0;
	}
	.wh-rubberpic::before{
		right: -25px;
	}
	.wh-shap .wh-rubberpic::before {
	    left: -25px;
	}
	.lk-sm .wh-rubberpic::before{
		left: -25px;
	}
	.bu-jo .g-rangbg {
	    padding: 60px 0 60px 50px;
	}

	.yo-exptxt p{
		line-height: 29px;
	}
	.lk-wel {
	    padding: 20px 25px;
	}
	.lk-wel h3 {
	    font-size: 18px;
	    line-height: 26px;
	}
	.lk-wel .product-quote {
	    margin-top: 20px;
	}
	.lk-weljia {
	    margin-top: 30px;
	}
	.lk-seali {
	    width: 48.6%;
	    padding: 20px 25px 20px 6px;
	}
	.lk-seaico{
		margin-right: 20px;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	.lk-exp .title h2,.lk-exp .title p{
		width: 90%;
	}
	.lk-why .lk-whyli h3 {
	    font-size: 18px;
	    line-height: 26px;
	}
	.lk-whyli p{
		margin-top: 20px;
	}
	.ax-bantit h1 {
	    font-size: 30px;
	    line-height: 38px;
	}
	.ax-bantit p {
	    margin-top: 12px;
	}
	.ax-banul {
	    margin-top: 25px;
	}
	.ax-banul li {
	    padding-left: 42px;
	    margin-top: 8px;
	}
	.ax-btxt p{
		font-size: 15px;
	}
	.ax-btxt,.ax-btxt p{
		margin-top: 20px;
	}
	.previewa {
	    margin-top: 30px;
	}
	.ax-good .swiper-slide {
	    padding-bottom: 30px;
	}
	.ax-href a {
	    padding: 11px 50px;
	}
	.ax-video embed, .ax-video object, .ax-video iframe {
	    height: 380px;
	}
	.ax-howtxt {
	    padding: 30px 55px;
	}
	.ax-howtxt ul li{
		padding-left: 38px;
	}
	.ax-howtxt h3 {
	    font-size: 24px;
	    line-height: 34px;
	}
	.ax-howcon {
	    margin-top: 30px;
	}
	.ax-tit p br{
		display: none;
	}
	.ax-sename {
	    font-size: 19px;
	}
	.ax-selectli button {
	    margin-right: 18px;
	}
	.ax-footbom ul {
	    margin-top: 20px;
	}
	.ax-footbom ul li {
	    margin-top: 10px;
	}
	.ax-footbom {
	    margin-top: 40px;
	}
	.ax-fre .faq-txt {
	    padding-right: 90px;
	}
	.previewa .swiper-slide {
	    padding: 13px 20px;
	}
	/*.ax-toughtxt p {
	    margin-top: 6px;
	}*/
	.ax-needsli h3{
		font-size: 20px;
	}
	.ax-howtxt h3 {
	    font-size: 22px;
	    line-height: 32px;
	}
}
@media screen and (max-width: 960px){
	.se-abtxt{
		padding: 20px 0 0 0;
	}
	.se-abtxtcon {
	    padding: 30px 30px;
	}
	.se-abhref{
		bottom: 30px;
	}
	.se-abny{
		margin-top: 25px;
	}
	.se-position{
		order: -1;
	}
	.se-abtxtcon{
		border-radius: 20px;
	}
	.se-banner .a-banimg img{
		min-height: auto;
	}
	.se-pro{
		padding: 40px 0;
	}
	.se-pro .se-position {
	    margin-top: 20px;
	}
	.div_info textarea{
		line-height: 26px;
	}
	.se-dis {
	    padding: 50px 0;
	}
	.se-beint{
		position: static;
	}
	.se-footcon {
	    padding: 50px 0;
	}
	.se-behind h2 {
	    font-size: 24px;
	}
	.se-behindtxt h3 {
	    margin-top: 20px;
	}
	.se-beint{
		margin-top: 25px;
	}
	.se-behindtxt{
		margin-top: 0;
	}
	.se-behindtxt h3{
		font-size: 20px;
	}
	.se-footcon h2 {
	    font-size: 24px;
	    line-height: 34px;
	}
	.se-der input, .se-der button {
	    height: 54px;
	}
	.se-beint {
	    padding: 35px 25px;
	}
	.se-eco .a-petliico{
		margin-top: 5px;
	}
	.se-ecocon {
	    margin-top: 0;
	}
	.se-behindtxt h3, .se-behindtxt img {
	    margin-top: 20px;
	}
	.bg-fixed{
		background-attachment: inherit;
	}
	.product-list li{
		margin-top: 25px;
	}
	.yo-dog .a-pettxt{
		padding: 30px 0 50px 0;
	}
	.yo-dog .a-petli {
	    padding: 15px 10px 15px 15px;
	}
	.yo-dog::before{
		bottom: 0px;
	}
	.yo-whpic,.yo-expli{
		margin-left: 0;
		margin-top: 20px;
	}
	.yo-recy::before{
		top: 0;
		bottom: 20px;
	}
	.yo-conn .se-position {
	    margin-top: 25px;
	}
	.yo-unleash {
	    padding: 50px 0;
	}
	.yo-whul {
	    margin-top: 25px;
	}
	.yo-recy .a-pettxt {
	    padding: 30px 0 30px 0;
	}
	.yo-whtxt{
		padding: 30px 30px 30px 30px;
	}
	.wh-banner .a-bantxt{
		background: #f7f7f7;
	}
	.wh-rubber .container {
	    padding-top: 40px;
	    margin-top: 40px;
	}
	.wh-eml .swiper-slide {
	    padding: 40px 30px 50px 30px;
	}
	.wh-eml {
	    padding: 40px 0;
	}
	.wh-eml .swiper-pagination {
	    right: 30px;
	    bottom: 30px;
	}
	.wh-rubber .wh-rubbertxt{
		margin-top: 30px;
	}
	.wh-rubberli {
	    padding: 25px 25px 25px 65px;
	    background: url(https://petopia.meeallcdn.com/imglibs/files/115095.png) no-repeat 10px center;
	}
	.wh-eleli{
		padding: 25px 10px;
		flex-wrap: wrap;
	}
	.wh-eletxt{
		margin-top: 15px;
	}
	.wh-eleico{
		width: 74px;
		height: 74px;
		line-height: 74px;
	}
	.wh-eleico img {
	    -webkit-transform: scale(0.7);
	    -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	    transform: scale(0.7);
	}
	.wh-ele {
	    padding: 40px 0;
	}
	.wh-eleul {
	    margin-top: 25px;
	}
	.wh-shap .container {
	    margin-top: 0;
	    padding-top: 0;
	}
	.wh-shap .wh-rubbertxt{
		margin-top: 0;
	}
	.wh-shap .wh-rubberpic{
		margin-top: 30px;
	}
	.wh-shap .wh-rubberli {
	    padding: 20px 35px 20px 65px;
	    background: url(https://petopia.meeallcdn.com/imglibs/files/115095.png) no-repeat 10px 20px;
	}
	.wh-shap .wh-rubberpic .banner-href{
		bottom: 30px;
	}
	.wh-num span {
	    width: 46px;
	    height: 42px;
	    line-height: 42px;
	    font-size: 16px;
	}
	.wh-simtxt h3 {
	    margin-top: 7px;
	}
	.wh-simul {
	    margin-top: 10px;
	}
	.wh-rubberpic::before{
		right: -20px;
	}
	.wh-shap .wh-rubberpic::before {
	    left: -20px;
	}
	.lk-sm .wh-rubberpic::before{
		left: -20px;
	}
	.wh-simtxt h3,.wh-eletxt h3,.wh-choosetxt h3{
		font-size: 18px;
	}
	.wh-num{
		margin-right: 25px;
	}
	.bu-save .a-petli {
	    padding-left: 10px;
	}
	.bu-save .a-petliico{
		margin-top: 0;
	}
	.bu-simtxt{
		padding-top: 30px;
	}
	.bu-preview{
		position: static;
		padding: 0;
	}
	.bu-bra .f-fullpic{
		margin-bottom: 20px;
		margin-top: 0;
		order: -1;
	}
	.bu-view{
		margin-top: 25px;
	}
	.bu-jo .g-rangbg {
	    padding: 40px 25px 40px 25px;
	}
	.bu-bra .yo-whtxt{
		padding-right: 30px;
	}
	.yo-exptxt p{
		-webkit-line-clamp:10;
		min-height: auto;
	}
	.yo-exptxt h3,.yo-exptxt h3 a{
		min-height: auto;
		-webkit-line-clamp:12;
	}
	.lk-trutxt {
		padding: 30px;
	    border-left: 1px solid #ddd;
	    border-radius: 20px;
	}
	.lk-qua .wh-rubbertxt{
		margin-top: 25px;
	}
	.lk-qua .a-petli{
		padding-left: 0;
	}
	.lk-qua .a-petliico{
		padding-top: 0;
	}
	.lk-seali{
		flex-wrap: wrap;
	}
	.lk-seaico{
		text-align: left;		
	}
	.lk-seatxt{
		margin-top: 20px;
	}
	.lk-sea, .lk-exp .container {
	    padding: 40px 0 50px 0;
	}
	.lk-whyli{
		margin-top: 20px;
	}
	.lk-pe {
    	margin-top: 20px;
	}
	.lk-un .container {
	    padding: 40px 0;
	    background-position: center;
	}
	.se-footcon h2 br{
		display: none;
	}
	.lk-seatxt h3{
		font-size: 18px;
	}
	.se-banner .a-bantxt,.se-eco .title h2, .se-eco .title p,.se-faqs .title p,.se-abny .se-position, .se-abtxt,.se-eco .h-tranpic,.se-eco .a-pettxt,.se-beint,.se-behindtxt,
	.yo-dog .f-engpic,.yo-dog .a-pettxt,.yo-whtxt,.yo-whpic,.yo-expli,.wh-chooseli,.wh-rubberpic,
	.wh-rubbertxt,.wh-eleli,.wh-simli,.bu-simpic,.bu-simtxt,.bu-preview,.lk-trupic,
	.lk-trutxt,.lk-quapic,.lk-qua .wh-rubbertxt,.lk-seali,.lk-why .lk-whyli{
		width: 100%;
	}
	.ax-banpic{
		order: -1;
	}
	.ax-logo{
		position: static;
	}
	.ax-bantxt {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.ax-bantit{
		margin-top: 15px;
	}
	.ax-bantit h1 {
	    font-size: 24px;
	    line-height: 32px;
	}
	.ax-tit h2 {
	    font-size: 22px;
	    line-height: 32px;
	}
	.ax-footbom h2 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.ax-body .margin-top {
	    margin-top: 50px;
	}
	.previewa {
	    margin-top: 25px;
	}
	.ax-goodpic {
	    margin-top: 30px;
	}
	.viewa {
	    width: calc(100% + 30px);
	    margin-left: -15px;
	}
	.ax-hreftwo a{
		margin:3px 0;
	}
	.ax-video embed, .ax-video object, .ax-video iframe {
	    height: 320px;
	}
	.ax-needs {
	    padding: 50px 0;
	}
	.ax-needmain {
	    margin-top: 30px;
	}
	.ax-needsul {
	    margin-top: 0px;
	}
	.ax-needsli{
		margin-left: 0;
	    margin-top: 25px;
	    padding-bottom: 25px;
	}
	.ax-needstxt .ax-href{
		position: static;
	}
	.ax-howcon,.ax-howcom{
	    margin-top: 20px;
	}
	.ax-howtxt {
	    padding: 25px 20px;
	    margin-left: 0;
	    margin-top: 15px;
	    border-radius: 20px;
	}
	.ax-viewb .swiper-container, .ax-viewb .swiper-slide, .ax-howcom{
		height: auto;
	}
	.ax-step {
	    padding: 50px 0;
	}
	.ax-stepli:first-child{
		order: 0;
	}
	.ax-stepli:nth-child(4){
		order: 4;
	}
	.ax-stepli:nth-child(5){
		order: 2;
	}
	.ax-stepli:nth-child(2){
		order: 3;
	}
	.ax-stepli:nth-child(3){
		order: 1;
	}
	.ax-stepmain {
	    margin-top: 30px;
	}
	.ax-design h3 {
	    font-size: 19px;
	}
	.ax-steppic .ax-href{
		bottom: 30px;
	}
	.ax-northlogo {
	    margin-top: 25px;
	}
	.ax-customer .swiper-container {
	    margin-top: 30px;
	}	
	.ax-fre{
		padding: 50px 0;
	}
	.ax-fre .faq-sideMenu{
		margin-top: 30px;
	}
	.ax-fre .title{
		position: static;
	}
	.ax-fre .faq-txt {
	    padding-right: 0;
	}
	.ax-foot {
	    padding: 50px 0 40px 0;
	}
	.ax-footbom {
	    margin-top: 30px;
	}
	.ax-foottxt .title br{
		display: none;
	}
	.ax-footbom ul li {
	    margin-top: 7px;
	}
	.ax-footipt{
		margin-top: 35px;
	}
	.ax-sename {
	    font-size: 18px;
	}
	.ax-selectli button {
	    margin-top: 1px;
	}
	.ax-footbom ul {
	    margin-top: 15px;
	}
	.ax-info {
	    margin-top: 30px;
	}
	.ax-info input, .ax-info button {
	    height: 56px;
	}
	.ax-info input {
	    padding-left: 25px;
	}
	.ax-howtxt h3 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.ax-fre .faq-sideMenu h3 em{
		margin-right: 0;
	}
	.ax-needsli h3 {
	    font-size: 19px;
	}
	.ax-bantxt,.ax-banpic,.ax-needspic,.ax-needstxt,.ax-needsli,.ax-previewb,
	.ax-viewb,.ax-howpic,.ax-howtxt,.ax-stepli,.ax-stepli,.ax-steppic,.ax-steptxt,
	.ax-fre .title,.ax-fre .faq-sideMenu,.ax-foottxt,.ax-footipt{
		width: 100%;
	}
}