* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
fieldset, img {
	border: 0;
}
ul, ol, li {
	list-style: none;
}
button:focus, input:focus, textarea:focus {
	outline: none;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	background-color: #fff;
	border: none;
}
code, kbd, samp, tt {
	font-size: 100%;
}
body {
	background-color: #fff;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input, button, textarea {
 *font-size: 100%;
}
ol, ul {
	list-style: none;
}
table, tr, td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.text-omit {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.text-two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.err-tips {
	display: block;
	font-size: 12px;
	color: red;
	padding-left: 5px;
}
.clear {
	clear: both;
	zoom: 1;
}
 @keyframes jump {
 0% {
 transform: translateY(0);
}
 20% {
 transform: translateY(-2px);
}
 30% {
 transform: translateY(-5px);
}
 40% {
 transform: translateY(-8px);
}
 50% {
 transform: translateY(-10px);
}
 60% {
 transform: translateY(-7px);
}
 70% {
 transform: translateY(-4px);
}
 80% {
 transform: translateY(-1px);
}
 90% {
 transform: translateY(2px);
}
 100% {
 transform: translateY(0);
}
}
.scale1 {
	transition: all linear .3s;
}
.scale1:hover {
	transform: scale(1.1);
}
.container {
	max-width: 1200px;
}
.container-full {
	width: 100%;
}
#totop {
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 999;
	width: 40px;
	height: 40px;
	background: url(../image/top_arrow.png) no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#totop:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	background: url(../image/top_arrow_active.png) no-repeat;
}
 @keyframes scale10 {
 0% {
 transform: scale(0.9);
}
 10% {
 transform: scale(0.91);
}
 20% {
 transform: scale(0.92);
}
 30% {
 transform: scale(0.93);
}
 40% {
 transform: scale(0.94);
}
 50% {
 transform: scale(0.95);
}
 60% {
 transform: scale(0.96);
}
 70% {
 transform: scale(0.97);
}
 80% {
 transform: scale(0.98);
}
 90% {
 transform: scale(0.99);
}
 100% {
 transform: scale(1);
}
}
@keyframes scale11 {
 0% {
 transform: scale(1);
}
 10% {
 transform: scale(1.01);
}
 20% {
 transform: scale(1.02);
}
 30% {
 transform: scale(1.03);
}
 40% {
 transform: scale(1.04);
}
 50% {
 transform: scale(1.05);
}
 60% {
 transform: scale(1.06);
}
 70% {
 transform: scale(1.07);
}
 80% {
 transform: scale(1.08);
}
 90% {
 transform: scale(1.09);
}
 100% {
 transform: scale(1.1);
}
}
@keyframes horizontal {
 0% {
 transform: translateX(0);
}
 20% {
 transform: translateX(-2px);
}
 30% {
 transform: translateX(-5px);
}
 40% {
 transform: translateX(-8px);
}
 50% {
 transform: translateX(-10px);
}
 60% {
 transform: translateX(-7px);
}
 70% {
 transform: translateX(-4px);
}
 80% {
 transform: translateX(-1px);
}
 90% {
 transform: translateX(2px);
}
 100% {
 transform: translateX(0);
}
}
@-webkit-keyframes bshadow {
 0% {
 box-shadow: 0 0 6px #ccc;
}
 10% {
 box-shadow: 0 0 6.5px #A88488;
}
 20% {
 box-shadow: 0 0 7px #a86061;
}
 30% {
 box-shadow: 0 0 7.5px #a84849;
}
 40% {
 box-shadow: 0 0 8px #a82d2b;
}
 50% {
 box-shadow: 0 0 8.5px #a81b2a;
}
 60% {
 box-shadow: 0 0 8px #a82d2b;
}
 70% {
 box-shadow: 0 0 7.5px #a84849;
}
 80% {
 box-shadow: 0 0 7px #a86061;
}
 90% {
 box-shadow: 0 0 6.5px #A88488;
}
 100% {
 box-shadow: 0 0 6px #ccc;
}
}
.banner-o {
	width: 100%;
	overflow: hidden;
}
.banner-o > img {
	width: 100%;
	height: 100%;
	display: block;
	animation: scale11 5s linear;
	animation-fill-mode: forwards;
}

