﻿* {
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	margin: 0;
	padding: 0;
}

html,
body {
	font-size: 12px;
	background: #fff;
	font-weight: normal;
	color: #595656;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "PingFang SC", "Microsoft Yahei", "Helvetica Neue", "Heiti SC", Helvetica, Arial, "苹方", "微软雅黑", "黑体", "宋体", sans-serif;
}

body {
	overflow-x: hidden;
	background: #eeeff1;
}

img {
	border: none;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:link {
	color: #414042;
}

a:visited {
	color: #414042;
}

a:hover {
	color: #414042;
}

a:active {
	color: #414042;
}

ul,
li {
	list-style-type: none;
}

input,
button,
select,
textarea {
	outline: none;
	border: none;
	-webkit-appearance: none !important;
}

.clear {
	clear: both;
}

header {
	height: 85px;
	width: 100%;
	z-index: 999;
	background-image: url(../images/header.png);
	background-size: auto 100%;
	background-position: center;
	position: absolute;
	top: 0;
}

section {
	width: 1200px;
	margin: 0 auto;
}

header section {
	width: 1140px;
	margin: 0 auto;
	position: relative;
	height: 85px;
}

h1 {
	background-image: url(../images/logo.svg);
	text-indent: -100em;
	width: 154px;
	height: 75px;
	margin-top: 5px;
	float: left;
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-left: 15px;
}

header nav {
	float: right;
	line-height: 52px;
	color: #414042;
	font-size: 15px;
}
header nav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header nav li {
	margin-left: 50px;
	cursor: pointer;
	position: relative;
}

header nav li:hover::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #b58f48;
}

header nav li a:link {
	color: #414042;
}

header nav li a:visited {
	color: #414042;
}

header nav li a:hover {
	color: #414042;
}

header nav li a:active {
	color: #414042;
}

header nav li:first-child {
	margin-left: 0;
}header nav li:last-child {
	margin-right: 0;
}

.fload {
	height: 31px;
	position: absolute;
	top: 52px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 990;
	width: auto;
	color: #fff;
	display: none;
	text-align: center;
}

.fload ul {
	font-size: 14px;
	line-height: 31px;
	display: flex;
	align-items: center;
	justify-self: center;
}

.fload ul li {
	margin-right: 30px;
	width: max-content;
	margin-left: 0;
}

header nav li:hover .fload ul ::after {
	display: none;
}

header nav li .fload ul li:hover ::after {
	display: none;
}

header nav li .fload ul li a:link {
	color: #fff;
}

header nav li .fload ul li a:visited {
	color: #fff;
}

header nav li .fload ul li a:hover {
	color: #b58f48;
}

header nav li .fload ul li a:active {
	color: #fff;
}

#fload1 {
	background: rgba(255, 255, 255, 0.9);
	height: 50px;
	position: absolute;
	z-index: 900;
	width: 100%;
	border-bottom: 1px solid #C5C9D0;
	color: #525d68;
}

#fload1 h3 {
	font-size: 20px;
	font-weight: normal;
	float: left;
	line-height: 50px;
}

#fload1 ul {
	float: right;
	font-size: 15px;
	line-height: 20px;
	margin-top: 15px;
}

#fload1 ul li {
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #525D68;
}

#fload1 ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.search1 {
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

.search-input {
	width: 27%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	top: 0;
	border: none;
	background: none;
	color: #848484;
}

.search1 .search-button {
	width: 10%;
	height: 32px;
	line-height: 32px;
	top: 0;
	right: 0;
	background: none;
	color: #848484;
}


/**导航中英文切换**/
/**.jianti{width:80px;height:50px;position:relative;float:left; overflow:hidden;}
.jianti div{width:80px;height:50px;line-height:50px;position:absolute;text-align:center;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}

.jianti .one{top:0;left:0;z-index:1;font-family: 'Century-Gothic-R'; font-size:12px;}
.jianti:hover .one{top:-50px;left:0;}
.jianti .one a{text-decoration:none;}

.jianti .two{bottom:-50px;left:0;z-index:2;}
.jianti:hover .two{bottom:0px;left:0;}
.jianti .two a{text-decoration:none;}
**/

/**banner**/
.banner {
	width: 100%;
	background: #eeeff1;
}

.swiper-container {
	height: 719px;
	background-color: #eeeff1;
}

.swiper-container .swiper-slide {
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-container .swiper-slide_1 {
	background-image: url(../images/banner_1.jpg);
}

.swiper-container .swiper-slide_2 {
	background-image: url(../images/banner_2.jpg);
}

.swiper-container .swiper-slide_3 {
	background-image: url(../images/banner_3.jpg);
}

.swiper-slide section {
	width: 1140px;
	margin: 0 auto;
}

.swiper-slide section .subtitle {
	position: absolute;
	top: 220px;
	width: 700px;
	height: auto;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
}

.swiper-slide section .subtitle1 {
	color: #966b1d;
}

.swiper-slide section .subtitle h3 {
	font-size: 70px;
	font-family: 'Century-Gothic-B';
	font-weight: 300;
}

.swiper-slide section .subtitle span {
	font-size: 70px;
	font-weight: lighter;
	font-family: 'SiYuan-ExtraLigda90ef36a16b5f';
}

.swiper-slide section .subtitle p {
	font-size: 26px;
	font-weight: lighter;
	margin-top: 25px;
	letter-spacing: 5px;
}

.swiper-pagination-bullet {
	width: 70px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 0%;
	opacity: inherit;
}

.swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 0.7);
	border: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 80px;
	left: -570px;
	width: 1140px;
	margin-left: 50%;
	text-align: left;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: none;
}

