* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}
p{
    margin: 0;
}
ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

.container {
    width: 1270px;
    margin: 0 auto;
}
.container::before,.container::after{
    display: none;
}
body,
html {
    background: #fff;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
}


.top {
    background: rgb(80, 102, 100);
    z-index: 99;
    position: fixed;
    height: 40px;
    width: 100%;
}

.top-header {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.top-left {
    width: 50%;
}

.top-right {
    position: relative;
    width: 50%;
    text-align: right
}

.top-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    height: 0px;
}

.top-left>span {
    margin-right: 8px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    display: inline-block
}

.top-left>span>i {
    padding-right: 8px;
}
.top-right>a{
    display: inline-block;
}
.top-right>a>img {
    padding:5px 10px;
}


@media all and (max-width:768px) {
    .container {
        width: 100%;
    }

    .top-left,
    .top-right {
        width: 100%;
        text-align: center;
    }
    .top-right{
        padding: 5px 0;
    }

    .top-header {
        display: block;
        background: #F2963F
    }

    .top-right::before {
        display: none;
    }
}



/*导航*/
.navbar {
    background: rgba(255, 255, 255, 1);
    transition: 1s;
    left: 0;
    right: 0;
    position: relative;

}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.navbar-brand {
    padding: 0;
    width:240px;
    display: block;
}

