/*@font-face {
	font-family: pf;
	src: url(../font/pf.ttf);
}*/

body {
	background: #f8f8f8;
	font-size: 12px;
	font-family: "microsoft yahei";
	color: #333;
	overflow-x: hidden;
}

a {
	color: #333;
}

img {
	border: 0;
}

input,
select,
textarea,
button {
	font-family: "microsoft yahei";
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}

.unsec {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.loading_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: all 0.3s 0.3s;
}

.loading_box p {
	position: absolute;
	width: 100%;
	top: 70%;
	font-size: 0.45rem;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.8);
}

.loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.54rem;
	margin-left: -0.4rem;
	width: 0.8rem;
	animation: fadeIn 2s linear;
}

.round {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1.1rem;
	margin-left: -1.1rem;
	width: 2.2rem;
	height: 2.2rem;
	animation: rolling 4s linear infinite;
	opacity: 0.9;
}

.round2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1.4rem;
	margin-left: -1.4rem;
	width: 2.8rem;
	height: 2.8rem;
	animation: rolling2 4s linear infinite;
	opacity: 0.6;
}

.round3 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1.8rem;
	margin-left: -1.8rem;
	width: 3.6rem;
	height: 3.6rem;
	animation: rolling 3s linear infinite;
	opacity: 0.4;
}

@keyframes rolling {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes rolling2 {
	from {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0.5;
	}
	to {
		opacity: 1;
	}
}

.loading_box:before {
	content: "";
	position: absolute;
	top: 0;
	left: -20%;
	width: 120%;
	height: 100%;
	background: #ca0000;
	transform: skew(0);
	transition: all 0.3s;
}

.loading_box.on:before {
	transform: skew(25deg);
}

.loading_box.on.on2:before {
	transform: skew(0);
}

.loading_box.on {
	left: -100%;
}

.main {
	margin: auto;
	width: 19.2rem;
	overflow: hidden;
}

.common_top {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -9.6rem;
	width: 19.2rem;
	height: 0.9rem;
	line-height: 0.9rem;
	padding: 0 0.6rem;
	box-sizing: border-box;
	z-index: 200;
	transition: all 0.3s;
}

.common_top.on {
	background: rgba(0, 0, 0, 0.8);
}

.common_top.on.on2 {
	background: rgba(0, 0, 0, 0.2);
}

.logo_a {
	float: left;
	width: 1.59rem;
}

.logo_a img {
	width: 100%;
	vertical-align: middle;
}

.top_nav {
	position: relative;
	display: inline-block;
	margin-left: 0.48rem;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s;
}@media only screen and (max-width: 1400px) {
	font-size: 14px;
}

.top_nav:hover,
.top_nav.on {
	color: #d33634;
}

.common_top .top_nav {
	top: 0;
	opacity: 1;
}

.common_top.on2 .top_nav {
	top: -0.2rem;
	opacity: 0;
}

.top_nav.big {
	display: none;
}

.top_menu {
	display: none;
	position: absolute;
	top: 50%;
	right: 0.2rem;
	margin-top: -0.03rem;
	display: inline-block;
	width: 0.5rem;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}

.top_menu:before {
	content: "";
	position: absolute;
	top: -0.15rem;
	left: 50%;
	margin-left: -0.25rem;
	width: 0.5rem;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}

.top_menu:after {
	content: "";
	position: absolute;
	bottom: -0.15rem;
	left: 50%;
	margin-left: -0.25rem;
	width: 0.5rem;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}

.top_menu.on {
	margin-top: -0.15rem;
	background: rgba(0, 0, 0, 0);
}

.top_menu.on:before {
	margin-top: 0.3rem;
	transform: rotate(45deg);
}

.top_menu.on:after {
	transform: rotate(-45deg);
}

.menu_rtype.two span {
	position: absolute;
	top: 0;
	right: 58px;
	display: block;
	width: 0;
	height: 58px;
	background: #222;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	transition: all 0.2s;
}

.menu_rtype.two:hover span {
	width: 130px;
	background: #ca0000;
}

@media only screen and (min-width: 1201px) {
	.common_top.on2 .top_nav:first-of-type {
		transition-delay: 0.1s;
	}
	.common_top.on2 .top_nav:nth-of-type(2) {
		transition-delay: 0.2s;
	}
	.common_top.on2 .top_nav:nth-of-type(3) {
		transition-delay: 0.3s;
	}
	.common_top.on2 .top_nav:nth-of-type(4) {
		transition-delay: 0.4s;
	}
	.common_top.on2 .top_nav:nth-of-type(5) {
		transition-delay: 0.5s;
	}
	.common_top.on2 .top_nav:nth-of-type(6) {
		transition-delay: 0.6s;
	}
	.common_top.on2 .top_nav:nth-of-type(7) {
		transition-delay: 0.7s;
	}
	.common_top.on2 .top_nav:nth-of-type(8) {
		transition-delay: 0.8s;
	}
	.common_top.on2 .top_nav:nth-of-type(9) {
		transition-delay: 0.9s;
	}
}

@media only screen and (max-width: 1200px) {
	.common_top.on2 .top_nav:first-of-type {
		transition-delay: 0.1s;
	}
	.common_top.on2 .top_nav:nth-of-type(2),
	.common_top.on2 .top_nav:nth-of-type(3),
	.common_top.on2 .top_nav:nth-of-type(4),
	.common_top.on2 .top_nav:nth-of-type(5) {
		transition-delay: 0.2s;
	}
	.common_top.on2 .top_nav:nth-of-type(6) {
		transition-delay: 0.3s;
	}
	.common_top.on2 .top_nav:nth-of-type(7) {
		transition-delay: 0.4s;
	}
	.common_top.on2 .top_nav:nth-of-type(8) {
		transition-delay: 0.5s;
	}
	.common_top.on2 .top_nav:nth-of-type(9) {
		transition-delay: 0.6s;
	}
	.top_nav.small {
		display: none;
	}
	.top_nav.big {
		display: inline-block;
	}
}

.top_boxin {
	display: none;
	position: absolute;
	top: 0.9rem;
	left: 116px;
	padding-right: 48px;
	background: rgba(0, 0, 0, 0.8);
}

.top_boxin a {
	display: block;
	line-height: 45px;
}

.common_top.t2 {
	margin-left: -9.6rem;
	width: 19.2rem;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 0.8rem;
	background: #fff;
}

.common_top.t2 .top_menu {
	display: none;
}

.common_top.t2 .top_nav {
	margin-left: 40px;
	color: #333;
}

.common_top.t2 .top_nav:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0.16rem;
	margin-left: 0;
	width: 0;
	height: 2px;
	background: #ca0000;
	transition: all 0.2s;
}