/**首页猫狗分类**/
.pr_list {
	height: 535px;
	margin-bottom: 20px;
}

.pr_list_left {
	width: 50%;
	background: #fff;
	float: left;
	height: 535px;
	box-sizing: border-box;
	padding: 0 30px;
	position: relative;
}

/**.pr_list_left_21:hover{
	background: #2e3192;
}
.pr_list_left_21:hover h4{
	color: #fff;
}
.pr_list_left_21:hover span{
	color: #fff;
}
.pr_list_left_21:hover p{
	color: #fff;
}
.pr_list_left_21:hover .pr_list_left_div{
	background: #0099ff;
}
.pr_list_left_21:hover .pr_list_left_div h5{
	color: #2e3192;
}
.pr_list_left_21:hover .pr_list_left_div h5::before{
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	border-right: 1px solid #2e3192;
	position: absolute;
	left: 50%;
	top: 55px;
}
.pr_list_left_21:hover .pr_list_left_div h5::after{
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	border-right: 1px solid #2e3192;
	position: absolute;
	left: 50%;
	bottom:55px;
}
.pr_list_left_21:hover ul{
	border-top: 1px solid #fff;
}
.pr_list_left_21:hover ul li{
	border-right: 1px solid #fff;
	color: #fff;
}
.pr_list_left_21:hover ul li .icon-arrow{
	color: #fff;
}
**/
.pr_list_left_info {
	width: 70%;
	margin-top: 150px;
}

.pr_list_left h4 {
	/**font-family:'Century-Gothic-B';**/
	font-size: 26px;
	color: #414042;
	padding-bottom: 15px;
	font-weight: normal;
}

.pr_list_left h4::after {
	content: "";
	width: 15px;
	display: block;
	border-bottom: 1px solid #808285;
	margin-top: 30px;
}

.pr_list_left span {
	font-family: 'Century-Gothic-B';
	font-size: 16px;
	color: #414042;
	padding-bottom: 15px;
	display: block;
}

.pr_list_left p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #414042;
}

.pr_list_left_div {
	width: 160px;
	height: 160px;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.pr_list_left_div h5 {
	font-size: 15px;
	color: #808285;
	line-height: 160px;
	font-weight: lighter;
	position: relative;
}

.pr_list_left_div h5::before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	border-right: 1px solid #808285;
	position: absolute;
	left: 50%;
	top: 55px;
}

.pr_list_left_div h5::after {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	border-right: 1px solid #808285;
	position: absolute;
	left: 50%;
	bottom: 55px;
}

.pr_list_left ul {
	position: absolute;
	bottom: 0;
	border-top: 1px solid #808285;
	width: calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	overflow: hidden;
}

.pr_list_left ul li {
	width: 50%;
	float: left;
	font-size: 14px;
	/**font-family:'Century-Gothic-R';**/
	line-height: 40px;
	box-sizing: border-box;
	border-right: 1px solid #808285;
	margin: 15px 0 15px 0;
	position: relative;
}

.pr_list_left ul .li_22 {
	border-right: none;
	padding-left: 30px;
}

.pr_list_left:hover ul .li_22 {
	border-right: none;
	padding-left: 30px;
}

.pr_list_left ul li .icon-arrow {
	color: #808285;
	font-size: 24px;
	position: absolute;
	top: 8px;
	right: 30px;
}

.pr_list_right {
	width: 50%;
	background: #fff;
	float: left;
	height: 535px;
	box-sizing: border-box;
	position: relative;
}

.pr_list_right_info {
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	position: absolute;
	background: #fff;
	top: -80px;
	padding: 30px 0 0 30px;
	z-index: 9999;
}

.pr_list_right_info h4 {
	/**font-family:'Century-Gothic-B';**/
	font-size: 26px;
	color: #414042;
	font-weight: normal;
}

.pr_list_right_info h4::after {
	content: "";
	width: 8px;
	border-bottom: 1px solid #808285;
	display: block;
	margin: 5px 0 10px;
}

.pr_list_right_info p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #414042;
	letter-spacing: 1px;
}

.pr_list_right_info span {
	font-size: 2rem;
	margin-top: 34px;
	display: block;
	margin-bottom: 15px
}

.pr_list_right_info ul {
	border-top: 1px solid #808285;
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
}

.pr_list_right_info ul li {
	font-size: 14px;
	/*	font-family:'Century-Gothic-R';*/
	line-height: 28px;
	position: relative;
}

.pr_list_right_info ul li b {
	color: #808285;
	font-size: 24px;
	position: absolute;
	top: 4px;
	right: 0;
}

.pr_list_right {
	background: #2e3192;
}

.pr_list_right .pr_list_right_info {
	background: #2e3192;
}

.pr_list_right .pr_list_right_info h4 {
	color: #fff;
}

.pr_list_right .pr_list_right_info h4::after {
	content: "";
	border-bottom: 1px solid #fff;
}

.pr_list_right .pr_list_right_info p {
	color: #fff;
}

.pr_list_right .pr_list_right_info span {
	color: #fff;
}

.pr_list_right .pr_list_right_info ul {
	border-top: 1px solid #FFF;
}

.pr_list_right .pr_list_right_info ul li {
	color: #fff;
}

