/* ========== */
/* = RESET = */
/* ========== */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;/*cursor: url(../images/home/hand_ico.ico),auto;*/
}
body {
	min-width: 320px;
	font-size: 14px;
	color: #666666;
	font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
	-webkit-overflow-scrolling: touch;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl {
	list-style: none;
}
/*RESET A*/
* {
	text-decoration: none!important;
}
a, a:visited, a:active, a:hover, a:focus {
	text-decoration: none!important;
	outline: none;
 star: expression_r(this.onFocus=this.blur());
}
a {
	color: #666666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*CLEAR the FLOAT*/
.clear {
	clear: both
}
.clearfix {
*zoom:1;
}
.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
	content: '\20';
}
.bgFull {
	background-size: cover;
	background-position: center center;
	background-repeat: nno-repeat
}
/*RESET the FORM*/
fieldset {
	border: 0!important;
}
input, button, textarea, select {
	font-size: 100%;
	outline: none;
	resize: none;
	border: none;
	font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}
input[type="button"] {
	cursor: pointer;
	border: 0
}
input[type="submit"] {
	cursor: pointer;
	border: 0
}
input[type="reset"] {
	cursor: pointer;
	border: 0
}
input[type="button"], input[type="text"], textarea {
	-webkit-appearance: none;
}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
 input::-webkit-input-placeholder {
color: #666666;
}
input:-moz-placeholder {
color: #666666;
}
input::-moz-placeholder {
color: #666666;
}
input:-ms-input-placeholder {
color: #666666;
}
 textarea::-webkit-input-placeholder {
color: #666666;
}
textarea:-moz-placeholder {
color: #666666;
}
textarea::-moz-placeholder {
color: #666666;
}
textarea:-ms-input-placeholder {
color: #666666;
}
/*RESET IMAGES*/
img {
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}
/*IMAGE CENTER*/
.vertical-center {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/*RESET FONTS*/
.t2 {
	text-indent: 2em;
}
em {
	font-style: normal;
}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*LAYOUT*/
.page-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 148px;
}
.container {
	max-width: 1760px;
	padding: 0 80px;
	margin: 0 auto;
}
.w1400 {
	max-width: 1620px;
	padding: 0 50px;
	margin: 0 auto;
}
.transition {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.b-shadow {
	-o-box-shadow: 0 0 30px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 30px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.pc-block {
	display: block;
}
.mb-block {
	display: none;
}

@media (max-width:999px) {
.page-wrap {
	padding-top: 1.84rem;
	padding-bottom: 1.86666666rem;
}
.container {
	padding: 0 0.4rem;
}
.w1400 {
	padding: 0 0.4rem;
}
.pc-block {
	display: none;
}
.mb-block {
	display: block;
}
}
/* ========== */
/* = PC-HEADER = */
/* ========== */
.pc-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;
	z-index: 99;
}
.pc-header .top {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}
.pc-header .top .ico-wx {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	background-image: url(../images/ico_wx.png);
	position: relative;
	cursor: pointer;
	z-index: 9;
}
.pc-header .top .ico-wx:hover div {
	display: block;
}
.pc-header .top .ico-wx div {
	display: none;
	position: absolute;
	top: 45px;
	left: 50%;
	width: 102px;
	margin-left: -51px;
}
.pc-header .top .line {
	margin: 0 25px;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 17px;
	background: #b2b2b2;
}
.pc-header .top .tel {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico_tel.png) no-repeat left;
	font-size: 22px;
	color: #b61023;
	padding-left: 50px;
}
.pc-header .nav {
	background: #333333;
	width: 100%;
}
.pc-header .nav ul {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}
.pc-header .nav li {
	position: relative;
}
.pc-header .nav .line {
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #484848;
}
.pc-header .nav li a {
	display: block;
	line-height: 60px;
	height: 60px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.pc-header .nav li:hover div {
	display: block;
}
.pc-header .nav li div {
	display: none;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	background: rgba(0,0,0,.6);
}
.pc-header .nav li div a {
	font-size: 16px;
height: 44px;
line-height: 44px;
}
.pc-header .nav li div a:hover {
	background: rgba(0,0,0,.6);
}
.pc-header .nav li.active>a {
	font-weight: bold;
	color: #b61023;
}
/* ========== */
/* = PC-FOOTER = */
/* ========== */
.pc-footer {
	background: #333;
	color: #FFFFFF;
}
.pc-footer .foot-link {
	padding: 90px 0 38px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.pc-footer .foot-link div a {
	color: #FFFFFF;
	font-size: 18px;
}
.pc-footer .foot-link div a:hover {
	color: #b60000;
}
.pc-footer .foot-link div span {
	display: inline-block;
	margin: 0 48px;
	opacity: .3;
}
.pc-footer .content {
	padding: 45px 0 60px;
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.pc-footer .content .text {
	line-height: 36px;
}
.pc-footer .content .erweima-div .con {
	padding-bottom: 20px;
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.pc-footer .content .erweima-div .left {
	width: 48%;
}
.pc-footer .content .erweima-div .left .p1 {
	font-size: 16px;
}
.pc-footer .content .erweima-div .left .p2 {
	margin-top: 15px;
	color: #b62527;
	font-size: 16px;
}
.pc-footer .content .erweima-div .left .p2 span {
	margin-right: 10px;
	font-size: 48px;
	color: #b62527;
}
.pc-footer .content .erweima-div .left .p3 {
	margin-top: 5px;
	font-size: 18px;
}
.pc-footer .content .erweima-div .img {
	width: 48%;
}
.pc-footer .content .erweima-div .link {
	margin-top: 12px;
	text-align: center;
	display: block;
	background: #ffffff;
	font-size: 14px;
	line-height: 34px;
}
.pc-footer .content .erweima-div .link i {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}
.pc-footer .content .erweima-div .link .ico1 {
	background-image: url(../images/ico_weibo.png);
}
.pc-footer .content .erweima-div .link .ico2 {
	background-image: url(../images/ico_souhu.png);
}
.pc-footer .content .erweima-div .link span {
	display: inline-block;
	vertical-align: middle;
}
.pc-footer .content .tel {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.5);
	line-height: 30px;
	background: url(../images/ico_foot_tel.png) no-repeat left 20px;
	padding-left: 50px;
	font-size: 20px;
}
.pc-footer .copyright {
	width: 100%;
	background: rgba(0,0,0,.3);
	padding: 25px 0;
	color: rgba(255,255,255,.2);
	font-size: 16px;
}
.pc-footer .copyright a {
	color: rgba(255,255,255,.3);
}
.pc-footer .copyright a:hover {
	color: rgba(255,255,255,.5);
}
.pc-footer .copyright .left {
	float: left;
}
.pc-footer .copyright .right {
	float: right;
}
.pc-footer .copyright .right span {
	margin: 0 10px;
	display: inline-block;
}
/* ========== */
/* = FIXED-SUB = */
/* ========== */
.fixed-sub {
	position: fixed;
	top: 50%;
	right: 0;
	width: 74px;
	z-index: 99;
	margin-top: -145px;
}
.fixed-sub a {
	margin-bottom: 2px;
	display: block;
	background: #2b2a2a;
	width: 74px;
	height: 74px;
	padding-top: 8px;
	text-align: center;
	color: #FFFFFF;
	line-height: 28px;
	border-radius: 4px;
}
.fixed-sub i {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto;
}
.fixed-sub .ico-01 {
	background-image: url(../images/fixed_ico_01.png);
}
.fixed-sub .ico-02 {
	background-image: url(../images/fixed_ico_02.png);
}
.fixed-sub .ico-03 {
	background-image: url(../images/fixed_ico_03.png);
}
.fixed-sub .ico-04 {
	background-image: url(../images/fixed_ico_04.png);
}
.fixed-sub .ico-05 {
	background-image: url(../images/fixed_ico_05.png);
}
.fixed-sub .back-top {
	padding-top: 20px;
}
.fixed-sub a:hover {
	background-color: #b60909;
}

@media (max-width:1580px) {
.pc-footer .foot-link div span {
	margin: 0 30px;
}
.pc-footer .content .text {
	font-size: 13px;
}
.pc-footer .content .erweima p {
	font-size: 18px;
}
}

@media (max-width:1400px) {
.pc-footer .foot-link div a {
	font-size: 16px;
}
.pc-footer .foot-link div span {
	margin: 0 20px;
}
.pc-footer .content .text {
	width: 70%;
	font-size: 12px;
}
.pc-footer .content .erweima p {
	padding-left: 35px;
	font-size: 14px;
}
}
/* ========== */
/* = VIDEO-POP = */
/* ========== */
.video-button {
	cursor: pointer;
}
.video-pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
	text-align: center;
	z-index: 99999;
}
.video-pop .content+i {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.video-pop .content {
	position: relative;
	display: inline-block;
	width: 80%;
	max-width: 800px;
	vertical-align: middle;
	background: #000000;
}
.video-pop .content video {
	display: block;
	width: 100%;
}
.video-pop .close {
	position: absolute;
	top: 0;
	right: -50px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	background-image: url(../images/close.png);
	background-size: cover;
}

@media (max-width:999px) {
.video-pop .close {
	width: 0.8rem;
	height: 0.8rem;
	right: -0.9rem;
}
}
/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 1.84rem;
	padding: 0 0.46666666rem;
	z-index: 999;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 15px rgba(206,206,206,.6);
	box-shadow: 0 0 15px rgba(206,206,206,.6);
}
.mb-header .mb-logo img {
	display: block;
	height: 1.84rem;
}
.mb-header .tel {
	position: absolute;
	left: 0.53333333rem;
	top: 50%;
	width: 0.8rem;
	margin-top: -0.4rem;
}
.mb-nav-ico {
	position: absolute;
	right: 0.53333333rem;
	top: 50%;
	width: 0.8rem;
	margin-top: -0.4rem;
}
/* ========== */
/* = MB FOOTER = */
/* ========== */
.mb-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1.86666666rem;
	background: #222222;
	z-index: 999;
}
.mb-footer li {
	float: left;
	width: 25%;
}
.mb-footer li a {
	display: block;
	cursor: pointer;
	height: 1.86666666rem;
	padding-top: 0.2rem;
	color: #FFFFFF;
	text-align: center;
}
.mb-footer li img {
	width: 0.8rem;
}
.mb-footer li p {
	margin-top: 0.13333333rem;
	font-size: 0.32rem;
	height: 0.32rem;
	line-height: 0.32rem;
}
/* ========== */
/* = MENU = */
/* ========== */
.shade {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 999;
	display: none;
	background: transparent;
}
.menu {
	position: fixed;
	left: 100%;
	top: 0;
	width: 70%;
	height: 100%;
	text-align: left;
	z-index: 11111;
	overflow-y: scroll;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 30px rgba(26,24,24,.1) inset;
	box-shadow: 0 0 30px rgba(26,24,24,.1) inset;
}
.menu li {
	position: relative;
}
.menu li>span {
	display: block;
	position: relative;
	padding: 0 0.666666rem 0 1.493333rem;
	height: 1.36rem;
	line-height: 1.36rem;
	color: #767676;
	font-size: 0.35rem;
	border-bottom: 1px solid #e9e9e9;
}
.menu ul li>span::before {
	content: '';
	position: absolute;
	left: 0.666666rem;
	top: 50%;
	margin-top: -0.133333rem;
	width: 0.266666rem;
	height: 0.266666rem;
	border: 2px solid #b61023;
	border-radius: 100%;
}
.menu ul li a {
	color: #555;
}
.menu ul li>span.default::after {
	content: '';
	position: absolute;
	right: 0.666666rem;
	top: 50%;
	width: 0.32rem;
	height: 0.32rem;
	margin-top: -0.16rem;
	background: url(../images/menu_bg.png) no-repeat;
	background-size: cover;
}
.menu-slide a {
	color: #7c7d7d;
}
.menu-slide {
	display: none;
}
.menu-slide a {
	position: relative;
	display: block;
	padding: 0 0.666666rem 0 1.493333rem;
	height: 1.333333rem;
	line-height: 1.333333rem;
	font-size: 0.32rem;
	color: #7c7d7d;
	border-bottom: 1px solid #e9e9e9;
}
.menu-slide a::before {
	content: '';
	position: absolute;
	left: 0.666666rem;
	top: 50%;
	margin-top: -0.10625rem;
	width: 0.266666rem;
	height: 0.266666rem;
	background: url(../images/menu_bg3.png) no-repeat;
	background-size: cover;
}
.menu-slide a:hover, .menu-slide a.active {
	background: #b61023;
	color: #FFFFFF;
}
.menu li>span.active a {
	color: #b61023;
}
.menu li>span.active::before {
	color: #fff;
	background: #b61023;
	border-color: #b61023;
}
.menu li>span.haschild.active::after {
	content: '';
	position: absolute;
	right: 0.666666rem;
	top: 50%;
	width: 0.32rem;
	height: 0.32rem;
	margin-top: -0.16rem;
	background: url(../images/menu_bg2.png) no-repeat center;
}
/* ========== */
/* = 404 = */
/* ========== */
.main-404 {
	padding: 4% 3% 6%;
	text-align: center;
}
.main-404 .p1 {
	margin-bottom: 10px;
}
