/*reset*/


/* CSS Document */
html,
body {
	padding: 0px!important;
	margin: 0px;
	font: 12px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size-adjust: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
images,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p{margin: 0!important;}

abbr,
acronym,
fieldset,
img,
input {
	border: none;
}

img {
	vertical-align: top
}

q:before,
q:after {
	content: "";
}

:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	/* font-size: 100%; */
	padding: 0;
	margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

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

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

a:hover {
	text-decoration: none!important;
	outline: none;
	color: inherit;
	
}

a:link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

a:active {
	color: inherit;
	text-decoration: none;
}

input[type=button] {
	cursor: pointer;
}

button {
	cursor: pointer;
}
button:focus{
	outline: none!important;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	padding: 0;
	list-style: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

/* always display scrollbars */
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

input {
	outline: none;
}

img {
	border: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
/* 	border-radius: 0; */
}

textarea {
	-webkit-appearance: none;
	/* border-radius: 0; */
}

a {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

/*公共样式*/
.left {
	float: left;
}

.right {
	float: right;
}

.textOverflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.textOverflow2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.transiton3s {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.trans {
	-webkit-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

body .blockA {
	display: block;
	width: 100%;
	height: 100%;
}

.bodyGray {
	background-color: #f3f6f8;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.project_title {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.project_title_img {
	width: 100%;
	height: 6.5em;
	background-image: url(../image/tit.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
}

.project_line {
	height: 60px;
	width: 100%;
	background-image: url(../image/xfline_03.png);
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position: top center;
}

.project_list {
	display: flex;
	flex: 4;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.project_list_item {
	width: 25%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 22px 0;
	font-size: 1em;
	align-items: center;
	cursor: pointer;
}

.project_list_item_icon {
	position: relative;
	width: 2.2em;
	height: 2em;
	background: #d61d25;
	margin-right: 8px;
}

.project_list_item_icon span {
	position: absolute;
	top: 0;
	right: 0;
	width: 2em;
	height: 1.8em;
	background: #d61d25;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}

.item_detail {
	width: 25em;
	line-height: 2.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	background: #ffffff;
	padding: 18px 22px;
	display: none;
}

.item_detail_header {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d61d25;
	align-items: center;
}

.item_detail_header_left {
	font-size: 1.5em;
	color: #d61d25;
	margin-left: 20px;
}

.item_detail_header_left:before {
	display: block;
	clear: both;
	content: '';
	position: absolute;
	height: 28px;
	width: 6px;
	left: 22px;
	background: #d61d25;
}

.item_detail_header_close {
	width: 2.0em;
	height: 2.0em;
	background-image: url(../image/close_xf.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.project_toast {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	height: 150px;
	/* overflow: scroll; */
	overflow-y: auto;
	/* text-indent: 2em; */
	margin-top: 15px;
}

body .whiteColor {
	color: #fff;
}

.objectCover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 媒体查询 */
@media screen and (min-width: 1200px) {
	/* .project_container {
		padding: 0 135px;
	} */

	.project_list_item {
		font-size: 1.5em;
	}

	.item_detail {
		width: 45em;
	}
}

@media screen and (max-width: 1200px) {
	.project_container {
		padding: 0;
	}

	.project_title_img {
		height: 6.5em;
		width: 100%;
	}

	.project_list_item {
		font-size: 1.5em;
	}

	.item_detail {
		width: 45em;
	}
}

@media screen and (max-width: 992px) {
	.project_container {
		padding: 0;
	}

	.item_detail {
		width: 38em;
	}

	.project_list_item {
		font-size: 1.1em;
		font-weight: 600;
	}
}

@media screen and (max-width: 780px) {
	.project_container {
		padding: 0;
	}

	.item_detail {
		width: 28em;
	}

	.project_list_item_icon {
		width: 1.8em;
		height: 1.6em;
	}

	.project_list_item_icon span {
		width: 1.6em;
		height: 1.4em;
	}

	.project_list_item {
		width: 50%;
		font-size: 1.1em;
	}

}

@media screen and (max-width: 641px) {
	.project_container {
		padding: 0;
	}

	.item_detail {
		width: 22em;
	}

	.project_list_item {
		font-size: 0.8em;
		width: 50%;
		font-size: 1.1em;
	}
}

.bodybg {
	background-image: url(http://www.saxfpxzx.com/skin/default/img/inbg.jpg);
	background-repeat: repeat;
}

.pcHeader .headerTop {
	height: 170px;
	background: url(../image/headbg.jpg) no-repeat center center;
}

.pcHeader .headerTop .logo {
	float: left;
	margin-top: 25px;
}

.pcHeader .headerTop .topTel {
	float: right;
	margin-top: 46px;
}

.pcHeader .headerTop .topTel .name {
	font-size: 14px;
	color: #333;
	padding-left: 30px;
	line-height: 16px;
	background: url(../image/tel.png) no-repeat left center;
	margin-bottom: 10px;
}

.pcHeader .headerTop .topTel .telNum {
	font-size: 30px;
	color: rgb(230, 39, 34);
	font-weight: bold;
	line-height: 1;
}

.pcHeader .headerTop .topTel .telNum span:first-of-type {
	margin-right: 28px;
}

.pcHeader .headerBottom {
	width: 100%;
	height: 60px;
}

.pcHeader .headerBottom .box.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}

.pcHeader .headerBottom .box {
	width: 100%;
	height: 60px;
	background: #db212a;
}

.pcHeader .headerBottom .box .pcNav {
	width: 100%;
	height: 60px;
	padding: 6px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.pcHeader .headerBottom .box .pcNav a {
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0 21px;
}

.pcHeader .headerBottom .box .pcNav a.active {
	background: #db434a;
}

.pcHeader .headerBottom .box .pcNav a:hover {
	background: #db434a;
}

.mHeader {
	display: none;
	height: 50px;
	background: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
}

.mHeader .logoBox {
	padding-top: 6px;
	margin-left: 20px;
}

.mHeader .logoBox .logoPic {
	height: 38px;
}

.menu {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	z-index: 1100;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.menu-handler {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
	float: right;
	transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	background-color: #fff;
}

.menu-handler .burger {
	width: 26px;
	height: 3px;
	background: #db212a;
	display: block;
	position: absolute;
	z-index: 5;
	top: 12px;
	left: 17px;
	margin: 0px 0px 0px -10px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}

.menu-handler .burger-2 {
	top: 19px;
}

.menu-handler .burger-3 {
	top: 26px;
}

.menu-handler.active .burger-1 {
	top: 19px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.menu-handler.active .burger-2 {
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.menu-handler.active .burger-3 {
	top: 19px;
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.NavMo {
	display: none;
	width: 100%;
	padding-top: 10px;
	float: left;
	background-color: #fff;
	position: fixed;
	top: 50px;
	left: 0;
}

.NavMo .navitem {
	display: block;
	width: 100%;
	line-height: 50px;
	border-top: 1px solid #eee;
	text-align: center;
	padding: 0;
	color: #666;
	position: relative;
	font-size: 14px;
}

.NavMo .navitem.active {
	color: #fff;
	background: #db212a;
}

.indexMo1 {
	background: url(../image/indexbg1.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 66px 0 120px;

}

.indexMo1 .leftBox {
	width: calc(100% - 580px);
	float: left;
	height: 410px;
}

.indexMo1 .rightBox {
	width: 547px;
	float: right;
	height: 410px;
	background: url(../image/index1Rbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 70px 30px 0;
}

.indexMo1 .rightBox .swiper-container {
	height: 100%;
}

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

.indexMo1 .leftBox .item {
	position: relative;
}

.indexMo1 .leftBox .item .playBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3);
}

.indexMo1 .leftBox .item .icon {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 16px;
	background: url(../image/play.png) no-repeat;
	background-size: 100% 100%;
}

.indexMo1 .leftBox .item .play {
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	text-align: center;

}

.indexMo1 .leftBox .topItems {
	width: 100%;
	margin-bottom: 10px;
}

.indexMo1 .leftBox .topItems .item {
	width: calc((100% - 30px)/4);
	float: left;
	height: 90px;
}

.indexMo1 .leftBox .item1 {
	margin-right: 10px;
}

.indexMo1 .leftBox .item2 {
	margin-right: 10px;
}

.indexMo1 .leftBox .bottomItems {
	width: 100%;
}

.indexMo1 .leftBox .bottomItems .item {
	width: calc((100% - 20px)/3);
	float: left;
	height: 100px;
	margin-right: 10px;
}

.indexMo1 .leftBox .bottomItems .item:last-of-type {
	margin-right: 0;
}
.indexMo1 .leftBox .line4{
	width: 100%;
	margin-top: 10px;
}
.indexMo1 .leftBox .line4 .item {
	width: calc((100% - 10px)/2);
	float: left;
	height: 100px;
}
.indexMo1 .leftBox .item5,
.indexMo1 .leftBox .item7,
.indexMo1 .leftBox .item3,
.indexMo1 .leftBox .item6,.indexMo1 .leftBox .item12 {
	margin-right: 10px;
}

.indexMo1 .rightBox .text {
	font-size: 13px;
	color: #333;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.indexMo1 .rightBox .box {
	padding: 34px 16px 0 26px;
}

.indexMo1 .rightBox .box .title {
	font-size: 20px;
	color: #b71e23;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
}

.indexMo1 .rightBox .box .detail {
	font-size: 13px;
	color: #333;
	line-height: 2;
	height: 120px;
	overflow: auto;
}

.indexMo1 .rightBox .box .detail span {
	margin-right: 16px;
}

.indexMo2 {
	background: url(../image/index2bg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 125px 0 182px;
}

.indexTitle {
	margin-bottom: 70px;
}

.indexTitle .picTit {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.indexMo2 .list .box {
	display: block;
	width: 100%;
	height: 248px;
	padding: 0 10px;
}

.indexMo2 .list .box .picBox {
	width: 100%;
	height: 184px;
	overflow: hidden;
}

.indexMo2 .list .box .tit {
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #333;
	line-height: 46px;
}

.indexMo2 .list .box:hover .objectCover {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.indexMo2 .list .box:hover .tit {
	color: #db212a;
}

.indexMo3 {
	background: url(../image/index3bg.jpg) no-repeat top center;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 74px 0 80px;
}

.indexMo3 .top .leftBox {
	width: 363px;
	height: 420px;
	float: left;
	border: 1px solid #e1d2e3;
}

.indexMo3 .top .leftBox .picBox {
	width: 100%;
	height: 366px;
	overflow: hidden;
}

.indexMo3 .top .leftBox .name {
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 26px;
	color: #333;
}

.indexMo3 .top .rightBox {
	width: calc(100% - 447px);
	float: left;
	margin-left: 84px;

	height: 420px;
}

.indexMo3 .top .rightBox .list {
	border-left: 1px solid #e1d2e3;
}

.indexMo3 .top .rightBox .list li {
	width: 100%;
	height: 60px;
	position: relative;
	padding-left: 42px;
}

.indexMo3 .top .rightBox .list li:before {
	content: '';
	position: absolute;
	background: url(../image/tagicon.png);
	width: 35px;
	height: 17px;
	top: 0;
	left: -17px;
}

.indexMo3 .top .rightBox .list .text {
	font-size: 14px;
	color: #333;
}

.indexMo3 .honorSwi {
	margin-top: 46px;
}

.indexMo3 .honorSwi .honorTit {
	font-size: 25px;
	color: #333;
	line-height: 1;
	border-bottom: 1px solid #e1d2e3;
	margin-bottom: 70px;
}

.indexMo3 .honorSwi .honorTit span {
	display: inline-block;
	padding-bottom: 14px;
	border-bottom: 2px solid #db212a;
}

.indexMo3 .honorSwi .swiItem .pixBox {
	width: 100%;
	height: auto;
}

.indexMo3 .honorSwi .swiItem .name {
	font-size: 18px;
	color: #333;
	line-height: 60px;
	text-align: center;
}

.button-next {
	position: absolute;
	width: 30px;
	height: 50px;
	right: 0;
	top: 50%;
	margin-top: -25px;
	background: url(../image/arrRight.png) rgba(0, 0, 0, 0.5) no-repeat center center;
	background-size: 17px 33px;
	z-index: 100;
	cursor: pointer;
}

.button-prev {
	position: absolute;
	width: 30px;
	height: 50px;
	left: 0;
	top: 50%;
	margin-top: -25px;
	background: url(../image/arrLeft.png) rgba(0, 0, 0, 0.5) no-repeat center center;
	background-size: 17px 33px;
	z-index: 100;
	cursor: pointer;
}

.indexMo3 .honorSwi .button-next,
.indexMo3 .honorSwi .button-prev {
	top: 25%;
}

.indexMo3 .structure {
	margin-top: 110px;
}

.indexMo3 .structure .strucTit {
	display: block;
	margin-bottom: 74px;
}

.indexMo3 .structure .list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.indexMo3 .structure .list .listItem {
	width: 18%;
	height: 216px;
	font-size: 18px;
	color: #333;
	margin-bottom: 24px;
}

.indexMo3 .structure .list .listItem .box,
.jidiMo .item1 .listItem .box {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e1d2e3;
}

.jidiMo .item1 .listItem {
	width: calc((100% - 20px)/5);
	margin-right: 5px;
	float: left;
}

.jidiMo .item1 .listItem:last-of-type {
	margin-right: 0;
}

.jidiMo .item1 .listItem .box {
	border-color: #ededed;
	height: 200px;
}

.jidiSwi .listItem .box {
	display: block;
	width: 100%;
	border-color: #ededed;
	height: 210px;
	background: #ededed;
	font-size: 18px;
}

.indexMo3 .structure .list .listItem .pixBox,
.jidiMo .item1 .listItem .picBox,
.jidiSwi .listItem .pixBox {
	display: block;
	width: 100%;
	height: 166px;
	overflow: hidden;
}

.jidiMo .item1 .listItem .picBox {
	height: 154px;
}

.indexMo3 .structure .list .listItem .name,
.jidiMo .item1 .listItem .name,
.jidiSwi .listItem .name {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	position: relative;
	padding: 0 10px;
}

.jidiMo .item1 .listItem .name,
.jidiSwi .listItem .name {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
}

.indexMo3 .structure .list .listItem .textOverflows,
.jidiMo .item1 .listItem .textOverflows,
.jidiSwi .listItem .textOverflows {
	width: calc(100% - 30px);
}

.indexMo3 .structure .list .listItem .icon,
.jidiMo .item1 .listItem .icon,
.jidiSwi .listItem .icon {
	position: absolute;
	right: 10px;
	width: 19px;
	height: 19px;
	top: 14px;
	background: url(../image/moreicon.png) no-repeat;
}

.indexMo3 .structure .list .listItem:hover .objectCover,
.jidiMo .item1 .listItem:hover .objectCover,
.jidiSwi .listItem:hover .objectCover {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.indexMo3 .structure .list .listItem:hover,
.jidiMo .item1 .listItem:hover,
.jidiSwi .listItem:hover {
	color: #db212a;
}

.aside {
	position: fixed;
	right: 10px;
	bottom: 200px;
	width: 80px;
	z-index: 999;
}

.aside .zxfw {
	display: block;
	width: 80px;
	height: 140px;
	background: url(../image/qq.jpg) no-repeat;
	background-size: 100%;
	margin-bottom: 14px;
	float: right;
}

.aside .zxfw:hover {
	opacity: 0.8;
}

.aside #backTop {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../image/backtop.jpg) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 14px;
	float: right;
	cursor: pointer;
}

.aside #backTop:hover {
	opacity: 0.8;
}


.danweiMo1 {
	background: url(../image/dwbg1.jpg) repeat;
	padding: 60px 0;
}

.danweiMo1 .picBox {
	width: 49%;
	float: left;
}

.danweiMo1 .picBox:first-of-type {
	margin-right: 2%;
}

.danweiMo1 .profile {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	text-indent: 2em;
	padding: 34px 0;
}

.danweiMo2 {
	background: url(../image/danwei2bg.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 56px 0 160px;
}

.danweiMo2 .titPic {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.danweiMo2 .profile {
	width: 100%;
	padding: 22px 13% 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	text-indent: 2em;
}

.danweiMo3 {
	padding: 50px 0;
}

.danweiMo3 .title {
	font-size: 25px;
	color: #333;
	line-height: 1;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 38px;
}

.danweiMo3 .title span {
	display: inline-block;
	padding-bottom: 14px;
	border-bottom: 2px solid #db212a;
}

.danweiMo3 .item {
	margin-bottom: 60px;
}

.danweiMo3 .item .picItem {
	float: left;
	overflow: hidden;
}

.danweiMo3 .item1 .picItem1,
.danweiMo3 .item1 .picItem2,
.danweiMo3 .item1 .picItem3 {
	width: calc((100% - 10px)/3);
	height: 284px;
	margin-right: 5px;
}

.danweiMo3 .item1 .picItem3 {
	margin-right: 0;
}

.danweiMo3 .item1 .picItem4,
.danweiMo3 .item1 .picItem5 {
	width: calc((100% - 5px)/2);
	height: 316px;
	margin-top: 5px;
}

.danweiMo3 .item1 .picItem4 {
	margin-right: 5px;
}

.danweiMo3 .item2 .picItem1,
.danweiMo3 .item2 .picItem4 {
	width: calc(48% - 5px);
	height: 316px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.danweiMo3 .item2 .picItem4 {
	margin-right: 0;
	margin-left: 5px;
}

.danweiMo3 .item2 .picItem2,
.danweiMo3 .item2 .picItem3 {
	height: 316px;
	margin-bottom: 5px;
	width: 52%;
}

.danweiMo3 .item4 .picBox {
	width: 100%;
}

.danweiMo3 .picItem .objectCover:hover {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.jiaoguanMo {
	background: url(../image/jiaoguanbg.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 68px 0 316px;
}

.jiaoguanMo .top .videoBox {
	float: left;
	width: 66%;
	height: 470px;
	background: #000;
}

.jiaoguanMo .top .videoBox video {
	display: block;
	width: 100%;
	height: 100%;
}

.jiaoguanMo .top .text {
	float: right;
	width: 31.6%;
	background: url(../image/jiaoguanbg2.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding: 74px 44px 70px;
	min-height: 470px;
}

.jiaoguanMo .top .text .title {
	font-size: 30px;
	color: #da2c24;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}

.jiaoguanMo .top .text .detail {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}

.jiaoguanMo .top .text .icon {
	display: block;
	position: absolute;
	right: 0;
	top: -20px;
}

.jiaoguanMo .jgSwi {
	margin-top: 80px;
}

.jiaoguanMo .jgSwi .pixBox {
	width: 100%;
	height: 270px;
}

.jidiMo {
	background: url(../image/jidibg.jpg) no-repeat center bottom;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 78px 0 130px;
}

.jidiMo .jidiTit .titPic {
	display: block;
	margin: 0 auto 30px;
	max-width: 100%;
}

.jidiMo .item {
	background-size: cover;
	-webkit-background-size: cover;
	padding: 50px 66px;
	margin-bottom: 50px;
}

.jidiMo .item .title {
	color: #fff;
	font-size: 34px;
	line-height: 1;
	margin-bottom: 90px;
}

.jidiMo .item .profile {
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 40px;
	text-indent: 2em;
}

.jidiMo .item1 {
	background-image: url(../image/jidibg1.png);
	padding-top: 72px;
	padding-bottom: 82px;
}

.jidiMo .item2 {
	background-image: url(../image/jidibg2.png);
	padding-bottom: 72px;
}

.jidiMo .item2 .listItem .box,
.jidiMo .item3 .listItem .box {
	display: block;
	width: 100%;
	height: 210px;
	border: 1px solid #ededed;
}

.jidiMo .item2 .listItem .picBox,
.jidiMo .item3 .listItem .picBox {
	width: 100%;
	height: 164px;
	overflow: hidden;
}

.jidiMo .item2 .listItem .name,
.jidiMo .item3 .listItem .name {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #333;
	text-align: center;
}

.jidiMo .item2 .listItem:hover .objectCover,
.jidiMo .item3 .listItem:hover .objectCover {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.jidiMo .item3 {
	background-image: url(../image/jidibg3.png);
	padding-bottom: 96px;
}

.jidiMo .item3 .profile {
	color: #fff;
	padding-right: 36px;
	padding-bottom: 11px;
}

.jidiMo .item3 .listItem .box {
	background: #ededed;
}

.jidiMo .item4 {
	background-image: url(../image/jidibg4.png);
	padding-bottom: 96px;
	padding-top: 66px;
}

.jidiMo .item4 .profile {
	color: #fff;
	line-height: 2;
	padding-bottom: 16px;
}

.peixunMo1 {
	background: url(../image/peixunbg1.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 100px 0 160px;
}

.peixunMo1 .top .sfqItem {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.peixunMo1 .top .sfqItem:last-of-type {
	margin-right: 0;
}

.peixunMo1 .top .title {
	font-size: 34px;
	color: #db212a;
	line-height: 1;
	border-bottom: 1px solid #e9e5e5;
	margin-bottom: 60px;
	font-weight: bold;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

.peixunMo1 .top .title span {
	display: inline-block;
	padding-bottom: 14px;
	border-bottom: 2px solid #db212a;
}

.shoufengqing {
	width: 100%;
}

.shoufengqing .name {
	float: left;
	width: calc(100% - 30px);
	font-size: 18px;
	color: #333;
}

.closeOpen {
	float: left;
	width: 10%;
	position: relative;
}

.closeOpen2 {
	width: 24px;
	height: 24px;
}

.menu_list {
	width: 100%;
	height: 812px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.9);
}

.menu_head {
	width: 100%;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	padding: 18px 30px;
	border-bottom: 1px solid #f2f0f0;
	cursor: pointer;
}

.menu_list .current {
	background-color: #d20202;
}

.menu_list .current .name {
	color: #fff;
}

.menu_body {
	display: none;
	width: 100%;
	padding: 30px;
}

.qaContent {
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	height: 324px;
	overflow-y: auto;
}

.closeBtn1,
.closeBtn2 {
	width: 24px;
	height: 4px;
	background-color: #dcdcdc;
	position: absolute;
	top: 10px;
	left: 0;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}

.closeBtn2 {
	height: 24px;
	width: 4px;
	top: 0;
	left: 10px;
	margin-top: 0;
}

.menu_list .current .closeBtn1 {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu_list .current .closeBtn2 {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.peixunMo1 .videoBox {
	width: 100%;
	margin-top: 46px;
}

.peixunMo1 .videoBox video {
	display: block;
	width: 100%;
}

.peixunMo .titPic {
	display: block;
	margin: 0 auto 60px;
	max-width: 100%;
}

.peixunMo2 {
	background: url(../image/peixunbg2.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 90px 0 176px;
}

.newsSwi .box {
	display: block;
	width: 100%;
	height: 536px;
	overflow: hidden;
	position: relative;
}

.newsSwi .box .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	line-height: 72px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 24px;
	padding: 0 50% 0 40px;
	z-index: 10;
}

.newsSwi .swiper-pagination {
	text-align: right;
	padding-right: 30px;
	bottom: 24px;
}

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

.peixunMo3 {
	background: url(../image/peixunbg3.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 100px 0 176px;
}

.peixunMo3 .groupSwi .box {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}

.peixunMo3 .groupSwi .box .picBox {
	width: 100%;
	height: 276px;
	overflow: hidden;
}

.peixunMo3 .groupSwi .box .text {
	width: 100%;
	height: 66px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	padding-top: 6px;
}

.peixunMo3 .groupSwi .box:hover .objectCover {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.peixunMo3 .groupSwi .box:hover .text {
	color: #db212a;
}

.peixunMo3 .list {
	margin-top: 50px;
}

.peixunMo3 .list .box {
	display: block;
	width: 100%;
	height: 264px;
	overflow: hidden;
	position: relative;
}

.peixunMo3 .list .box .text {
	display: flex;
	display: -webkit-flex;
	position: absolute;
	width: 100%;
	height: 100%;
	align-items: center;
	text-align: center;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.3);
}

.peixunMo3 .list .box .text .textBox {
	width: 100%;
}

.peixunMo3 .list .box .name {
	width: 100%;
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 0 10px;
}

.peixunMo3 .list .box .more {
	width: 110px;
	height: 28px;
	margin: 0 auto;
	font-size: 14px;
	color: #e52525;
	margin-bottom: 10px;
	border: 1px solid #E52525;
	border-radius: 14px;
	line-height: 28px;
}

.peixunMo3 .list .box:hover .objectCover {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.peixunMo3 .list .box:hover .more {
	background: #e52525;
	color: #fff;
}

.peixunMo4 {
	background: url(../image/peixunbg4.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 94px 0 214px;
}

.peixunMo4 .picSwi .picBox {
	width: 100%;
	height: 416px;
	cursor: pointer;
}

.picTc {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
}

.picTc #tcImg {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.picTc .picBox {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.picTc .box {
	position: relative;
}

.picTc #close {
	width: 30px;
	height: 30px;
	background: url(../image/close.png) rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
	cursor: pointer;
}

.hezuoMo1 {
	background: url(../image/hezuobg1.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 56px 0 80px;
}

.hezuoMo .titBox {
	display: block;
	width: 100%;
	overflow: hidden;
}

.hezuoMo .titPic {
	display: block;
	margin: 0 auto 80px;
	max-width: 100%;
}

.hezuoMo1 .content {
	border: 10px solid #60d2fc;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}

.hezuoMo1 .content .hzBanner {
	border-bottom: 10px solid #60d2fc;
}

.hezuoMo1 .content .profile {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding: 40px 20px 0;
}

.hezuoMo1 .content .profile p {
	text-indent: 2em;
}

.hezuoMo1 .content .list {
	padding: 0 20px 35px;
}

.hezuoMo1 .content .listItem {
	margin-top: 60px;
	width: 100%;
}

.hezuoMo1 .content .listItem .title {
	font-size: 26px;
	color: #333;
	line-height: 1;
	border-bottom: 1px solid #bfe6ff;
	margin-bottom: 40px;
}

.hezuoMo1 .content .listItem .title span {
	display: inline-block;
	padding-bottom: 14px;
	border-bottom: 2px solid #3282fe;
}

.hezuoMo1 .content .listItem .pixBox {
	float: left;
	width: 510px;
	height: 270px;
}

.hezuoMo1 .content .listItem .text {
	float: left;
	width: calc(100% - 510px);
	padding-left: 40px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	text-indent: 2em;
	padding-top: 20px;
}

.hezuoMo2 {
	background: #eeeeee;
	padding: 96px 0 90px;
}

.hezuoMo2 .profile {
	background: url(../image/hezuobg2.jpg) right center;
	background-size: cover;
	padding: 176px 0 154px;
	margin-bottom: 50px;
}

.hezuoMo2 .profile .text {
	font-size: 18px;
	color: #134800;
	line-height: 1.6;
	padding: 0 8% 0 34%;
}

.hezuoMo2 .list li {
	width: calc((100% - 72px)/5);
	float: left;
	margin-bottom: 18px;
	margin-right: 18px;
}

.hezuoMo2 .list li:nth-of-type(5n) {
	margin-right: 0;
}

.hezuoMo2 .list li img {
	display: block;
}

.xueshengMo1 {
	background: url(../image/xsbg1.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 56px 0 124px;
}

.xueshengMo1 .box {
	position: relative;
	width: calc(100% - 16px);
}

.xueshengMo1 .box .border {
	position: absolute;
	left: 16px;
	top: 16px;
	width: 100%;
	height: 100%;
	border: 5px solid #e00000;
	background: #b7b7b7;
	border-radius: 30px;
	z-index: 0;
}

.xueshengMo1 .box .content {
	position: relative;
	z-index: 10;
	width: 100%;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	padding: 40px 46px;
}

.xueshengMo2 {
	background: url(../image/xsbg2.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 90px 0 114px;
}

.xueshengMo2 .leftBox {
	width: 24%;
	float: left;
	background: #db212a;
	padding: 8px;
}

.xueshengMo2 .leftBox .title {
	width: 100%;
	height: 70px;
	color: #fff;
	font-size: 14px;
	line-height: 70px;
	text-align: center;
}

.xueshengMo2 .leftBox .title span {
	font-size: 12px;
	text-transform: uppercase;
}

.xueshengMo2 .leftBox .tabBarCon {
	width: 100%;
	background: #fff;
	height: 564px;
	overflow-y: auto;
	padding: 0 6px;
}

.xueshengMo2 .leftBox .tabBarCon .tabBar {
	width: 100%;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px dashed #dfdfdf;
	font-size: 16px;
	color: #333;
	padding-right: 24px;
	cursor: pointer;
	background: url(../image/moreicon.png) no-repeat right center;
}

.xueshengMo2 .leftBox .tabBarCon .tabBar:hover {
	color: #db212a;
}

.xueshengMo2 .leftBox .tabBarCon .tabBar.active {
	color: #db212a;
}

.xueshengMo2 .rightBox {
	width: 75%;
	float: right;
}

.xueshengMo2 .rightBox .tabCon {
	display: none;
}

.xueshengMo2 .rightBox .tabCon.active {
	display: block;
}

.xueshengMo2 .rightBox .title {
	width: 100%;
	height: 52px;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	color: #ffff;
	line-height: 42px;
	padding: 10px 8px 0;
	background: #db212a;
}

.xueshengMo2 .rightBox .title .tabBarBar {
	float: left;
	padding: 0 12px;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	height: 42px;
	max-width: 48%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xueshengMo2 .rightBox .title .tabBarBar.active {
	color: #db212a;
	background: #f4f4f4;
}

.xueshengMo2 .rightBox .content {
	width: 100%;
	background: #f4f4f4;
	padding: 20px 8px 10px;
}

.xueshengMo2 .rightBox .content .tabConCon {
	display: none;
	width: 100%;
	height: 568px;
	overflow-y: auto;
	font-size: 14px;
	color: #333;
}

.xueshengMo2 .rightBox .content .tabConCon.active {
	display: block;
}

.xueshengMo2 .rightBox .content .tabConCon img {
	display: block;
	max-width: 100%;
}

.xueshengMo3 {
	background: url(../image/dwbg1.jpg) repeat;
	padding: 70px 0;
}

.xueshengMo3 .title {
	font-size: 25px;
	color: #333;
	line-height: 1;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 38px;
}

.xueshengMo3 .title span {
	display: inline-block;
	padding-bottom: 14px;
	border-bottom: 2px solid #db212a;
}

.xueshengMo3 .leftBox {
	float: left;
	width: 25%;
}

.xueshengMo3 .leftBox .pic {
	display: block;
	max-width: 100%;
	margin-bottom: 30px;
}

.xueshengMo3 .rightBox {
	float: left;
	width: 70%;
	margin-left: 5%;
}

.xueshengMo3 .rightBox .box {
	display: block;
	width: 100%;
	height: 248px;
	margin-bottom: 10px;
}

.xueshengMo3 .rightBox .box .picBox {
	width: 100%;
	height: 192px;
}

.xueshengMo3 .rightBox .box .name {
	font-size: 18px;
	color: #333;
	line-height: 56px;
}

.xiaofangMo {
	background: url(../image/xiaofangbg.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 238px 0 276px;
}

.xiaofangMo .box {
	display: block;
	width: 100%;
	height: 350px;
	background: #fff;
	box-shadow: 0px 0px 9px 0px rgba(255, 92, 96, 0.4);
	-webkit-box-shadow: 0px 0px 9px 0px rgba(255, 92, 96, 0.4);
	margin-bottom: 30px;
}

.xiaofangMo .box .picBox {
	width: 100%;
	height: 290px;
	overflow: hidden;
}

.xiaofangMo .box:hover .objectCover {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.xiaofangMo .box .name {
	font-size: 18px;
	color: #333;
	line-height: 60px;
	text-align: center;
}

.page {
	width: 100%;
	margin-top: 110px;
	text-align: center;
}

.page li {
	display: inline-block;
	margin: 0 5px;
	min-width: 20px;
	font-size: 14px;
	color: #666;
	line-height: 32px;
}

.page li a {
	display: block;
	padding: 0 10px;
	height: 32px;
	border: 1px solid #eee;
	text-align: center;
}

.page li.c {
	background: #dc1818;
	color: #fff;
	width: 32px;
}

.page li a:hover {
	background: #dc1818;
	color: #fff;
	border-color: #dc1818;
}

.xunlianMo {
	background: url(../image/xunlianbg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 120px 0 286px;
}

.xunlianMo .titPic {
	display: block;
	margin: 0 auto 50px;
	max-width: 100%;
}

.xunlianMo .listItem {
	width: 100%;
	background: rgba(255, 255, 255, 0.83);
	border: 8px solid #dbb1b3;
	border-radius: 8px;
	box-shadow: 7px 12.124px 12.22px 0.78px rgba(26, 16, 9, 0.09);
	-webkit-box-shadow: 7px 12.124px 12.22px 0.78px rgba(26, 16, 9, 0.09);
	padding: 30px;
	margin-bottom: 30px;
}

.xunlianMo .listItem .picBox {
	float: left;
	width: 45%;
	height: 354px;
}

.xunlianMo .listItem:nth-of-type(2n) .picBox {
	float: right;
}

.xunlianMo .listItem .textBox {
	float: left;
	width: 55%;
	padding-left: 36px;
}

.xunlianMo .listItem:nth-of-type(2n) .textBox {
	padding-left: 0;
	padding-right: 36px;
}

.xunlianMo .listItem .title {
	font-size: 24px;
	color: #dc1818;
	line-height: 1.5;
	margin-bottom: 10px;
}

.xunlianMo .listItem .price {
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 10px;
}

.xunlianMo .listItem .dansh {
	width: 260px;
	height: 1px;
	background: #d3d5d7;
	margin-bottom: 10px;
}

.xunlianMo .listItem .detial {
	font-size: 14px;
	color: #999;
	line-height: 1.6;
}

.xunlianMo .listItem .detial li {
	padding-left: 30px;
	background: url(../image/point.png) no-repeat left 4px;
	margin-bottom: 10px;
}

.article {
	background: #fffbf1;
	position: relative;
}

.article .topBg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
}

.article .container {
	position: relative;
	z-index: 10;
}



.article .position {
	font-size: 14px;
	color: #db7e83;
	line-height: 1.5;
	padding: 46px 0;
}

.article .leftBox {
	width: 65%;
	float: left;
}

.article .rigthBox {
	width: 35%;
	float: left;
	padding-left: 36px;
}

.article .leftBox .top {
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}

.article .leftBox .title {
	font-size: 28px;
	color: #333;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 15px;
}

.article .leftBox .time {
	font-size: 14px;
	color: #999;
	line-height: 1.5;
}

.article .leftBox .detail {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding-bottom: 50px;
}

.article .leftBox .detail img,
.article .leftBox .detail video {
	display: block;
	max-width: 100%;
}

.article .rigthBox .relative {
	width: 100%;
	border-top: 3px solid #db212a;
}

.article .rigthBox .relative .title {
	font-size: 18px;
	color: #333;
	line-height: 52px;
	padding-left: 24px;
}

.article .rigthBox .relative .list {
	margin-bottom: 46px;
}

.article .rigthBox .relative .list .box {
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

.article .rigthBox .relative .list .picBox {
	float: left;
	height: 120px;
	overflow: hidden;
	width: 48%;
}

.article .rigthBox .relative .list .textBox {
	float: left;
	height: 120px;
	padding-left: 20px;
	width: 52%;
	padding-top: 10px;
}

.article .rigthBox .relative .list .name {
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	height: 81px;
	overflow: hidden;
}

.article .rigthBox .relative .list .time {
	font-size: 12px;
	color: #999;
	line-height: 1.6;
}

.article .rigthBox .relative .list .box:hover .objectCover {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.article .rigthBox .relative .list .box:hover .name {
	color: #db212a;
}

.article .rigthBox .contact {
	background: url(../image/contactBg.png) no-repeat;
	background-size: cover;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	padding: 40px 170px 56px 26px;
}

.article .rigthBox .contact p {
	margin-bottom: 7px;
}

.anquanMo1 {
	background: url(../image/anquanbg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 68px 0 220px;
}

.anquanMo1 .top {
	width: 100%;
	height: 70px;
	border: 1px solid #ffd5d7;
	background: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	color: #db212a;
	line-height: 70px;
	margin-bottom: 50px;
}

.anquanMo1 .top .topItem {
	float: left;
	width: 25%;
	text-align: center;
}

.anquanMo1 .table,
.anquanMo2 .table {
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	color: #333;
	text-align: center;
}

.anquanMo1 .table .head {
	background: #db212a;
	height: 70px;
	color: #fff;
	font-size: 18px;
}

.anquanMo1 .table .head th {
	border: none;
	line-height: 1.5;
	border-right: 1px solid #fde7e9;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.anquanMo1 .table td {
	border: none;
	border-right: 1px solid #fde7e9;
	border-bottom: 1px solid #fde7e9;
	display: table-cell;
	vertical-align: middle;
	line-height: 2;
}

.anquanMo1 .table td:last-of-type {
	border-right: 0;
}

.anquanMo1 .table .text-left {
	padding: 20px 10px;
	width: 420px;
}

.anquanMo1 .table td p {
	margin-bottom: 10px;
}

.anquanMo2 {
	background: url(../image/anquanbg2.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 60px 0 100px;
}

.anquanMo2 .table .head {
	background: #db212a;
	height: 60px;
	color: #fff;
	font-size: 18px;
}

.anquanMo2 .table .head th {
	display: table-cell;
	vertical-align: middle;
	border: none;
	line-height: 60px;
	border-right: 1px solid #fde7e9;
	text-align: center;
}

.anquanMo2 .table .head .name {
	line-height: 1.8;
	width: 240px;
}

.anquanMo2 .table .head .year {
	border-bottom: 1px solid #fde7e9;
}

.anquanMo2 .table td {
	border: none;
	border-right: 1px solid #fde7e9;
	border-bottom: 1px solid #fde7e9;
	line-height: 60px;
	font-size: 14px;
	color: #333;
	text-align: left;
}

.anquanMo2 .table td:first-of-type {
	padding-left: 24px;
}

.anquanMo2 .table td:last-of-type {
	border-right: 0;
}

.loadPage {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 100vh;
	background: url(../image/loadBg.jpg) no-repeat center top;
	align-items: center;
	justify-content: center;
}

.loadPage .loadLogo {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 40px;
}

.loadPage .loadLogo .logoPic {
	display: block;
	max-width: 100%;
}

.loadPage .loadVideo {
	background: url(../image/loadvideo.png);
	background-size: 100% 100%;
	width: 875px;
	margin: 0 auto 40px;
	max-width: 100%;
	padding: 16px;
}

.loadPage .loadVideo .video {
	display: block;
	width: 100%;
}

.loadPage .login {
	display: block;
	width: 196px;
	height: 56px;
	background: #d61c1b;
	border-radius: 28px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	margin: 0 auto;
}

.loadPage .login:hover {
	opacity: 0.6;
}