.pr_list_right .pr_list_right_info ul li b {
	color: #fff;
}

.pr_list_right_img {
	position: absolute;
	bottom: 0;
}

/**首页通栏横图**/
/**.large{
	height: 505px;
	background-color: #2f2f2f;
	background-image: url(../images/large.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
	color: #fff;
	display: flex;
	align-items: center;
}**/
.large {
	height: 505px;
	background-color: #464646;
	color: #fff;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.large .swiper-container6 {
	position: relative;
	top: 0;
	width: 100%;
	height: 505px;
	right: 0;
	margin-left: 0;
}

.large .swiper-container6 a:link {
	color: #fff;
}

.large .swiper-container6 a:visited {
	color: #fff;
}

.large .swiper-container6 a:hover {
	color: #fff;
}

.large .swiper-container6 a:active {
	color: #fff;
}

.large .swiper-container6 img {
	position: absolute;
	right: 0;
	top: 0;
	height: 505px;
	width: auto;
}

.large h4 {
	font-family: 'Century-Gothic-B';
	font-size: 48px;
	margin-top: 140px;
	margin-left: 30px;
	font-family: 'Century-Gothic-R';
}

.large span {
	font-size: 24px;
	margin-left: 30px;
	margin-top: 20px;
}

.large .swiper-wrapper .swiper-slide:nth-child(2n) span::after {
	content: "";
	display: block;
	width: 30px;
	border-bottom: 2px solid #ffbf44;
	margin-top: 10px;
	margin-left: 30px;
}

.large .swiper-wrapper .swiper-slide:nth-child(3n) span::after {
	content: "";
	display: block;
	width: 30px;
	border-bottom: 2px solid #a900f1;
	margin-top: 10px;
	margin-left: 30px;
}

.large .swiper-wrapper .swiper-slide:nth-child(4n) span::after {
	content: "";
	display: block;
	width: 30px;
	border-bottom: 2px solid #262cb6;
	margin-top: 10px;
	margin-left: 30px;
}

.large p {
	font-size: 26px;
	margin-top: 15px;
	margin-left: 30px;
}

.swiper-container6 .swiper-pagination-bullets {
	bottom: 30px;
	width: 1200px;
	left: 0;
	margin-left: 30px;
}

.swiper-container6 .swiper-pagination-bullet {
	width: 40px;
}

/**首页新闻**/
.new_list_home {
	box-sizing: border-box;
	padding: 0 30px;
}

.new_list_home .contents {
	height: auto;
}

.new_list_home ul {
	overflow: hidden;
}

.new_list_home .title {
	margin: 55px 0 20px 0;
}

.new_list_home li {
	float: left;
	width: 33.333%;
}

.new_list_home .title li {
	box-sizing: border-box;
	border-right: 1px solid #cbccce;
	height: 50px;
}

.new_list_home h4 {
	font-family: 'Century-Gothic-B';
	font-size: 40px;
}

.new_list_home .more {
	font-size: 16px;
	padding-left: 20px;
	padding-top: 5px;
}

.new_list_home .more p {
	font-size: 14px;
	position: relative;
}

.new_list_home .more p b {
	font-size: 24px;
	color: #808285;
	position: absolute;
	top: 0;
	margin-left: 15px;
}

.new_list_home .news_list {
	padding-bottom: 310px;
}

.new_list_home .news_list .img {
	width: calc(100% - 1px);
	height: 215px;
	overflow: hidden;

}

.new_list_home .news_list img {
	width: 100%;
	height: auto;
}

.new_list_home .news_list li {
	position: relative;
}

.new_list_home .news_list li .news_info {
	width: 88%;
	background: #fff;
	position: absolute;
	left: 6%;
	top: 185px;
	box-sizing: border-box;
	padding: 25px 25px 10px 25px;
	box-shadow: 12px 13px 20px rgba(150, 150, 150, 0.2);
	-o-box-shadow: 12px 13px 20px rgba(150, 150, 150, 0.2);
	-moz-box-shadow: 12px 13px 20px rgba(150, 150, 150, 0.2);
	-webkit-box-shadow: 12px 13px 20px rgba(150, 150, 150, 0.2);
}

.new_list_home .news_list li .news_info:hover {
	background: #0099ff;
}

.new_list_home .news_list li .news_info:hover h4 {
	color: #fff;
}

.new_list_home .news_list li .news_info:hover h5 {
	color: #fff;
}