@media screen and (max-width: 991.98px) {
.banner-o {
	height: 200px;
}
.banner-o > img {
	width: auto;
	margin-left: -23.2%;
}
}
.prev, .next {
	position: absolute;
	left: 3%;
	top: 50%;
	z-index: 99;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../image/slider_arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	filter: "alpha(opacity=50)";
	opacity: 0.5;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.prev:hover, .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	filter: "alpha(opacity=100)";
	opacity: 1;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.header {
	background-color: transparent;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all linear 1s;
	transform-origin: top center;
	background-color: rgba(0, 0, 0, 0.5);
}
.header:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.header.active {
	transform: rotateX(-90deg);
}
.header .header-content {
	height: 100%;
	margin: 0 auto;
	line-height: 70px;
}
.header .header-content .logo {
	/*width: 100px;*/
	height: 50px;
	display: inline-block;
	margin: 10px;
}
.header .header-content .logo > img {
	width: 100%;
	height: 100%;
}
.header .header-content .head-mobile-warp {
	display: none;
}
.header .header-content .nav {
	height: 100%;
	max-width: 100%;
	position: relative;
	font-size: 0;
}
.header .header-content .nav .nav-item {
	display: inline-block;
	height: 90%;
	padding: 0 10px;
	margin: 0 10px;
	transition: all linear .3s;
}
.header .header-content .nav .nav-item .nav-links {
	height: 100%;
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	position: relative;
	text-align: center;
}
.header .header-content .nav .nav-item .nav-links .bd {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	border-radius: 6px;
	background-color: #fff;
	transition: all linear .3s;
}
.header .header-content .nav .nav-item .nav-links:hover {
	opacity: 1;
	cursor: pointer;
}
.header .header-content .nav .nav-item .nav-links:hover .bd {
	width: 100%;
	left: 0;
}
.header .header-content .nav .nav-item.search {
	position: absolute;
	line-height: 78px;
	width: 46%;
	right: 0;
	top: 0;
	z-index: -1;
}
.header .header-content .nav .nav-item.search .search-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 26px;
	z-index: 5;
	right: -40px;
	transition: all linear .3s;
}
.header .header-content .nav .nav-item.search .close-icon {
	width: 20px;
	height: 20px;
	transition: all linear .3s;
	opacity: 0;
	top: 24px;
	z-index: 1;
	position: absolute;
}
.header .header-content .nav .nav-item.search .search-input {
	width: 0;
	opacity: 0;
	transition: all linear .3s;
	animation-delay: 0.3s;
	position: relative;
	margin: 16px 0;
	height: 36px;
	line-height: 36px;
}
.header .header-content .nav .nav-item.search .search-input > input {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	padding: 3px 36px 3px 3px;
	box-sizing: border-box;
	background-color: transparent;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
 .header .header-content .nav .nav-item.search .search-input > input::-webkit-input-placeholder {
 color: #e6e6e6;
}
 .header .header-content .nav .nav-item.search .search-input > input::-moz-placeholder {
                /* Mozilla Firefox 19+ */
                color: #e6e6e6;
}
 　　  .header .header-content .nav .nav-item.search .search-input > input:-moz-placeholder {
                /* Mozilla Firefox 4 to 18 */
                color: #e6e6e6;
}
 .header .header-content .nav .nav-item.search .search-input > input:-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                color: #e6e6e6;
}
.header .header-content .nav .nav-item.search .search-input .label {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
}
.header .header-content .nav .nav-item.search:hover {
	cursor: pointer;
}
.header .header-content .nav .nav-item.search-acitve {
	z-index: 2 !important;
}
.header .header-content .nav .nav-item.search-acitve .search-icon {
	opacity: 0;
	z-index: 1;
}
.header .header-content .nav .nav-item.search-acitve .close-icon {
	opacity: 1;
	top: 24px;
	right: -40px;
	z-index: 5;
}
.header .header-content .nav .nav-item.search-acitve .search-input {
	opacity: 1;
	width: 100%;
	left: 0;
}
.header .header-content .nav .nav-item.hide {
	opacity: 0;
	transform: scale(0);
	color: transparent;
}

