@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	font-size: 14px;
	background-repeat: no-repeat
}

a {
	display: block;
	text-decoration: none;
}

img {
	border: 0px;
	display: block
}

body {
	background: url(../../skin/img/redcaizhi1.jpg) repeat scroll;
	margin: 0 auto;
}

ul,
li {
	list-style-type: none;
}

button {
	border: none;
	outline: none;
	background-color: transparent;
	box-sizing: content-box;
}

p {
	line-height: 2em;
}

table {
	border: none;
	border-collapse: collapse;
	border: 0
}

tr {
	border: none;
}

td {
	border: none;
}

input {
	outline: none;
	border: none;
}

.yx {
	width: 1600px;
	margin: 0 auto;
	justify-content: space-between;
}





/*导航*/
.animab {
	transform: translateY(200px);
	transition-duration: .5s;
}

.top-head2 {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	top: -200px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
	z-index: 1111111111111;
}

.animab2 {
	transform: translateY(0px);
	transition-duration: .5s;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 4px
}

/*定义滚动条轨道*/
::-webkit-scrollbar-track {
	background-color: transparent;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	background-color: #d72823;
	border-radius: 2em
}





.fixed-right {
	position: fixed;
	right: 40px;
	z-index: 1111;
	top: 50%;
}

.fixed-right .fixed1 {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	position: relative;
}

.fixed-right .fixed1 .ico {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #d72823;
	transition: all .5s;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fixed-right .fixed1:hover .ico {
	transform: translateX(-60px);
	width: 20px;
	height: 20px;
}

.fixed-right .fixed1:hover .ico img {
	display: none;
}

.fixed-right .fixed1 .fixed-content {
	width: 100px;
	height: 100px;
	background-color: #f3f3f3;
	position: absolute;
	transform: translateX(100px);
	transition: all .5s;
}

.fixed-right .fixed1:hover .fixed-content {
	transform: translateX(-20px);
}

.fixed-right .fixed1 .ico img {
	width: 34px;
}

.fixed-right .fixed1 .fixed-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fixed-right .fixed1 .fixed-content img {
	width: 90%;
	height: 90%;
}

footer .yx>div:first-child ul {
	display: flex;
	align-items: center;
}

footer .yx>div:first-child ul li {
	margin: 0 10px;
}

footer .yx>div:first-child ul li a {
	transition: .5s all;
	background-position: center;
	background-size: contain;
	width: 30px;
	height: 30px;
}

footer .yx>div:first-child ul li:nth-child(1) a {
	background-image: url(../img/sky-cat-ico.png);
}

footer .yx>div:first-child ul li:nth-child(2) a {
	background-image: url(../img/weixin-ico.png);
}

footer .yx>div:first-child ul li a:hover {
	opacity: .7;
}

footer .yx {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}

footer {
	width: 100%;
	background-color: #d72823;
}

.foot-center {
	color: #fff;
	font-size: 12px;
}

footer .yx div:last-child #goToTop>a {
	color: #d72823;
	background-color: #fff;
	width: 140px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s all;
}

footer .yx div:last-child #goToTop>a:hover {
	background-color: rgba(255, 255, 255, .8);
}



/* 导航-新 */
.headshop {
	display: flex;
}

.headshop img {
	width: 60px;
	margin-left: 20px;
}

.pc-head {
	background-color: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 12000;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	height: 80px;
	display: flex;
	align-items: center;
}

.pc-head>div {
	display: flex;
	justify-content: space-between;
}