.new_list_home .news_list li .news_info:hover time {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.new_list_home .news_list li .news_info:hover p {
	color: #fff;
}

.new_list_home .news_list li .news_info:hover b {
	color: #fff;
}

.new_list_home .news_list h4 {
	font-size: 20px;
}

.new_list_home .news_list h5 {
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 60px;
}

.new_list_home .news_list time {
	font-size: 16px;
	color: #a5a8a9;
	display: block;
	border-bottom: 1px solid #808285;
	padding-bottom: 20px;
	font-weight: lighter;
}

.new_list_home .news_list p {
	font-size: 14px;
	margin-top: 10px;
	position: relative;
}

.new_list_home .news_list p b {
	font-size: 24px;
	color: #808285;
	position: absolute;
	top: 0;
	right: 0;
}

.ym {
	margin: 30px auto 80px;
	text-align: center;
}

/**底部**/
footer {
	background: #19191a;
	padding: 30px 0;
	color: #6d6e71;
	font-size: 14px;
	line-height: 28px;
}

footer .icon-logo {
	color: #5b5c5f;
	font-size: 6rem;
	display: block;
	margin-top: 10px;
}

footer .border ul {
	padding: 0 30px;
	overflow: hidden;
}

footer .border li {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0 30px;
}

footer .icon-logo_1 {
	font-size: 110px;
}

footer .icon-logo_1 .path1:before {
	content: "\e902";
	color: rgb(91, 92, 95);
}

footer .icon-logo_1 .path2:before {
	content: "\e903";
	margin-left: -1em;
	color: rgb(91, 92, 95);
}

footer .icon-logo_1 .path3:before {
	content: "\e904";
	margin-left: -1em;
	color: rgb(91, 92, 95);
}

footer .icon-logo_1 .path4:before {
	content: "\e905";
	margin-left: -1em;
	color: rgb(25, 25, 26);
}

footer .icon-logo_1 .path5:before {
	content: "\e906";
	margin-left: -1em;
	color: rgb(25, 25, 26);
}

footer .icon-logo_1 .path6:before {
	content: "\e907";
	margin-left: -1em;
	color: rgb(25, 25, 26);
}

footer .icon-logo_1 .path7:before {
	content: "\e908";
	margin-left: -1em;
	color: rgb(91, 92, 95);
}

footer .icon-logo_1 .path8:before {
	content: "\e909";
	margin-left: -1em;
	color: rgb(91, 92, 95);
}

footer .border .li_1 div {
	float: left;
}

footer .border .li_1 .nav_1 {
	float: right;
}

footer .border .li_1 .nav_1 p {
	padding-bottom: 1px;
}
footer .border .li_1 .nav_1 p:last-child {
	display: none;
}

footer .border .li_1 .nav_1 p:hover {
	border-bottom: 1px solid #b58f48;
	padding-bottom: 0;
}

footer .border .li_1 .nav_1 a:link {
	color: #6d6e71;
}

footer .border .li_1 .nav_1 a:visited {
	color: #6d6e71;
}

footer .border .li_1 .nav_1 a:hover {
	color: #6d6e71;
}

footer .border .li_1 .nav_1 a:active {
	color: #6d6e71;
}

footer .border .li_2 span {
	display: block;
	border-bottom: 1px solid #525252;
	padding-bottom: 15px;
}

footer .border .li_2 p {
	font-weight: lighter;
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
}

footer .border .li_2 b {
	font-size: 1.5rem;
	color: #5b5c5f;
	display: block;
	padding-top: 20px;
}

	footer .border .li_2 .follow_us {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	}

footer .border .li_2 .follow_us img {
	margin-top: 30px;
	width: 50px;
	margin-right: 30px;
	height: auto;
}

.ft_1 {
	background: #343434;
	line-height: 60px;
	color: #6d6e71;
	font-size: 14px;
}

.ft_1 section {
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
}

.ft_1 section a:link {
	color: #6d6e71;
}

.ft_1 section a:visited {
	color: #6d6e71;
}

.ft_1 section a:hover {
	color: #6d6e71;
}

.ft_1 section a:active {
	color: #6d6e71;
}

.ft_1 section p {
	display: inline-block;
}

.ft_1 section img {
	width: auto;
	height: 20px;
	position: absolute;
	right: 30px;
	top: 20px;
}

/**产品**/
.pro_bc {
	background: #fff;
}

.banner_pro {
	height: 580px;
}

.banner_pro img {
	width: 1920px;
	height: 580px;
	position: absolute;
	margin-left: -960px;
	left: 50%;
}

.banner_pro .banner_pro_info {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	color: #fff;
	display: flex;
	align-items: center;
	height: 580px;
	justify-content: flex-end;
}

.banner_pro .banner_pro_info div {
	margin-right: 50px;
}

.banner_pro .banner_pro_info h3 {
	font-size: 58px;
	font-family: 'Century-Gothic-B';
	font-weight: normal;
	text-transform: uppercase;
}

.banner_pro .banner_pro_info h4 {
	font-family: 'Century-Gothic-R';
	font-size: 22px;
	font-weight: normal;
}

.banner_pro .banner_pro_info h4::after {
	content: "";
	width: 20px;
	border-bottom: 1px solid #c39c53;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.banner_pro .banner_pro_info p {
	font-size: 24px;
}

.pro_nav {
	height: 115px;
	margin-bottom: 70px;
}

.pro_nav .pro_nav_left {
	height: 115px;
	padding: 0 70px;
}

.pro_nav .pro_nav_left ul {
	border-top: none;
	width: calc(100% - 140px);
	width: -moz-calc(100% - 140px);
	width: -webkit-calc(100% - 140px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pro_nav .pro_nav_left ul li {
	width: auto;
	font-size: 14px;
	line-height: 20px;
	border-right: none;
	text-align: center;
}

.pro_nav .pro_nav_left ul li .link,
.pro_nav .pro_nav_left ul li:hover a {
	position: relative;
	padding-bottom: 5px;
}

.pro_nav .pro_nav_left ul li .link::after,
.pro_nav .pro_nav_left ul li:hover a::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #c39c53;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pro_nav .pro_nav_right {
	height: 115px;
	background: none;
	color: #fff;
	position: relative;
	perspective: 3000px;
	-webkit-perspective: 3000px;
}

.pro_nav .pro_nav_right .pro_nav_right_info {
	position: absolute;
	background: #c39c53;
	top: -80px;
	padding: 30px 0 15px 30px;
	z-index: 999;
	height: 195px;
	box-sizing: border-box;
	display: flex;
	align-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.pro_nav .pro_nav_right .pro_nav_right_info h4 {
	font-family: 'Century-Gothic-B';
	font-size: 35px;
	font-weight: normal;
	line-height: 50px;
}

/**.pro_nav .pro_nav_right .pro_nav_right_info h4::after{
	content: "";
	width: 380px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 13px;
}**/
.pro_nav .pro_nav_right .pro_nav_right_info p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	/**font-family: 'Century-Gothic-R';**/
	width: 100%;
	letter-spacing: 1px;
}

.pro_nav .pro_nav_right .pro_nav_right_info p::after {
	content: "";
	width: 450px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-left: 18px;
	margin-bottom: 5px;
}

.pro_nav .pro_nav_right .pro_nav_right_info1 {
	position: absolute;
	background: #2e3192;
	top: -80px;
	padding: 30px 0 15px 30px;
	z-index: 998;
	height: 195px;
	box-sizing: border-box;
	display: flex;
	align-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.pro_nav .pro_nav_right .pro_nav_right_info1 h4 {
	font-family: 'Arial Bold';
	font-size: 35px;
	font-weight: normal;
	line-height: 50px;
	text-transform: uppercase;
}

.pro_nav .pro_nav_right .pro_nav_right_info1 p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	width: 100%;
}

.pro_nav .pro_nav_right .pro_nav_right_info1 p::after {
	content: "";
	width: 390px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 5px;
}

.pro_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: calc((100% - 1122px) / 2);
}

.pro_list li {
	width: 374px;
	height: 463px;
}

.new_list_home .pro_list {
	padding-bottom: 150px;
}

.new_list_home .pro_list li {
	margin-bottom: 180px;
}

.new_list_home .pro_list .ym {
	margin: 0 auto;
}

.new_list_home .pro_list .img {
	width: 100%;
	height: 463px;
}

.new_list_home .pro_list li .news_info {
	top: 420px;
}

.new_list_home .pro_list li .news_info h4 {
	font-family: 'Century-Gothic-R';
	font-size: 26px;
	font-weight: normal;
}

.new_list_home .pro_list li .news_info h5 {
	font-weight: normal;
	margin-bottom: 5px;
}

.new_list_home .pro_list li .news_info span {
	margin-bottom: 25px;
	display: block;
}

.new_list_home .pro_list li .news_info p {
	border-top: 1px solid #808285;
	padding-top: 5px;
}

.new_list_home .pro_list li .news_info p b {
	top: 5px;
}

.new_list_home .pro_list li .news_info:hover span {
	color: #fff;
}

.new_list_home .pro_list li .news_info:hover p {
	border-top: 1px solid #fff;
}


/**产品详情**/
.banner_product {
	margin-bottom: 80px;
}

.product {
	overflow: hidden;
	margin-bottom: 200px;
	position: relative;
	height: 650px;
}

.product .product_swiper {
	width: 720px;
	height: 650px;
	position: absolute;
	top: 0;
	left: 0;
}

.product .product_swiper .prc_swiper1 {
	width: 480px;
	height: 650px;
	background: #2e3192;
	position: absolute;
	top: 0;
	left: 0;
}

.product .product_swiper .prc_swiper3 {
	font-size: 14px;
	color: #fff;
	font-family: 'Century-Gothic-R';
	line-height: 24px;
	position: absolute;
	top: 77.5px;
	left: 30px;
}

.product .product_swiper .prc_swiper3::after {
	content: "";
	width: 20px;
	display: block;
	border-bottom: 1px solid #b58f48;
	margin-top: 5px;
}

.product .product_swiper .prc_swiper2 {
	width: 495px;
	height: 495px;
	background: #fff;
	position: absolute;
	top: 77.5px;
	right: 30px;
	z-index: 99;
	box-shadow: 10px 25px 40px rgba(30, 30, 50, 0.1);
	-o-box-shadow: 10px 25px 40px rgba(30, 30, 50, 0.1);
	-moz-box-shadow: 10px 25px 40px rgba(30, 30, 50, 0.1);
	-webkit-box-shadow: 10px 25px 40px rgba(30, 30, 50, 0.1);
}

.product .product_swiper .prc_swiper2 img {
	width: 100%;
}

.product .product_swiper .prc_swiper_title {
	box-sizing: border-box;
	padding: 25px;
	font-size: 13px;
	line-height: 40px;
	overflow: hidden;
}

.product .product_swiper .prc_swiper_title div {
	text-align: center;
	border: 1px solid #c7c7c7;
}

.product .product_swiper .prc_swiper_title div:first-child {
	border-bottom: none;
}

.product .product_swiper .prc_swiper_title div:nth-child(3) {
	border-top: none;
}

.product .product_swiper .prc_swiper_title table {
	width: 100%;
	border: 1px solid #c7c7c7;
	border-collapse: collapse;
	border-spacing: 0;
}

.product .product_swiper .prc_swiper_title th {
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	font-weight: normal;
	width: 33.33%
}

.product .product_swiper .prc_swiper_title p {
	position: absolute;
	bottom: 25px;
	line-height: 20px;
	font-size: 14px;
}

.product .product_swiper .prc_swiper_title p:last-child::after {
	content: "";
	width: 315px;
	border-bottom: 1px solid #595656;
	display: block;
	position: absolute;
	bottom: 8px;
	left: 130px;
}

.product .product_swiper .prc_swiper_title_1 p {
	position: relative;
	bottom: 0px;
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 15px;
}

.product .product_swiper .prc_swiper_title_1 {
	line-height: 30px;
	overflow: scroll;
}

.product .product_swiper .prc_swiper_title_1 div:nth-child(3) {
	border: none;
	text-align: left;
	line-height: 24px;
	margin-top: 10px;
}

.product .product_swiper .prc_swiper_title_1 p:last-child::after {
	content: "";
	width: 300px;
	border-bottom: 1px solid #595656;
	display: block;
	position: absolute;
	bottom: 8px;
	left: 145px;
}

.product_swiper>.swiper-pagination-bullets {
	left: 30px;
	bottom: 70px;
	color: #fff;
	top: auto;
	font-size: 14px;
	right: auto;
	width: 8px;
	margin-left: 0;
}

.product_swiper>.swiper-pagination-bullets {
	/* -webkit-transform: translate3d(0, -50%, 0); */
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.product_swiper .swiper-pagination-bullet {
	background: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
}

.product_swiper .swiper-pagination-bullet-active {
	background: #fff;
}

.product_swiper .swiper-pagination-bullet::after {
	content: "Main image display";
	display: block;
	background: none;
	position: absolute;
	width: 160px;
	top: -4px;
	left: 16px;
	font-size: 12px;
}

.product_swiper .swiper-pagination-bullet:nth-child(2)::after {
	content: "Detail display";
	display: block;
	background: none;
	position: absolute;
}

.product_swiper .swiper-pagination-bullet:nth-child(3)::after {
	content: "Feeding guide";
	display: block;
	background: none;
	position: absolute;
}

.product_swiper .swiper-pagination-bullet:nth-child(4)::after {
	content: "Nutritional analysis";
	display: block;
	background: none;
	position: absolute;
}

.product .product_text {
	width: 420px;
	position: absolute;
	right: 0;
	top: 70px;
}

.product .product_text h4 {
	font-family: 'Century-Gothic-R';
	font-size: 49px;
	color: #2a2a2a;
}

.product .product_text span {
	font-size: 18px;
	color: #373737;
	letter-spacing: 2px;
}

.product .product_text .span_1 {
	border-bottom: 1px solid #373737;
	padding-bottom: 20px;
	font-family: 'Century-Gothic-R';
	display: block;
}

.product .product_text .product_title {
	color: #383838;
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 150px;
}

.product .product_text .product_title h5 {
	font-size: 25px;
	font-weight: normal;
	display: inline-block;
	margin-right: 10px;
}

.product .product_text .product_title span {
	font-size: 16px;
	font-weight: lighter;
}

.product .product_text p {
	font-size: 14px;
	font-weight: lighter;
	line-height: 28px;
	color: #333333;
}

.product .product_text button {
	background: #b58f48;
	padding: 8px 60px 8px 25px;
	color: #fff;
	position: relative;
	margin-top: 65px;
	margin-bottom: 15px;
	cursor: pointer;
}

.product .product_text button b {
	font-size: 20px;
	position: absolute;
	right: 25px;
}

.product .product_text .product_wt {
	color: #b58f48;
	letter-spacing: 2px;
}

.product .product_swiper .prc_swiper1_1 {
	background: #3c3c3c;
}

.product .product_swiper .prc_swiper1_2 {
	background: #b58f48;
}

/**产品详情大图切换**/

.swiper-container2 {
	width: 495px;
	height: 495px;
	overflow: hidden;
}

.swiper-container2>.swiper-pagination-bullets {

	margin-left: 0;
	width: 90px;
	text-align: right;
	left: auto;
	right: 30px;
	position: absolute;
	z-index: 99;
	bottom: 30px;

}

.swiper-container2 .swiper-pagination-bullet::after {
	content: "";
	display: none;
}

.swiper-container2 .swiper-pagination-bullet:nth-child(2)::after {
	content: "";
	display: none;
}

.swiper-container2 .swiper-pagination-bullet:nth-child(3)::after {
	content: "";
	display: none;
}

.swiper-container2 .swiper-pagination-bullet:nth-child(4)::after {
	content: "";
	display: none;
}

.swiper-container2 .swiper-pagination-bullet {
	background: #949698;
	cursor: pointer;
	width: 8px;
	height: 8px;
	border: none;
}

.swiper-container2 .swiper-pagination-bullet-active {
	background: #b58f48;
}

/**产品详情细节展示图片变大**/
.largen {
	overflow: hidden;
}

.largen img {
	-wedkit-transition: all 0.6s;
	transition: all 0.6s;
	cursor: pointer;
	width: 100%;
}

.largen img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/**关于我们**/
.banner_about {
	height: 530px;
}

.banner_about img {
	height: 530px;
}

.banner_about .banner_pro_info {
	justify-content: flex-start;
}

.banner_about .banner_pro_info div {
	margin-left: 50px;
}

.pro_about {
	margin-bottom: 70px;
}

.about_title {
	display: flex;
	align-items: flex-end;
}

.about_title h5 {
	font-size: 30px;
	font-family: "Arial Bold","Microsoft Yahei";
	line-height: 35px;
	color: #070707;
	font-weight: normal;
}

.about_info {
	overflow: hidden;
	margin-bottom: 100px;
}

.about_left {
	width: 50%;
	box-sizing: border-box;
	padding: 0 50px 0 70px;
	float: left;
}

.about_left span {
	font-size: 22px;
	color: #070707;
	/**font-family: 'Century-Gothic-R';**/
	display: block;
	padding-bottom: 50px;
	border-bottom: 1px solid #cbccce;
	margin-top: 20px;
}

/**.about_left span::before{
	content: "";
	width: 30px;
	border-bottom: 2px solid #c39c53;
	display: block;
	margin-bottom: 15px;
}**/
.about_left p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 13px;
	text-align: left;
}

.about_right {
	width: 50%;
	box-sizing: border-box;
	float: right;
	position: relative;
	height: 470px;
}

.about_right img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.about_right .color_block {
	background: #2e3192;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 300px;
	display: none;
}

/**新闻**/
.news_title {
	flex-wrap: wrap;
	background: none;
	align-content: flex-end;
}

.news_title h5 {
	color: #414042;
	font-size: 36px;
}

.news_title span {
	display: block;
	width: 100%;
	padding-bottom: 0;
	margin-top: 10px;
}

.new_list_home .news_list1 {
	padding-bottom: 100px;
}

.news_list1 li {
	margin-bottom: 250px;
}

.pro_nav .pro_nav_right .pro_know_right_info h4::after {
	width: 380px;
}

.pro_know {
	background: none;
}

.pro_nav .pro_nav_left #filters {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro_nav .pro_know ul li {
	width: auto;
	cursor: pointer;
	position: relative;
}