@media screen and (max-width: 1199.98px) {
.header {
	background-color: rgba(225, 225, 225, 0.5);
	position: static;
}
.header .header-content {
	position: relative;
}
.header .header-content .logo {
	display: none;
}
.header .header-content .head-mobile-warp {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background-image: url("../image/index_nav_bg_01.jpg");
}
.header .header-content .head-mobile-warp .logo {
	/*width: 100px;*/
	height: 50px;
	display: inline-block;
	margin: 10px;
}
.header .header-content .head-mobile-warp .logo > img {
	width: 100%;
	height: 100%;
}
.header .header-content .head-mobile-warp .icon_box {
	display: block;
	width: 36px;
	height: 36px;
	padding: 0 10px;
}
.header .header-content .head-mobile-warp .icon_box > span {
	display: block;
	height: 5px;
	width: 100%;
	margin: 7px 0;
	background-color: #960014;
	border-radius: 6px;
	transition: all linear .6s;
	transform-origin: -2px center;
}
.header .header-content .head-mobile-warp .icon_box.mobile > span {
	background-color: #960014;
}
.header .header-content .head-mobile-warp .icon_box.mobile > span:nth-of-type(1) {
	transform: rotateZ(45deg);
}
.header .header-content .head-mobile-warp .icon_box.mobile > span:nth-of-type(2) {
	transform: translateX(200%);
}
.header .header-content .head-mobile-warp .icon_box.mobile > span:nth-of-type(3) {
	transform: rotateZ(-45deg);
}
.header .header-content .nav {
	position: fixed;
	left: 0;
	z-index: 100;
	background-color: rgba(225, 225, 225, 0.9);
	height: calc(100vh - 70px);
	max-width: 100%;
	width: 100vw;
	background-image: url("../image/index_nav_bg_01.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	transition: all linear .3s;
	top: -100vh;
}
.header .header-content .nav.mobile {
	top: 70px;
}
.header .header-content .nav .nav-item {
	height: 70px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0;
}
.header .header-content .nav .nav-item .nav-links {
	height: 100%;
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #960014;
}
.header .header-content .nav .nav-item.search {
	position: static;
	line-height: 70px;
	width: 100%;
}
.header .header-content .nav .nav-item.search .search-icon {
	display: none;
}
.header .header-content .nav .nav-item.search .close-icon {
	display: none;
}
.header .header-content .nav .nav-item.search .search-input {
	width: 100%;
	opacity: 1;
	position: relative;
	margin: 16px 0;
	height: 36px;
	line-height: 36px;
}
.header .header-content .nav .nav-item.search .search-input > input {
	color: #960014;
	border: 1px solid #960014;
	text-indent: 36px;
}
 .header .header-content .nav .nav-item.search .search-input > input::-webkit-input-placeholder {
 color: #960014;
}
 .header .header-content .nav .nav-item.search .search-input > input::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #960014;
}
 　　  .header .header-content .nav .nav-item.search .search-input > input:-moz-placeholder {
                    /* Mozilla Firefox 4 to 18 */
                    color: #960014;
}
 .header .header-content .nav .nav-item.search .search-input > input:-ms-input-placeholder {
                    /* Internet Explorer 10-11 */
                    color: #960014;
}
}
.footer {
	margin: 0 auto;
}
.footer .footer-warp {
	background-image: url("../image/index_footer_01.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 70px;
}
.footer .footer-warp .navs {
	margin: 0 auto;
	padding: 30px 0 50px;
	text-align: center;
}
.footer .footer-warp .navs .nav-links {
	font-size: 0;
	float: none;
}
.footer .footer-warp .navs .nav-links .item {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.footer .footer-warp .navs .nav-links .item .s {
	padding: 0 10px;
	font-style: oblique;
}
.footer .footer-warp .navs .friend-links {
	float: none;
	text-align: center;
}
.footer .footer-warp .navs .friend-links .item {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.footer .footer-warp .company-info {
	margin: 0 auto 20px;
}
.footer .footer-warp .company-info .left {
	color: #fff;
}
.footer .footer-warp .company-info .left .logo {
	display: block;
	max-width: 100%;
	margin-bottom: 30px;
}
.footer .footer-warp .company-info .left .tel {
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
	display: block;
}
.footer .footer-warp .company-info .left .address {
	font-size: 20px;
	line-height: 2;
}
.footer .footer-warp .company-info .left .address .tel2 {
	font-size: 20px;
	color: #fff;
}
.footer .footer-warp .company-info .right {
	font-size: 0;
}
.footer .footer-warp .company-info .right .footer-qrcode {
	display: inline-block;
	margin: 40px 20px;
	background-color: rgba(0, 0, 0, 0.5);
}
.footer .footer-warp .company-info .right .footer-qrcode > img {
	width: 80%;
	height: 80%;
	margin: 10%;
}
.footer .footer-warp .copyright {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 15px 0;
	font-size: 14px;
	color: #fff;
}
.footer .footer-warp .copyright > a {
	color: #fff;
}

@media screen and (max-width: 991.98px) {
.footer .message {
	padding-bottom: 10px;
}
.footer .message .form .form-warp .left {
	padding: 10px 0;
}
.footer .message .form .form-warp .left .form-group {
	height: 40px;
	padding: 10px;
	position: relative;
}
.footer .message .form .form-warp .left .form-group > input {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #960014;
	text-align: left;
	color: #666;
	height: 30px;
	padding: 5px;
}
.footer .message .form .form-warp .left .form-group.action {
	display: inline-block;
	float: right;
	box-sizing: border-box;
	padding: 10px 0;
}
.footer .message .form .form-warp .left .form-group.action > input {
	padding: 0 20px;
	height: 40px;
}
.footer .message .form .form-warp .left .form-group.action > input:hover {
	cursor: pointer;
	background-color: #960014;
	color: #fff;
}
.footer .message .form .form-warp .right {
	padding: 10px 0;
}
.footer .message .form .form-warp .right .form-group.action {
	padding: 10px;
}
.footer .footer-warp {
	background-color: #960014;
	padding-top: 20px;
}
.footer .footer-warp .navs {
	padding: 0 0 20px;
}
.footer .footer-warp .navs .nav-links {
	text-align: center;
	width: 100%;
}
.footer .footer-warp .navs .nav-links .item {
	padding-bottom: 6px;
}
.footer .footer-warp .navs .friend-links {
	text-align: center;
	width: 100%;
}
.footer .footer-warp .company-info {
	margin: 0 auto;
}
.footer .footer-warp .company-info .left {
	width: 100%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}
.footer .footer-warp .company-info .left .logo {
	max-width: 44%;
	margin: 0 auto 20px;
}
.footer .footer-warp .company-info .left .tel {
	font-size: 13px;
	margin-bottom: 10px;
	color: #fff;
	display: block;
	text-align: left;
}
.footer .footer-warp .company-info .left .address {
	text-align: left;
	font-size: 13px;
	line-height: 2;
}
.footer .footer-warp .company-info .left .address .tel2 {
	font-size: 13px;
	color: #fff;
}
.footer .footer-warp .company-info .right {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.footer .footer-warp .company-info .right .footer-qrcode {
	margin: 10px 0;
}
.footer .footer-warp .copyright {
	font-size: 12px;
}
}
.content .banner {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.content .banner .pagination {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}
.content .banner .pagination .swiper-pagination-switch {
	width: 16px;
	height: 8px;
	display: inline-block;
	background: #fff;
	border-radius: 15px;
	opacity: 0.5;
	transition: all linear .3s;
	margin: 0 8px;
}
.content .banner .pagination .swiper-pagination-switch.swiper-active-switch {
	opacity: 1;
}
.content .banner .banner-slide .swiper-wrapper .swiper-slide .item {
	display: block;
	width: 100%;
	overflow: hidden;
}
.content .banner .banner-slide .swiper-wrapper .swiper-slide .item > img {
	display: block;
	height: 100%;
	width: 100%;
	transition: all linear 2.5s;
}
.content .banner .banner-slide .swiper-wrapper .swiper-slide.swiper-slide-active .item > img {
	transform: scale(1.1);
}

@media screen and (max-width: 991.98px) {
.content .banner {
	height: auto;
}
}
.content .about {
	height: 100vh;
	min-height: 1000px;
	background-image: url("../image/index_about_01.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.content .about .about-content {
	margin: 0 auto;
	padding-top: 100px;
}
.content .about .about-content .about-head {
	width: 100%;
	margin: 0 auto;
	padding-top: 90px;
}
.content .about .about-content .about-head > img {
	width: 100%;
	display: none;
}
.content .about .about-content .about-content-text {
	color: #fff;
	text-align: center;
	line-height: 2;
}
.content .about .about-content .about-content-text h2 {
	font-size: 24px;
	font-weight: 600;
}
.content .about .about-content .about-content-text p {
	font-size: 20px;
	font-weight: 500;
}
.content .about .about-cloud1 {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	opacity: 1;
}
.content .about .about-cloud2 {
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	max-width: 30%;
	left: 180px;
	bottom: 0;
}
.content .about .about-cloud3 {
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	max-width: 30%;
	bottom: 0;
	opacity: 1;
	right: 180px;
}

@media screen and (max-width: 991.98px) {
.content .about {
	height: auto;
	min-height: auto;
	padding: 20px 0;
	background-color: #960014;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-image: url("../image/index_product_bg_01.png");
}
.content .about .about-content {
	padding-top: 0;
}
.content .about .about-content .about-head {
	padding-top: 10px;
}
.content .about .about-content .about-content-text {
	color: #fff;
	text-align: center;
	line-height: 2;
}
.content .about .about-content .about-content-text h2 {
	font-size: 18px;
}
.content .about .about-content .about-content-text p {
	font-size: 16px;
	line-height: 1.5;
}
.content .about .about-cloud1 {
	display: none;
}
.content .about .about-cloud2 {
	display: none;
}
.content .about .about-cloud3 {
	display: none;
}
}
.content .product {
	height: 100vh;
	min-height: 1000px;
	padding-bottom: 100px;
	background-image: url("../image/index_product_bg_01.png");
}
.content .product .product-content {
	margin: 0 auto;
	height: 100%;
}
.content .product .product-content .product-head {
	width: 100%;
	margin: 0 auto;
	padding-top: 90px;
	box-sizing: border-box;
	height: 183px;
}
.content .product .product-content .product-head > img {
	margin: 0 auto;
	display: block;
}
.content .product .product-content .product-head .subtitle {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.content .product .product-content .product-circle {
	position: relative;
	width: 100%;
	height: 90%;
	height: calc(100% - 183px);
}
.content .product .product-content .product-circle .circle-center {
	z-index: 11;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 540px;
	height: 540px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #ffbb5a;
}
.content .product .product-content .product-circle .circle-center .circle-center-content {
	width: 460px;
	height: 460px;
	margin: 40px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}
.content .product .product-content .product-circle .circle-center .circle-center-content .p-img {
	width: 80%;
	height: 80%;
	margin: 10%;
	border-radius: 50%;
	overflow: hidden;
}
.content .product .product-content .product-circle .circle-center .circle-center-content .b-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.content .product .product-content .product-circle .circle-center .circle-center-content .product-title {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	top: 20%;
	z-index: 20;
	left: 50%;
	transform: translateX(-50%);
}
.content .product .product-content .product-circle .circle-list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 540px;
	height: 540px;
	border-radius: 50%;
}
.content .product .product-content .product-circle .circle-list .warp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.content .product .product-content .product-circle .circle-list .warp .item {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateX(-302px) translateY(-50%) rotate(2.007rad);
	transform-origin: 302px center;
}
.content .product .product-content .product-circle .circle-list .warp .item .dot {
	width: 13px;
	height: 13px;
	background-color: #ffbb5a;
	border-radius: 50%;
	position: relative;
	top: 66px;
	left: 26px;
}
.content .product .product-content .product-circle .circle-list .warp .item .dot:after {
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #ffbb5a;
	border-radius: 50%;
}
.content .product .product-content .product-circle .circle-list .warp .item .item-img {
	width: 120px;
	height: 120px;
	position: relative;
	left: -100px;
	transform: rotate(-2.007rad);
	background-image: url(../image/index_product_circle_01.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.content .product .product-content .product-circle .circle-list .warp .item .item-img .circle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.content .product .product-content .product-circle .circle-list .warp .item .item-img .img {
	width: 80%;
	height: 80%;
	margin: 10%;
	position: absolute;
	top: 0;
	left: 0;
}
.content .product .product-content .product-circle .circle-list .warp .item .item-img .img-title {
	font-size: 16px;
	color: #fff;
	text-align: right;
	position: absolute;
	top: 50%;
	left: 130%;
	white-space: nowrap;
	transform: translateY(-50%);
}
.content .product .product-content .product-circle .circle-list .warp .item.active .dot {
	top: 90px;
}
.content .product .product-content .product-circle .circle-list .warp .item.active .item-img {
	width: 180px;
	height: 180px;
	position: relative;
	left: -170px;
	background-image: url(../image/index_product_circle_02.png);
}
.content .product .product-content .product-circle .circle-list .warp .item.active .item-img .circle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.content .product .product-content .product-circle .circle-list .warp .item.active .item-img .img {
	width: 80%;
	height: 80%;
	margin: 10%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	overflow: hidden;
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(2) {
	transform: translateX(-302px) translateY(-50%) rotate(2.443rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(2) .item-img {
	transform: rotate(-2.443rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(3) {
	transform: translateX(-302px) translateY(-50%) rotate(2.88rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(3) .item-img {
	transform: rotate(-2.88rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(4) {
	transform: translateX(-302px) translateY(-50%) rotate(3.316rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(4) .item-img {
	transform: rotate(-3.316rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(5) {
	transform: translateX(-302px) translateY(-50%) rotate(3.752rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(5) .item-img {
	transform: rotate(-3.752rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(6) {
	transform: translateX(-302px) translateY(-50%) rotate(-1.57rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(6) .item-img {
	transform: rotate(1.57rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(6) .item-img .img-title {
	top: 100%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(7) {
	transform: translateX(-302px) translateY(-50%) rotate(4.189rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(7) .item-img {
	transform: rotate(-4.189rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(8) {
	transform: translateX(-302px) translateY(-50%) rotate(5.236rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(8) .item-img {
	transform: rotate(-5.236rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(8) .item-img .img-title {
	right: 130%;
	left: auto;
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(9) {
	transform: translateX(-302px) translateY(-50%) rotate(5.672rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(9) .item-img {
	transform: rotate(-5.672rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(9) .item-img .img-title {
	right: 130%;
	left: auto;
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(10) {
	transform: translateX(-302px) translateY(-50%) rotate(6.109rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(10) .item-img {
	transform: rotate(-6.109rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(10) .item-img .img-title {
	right: 130%;
	left: auto;
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(11) {
	transform: translateX(-302px) translateY(-50%) rotate(6.545rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(11) .item-img {
	transform: rotate(-6.545rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(11) .item-img .img-title {
	right: 130%;
	left: auto;
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(12) {
	transform: translateX(-302px) translateY(-50%) rotate(6.981rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(12) .item-img {
	transform: rotate(-6.981rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(12) .item-img .img-title {
	right: 130%;
	left: auto;
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(13) {
	transform: translateX(-302px) translateY(-50%) rotate(7.418rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(13) .item-img {
	transform: rotate(-7.418rad);
}
.content .product .product-content .product-circle .circle-list .warp .item:nth-of-type(13) .item-img .img-title {
	right: 130%;
	left: auto;
}
.content .product .product-content .product-circle .circle-list-mobile-slide, .content .product .product-content .product-circle .prev, .content .product .product-content .product-circle .next {
	display: none;
}
.content .product .product-content .product-circle .circle-list-mobile-slide {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.content .product .product-content .product-circle .circle-list-mobile-slide .swiper-wrapper .swiper-slide {
	padding: 30px;
	box-sizing: border-box;
}
.content .product .product-content .product-circle .circle-list-mobile-slide .swiper-wrapper .swiper-slide .item-img {
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	position: relative;
	margin: 0 auto;
}
.content .product .product-content .product-circle .circle-list-mobile-slide .swiper-wrapper .swiper-slide .item-img .circle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.content .product .product-content .product-circle .circle-list-mobile-slide .swiper-wrapper .swiper-slide .item-img .img {
	width: 80%;
	height: 80%;
	margin: 10%;
	position: absolute;
	top: 0;
	left: 0;
}
.content .product .product-content .product-circle .circle-list-mobile-slide .swiper-wrapper .swiper-slide .item-img .img-title {
	font-size: 16px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.content .product .product-content .product-circle .item-shopping {
	position: absolute;
	bottom: 20px;
	z-index: 999;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}
.content .product .product-content .product-circle .item-shopping:hover {
	cursor: pointer;
}
.content .product .product-content .product-circle .item-shopping .shop-text {
	background-color: #df1e14;
	border-radius: 20px;
	display: inline-block;
	padding: 5px 10px;
}
.content .product .product-content .product-circle .item-shopping .shop-img {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

@media screen and (max-width: 991.98px) {
.content .product {
	height: auto;
	min-height: auto;
}
.content .product .product-content {
	margin: 0 auto;
}
.content .product .product-content .product-head {
	padding-top: 10px;
	height: auto;
}
.content .product .product-content .product-head > img {
	margin: 0 auto;
	display: block;
	width: 50%;
}
.content .product .product-content .product-head .subtitle {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.content .product .product-content .product-circle {
	position: relative;
	width: 100%;
	height: 100vw;
}
.content .product .product-content .product-circle .circle-center {
	display: none;
}
.content .product .product-content .product-circle .circle-list {
	display: none;
}
.content .product .product-content .product-circle .circle-list-mobile-slide {
	display: block;
	width: 100%;
	height: 100vw;
	overflow: hidden;
}
.content .product .product-content .product-circle .circle-list-mobile-slide .swiper-wrapper .swiper-slide {
	padding: 30px;
	box-sizing: border-box;
}
.content .product .product-content .product-circle .circle-list-mobile-slide .swiper-wrapper .swiper-slide .item-img {
	width: calc(100vw - 60px);
	height: calc(100vw - 60px);
	position: relative;
}
.content .product .product-content .product-circle .circle-list-mobile-slide .swiper-wrapper .swiper-slide .item-img .circle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.content .product .product-content .product-circle .circle-list-mobile-slide .swiper-wrapper .swiper-slide .item-img .img {
	width: 80%;
	height: 80%;
	margin: 10%;
	position: absolute;
	top: 0;
	left: 0;
}
.content .product .product-content .product-circle .circle-list-mobile-slide .swiper-wrapper .swiper-slide .item-img .img-title {
	font-size: 16px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.content .product .product-content .product-circle .prev, .content .product .product-content .product-circle .next {
	display: block;
}
}
.content .news .news-content {
	margin: 0 auto;
	padding: 60px 0;
}
.content .news .news-content .news-list .warp {
	width: 46%;
	height: 600px;
}
.content .news .news-content .news-list .warp:first-child {
	width: 50%;
	margin-right: 4%;
}
.content .news .news-content .news-list .warp .item {
	position: relative;
	display: block;
}
.content .news .news-content .news-list .warp .item .mask {
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all linear .3s;
}
.content .news .news-content .news-list .warp .item:hover .mask {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.content .news .news-content .news-list .warp .item > img {
	width: 100%;
	height: 100%;
}
.content .news .news-content .news-list .warp .item .title-warp {
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 6px;
}
.content .news .news-content .news-list .warp .item .title-warp .news-title {
	font-size: 20px;
}
.content .news .news-content .news-list .warp .item .title-warp .news-subtitle {
	font-size: 16px;
}
.content .news .news-content .news-list .warp .item .more {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-weight: 500;
	color: #fff;
	font-size: 16px;
}
.content .news .news-content .news-list .warp .item.item-big {
	height: 100%;
}
.content .news .news-content .news-list .warp .item.item-small {
	height: 46%;
}
.content .news .news-content .news-list .warp .item.item-small:first-child {
	margin-bottom: 48px;
}

@media screen and (max-width: 991.98px) {
.content .news .news-content {
	padding: 10px 0;
}
.content .news .news-content .news-list .warp {
	height: 200px;
}
.content .news .news-content .news-list .warp:first-child {
	width: 53%;
	margin-right: 1%;
}
.content .news .news-content .news-list .warp .item.item-small {
	height: 49%;
}
.content .news .news-content .news-list .warp .item.item-small:first-child {
	margin-bottom: 4px;
}
}
.content .brand .brand-content {
	margin: 0 auto;
	padding: 40px 0 0;
}
.content .brand .brand-content .shop-warp {
	margin: 0 auto;
	text-align: center;
	color: #333;
}
.content .brand .brand-content .shop-warp .shop-title {
	font-size: 22px;
	font-weight: 600;
}
.content .brand .brand-content .shop-warp .shop-subtitle {
	font-size: 16px;
	font-weight: 500;
}
.content .brand .brand-content .shop-warp .shop-list {
	font-size: 0;
}
.content .brand .brand-content .shop-warp .shop-list .item {
	display: inline-block;
	font-size: 16px;
	padding: 30px;
	position: relative;
}
.content .brand .brand-content .shop-warp .shop-list .item:hover .shop-qrcode {
	cursor: pointer;
	opacity: 1;
	transform: scale(1);
}
.content .brand .brand-content .shop-warp .shop-list .item .shop-icon {
	border-radius: 12px;
	width: 75px;
	height: 75px;
	animation: jump 1s linear infinite;
}
.content .brand .brand-content .shop-warp .shop-list .item .shop-icon > img {
	width: 100%;
	height: 100%;
}
.content .brand .brand-content .shop-warp .shop-list .item .shop-name {
	font-size: 16px;
	color: #595959;
	padding-top: 10px;
}
.content .brand .brand-content .shop-warp .shop-list .item .shop-qrcode {
	position: absolute;
	width: 140px;
	height: 140px;
	top: 50%;
	left: 50%;
	margin: -70px;
	transition: all linear .3s;
	transform: scale(0);
	opacity: 0;
}
.content .brand .brand-content .shop-warp .shop-list .item .shop-qrcode > img {
	width: 100%;
	height: 100%;
}
.content .brand .brand-content .shop-warp .shop-list .item:nth-of-type(2) .shop-icon {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.content .brand .brand-content .shop-warp .shop-list .item:nth-of-type(3) .shop-icon {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.content .brand .brand-content .brand-warp {
	background-image: url("../image/index_brand_01.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	min-height: 380px;
	height: 540px;
	color: #fff;
	text-align: center;
}
.content .brand .brand-content .brand-warp .warp {
	padding-top: 150px;
}
.content .brand .brand-content .brand-warp .warp .brand-title {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 15px;
}
.content .brand .brand-content .brand-warp .warp .brand-subtitle {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 30px;
}
.content .brand .brand-content .brand-warp .warp .tel {
	font-weight: 600;
	font-size: 36px;
	color: #d80000;
	display: inline-block;
	padding: 10px 50px;
	border-radius: 30px;
	background-color: #fff;
	transition: all linear .3s;
}
.content .brand .brand-content .brand-warp .warp .tel:hover {
	color: #fff;
	background-color: #d80000;
}

@media screen and (max-width: 991.98px) {
.content .brand .brand-content {
	padding: 10px 0 0;
}
.content .brand .brand-content .shop-warp .shop-list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	overflow: hidden;
	padding: 30px 10px;
}
.content .brand .brand-content .shop-warp .shop-list .item {
	padding: 0;
}
.content .brand .brand-content .brand-warp {
	-webkit-background-size: 300% 100%;
	background-size: 300% 100%;
	background-position: 50% 0;
	height: 380px;
}
.content .brand .brand-content .brand-warp .warp .tel {
	font-size: 20px;
}
}
.content .dynamic {
	margin: 0 auto;
	padding: 100px 0;
	background-image: url("../image/index_dynamic_01.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.content .dynamic .dynamic-content {
	margin: 0 auto;
	overflow: hidden;
}
.content .dynamic .dynamic-content .dynamic-titles {
	margin: 0 auto;
	color: #960014;
	padding: 0 20px;
	box-sizing: border-box;
}
.content .dynamic .dynamic-content .dynamic-titles .title-zh {
	font-size: 22px;
	font-weight: 600;
}
.content .dynamic .dynamic-content .dynamic-titles .title-en {
	font-size: 18px;
}
.content .dynamic .dynamic-content .dynamic-list {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.content .dynamic .dynamic-content .dynamic-list .prev {
	left: 5%;
}
.content .dynamic .dynamic-content .dynamic-list .next {
	right: 5%;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide {
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide > img {
	max-height: 300px;
	width: 100%;
	display: block;
	height: 220px;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-title {
	font-size: 20px;
	color: #333;
	width: 100%;
	font-weight: 600;
	padding: 6px 0;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .item-subtitle {
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	width: 100%;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .more {
	float: right;
	color: #960014;
	font-size: 20px;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .b1 {
	position: absolute;
	width: 0;
	height: 2px;
	top: 0;
	left: 0;
	transition: all linear .1s;
	transition-delay: .1s;
	background-color: #960014;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .b2 {
	position: absolute;
	width: 2px;
	height: 0;
	top: 0;
	right: 0;
	transition: all linear .1s;
	transition-delay: .2s;
	background-color: #960014;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .b4 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: all linear .1s;
	transition-delay: .3s;
	background-color: #960014;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide .b3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2px;
	height: 0;
	transition: all linear .1s;
	transition-delay: .4s;
	background-color: #960014;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide:hover .item-title {
	color: #960014;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide:hover .b1 {
	width: 100%;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide:hover .b2 {
	height: 100%;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide:hover .b4 {
	width: 100%;
}
.content .dynamic .dynamic-content .dynamic-list .dynamic-slide .swiper-wrapper .swiper-slide:hover .b3 {
	height: 100%;
}

@media screen and (max-width: 991.98px) {
.content .dynamic {
	padding: 20px 0;
}
}
.content .message {
	background-image: url("../image/index_dynamic_01.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.content .message .msg-title {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #960014;
	margin: 0 auto 30px;
}
.content .message .form {
	margin: 0 auto;
}
.content .message .form .form-warp .left {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}
.content .message .form .form-warp .left .form-group {
	height: 40px;
	padding: 10px;
	position: relative;
}
.content .message .form .form-warp .left .form-group > input {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #960014;
	text-align: left;
	color: #666;
	height: 30px;
	padding: 5px;
}
.content .message .form .form-warp .left .form-group.action {
	display: inline-block;
	float: right;
	box-sizing: border-box;
	padding: 10px 0;
}
.content .message .form .form-warp .left .form-group.action > input {
	padding: 0 20px;
	height: 40px;
}
.content .message .form .form-warp .left .form-group.action > input:hover {
	cursor: pointer;
	background-color: #960014;
	color: #fff;
}
.content .message .form .form-warp .right {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}
.content .message .form .form-warp .right .form-group {
	height: 160px;
	padding: 10px;
	position: relative;
}
.content .message .form .form-warp .right .form-group > textarea {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #960014;
	text-align: left;
	color: #666;
	height: 100%;
	padding: 5px;
	box-sizing: border-box;
}
.content .message .form .form-warp .right .form-group.action {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 0;
	height: auto;
}
.content .message .form .form-warp .right .form-group.action > input {
	padding: 0 20px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #960014;
	text-align: left;
	color: #666;
}
.content .message .form .form-warp .right .form-group.action > input:hover {
	cursor: pointer;
	background-color: #960014;
	color: #fff;
}

@media screen and (max-width: 991.98px) {
.content .message {
	padding-bottom: 10px;
}
.content .message .form .form-warp .left {
	padding: 10px 0;
}
.content .message .form .form-warp .left .form-group {
	height: 40px;
	padding: 10px;
	position: relative;
}
.content .message .form .form-warp .left .form-group > input {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #960014;
	text-align: left;
	color: #666;
	height: 30px;
	padding: 5px;
}
.content .message .form .form-warp .left .form-group.action {
	display: inline-block;
	float: right;
	box-sizing: border-box;
	padding: 10px;
}
.content .message .form .form-warp .left .form-group.action > input {
	padding: 0 20px;
	height: 40px;
}
.content .message .form .form-warp .left .form-group.action > input:hover {
	cursor: pointer;
	background-color: #960014;
	color: #fff;
}
.content .message .form .form-warp .right {
	padding: 10px 0;
}
.content .message .form .form-warp .right .form-group.action {
	padding: 10px;
}
}
.footer {
	background-image: url("../image/index_dynamic_01.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/*# sourceMappingURL=index.css.map */