.navbar-brand>img {
    width: 100%;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.navbar-nav>li {
    padding: 0 15px;
    line-height: 70px;
}
.navbar-nav>.active{
   
    border-bottom: 2px solid #bb1f23;
}
.navbar-nav>li>a {
    color: #333;
    transition: .5s;
    padding: 0 15px;
}


.navbar>div>i {
    display: none;
}

/* search */
.search {
    position: absolute;
    right: 60px;
    bottom: -60px;
    color: #F2963F;
}

.nav-search {
    position: absolute;
    right: 60px;
    bottom: -150px;
}

.search-form {
    position: relative;
}

input.search-field {
    border: 2px solid #F2963F;
    border-radius: 50px;
    padding: 12px 25px;
}

.search-submit {
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
    font-size: 13px;
    padding: 12px 20px;
    border-radius: 0 50px 50px 0;
}

@media all and (max-width:768px) {
    .navbar {
        position: relative;
    }

    .navbar>div>i {
        display: block !important;
        font-size: 26px;
        padding: 30px 30px;
    }

    .navbar-nav {
        display: none;
        position: absolute;
        left: 0;
        top: 94px;
        text-align: center;
        width: 100%;
        background: #333;
    }

    .navbar-nav>li {
        line-height: 40px;

    }

    .navbar-nav>li>a {
        color: #fff;
    }

    .search {
        right: 76px;
        bottom: -102px;
    }
}



/* 产品分类 */
.product-ca{
    padding: 50px 0;
    background: url(../img/cp-bg.jpg) no-repeat center;
}
.product-ca ul{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 30px;
}
.pro-title ul>li{
    width: 18.4%;
    background: #2e444a;
    padding: 5px 10px;
}
.product-ca ul>li>a{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
}
.product-ca ul>li>a>p{
    padding: 2px 0;
    font-size: 15px;
}
.product-ca ul>li>a>p>span{
    font-size: 13px;
}
.product-ca ul>li>a>i{
    font-size: 24px;
}

.pro-title1>ul{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}
.pro-title1>ul>li{
    margin:  0 1px;
}
/*--产品切换--*/
#flexiselDemo1,#flexiselDemo2 {
	display: none;
}
#flexiselDemo1>li,#flexiselDemo2>li{
    padding: 0 1px;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item> img {
	cursor: pointer;
    position: relative;
}
.zoom .img-box img{
    width: 100%;
}
.zoom .img-box {
	z-index: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2.2s ease-in-out;
	-moz-transition: all 2.2s ease-in-out;
	-ms-transition: all 2.2s ease-in-out;
	-o-transition: all 2.2s ease-in-out;
	transition: all 2.2s ease-in-out;
}
.zoom:hover .img-box {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.zoom {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.img-box-content,
.pets-info {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.img-box-content img,
.pets-info img {
	display: block;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.img-box-content {
	position: relative;
}
.pets-info {
	top: 0;
	left: 0;
	position: absolute;
}
.pets-info .pets-info-slid {
	display: block;
	position: relative;
	padding: 2%;
	left: 50%;
	top: 50%;
	position: relative;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}
.strip_line {
	display: block;
	position: relative;
	height: 1px;
	width: 60%;
	margin: 16px auto;
	background: rgba(255, 255, 255, 0.5);
	clear: both;
}
.pets-effect {
	display: block;
	overflow: hidden;
	position: relative;
}
.pets-effect .pets-info {
	filter: alpha(opacity=0);
	-wekbit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translateZ(0) scale(2, 2);
	-moz-transform: translateZ(0) scale(2, 2);
	-ms-transform: translateZ(0) scale(2, 2);
	-o-transform: translateZ(0) scale(2, 2);
	transform: translateZ(0) scale(2, 2);
	color: #e6e6e6;
}
.pets-effect .pets-info * {
	z-index: 3;
}
.pets-effect .pets-info:after,
.pets-effect .pets-info:before {
	content: "";
	display: block !important;
	position: absolute;
	visibility: visible !important;
	background-color: #556A6A;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 101%;
	height: 101%;
	z-index: -1;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-ms-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.pets-effect.ver_line .pets-info:before {
	-webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.pets-effect.ver_line .pets-info:after {
	-webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.pets-effect.ver_line:hover .pets-info {
	filter: alpha(opacity=100);
	-wekbit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1, 1);
	-moz-transform: translateZ(0) scale(1, 1);
	-ms-transform: translateZ(0) scale(1, 1);
	-o-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}
.pets-effect.ver_line:hover .pets-info:before {
	-webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.pets-effect.ver_line:hover .pets-info:after {
	-webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.pets-effect.horizontal .pets-info:before {
	-webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.pets-effect.horizontal .pets-info:after {
	-webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.pets-effect.horizontal:hover .pets-info {
	filter: alpha(opacity=100);
	-wekbit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1, 1);
	-moz-transform: translateZ(0) scale(1, 1);
	-ms-transform: translateZ(0) scale(1, 1);
	-o-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}
.pets-effect.horizontal:hover .pets-info:before {
	-webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.pets-effect.horizontal:hover .pets-info:after {
	-webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.pets-info-slid h4 {
	font-size: 28px;
	color: #fff;
}
.pets-info-slid p {
	line-height: 2.2em;
	color: #fff;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}
.treatments {
	background: #2e444a;
}
.treatments h3 {
	color: #fff;
}
.pets-effect-btm h5 {
	color: #fff;
	font-size: 18px;
	margin: -15px 0 5px;
	text-align: center;
}
.pets-effect-btm p {
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 2.2em;
}
.pets-effect-btm {
	padding: 2.5em 2.5em 1.5em;
}
.treatments p {
	color: #fff;
}
/* 关于我们 */
.about{
    background: url(../img/bg2.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
}
.about>div{
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
}
.ableft {
    width: 48%;
    text-align: center;
}
.ableft img{
    width: 100%;
    margin-bottom: 30px;
}
.ableft h3{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding: 30px 0;
    margin-top: 30px;
}
.ableft p {
    font-size: 15px;
    line-height: 44px;
    color: #fff;
    text-indent: 2em;
    text-align: left;
}
.amore {
    padding: 5px 20px;
    border: solid 1px #fff;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
}
.amore:hover{
    color: #ccc;
}
.abright {
    margin-left: 12%;
    width: 40%;
    margin-top: 50px;
}
.bottom {
    border-bottom: 1px dotted #ddd;
}
.right {
    border-right: 1px dotted #ddd;
}
.abicon {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 22px 0;
    text-shadow: 5px 1px 6px #111;
}
.abcou {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    position: relative;
}
.abcou::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 2px;
    width: 6%;
    display: block;
    margin: 0 47%;
}
.abicon h4 {
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
}
/* 产品中心 */

.title{
    text-align: center;
    margin-bottom: 20px;
}
.title img{
    width: 50px;
}
.title>h3{
    display: block;
    font-size: 30px;
    color: #252525;
    line-height: 52px;
    margin-top: 8px;
    background: url(../img/img_05.png) no-repeat center 15px;
}
.title>p{
    margin: 30px 0;
}
.title>p>a{
    display: inline-block;
    border: 2px solid #ccc;
    padding: 5px 15px;
    color: #666;
    font-size: 14px;
    margin: 0 3px;
}
.title>p>.active{
    border: 2px solid #307081;
    color: #307081;
}

/* 设备展示 */
.equipment{
    padding: 50px 0;
}
.equipment ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.equipment ul>li{
    width: 24%;
}
.equipment ul>li img{
    width: 100%;
}

.par1 ul>li p{
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}
.par1 ul>li img{
    border: solid 1px #ccc;
}
/* banner */
.banner img{
    width: 100%;
}

/* footer */

.foot{
    background: #fff;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #000;
}
.foot>ul{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot>ul .logo{
    width: 150px;
    display: block;
    margin-bottom: 20px;
    margin-left: 10px;
    
}
.foot>ul p{
    font-size: 13px;
    color: #000;
    line-height: 30px;
    text-align: left;
}
.foot>ul p:first-of-type>a{
    padding: 0 10px;
}
.foot>ul p:last-of-type{
    padding-left: 10px;
}
.foot a{
    color: #000;
}
.code{
    
    padding: 10px;
}
.code>img{
    display: block;
    width: 100px;
}
.code>p{
    color: #333 !important;
    font-size: 14px !important;
    text-align: center !important;
    width: 100%;
    padding: 0 !important;
}
@media all and (max-width:768px) {
    .footer ul>li{
        width: 100%;
    }
    .foot-pro,.foot-ewm{
        display: none;
    }
}