.pro_nav .pro_know ul .active::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #c39c53;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pro_know ul li:last-child {
	padding: 0;
}

.pro_know ul .filter {
	height: 25px;
}

/* .pro_nav .pro_know ul li:hover {
	border-bottom: 2px solid #c39c53;
	padding-bottom: 5px;
} */

/* .pro_nav .pro_know ul li:first-child {
	display: none;
} */

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	display: none;
}

/*
.pro_about .pro_nav_left #filters{
	display: flex;
	justify-content: flex-start;
}
*/
.pro_nav .pro_know .about_list li {
	margin-right: 30px;
	font-size: 16px;
}

.pro_nav .pro_know .about_list li:first-child {
	display: block;
}

.contents {
	min-height: 700px;
	height: auto;
}

/**新闻详情**/
.dh_height {
	position: relative;
	overflow: hidden;
}

.news_content {
	margin-bottom: 100px;
}

.news_img {
	margin-top: 30px;
	position: relative;
	margin-bottom: 30px;
}

.news_img h3 {
	font-size: 20px;
	font-weight: lighter;
	color: #414042;
	line-height: 40px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}

.news_info {
	overflow: hidden;
	position: relative;
}

.news_info .news_left {
	float: left;
	width: 75%;
	text-align: justify;
}

.news_info .news_left h4 {
	font-size: 17px;
	padding-bottom: 10px;
	border-bottom: 1px solid #414042;
	font-weight: normal;
	margin-bottom: 10px;
}