.head-v3 {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.head-v3 .navigation-inner {
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 4vw;
}

.head-v3 .navigation-inner h1 {
	height: 90%;
}

.head-v3 .navigation-inner h1 img {
	height: 100%;
}

.navigation-up {
	height: 100%;
	width: 100%;
}

.navigation-up .navigation-v3 {
	height: 100%;
	display: flex;
	align-items: center;
}

.navigation-up .navigation-v3 ul {
	float: left;
	height: 100%;
	margin-right: 20px;
}

.navigation-up .navigation-v3 li {
	float: left;
	font: normal 16px/59px "microsoft yahei";
	color: #fff;
	height: 100%;
}

.navigation-up .navigation-v3 .block {
	height: 4px;
	width: 32px;
	background: #ce1e27;
	position: absolute;
	left: 0;
	top: 60px;
	border-radius: 2px;
	;
	transform: translateX(36px);
	overflow: hidden;
}

/*.navigation-up .navigation-v3 .nav-up-selected{background:#ce1e27}*/
.navigation-up .navigation-v3 .nav-up-selected-inpage {}

.navigation-up .navigation-v3 .nav-up-selected-inpage a {
	color: #ce1e27;
}

.navigation-up .navigation-v3 li h2 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	height: 100%;
}

.navigation-up .navigation-v3 li h2 a {
	color: #666;
	display: inline-block;
	height: 100%;
	font-family: "microsoft yahei";
	transition: all .5s;
	display: flex;
	align-items: center;
}

.navigation-up .navigation-v3 li h2 a:hover {
	color: #ce1e27
}

.navigation-down {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%
}

.navigation-down .nav-down-menu {
	width: 100%;
	margin: 0;
	background: rgb(215 40 35 / 90%);
	position: absolute;
	top: 0px
}

.navigation-down .nav-down-menu .navigation-down-inner {
	margin: auto;
	width: 1200px;
	position: relative;
	display: flex;
	justify-content: center
}

.navigation-down .nav-down-menu dl {
	float: left;
	margin: 18px 80px 18px 0
}

.navigation-down .menu-1 dl {
	margin: 20px 80px 25px 0
}

.navigation-down .menu-1 dt {
	font: normal 16px "microsoft yahei";
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px
}

.navigation-down .menu-1 dd a {
	color: rgba(255, 255, 255, .9);
	font: normal 14px/30px "microsoft yahei"
}

.navigation-down .menu-1 dd a:hover {
	color: #ce1e27
}

.navigation-down .menu-2 dd a,
.navigation-down .menu-3 dd a {
	color: #fff;
	font: normal 16px "microsoft yahei"
}


.nav {
	position: relative;
	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
	font-size: 14px;
}

.nav a {
	color: #fff;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.nav h3 {
	font-size: 100%;
	font-weight: normal;
}

.nav .m {
	float: left;
	position: relative;
	z-index: 1;
}

.nav .s {
	float: left;
	width: 3px;
	text-align: center;
	color: #D4D4D4;
	font-size: 12px;
}

.nav h3 a {
	display: block;
	width: 115px;
	text-align: center;
	font-weight: bold;
}

.nav .sub {
	display: none;
	position: absolute;
	left: -3px;
	top: 50px;
	z-index: 1;
	width: 117px;
	border: 1px solid #E6E4E3;
	border-top: 0;
	background: #fff;
}

.nav .sub li {
	text-align: center;
	padding: 0 8px;
	margin-bottom: -1px;
}

.nav .sub li a {
	display: block;
	border-bottom: 1px solid #E6E4E3;
	padding: 8px 0;
	height: 28px;
	line-height: 28px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.nav .sub li a:hover {
	color: #FE7700;
}





.pc-foot>div span {
	margin: 0 10px;
}

.pc-foot>div {
	display: flex;
}

.pc-foot {
	background-color: #fff;
	padding: 1vw 3vw;
	box-sizing: border-box;
	box-shadow: 0 -7px 30px rgba(0, 0, 0, .05);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pc-foot ul {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.pc-foot ul li {
	padding: 0 40px;
	border-right: 1px solid #ccc;
}

.pc-foot ul li a {
	color: #333;
	transition: all .3s ease;
	font-weight: 400;
	font-size: 14px;
}

.pc-foot ul li a:hover {
	color: #d72823;
}


/* 导航-新 */


@media screen and (max-width: 1540px) {
	.yx {
		width: 90%;
	}

}

@media screen and (max-width: 1240px) {
	.yx {
		width: 96%;
	}

}

@media screen and (max-width: 940px) {}