.common_top.t2 .top_nav:hover,
.common_top.t2 .top_nav.on {
	color: #d33634;
}

.common_top.t2 .top_nav:hover:before,
.common_top.t2 .top_nav.on:before {
	margin-left: -30px;
	width: 60px;
}

.common_top.t2.on {
	background: #fff;
}

.common_top.t2.on2 {
	background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1600px) {
	.common_top {
		height: 1.1rem;
		line-height: 1.1rem;
	}
	.common_top.t2 {
		height: 1rem;
		line-height: 1rem;
	}
}

.footer {
	border-top: 5px solid #d33634;
}

.footer_content {
	padding: 0.55rem 0 0.45rem 0;
	background: #1a1a1a;
}

.footer_cin {
	margin: auto;
	width: 15.2rem;
	overflow: hidden;
}

.footer_type {
	position: relative;
	float: left;
	width: 2.32rem;
	height: 300px;
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, 0.07);
	text-align: center;
}

.ft_t {
	font-size: 14px;
	color: #fff;
}

.footer_type a {
	font-size: 13px;
	color: #666;
	line-height: 26px;
	transition: all 0.2s;
}

.footer_type ul {
	margin-top: 23px;
}

.footer_type a:hover {
	color: #d33634;
}

.footer_type:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 19px;
	background: #fff;
}

.footer_type.ftr {
	padding-left: 1.03rem;
}

.qrcode_tips {
	margin-top: 5px;
	width: 150px;
	font-size: 13px;
	color: #979797;
	line-height: 24px;
	text-align: center;
}

a.footer_qqbtn {
	margin-top: 26px;
	margin-left: 5px;
	display: block;
	width: 150px;
	height: 50px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	line-height: 48px;
}

a.footer_qqbtn:hover {
	border-color: #fff;
	color: #fff;
	box-shadow: 0 0 5px #fff;
}

a.footer_qqbtn span {
	margin-left: 5px;
}

.footer_content2 {
	padding: 52px 0;
	background: #161616;
	font-size: 0;
}

.ftc2_c {
	margin: auto;
	width: 15.2rem;
}

.ftc2_in {
	display: inline-block;
	width: 50%;
	color: #666;
	font-size: 13px;
	line-height: 46px;
	vertical-align: middle;
}

.ftc2_phone {
	font-size: 30px;
	font-family: "宋体";
}

.ftc2_phone a {
	display: inline-block;
	color: #666;
	transition: all 0.2s;
}

.ftc2_phone a:hover {
	color: #fff;
}

.ftc2_yx {
	font-size: 16px;
	line-height: 46px;
}

.ftc2_under {
	line-height: 26px;
}

.ftc2_under a {
	display: inline-block;
	color: #666;
	transition: all 0.15s;
}

.ftc2_under a:hover {
	color: #fff;
}

.ftc2_in {
	font-size: 14px;
	color: #666;
	line-height: 40px;
}

@media only screen and (min-width: 769px) {
	/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
	::-webkit-scrollbar  
	{  
	    width: 0.08rem; 
	    height: 0.08rem;
	    background-color: rgba(51, 51, 51, 0.5);  
	}  
	  
	/*定义滚动条轨道 内阴影+圆角*/  
	::-webkit-scrollbar-track  
	{  
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
	    border-radius: 10px;  
	    background-color: rgba(51, 51, 51, 0.5);
	}  
	  
	/*定义滑块 内阴影+圆角*/  
	::-webkit-scrollbar-thumb  
	{  
	    border-radius: 10px;  
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
	    background-color: #ca0000;
	}
}