.news_info .news_left time {
	font-size: 16px;
	color: #a5a8a9;
	display: block;
	margin-bottom: 30px;
}

.news_info .news_left p {
	font-size: 14px;
	line-height: 28px;
}
.news_info .news_left p img {
	width: auto;
	height: auto;
	margin: 10px auto;
	max-width: 100% !important;
	display: block;
}

.news_info .news_right {
	position: absolute;
	top: 115px;
	right: -100px;
	width: 25%;
	color: #2e3192;
	font-size: 28px;
	font-family: 'Century-Gothic-B';
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* Internet Explorer 滤镜写法*/
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-3);
	border-right: 15px solid #b58f48;
	text-transform: uppercase;
}

/**联系我们**/
.contact_left {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	background: none;
}

.pro_nav .contact_left {
	padding-left: 50px;
}

.contact_left p {
	font-size: 17px;
	color: #4d4d4d;
	width: 100%;
}

.contact_left h5 {
	font-size: 40px;
	font-weight: normal;
	font-family: 'Century-Gothic-R';
}

.contact {
	background: #2e3192;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	width: 80%;
	padding: 120px 0 50px 30px;
	margin-bottom: 180px;
}

.contact p{
	width: 100%;
	max-width: 400px;
}

.contact p::before {
	content: "";
	width: 20px;
	border-top: 1px solid #c39c53;
	display: block;
	margin-bottom: 15px;
}

