.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100px;
}

@media (max-width: 1199px) {
	.banner {
		margin-top: 70px;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

.banner .slickbanner .item {
	position: relative;
	display: block;
}

.banner .slickbanner .item .img-box {
	z-index: 0;
	display: block;
	padding-bottom: 36.45833333%;
}

.banner .slickbanner .item .img-box img {
	display: block;
	width: 100%;
}

.banner .slickbanner .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

@media (max-width: 991px) {
	.banner .slickbanner .slick-dots {
		bottom: 20px;
	}
}

.banner .slickbanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
}

.banner .slickbanner .slick-dots li button {
	display: none;
}

.banner .slickbanner .slick-dots .slick-active {
	width: 20px;
	border-radius: 4px;
	background-color: #fff;
}

.title {
	text-align: center;
}

.title b {
	font-family: 'Montserrat-Bold';
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	display: block;
	color: #333;
}

@media (max-width: 1469px) {
	.title b {
		font-size: 45px;
	}
}

@media (max-width: 1199px) {
	.title b {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.title b {
		font-size: 35px;
	}
}

@media (max-width: 767px) {
	.title b {
		font-size: 30px;
	}
}

@media (max-width: 480px) {
	.title b {
		font-size: 28px;
	}
}

.title span {
	font-family: 'Montserrat-Black';
	font-size: 100px;
	line-height: 1;
	display: block;
	opacity: .05;
	color: #333;
}

@media (max-width: 1199px) {
	.title span {
		font-size: 90px;
	}
}

@media (max-width: 991px) {
	.title span {
		font-size: 80px;
	}
}

@media (max-width: 767px) {
	.title span {
		font-size: 70px;
	}
}

@media (max-width: 480px) {
	.title span {
		font-size: 60px;
	}
}

.padt {
	padding-top: 100px;
}

.padd {
	padding: 90px 0 100px 0;
}

.lists {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.padt {
		padding-top: 60px;
	}
	.padd {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.padt {
		padding-top: 50px;
	}
	.padd {
		padding: 50px 0;
	}
	.lists {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
	.lists {
		margin-top: 30px;
	}
	.padt {
		padding-top: 40px;
	}
}

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.txt-over1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_cate {
	background: url(../images/img/cate_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_cate .item {
	position: relative;
	display: block;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.index_cate .item .img-box {
	padding-bottom: 57.97101449%;
}

.index_cate .item .info {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 35px 40px;
}

.index_cate .item .info b {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	font-weight: normal;
	line-height: 1.33333333;
	display: block;
	margin-top: 90px;
	color: #57bce2;
}

@media (max-width: 1199px) {
	.index_cate .item .info b {
		font-size: 28px;
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.index_cate .item .info b {
		margin-top: 20px;
	}
}

.index_cate .item .info span {
	font-size: 14px;
	line-height: 3.57142857;
	position: absolute;
	right: 35px;
	bottom: 40px;
	display: block;
	width: 170px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	background-color: #57bce2;
	box-shadow: 0 0 8px 0 rgba(0, 153, 211, .6);
}

@media (max-width: 480px) {
	.index_cate .item .info span {
		line-height: 2.85714286;
		right: 15px;
		bottom: 20px;
		width: 150px;
	}
}

.index_cate .item .info span:hover {
	opacity: .75;
}

@media (max-width: 991px) {
	.index_cate .right {
		margin-top: 30px;
	}
}

.index_cate .right .item b {
	color: #f86c17;
}

.index_cate .right .item span {
	background-color: #f86c17;
	box-shadow: 0 0 8px 0 rgba(177, 67, 0, .6);
}

.index_about {
	background: url(../images/img/about_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_about .title {
	text-align: right;
}

.index_about .title span {
	margin-top: -35px;
}

.index_about .about_box {
	margin-top: 30px;
	padding-left: 28.5%;
}

@media (max-width: 1469px) {
	.index_about .about_box {
		padding-left: 13%;
	}
}

@media (max-width: 1199px) {
	.index_about .about_box {
		padding-left: 10%;
	}
}

@media (max-width: 991px) {
	.index_about .about_box {
		margin-top: 20px;
		padding-left: 0;
	}
}

.index_about .about_box .left .info .txt p {
	font-size: 14px;
	line-height: 1.71428571;
	color: #000;
}

.index_about .about_box .left .info .more {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.index_about .about_box .left .info .more {
		margin-top: 20px;
	}
}

.index_about .about_box .left .info .more a {
	font-size: 14px;
	line-height: 3.57142857;
	display: block;
	float: left;
	width: 170px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	background-color: #57bce2;
	box-shadow: 0 0 8px 0 rgba(0, 153, 211, .6);
}

@media (max-width: 480px) {
	.index_about .about_box .left .info .more a {
		line-height: 3.57142857;
		width: 150px;
	}
}

.index_about .about_box .left .info .more a:hover {
	opacity: .75;
}

.index_about .about_box .left .info .more:after {
	display: block;
	float: right;
	width: 95px;
	height: 38px;
	margin-top: 10px;
	content: '';
	background: url(../images/img/icon_about.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.index_about .about_box .right {
		margin-top: 30px;
	}
}

.index_about .about_box .right .img-box {
	padding-bottom: 76.92307692%;
}

.index_honor {
	overflow: hidden;
}

.index_honor .lists .slick_honor {
	font-size: 0;
}

@media (max-width: 1469px) {
	.index_honor .lists .slick_honor {
		padding: 0 70px;
	}
}

.index_honor .lists .slick_honor .slick-list {
	margin: 0 -15px;
}

.index_honor .lists .slick_honor .slick-list .slick-slide {
	padding: 0 15px;
}

.index_honor .lists .slick_honor .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -80px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1469px) {
	.index_honor .lists .slick_honor .slick-arrow {
		left: 0;
	}
}

.index_honor .lists .slick_honor .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 40px;
	line-height: 50px;
	display: block;
	width: 50px;
	height: 50px;
	content: '\e602';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: center;
	color: #57bce2;
}

@media (max-width: 480px) {
	.index_honor .lists .slick_honor .slick-arrow:before {
		font-size: 30px;
	}
}

.index_honor .lists .slick_honor .slick-arrow:hover:before {
	color: #f86c17;
}

.index_honor .lists .slick_honor .slick-next {
	right: -80px;
	left: auto;
}

@media (max-width: 1469px) {
	.index_honor .lists .slick_honor .slick-next {
		right: 0;
	}
}

.index_honor .lists .slick_honor .slick-next:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.index_honor .lists .slick_honor .item {
	display: block;
}

.index_honor .lists .slick_honor .item .img-box {
	padding-bottom: 126.41509434%;
}

.index_honor .lists .slick_honor .item p {
	font-family: 'Montserrat-Light';
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
	margin-top: 15px;
	text-align: center;
	color: #333;
}

.index_honor .more a {
	font-size: 14px;
	line-height: 3.57142857;
	display: block;
	width: 170px;
	margin: auto;
	margin-top: 50px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	background-color: #57bce2;
}

@media (max-width: 480px) {
	.index_honor .more a {
		line-height: 2.85714286;
		width: 150px;
		margin-top: 30px;
	}
}

.index_honor .more a:hover {
	opacity: .8;
}

.index_news {
	overflow: hidden;
	background: url(../images/img/news_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_news .news_box .title {
	width: 29%;
	text-align: left;
}

@media (max-width: 991px) {
	.index_news .news_box .title {
		width: 100%;
	}
}

.index_news .news_box .title span {
	margin-top: -35px;
}

.index_news .news_box .item_box {
	overflow: hidden;
	width: 71%;
	border-radius: 0 50px 0 0;
	background: url(../images/img/new_bg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.index_news .news_box .item_box {
		width: 100%;
		margin-top: 20px;
	}
}

.index_news .news_box .item_box a {
	display: block;
}

.index_news .news_box .item_box a .pic {
	width: 42.5%;
}

@media (max-width: 600px) {
	.index_news .news_box .item_box a .pic {
		width: 100%;
	}
}

.index_news .news_box .item_box a .pic .img-box {
	padding-bottom: 66.66666666666667%;
}

.index_news .news_box .item_box a .note {
	font-family: 'Montserrat-Light';
	width: 57.5%;
	padding: 70px 35px;
	color: #fff;
}

@media (max-width: 1469px) {
	.index_news .news_box .item_box a .note {
		padding: 50px 30px;
	}
}

@media (max-width: 1199px) {
	.index_news .news_box .item_box a .note {
		padding: 30px 20px;
	}
}

@media (max-width: 600px) {
	.index_news .news_box .item_box a .note {
		width: 100%;
	}
}

.index_news .news_box .item_box a .note .msg b {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.66666667;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_news .news_box .item_box a .note .msg p {
	font-size: 14px;
	line-height: 1.71428571;
	display: -webkit-box;
	overflow: hidden;
	height: 72px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index_news .news_box .item_box a .note .more {
	margin-top: 10px;
}

.index_news .news_box .item_box a .note .more p {
	font-size: 14px;
	line-height: 1.71428571;
	float: left;
}

.index_news .news_box .item_box a .note .more span {
	font-size: 14px;
	line-height: 1.71428571;
	float: right;
}

@media (max-width: 991px) {
	.index_news .list {
		margin-top: 30px;
	}
}

.index_news .list ul {
	margin: 0 -25px;
}

.index_news .list ul li {
	padding: 0 25px;
}

.index_news .list .pic_img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 0 0 0 50px;
}

.index_news .list .pic_img .img-box {
	padding-bottom: 72.22222222%;
}

.index_news .list .pic_img p {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	line-height: 1;
	position: absolute;
	bottom: 30px;
	left: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.index_news .list .pic_img p:before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	content: '';
	vertical-align: middle;
	border-radius: 50%;
	background-color: #57bce2;
}

.index_news .list .item {
	position: relative;
	display: block;
	border-bottom: 3px solid #d6d6d6;
}

@media (max-width: 991px) {
	.index_news .list .item {
		margin-bottom: 20px;
	}
}

.index_news .list .item:hover:after {
	width: 100%;
}

.index_news .list .item:hover .msg b {
	border-bottom: 1px solid #57bce2;
}

.index_news .list .item:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	display: block;
	width: 0;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	border-bottom: 3px solid #57bce2;
}

.index_news .list .item .msg {
	padding-top: 22px;
}

.index_news .list .item .msg b {
	font-size: 18px;
	font-weight: normal;
	line-height: 2.77777778;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #57bce2;
	border-bottom: 1px solid #d3d3d3;
}

.index_news .list .item .msg p {
	font-size: 14px;
	line-height: 1.71428571;
	display: -webkit-box;
	overflow: hidden;
	height: 72px;
	margin-top: 15px;
	color: #000;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index_news .list .item .more {
	margin-top: 10px;
	padding-bottom: 30px;
}

@media (max-width: 600px) {
	.index_news .list .item .more {
		padding-bottom: 10px;
	}
}

.index_news .list .item .more p {
	font-size: 14px;
	line-height: 1.71428571;
	float: left;
	color: #888;
}

.index_news .list .item .more span {
	font-size: 14px;
	line-height: 1.71428571;
	float: right;
	color: #888;
}

.pagebanner {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 0;
}

@media (max-width: 1199px) {
	.pagebanner {
		padding-top: 70px;
	}
}

.pagebanner .item {
	position: relative;
}

@media (max-width: 1199px) {
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 991px) {
	.pagebanner .item {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
}

.pagebanner .item .img-box {
	padding-bottom: 23.4375%;
}

.product {
	overflow: hidden;
}

@media (max-width: 991px) {
	.product {
		padding: 50px 0;
	}
}

@media (max-width: 480px) {
	.product {
		padding: 40px 0;
	}
}

.product .left {
	width: 15%;
}

@media (max-width: 1199px) {
	.product .left {
		width: 26%;
	}
}

@media (max-width: 991px) {
	.product .left {
		display: none;
	}
}

.product .left .prod_tab{
	margin-top: 20px;
}

.product .left .prod_tab ul {
	margin: 0;
}

.product .left .prod_tab ul li {
	padding: 0;
}

.product .left .prod_tab ul li:hover a,
.product .left .prod_tab ul li.active a {
	color: #fff;
	border: 1px solid #57bce2;
	background-color: #57bce2;
}

.product .left .prod_tab ul li a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 45px;
	color: #666;
	border: 1px solid #eee;
	background-color: #fff;
	transition: all .35s;
}

.product .left .prod_tab ul li a:before {
	font-family: 'iconfont' !important;
	font-weight: normal;
	display: inline-block;
	vertical-align: bottom;
	content: '\e60e';
	font-size: 40px;
	width: 33px;
}

.product .left .prod_tab ul li:nth-child(2) a:before {
	width: 36px;
	content: '\e60f';
	font-size: 36px;
}

.product .left .tit{
	display: none;
}

.product .left .tit.cat {
	text-align: center;
	background: url(../images/img/tit_catbg.jpg) no-repeat center;
	background-color: #f8f8f8;
	background-size: 100% 100%;
}

.product .left .tit.dog {
	text-align: center;
	background: url(../images/img/tit_dogbg.jpg) no-repeat center;
	background-color: #f8f8f8;
	background-size: 100% 100%;
}

.product .left .tit b {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	font-weight: normal;
	line-height: 100px;
	display: block;
	color: #57bce2;
}

.product .left .menu {
	position: relative;
	margin-top: 10px;
	padding-bottom: 200px;
	background-color: #fff;
}

.product .left .menu:after {
	position: absolute;
	right: 15px;
	bottom: 0;
	display: block;
	width: 102px;
	height: 120px;
	content: '';
	background: url(../images/img/icon_prod.png) no-repeat center;
	background-size: cover;
}

.product .left .menu.dog:after {
	display: block;
	content: '';
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 90px;
	height: 120px;
	background: url(../images/img/icon_dogprod.png) no-repeat center;
	background-size: cover;
}

.product .left .menu .menu1>li>a {
	/*font-family: 'Montserrat-Light';*/
	font-size: 16px;
	line-height: 30px;
	position: relative;
	display: block;
	padding: 15px 20px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #000;
}

@media (max-width: 1199px) {
	.product .left .menu .menu1>li>a {
		padding: 15px 20px;
	}
}

.product .left .menu .menu1>li>a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '\e728';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.product .left .menu .menu1>li>a:before {
		right: 15px;
	}
}

.product .left .menu .menu1>li.active>a {
	font-family: 'Montserrat-Bold';
	color: #fff;
	background-color: #57bce2;
}

.product .left .menu .nomore .menu3,
.product .left .menu .nomore .menu2 {
	display: none;
	padding: 15px 0;
}

.product .left .menu .nomore .menu3>li,
.product .left .menu .nomore .menu2>li {
	position: relative;
	padding-left: 0;
	cursor: pointer;
}

.product .left .menu .nomore .menu3 .more>a,
.product .left .menu .nomore .menu2 .more>a {
	position: relative;
}

.product .left .menu ul.menu2>li>a {
	font-size: 14px;
	line-height: 35px;
	position: relative;
	left: 0;
	display: block;
	padding-left: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333;
}

.product .left .menu ul.menu2>li.active>a,
.product .left .menu ul.menu2>li:hover>a {
	color: #57bce2;
}

.product .left .menu ul.menu3>li>a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding-left: 40px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333;
}

.product .left .menu ul.menu3>li>a:hover {
	text-decoration: underline !important;
	color: #1e4e9e;
}

.product .right {
	width: 85%;
	padding: 100px 0 100px 50px;
}

@media (max-width: 1469px) {
	.product .right {
		padding: 100px 0 100px 30px;
	}
}

@media (max-width: 1199px) {
	.product .right {
		width: 74%;
	}
}

@media (max-width: 991px) {
	.product .right {
		width: 100%;
		padding: 0;
	}
}

.product .right .prod_lists .item {
	display: block;
	margin-bottom: 30px;
}

.product .right .prod_lists .item .pic {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.product .right .prod_lists .item .pic .name {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	text-align: center;
}

.product .right .prod_lists .item .pic .name p {
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	line-height: 1.42857143;
	overflow: hidden;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #57bce2;
}

.product .right .prod_lists .item .info {
	text-align: center;
}

.product .right .prod_lists .item .info p {
	font-size: 14px;
	line-height: 1.42857143;
	display: -webkit-box;
	overflow: hidden;
	height: 40px;
	padding: 0 10px;
	color: #000;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.product .right .page {
	padding: 30px 0 0 0;
}

@media (max-width: 1199px) {
	.product .right .page {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 480px) {
	.product .right .page {
		padding: 10px 0 0 0;
	}
}

.product_details .product_box {
	font-size: 0;
}

.product_details .product_box .item {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}

.product_details .product_box .lef {
	width: 70%;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
	.product_details .product_box .lef {
		float: none;
		width: 90%;
		margin: auto;
	}
}

@media (max-width: 480px) {
	.product_details .product_box .lef {
		width: 100%;
	}
}

.product_details .product_box .rig {
	width: 24%;
	padding-left: 30px;
}

@media (max-width: 991px) {
	.product_details .product_box .rig {
		width: 100%;
		padding-left: 0;
	}
}

.product_details .product_box .rig .prod_pic .slider-nav {
	padding: 40px 0;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_pic .slider-nav {
		padding: 30px 60px;
	}
}

@media (max-width: 480px) {
	.product_details .product_box .rig .prod_pic .slider-nav {
		padding: 20px 40px;
	}
}

.product_details .product_box .rig .prod_pic .slider-nav .slick-list {
	margin: -5px 0;
}

.product_details .product_box .rig .prod_pic .slider-nav .slick-list .slick-slide {
	padding: 5px;
}

.product_details .product_box .rig .prod_pic .slider-nav .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: none;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_pic .slider-nav .slick-arrow {
		top: 45%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-webkit-transform: translateX(0);
		-webkit-transform: rotate(-90deg);
		-ms-transform: translateY(-50%);
		-ms-transform: translateX(0);
		-ms-transform: rotate(-90deg);
		transform: translateY(-50%);
		transform: translateX(0);
		transform: rotate(-90deg);
	}
}

.product_details .product_box .rig .prod_pic .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	line-height: 24px;
	display: block;
	width: 50px;
	height: 24px;
	content: '\e603';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #888;
}

@media (max-width: 480px) {
	.product_details .product_box .rig .prod_pic .slider-nav .slick-arrow:before {
		font-size: 18px;
	}
}

.product_details .product_box .rig .prod_pic .slider-nav .slick-arrow:hover:before {
	color: #57bce2;
}

.product_details .product_box .rig .prod_pic .slider-nav .slick-next {
	top: auto;
	bottom: 0;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_pic .slider-nav .slick-next {
		top: 45%;
		right: 0;
		bottom: auto;
		left: auto;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

.product_details .product_box .rig .prod_pic .slider-nav .slick-next:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.product_details .prod_arrow {
	margin-top: 30px;
}

@media (max-width: 480px) {
	.product_details .prod_arrow {
		float: none;
		margin-top: 0;
	}
}

.product_details .prod_arrow .item:hover a,
.product_details .prod_arrow .item:hover:after,
.product_details .prod_arrow .item:hover:before {
	color: #57bce2;
}

.product_details .prod_arrow .item a {
	font-size: 18px;
	line-height: 2.77777778;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #222;
}

@media (max-width: 480px) {
	.product_details .prod_arrow .item a {
		font-size: 16px;
	}
}

.product_details .prod_arrow .item a:before {
	font-family: 'iconfont' !important;
	font-size: 28px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e627';
	-webkit-transition: all .2s;
	transition: all .2s;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.product_details .prod_arrow .item a:before {
		font-size: 24px;
		margin-right: 10px;
	}
}

.product_details .prod_arrow .next {
	margin-left: 80px;
}

@media (max-width: 1199px) {
	.product_details .prod_arrow .next {
		margin-left: 30px;
	}
}

@media (max-width: 480px) {
	.product_details .prod_arrow .next {
		margin-left: 0;
	}
}

.product_details .prod_arrow .next a:before {
	display: none;
}

.product_details .prod_arrow .next:after {
	font-family: 'iconfont' !important;
	font-size: 28px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	content: '\e626';
	-webkit-transition: all .2s;
	transition: all .2s;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.product_details .prod_arrow .next:after {
		font-size: 24px;
		margin-left: 6px;
	}
}

.product_details .prod_info {
	margin-top: 30px;
}

@media (max-width: 480px) {
	.product_details .prod_info {
		margin-top: 20px;
	}
}

.product_details .prod_info h1 {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	font-weight: normal;
	line-height: 1.06666667;
	display: block;
	margin: 0;
	color: #333;
}

@media (max-width: 991px) {
	.product_details .prod_info h1 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.product_details .prod_info h1 {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.product_details .prod_info h1 {
		font-size: 24px;
	}
}

.product_details .prod_info .name {
	margin-top: 10px;
}

.product_details .prod_info .name p {
	font-size: 20px;
	line-height: 1.2;
	color: #333;
}

.product_details .prod_info .txt {
	margin-top: 10px;
}

.product_details .prod_info .txt p {
	font-size: 18px;
	line-height: 1.33333333;
	color: #333;
}

@media (max-width: 480px) {
	.product_details .prod_info .txt p {
		font-size: 15px;
		line-height: 1.6;
	}
}

.product_details .prod_relate {
	margin-top: 80px;
}

@media (max-width: 991px) {
	.product_details .prod_relate {
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	.product_details .prod_relate {
		margin-top: 50px;
	}
}

@media (max-width: 480px) {
	.product_details .prod_relate {
		margin-top: 40px;
	}
}

.product_details .prod_relate .tit b {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	font-weight: normal;
	line-height: 1.06666667;
	display: block;
	color: #333;
}

@media (max-width: 991px) {
	.product_details .prod_relate .tit b {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.product_details .prod_relate .tit b {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.product_details .prod_relate .tit b {
		font-size: 24px;
	}
}

.product_details .prod_relate .list {
	margin-top: 30px;
}

.product_details .prod_relate .list .item {
	display: block;
	margin-bottom: 30px;
}

.product_details .prod_relate .list .item .pic {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.product_details .prod_relate .list .item .pic .name {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	text-align: center;
}

.product_details .prod_relate .list .item .pic .name p {
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	line-height: 1.42857143;
	overflow: hidden;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #57bce2;
}

.product_details .prod_relate .list .item .info {
	text-align: center;
}

.product_details .prod_relate .list .item .info p {
	font-size: 14px;
	line-height: 1.42857143;
	display: -webkit-box;
	overflow: hidden;
	height: 40px;
	padding: 0 10px;
	color: #000;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.process .tit {
	text-align: center;
}

.process .tit b {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	line-height: 1;
	display: block;
	color: #333;
}

@media (max-width: 991px) {
	.process .tit b {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.process .tit b {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.process .tit b {
		font-size: 24px;
	}
}

.process .page_nav {
	padding: 50px 0;
	border-bottom: 1px solid #d3d3d3;
}

@media (max-width: 991px) {
	.process .page_nav {
		padding: 40px 0;
	}
}

@media (max-width: 515px) {
	.process .page_nav {
		padding: 20px 0;
	}
}

.process .page_nav ul {
	text-align: center;
}

.process .page_nav ul li {
	display: inline-block;
	margin: 0 15px;
}

@media (max-width: 600px) {
	.process .page_nav ul li {
		margin: 0 10px;
	}
}

@media (max-width: 515px) {
	.process .page_nav ul li {
		margin: 10px 0;
	}
}

.process .page_nav ul li a {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	line-height: 50px;
	display: block;
	width: 270px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #888;
	border-radius: 25px;
	background-color: #f8f8f8;
}

@media (max-width: 991px) {
	.process .page_nav ul li a {
		font-size: 16px;
		line-height: 45px;
		width: 240px;
	}
}

@media (max-width: 600px) {
	.process .page_nav ul li a {
		font-size: 15px;
		line-height: 40px;
		width: 220px;
	}
}

.process .page_nav ul li:hover a {
	color: #fff;
	background-color: #f86c17;
	box-shadow: 0 0 8px 0 rgba(177, 67, 0, .6);
}

.process .page_nav ul .active a {
	color: #fff;
	background-color: #f86c17;
	box-shadow: 0 0 8px 0 rgba(177, 67, 0, .6);
}

.process .lists .pic img {
	max-width: 100%;
	height: auto !important;
}

.about_wrap .about .title {
	text-align: left;
}

.about_wrap .about .txt {
	margin: 20px 0 0 0;
}

.about_wrap .about .txt p {
	font-size: 14px;
	line-height: 1.71428571;
	color: #333;
}

.about_wrap .about .list .pic {
	margin-top: 30px;
}

.about_wrap .about .list .pic .img-box {
	padding-bottom: 60.60606061%;
}

.about_wrap .index_honor {
	background-color: #f8f8f8;
}

.about_wrap .index_honor .slick_honor .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -70px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1469px) {
	.about_wrap .index_honor .slick_honor .slick-arrow {
		left: 0;
	}
}

.about_wrap .index_honor .slick_honor .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 40px;
	line-height: 50px;
	display: block;
	width: 50px;
	height: 50px;
	content: '\e672';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	text-align: center;
	color: #888;
}

@media (max-width: 480px) {
	.about_wrap .index_honor .slick_honor .slick-arrow:before {
		font-size: 30px;
	}
}

.about_wrap .index_honor .slick_honor .slick-arrow:hover:before {
	color: #57bce2;
}

.about_wrap .index_honor .slick_honor .slick-next {
	right: -70px;
	left: auto;
}

@media (max-width: 1469px) {
	.about_wrap .index_honor .slick_honor .slick-next {
		right: 0;
	}
}

.about_wrap .index_honor .slick_honor .slick-next:before {
	content: '\e671';
}

.about_wrap .about_factory .title {
	text-align: left;
}

.about_wrap .about_factory .txt {
	margin: 20px 0 0 0;
}

.about_wrap .about_factory .txt p {
	font-size: 14px;
	line-height: 1.71428571;
	color: #333;
}

.about_wrap .about_factory .list .slick_factory {
	font-size: 0;
}

@media (max-width: 1469px) {
	.about_wrap .about_factory .list .slick_factory {
		padding: 0 70px;
	}
}

.about_wrap .about_factory .list .slick_factory .slick-list {
	margin: 0 -15px;
}

.about_wrap .about_factory .list .slick_factory .slick-list .slick-slide {
	padding: 0 15px;
}

.about_wrap .about_factory .list .slick_factory .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -70px;
	margin-top: 15px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1469px) {
	.about_wrap .about_factory .list .slick_factory .slick-arrow {
		left: 0;
	}
}

.about_wrap .about_factory .list .slick_factory .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 40px;
	line-height: 50px;
	display: block;
	width: 50px;
	height: 50px;
	content: '\e672';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #888;
}

@media (max-width: 480px) {
	.about_wrap .about_factory .list .slick_factory .slick-arrow:before {
		font-size: 30px;
	}
}

.about_wrap .about_factory .list .slick_factory .slick-arrow:hover:before {
	color: #57bce2;
}

.about_wrap .about_factory .list .slick_factory .slick-next {
	right: -70px;
	left: auto;
}

@media (max-width: 1469px) {
	.about_wrap .about_factory .list .slick_factory .slick-next {
		right: 0;
	}
}

.about_wrap .about_factory .list .slick_factory .slick-next:before {
	content: '\e671';
}

.about_wrap .about_factory .list .slick_factory .item {
	margin-top: 30px;
}

.about_wrap .about_factory .list .slick_factory .item .pic .img-box {
	padding-bottom: 66.66666667%;
}

.news .list .item {
	display: block;
	margin-bottom: 50px;
}

@media (max-width: 1469px) {
	.news .list .item {
		margin-bottom: 40px;
	}
}

.news .list .item .pic .img-box {
	padding-bottom: 66.66666667%;
}

.news .list .item .info {
	padding-top: 20px;
}

.news .list .item .info b {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	font-weight: normal;
	line-height: 1.44444444;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.news .list .item .info b:after {
	display: block;
	width: 20px;
	height: 2px;
	margin: 5px 0;
	content: '';
	background-color: #57bce2;
}

.news .list .item .info p {
	font-weight: bold;
	font-family: 'Montserrat-Light';
	font-size: 14px;
	line-height: 1.71428571;
	display: -webkit-box;
	overflow: hidden;
	height: 42px;
	margin-bottom: 15px;
	color: #333;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .list .item .info span {
	font-family: 'Montserrat-Light';
	font-size: 14px;
	line-height: 1.85714286;
	color: #333;
}

.news .list .item .info span:after {
	display: inline-block;
	width: 75%;
	height: 1px;
	margin-left: 20px;
	content: '';
	vertical-align: middle;
	background-color: #d3d3d3;
}

@media (max-width: 1469px) {
	.news .list .item .info span:after {
		width: 70%;
	}
}

@media (max-width: 1199px) {
	.news .list .item .info span:after {
		width: 60%;
	}
}

.news .page {
	padding: 30px 0 0 0;
}

@media (max-width: 1199px) {
	.news .page {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 991px) {
	.news .page {
		padding: 10px 0;
	}
}

.news_details .news_title b {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	line-height: 1.2;
	display: block;
	color: #333;
}

@media (max-width: 991px) {
	.news_details .news_title b {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.news_details .news_title b {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.news_details .news_title b {
		font-size: 22px;
	}
}

.news_details .news_title p {
	font-family: 'Montserrat-Light';
	font-size: 14px;
	line-height: 1.85714286;
	position: relative;
	margin-top: 15px;
	color: #888;
}

.news_details .news_title p:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 93%;
	height: 1px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #d3d3d3;
}

@media (max-width: 1199px) {
	.news_details .news_title p:after {
		width: 90%;
	}
}

@media (max-width: 991px) {
	.news_details .news_title p:after {
		width: 80%;
	}
}

@media (max-width: 480px) {
	.news_details .news_title p:after {
		width: 70%;
	}
}

.news_details .info {
	margin-top: 20px;
}

.news_details .info p {
	font-weight: bold;
	font-family: 'Montserrat-Light';
	font-size: 14px;
	line-height: 1.71428571;
	color: #666;
}

.news_details .info p img {
	max-width: 100%;
	height: auto !important;
}

.news_details .news_page {
	margin-top: 30px;
	border-top: 1px solid #d3d3d3;
}

.news_details .news_page .item {
	margin-top: 20px;
}

.news_details .news_page .item a {
	font-weight: bold;
	font-family: 'Montserrat-Light';
	font-size: 14px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #888;
}

.news_details .news_page .item a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	content: '\e728';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_details .news_page .item a:hover {
	color: #57bce2;
}

.news_details .news_page .next {
	margin-top: 15px;
}

.contact .title b {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	line-height: 1.2;
	display: block;
	color: #333;
}

@media (max-width: 991px) {
	.contact .title b {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.contact .title b {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.contact .title b {
		font-size: 22px;
	}
}

.contact .lists ul {
	margin: 0;
}

.contact .lists ul li {
	padding: 0;
	background-color: #f0f0f0;
}

.contact .lists ul li:nth-child(odd) {
	background-color: #f8f8f8;
}

.contact .lists ul li .item {
	padding: 50px 0 30px 0;
	text-align: center;
}

@media (max-width: 480px) {
	.contact .lists ul li .item {
		padding: 30px 0;
	}
}

.contact .lists ul li .item span {
	font-size: 14px;
	line-height: 1.71428571;
	display: block;
	color: #333;
}

.contact .lists ul li .item span:before {
	font-family: 'iconfont' !important;
	font-size: 38px;
	font-style: normal;
	display: block;
	height: 40px;
	margin-bottom: 20px;
	content: '\e608';
	text-align: center;
	color: #888;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact .lists ul li .item p {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.71428571;
	word-break: break-word;
	color: #333;
}

.contact .lists ul li .item p a:hover {
	text-decoration: underline !important;
	color: #57bce2;
}

.contact .lists ul li .tel span:before {
	font-size: 40px;
}

.contact .lists ul li .phone span:before {
	content: '\e615';
}

.contact .lists ul li .fax span:before {
	content: '\e606';
}

.contact .lists ul li .email span:before {
	content: '\e607';
}

.contact .lists ul li .web span:before {
	content: '\e6c6';
}

.contact .lists ul li .address span:before {
	content: '\e75e';
}

.contact .contact_box .message_box p {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	line-height: 1.38888889;
	color: #333;
}

.contact .contact_box .message_box .message_form {
	margin-top: 20px;
}

.contact .contact_box .message_box .message_form ul {
	margin: 0 -5px;
}

.contact .contact_box .message_box .message_form ul li {
	position: relative;
	margin-bottom: 10px;
	padding: 0 5px;
}

.contact .contact_box .message_box .message_form ul li:nth-child(5):before {
	top: 10px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.contact .contact_box .message_box .message_form ul li:last-child:before {
	display: none;
}

.contact .contact_box .message_box .message_form ul li:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 6px;
	display: block;
	width: 3px;
	height: 30px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #57bce2;
}

.contact .contact_box .message_box .message_form ul li input,
.contact .contact_box .message_box .message_form ul li textarea {
	font-family: 'Montserrat-Light';
	font-size: 14px;
	line-height: 50px;
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #000;
	background-color: #f8f8f8;
}

.contact .contact_box .message_box .message_form ul li textarea {
	line-height: 28px;
	min-height: 190px;
	padding: 10px 20px;
}

.contact .contact_box .message_box .message_form ul li input::-webkit-input-placeholder,
.contact .contact_box .message_box .message_form ul li textarea::-webkit-input-placeholder {
	color: #888;
}

.contact .contact_box .message_box .message_form ul li input:-o-placeholder,
.contact .contact_box .message_box .message_form ul li textarea:-o-placeholder {
	color: #888;
}

.contact .contact_box .message_box .message_form ul li input::-moz-placeholder,
.contact .contact_box .message_box .message_form ul li textarea::-moz-placeholder {
	color: #888;
}

.contact .contact_box .message_box .message_form ul li input:-ms-input-placeholder,
.contact .contact_box .message_box .message_form ul li textarea:-ms-input-placeholder {
	color: #888;
}

.contact .contact_box .message_box .message_form ul li input:focus::-webkit-input-placeholder,
.contact .contact_box .message_box .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #e3e3e3;
}

.contact .contact_box .message_box .message_form ul li input:focus::-o-placeholder,
.contact .contact_box .message_box .message_form ul li textarea:focus::-o-placeholder {
	color: #e3e3e3;
}

.contact .contact_box .message_box .message_form ul li input:focus::-moz-placeholder,
.contact .contact_box .message_box .message_form ul li textarea:focus::-moz-placeholder {
	color: #e3e3e3;
}

.contact .contact_box .message_box .message_form ul li input:focus::-ms-input-placeholder,
.contact .contact_box .message_box .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #e3e3e3;
}

.contact .contact_box .message_box .message_form ul li button {
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	line-height: 3.57142857;
	display: block;
	width: 170px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	background-color: #57bce2;
}

.contact .contact_box .message_box .message_form ul li button:hover {
	opacity: .8;
}

@media (max-width: 991px) {
	.contact .contact_box .message_box .message_form ul li button {
		padding: 0 50px;
	}
}

@media (max-width: 480px) {
	.contact .contact_box .message_box .message_form ul li button {
		padding: 0 40px;
	}
}

@media (max-width: 991px) {
	.contact .contact_box .map {
		margin-top: 30px;
	}
}

.contact .contact_box .map .map-content {
	height: 460px;
}

@media (max-width: 480px) {
	.contact .contact_box .map .map-content {
		height: 300px;
	}
}