.contact img {
	width: 80px;
	height: auto;
	margin-top: 20px;
}

.contact_add {
	font-size: 2.5rem;
	color: #c39c53;
	margin-left: 50px;
	display: block;
	padding-bottom: 15px;
}

.contact_info {
	position: relative;
	padding-top: 60px;
}

.contact_map {
	width: 580px;
	height: 460px;
	position: absolute;
	right: 30px;
	top: 20px;
	box-shadow: 12px 13px 20px rgba(93, 93, 93, 0.2);
	-o-box-shadow: 12px 13px 20px rgba(93, 93, 93, 0.2);
	-moz-box-shadow: 12px 13px 20px rgba(93, 93, 93, 0.2);
	-webkit-box-shadow: 12px 13px 20px rgba(93, 93, 93, 0.2);
}

#btnQuery {
	width: 100px;
	height: 60px;
}

/**防伪查询**/
.check {
	background: #2e3192;
	padding: 140px 0;
}

.check section {
	text-align: center;
}

.check form {
	display: inline-block;
	margin-bottom: 20px;
}

.check form::after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}

.check input {
	width: 600px;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #4d4d4d;
	border-right: 1px solid #808080;
	float: left;
	font-size: 33px;
	line-height: 60px;
	padding-left: 10px;
	border-radius: 0 !important;
	-webkit-appearance: none !important;

}

.check button {
	width: 100px;
	height: 60px;
	border-top: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	background: #c39c53;
	color: #4a4a4a;
}

.check button span {
	font-size: 1.2rem;
}

.check #data {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}


.check :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 16px;
	color: rgba(175, 175, 175, 1);
	line-height: 60px;
}

.check ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 16px;
	color: rgba(175, 175, 175, 1);
	line-height: 60px;
}

.check :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 16px;
	color: rgba(175, 175, 175, 1);
	line-height: 60px;
}

.check ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-size: 16px;
	color: rgba(175, 175, 175, 1);
	line-height: 60px;
	height: 60px;
}

/**图标字体**/
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?akhj28');
	src: url('../fonts/icomoon.eot?akhj28#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?akhj28') format('truetype'),
		url('../fonts/icomoon.woff?akhj28') format('woff'),
		url('../fonts/icomoon.svg?akhj28#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
	content: "\e90a";
	color: #5b5c5f;
}

.contact_add::before {
	color: #c39c53;
}

.icon-arrow:before {
	content: "\e900";
}

.icon-xin:before {
	content: "\e901";
}

.icon-logo .path1:before {
	content: "\e902";
	color: rgb(47, 52, 143);
}

.icon-logo .path2:before {
	content: "\e903";
	margin-left: -1.71875em;
	color: rgb(46, 48, 146);
}

.icon-logo .path3:before {
	content: "\e904";
	margin-left: -1.71875em;
	color: rgb(46, 48, 146);
}

.icon-logo .path4:before {
	content: "\e905";
	margin-left: -1.71875em;
	color: rgb(255, 255, 255);
}

.icon-logo .path5:before {
	content: "\e906";
	margin-left: -1.71875em;
	color: rgb(255, 255, 255);
}

.icon-logo .path6:before {
	content: "\e907";
	margin-left: -1.71875em;
	color: rgb(255, 255, 255);
}

.icon-logo .path7:before {
	content: "\e908";
	margin-left: -1.71875em;
	color: rgb(46, 48, 146);
}

.icon-logo .path8:before {
	content: "\e909";
	margin-left: -1.71875em;
	color: rgb(46, 48, 146);
}

.icon-search:before {
	content: "\e986";
}

.icon-logo_1 .path1:before {
	content: "\e902";
	color: rgb(47, 52, 143);
}

.icon-logo_1 .path2:before {
	content: "\e903";
	margin-left: -1em;
	color: rgb(46, 48, 146);
}

.icon-logo_1 .path3:before {
	content: "\e904";
	margin-left: -1em;
	color: rgb(46, 48, 146);
}

.icon-logo_1 .path4:before {
	content: "\e905";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}

.icon-logo_1 .path5:before {
	content: "\e906";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}

.icon-logo_1 .path6:before {
	content: "\e907";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}

.icon-logo_1 .path7:before {
	content: "\e908";
	margin-left: -1em;
	color: rgb(46, 48, 146);
}

.icon-logo_1 .path8:before {
	content: "\e909";
	margin-left: -1em;
	color: rgb(46, 48, 146);
}

.icon-logo_1 .path9:before {
	content: "\e90b";
	margin-left: -1em;
	color: rgb(46, 48, 146);
}


@media (min-width: 1400px) and (max-width:1440px) {
	.bc_1 {
		background-position: -300px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 4%;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 4%;
	}
}

/**3D翻转**/
.container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 5000px;
	perspective: 5000px;
}

/**
.front,
.back{
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}


.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}


.container .back{
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container:hover .back{
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
**/
/**自动翻转动画**/
@-webkit-keyframes front {

	0%,
	50%,
	100% {
		-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	50% {
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
}

@keyframes front {

	0%,
	50%,
	100% {
		-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	50% {
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
}

.front {
	-webkit-animation-name: front;
	animation-name: front;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes back {

	0%,
	50%,
	100% {
		-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	0% {
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	50% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	100% {
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
}

@keyframes back {

	0%,
	50%,
	100% {
		-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	0% {
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	50% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	100% {
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
}

.back {
	-webkit-animation-name: back;
	animation-name: back;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}




/**banner动画**/

.anli_1 {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.anli_2 {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.anli_3 {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}


/**箭头抖动动画**/
@-webkit-keyframes shake1 {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	20%,
	60% {
		-webkit-transform: translate3d(-7px, 0, 0);
		-ms-transform: translate3d(-7px, 0, 0);
		transform: translate3d(-7px, 0, 0)
	}

	40%,
	80% {
		-webkit-transform: translate3d(7px, 0, 0);
		-ms-transform: translate3d(7px, 0, 0);
		transform: translate3d(7px, 0, 0)
	}
}

@keyframes shake1 {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	20%,
	60% {
		-webkit-transform: translate3d(-7px, 0, 0);
		-ms-transform: translate3d(-7px, 0, 0);
		transform: translate3d(-7px, 0, 0)
	}

	40%,
	80% {
		-webkit-transform: translate3d(7px, 0, 0);
		-ms-transform: translate3d(7px, 0, 0);
		transform: translate3d(7px, 0, 0)
	}
}

.shake1 {
	-webkit-animation-name: shake1;
	animation-name: shake1
}

/**移动端首页**/
.mb_22 {
	display: none;
}