.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.flex,
.flex-center,
.flex-center-v,
.flex-center-h,
.flex-space-around,
.flex-space-between,
.flex-wrap,
.flex-column,
.flex-row,
.flex-end {
  display: flex;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-center-v {
  align-items: center;
}
.flex-center-h {
  justify-content: center;
}
.flex-space-around {
  justify-content: space-around;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-end {
  justify-content: flex-end;
}
.flex-1 {
  flex: 1;
}
.content-header {
  padding-top: 0;
}
.home-card .font-white {
  color: #fff;
}
.home-card .home-info-card {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.home-card .home-info-card .home-info-title {
  font-size: 24px;
  line-height: 45px;
  position: absolute;
  z-index: 1;
  top: 21%;
  width: 100%;
}
.home-card .home-info-card .home-info-detail {
  font-size: 14px;
  line-height: 24px;
  width: 80%;
  left: 10%;
  position: absolute;
  z-index: 1;
  letter-spacing: 2px;
  top: 46%;
  color: #666;
}
.home-card .home-info-card .home-image {
  padding: 5px;
}
.home-card .home-info-card .font-grey {
  color: #666;
}
.home-card .home-info-card:nth-child(2),
.home-card .home-info-card:nth-child(3) {
  color: #fff;
}
.home-card .home-info-card:nth-child(2) .home-info-detail,
.home-card .home-info-card:nth-child(3) .home-info-detail {
  color: #fff;
}
#shape .shape-container {
  padding-bottom: 30px;
}
#shape .shape-container .left-bread {
  width: 428px;
  height: 410px;
}
#shape .shape-container .left-bread .six-shape {
  display: flex;
  position: relative;
  background: url("../image/white-six-shape.png");
  width: 136px;
  height: 156px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  transition: background 0.5s linear;
}
#shape .shape-container .left-bread .six-shape.active,
#shape .shape-container .left-bread .six-shape:hover {
  background: url("../image/black-six-shape.png");
  color: #fff;
}
#shape .shape-container .left-bread .six-rel {
  position: relative;
  height: 100%;
}
#shape .shape-container .left-bread .six-rel .six-shape {
  position: absolute;
  cursor: pointer;
}
#shape .shape-container .left-bread .six-rel .six-shape:nth-child(1),
#shape .shape-container .left-bread .six-rel .six-shape:nth-child(6) {
  left: 73px;
}
#shape .shape-container .left-bread .six-rel .six-shape:nth-child(2),
#shape .shape-container .left-bread .six-rel .six-shape:nth-child(7) {
  left: 219px;
}
#shape .shape-container .left-bread .six-rel .six-shape:nth-child(3),
#shape .shape-container .left-bread .six-rel .six-shape:nth-child(4),
#shape .shape-container .left-bread .six-rel .six-shape:nth-child(5) {
  top: 127px;
}
#shape .shape-container .left-bread .six-rel .six-shape:nth-child(4) {
  left: 146px;
}
#shape .shape-container .left-bread .six-rel .six-shape:nth-child(5) {
  left: 292px;
}
#shape .shape-container .left-bread .six-rel .six-shape:nth-child(6),
#shape .shape-container .left-bread .six-rel .six-shape:nth-child(7) {
  top: 254px;
}
#shape .shape-container .six-shape-content {
  visibility: visible;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
#shape .shape-container .six-shape-content .summary-title {
  font-size: 26px;
  margin: 40px 0 20px;
}
#shape .shape-container .six-shape-content .summary-content {
  font-size: 14px;
  color: #666;
  line-height: 2;
  padding-top: 8%;
  padding-bottom: 4%;
  align-items: center;
  height: 240px;
  text-indent: 2em;
}
#shape .shape-container .six-shape-content .summary-image {
  height: 180px;
  display: flex;
  justify-content: space-between;
}
#shape .shape-container .six-shape-content .summary-image .image-box .title {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  height: 44px;
}
#shape .shape-container .six-shape-content .summary-image .image-box:nth-child(2) {
  margin: 0 10px;
}
#shape .shape-container .six-shape-content .more {
  width: 130px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 36px;
  border: 1px solid #666;
  transition: all 0.3s linear;
}
#shape .shape-container .six-shape-content .more a {
  text-decoration: none;
  color: #666;
  transition: linear;
}
#shape .shape-container .six-shape-content .more:hover {
  background-color: #DEB84D;
  border: 1px solid #DEB84D;
  transition: all 0.3s linear;
}
#shape .shape-container .six-shape-content .more:hover a {
  color: #fff;
  transition: linear;
}
.service-area {
  justify-content: space-around;
  padding-bottom: 60px;
}
.service-area .service-box {
  width: 24%;
  margin-top: 30px;
  position: relative;
}
.service-area .service-box .image {
  overflow: hidden;
  width: 240px;
  height: 158px;
}
.service-area .service-box .text {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 12px;
  height: 82px;
}
.service-area .service-box .text .box-title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.service-area .service-box .text .box-subtitle {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999;
}
.service-area .service-box .box-a {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 158px;
  background-color: rgba(0,0,0,0.5);
  background-size: 100% 60%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-area .service-box .box-a a {
  color: #fff;
  text-decoration: none;
  background-color: #DEB84D;
  width: 103px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  z-index: 100;
}
#news .news-area a {
  text-decoration: none;
}
#news .news-area .news-box {
  background-color: #ebebeb;
  padding: 20px;
  margin: 7px;
  height: 270px;
}
#news .news-area .news-box:hover {
  background-color: #DEB84D;
  transition: all 0.7s;
}
#news .news-area .news-box:hover .title {
  color: #fff;
  transition: all 0.7s;
}
#news .news-area .news-box:hover .summary {
  color: #fff;
  transition: all 0.7s;
}
#news .news-area .news-box:hover .time {
  color: #fff;
  transition: all 0.7s;
}
#news .news-area .news-box .title {
  color: #333;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
#news .news-area .news-box .summary {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  height: 95px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
#news .news-area .news-box .time {
  color: #666;
  line-height: 24px;
  font-size: 14px;
  margin-top: 30px;
  padding-bottom: 30px;
}
#introduction .container {
  display: flex;
}
#introduction .left {
  width: 50%;
}
#introduction .left .top-header .less-pt {
  margin-top: -20px;
}
#introduction .left .middle .image-container {
  margin-top: 30px;
}
#introduction .left .middle .content-two {
  height: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
#introduction .left .middle .content-two .num {
  color: #DEB84D;
  font-size: 50px;
  padding-left: 8px;
  width: 7%;
}
#introduction .left .middle .content-two .text-box {
  padding-left: 12px;
  color: #666;
}
#introduction .left .middle .content-two .text-box .title {
  margin-top: 10px;
  font-weight: 500;
}
#introduction .left .middle .content-two .text-box #name1.content {
  font-size: 14px;
  color: #555;
  font-weight: 400;
}
#introduction .left .bottom .introduction-text {
  font-size: 14px;
  color: #555;
  text-indent: 2em;
  line-height: 27px;
}
#introduction .right {
  padding-left: 30px;
  padding-top: 50px;
}

#core-plate .top-nav {
  position: relative;
  z-index: 99;
}
#core-plate .top-nav .nav:hover ~.nav-list {
  height: 660%;
}
#core-plate .top-nav .nav-list {
  opacity: 1;
  width: 25%;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  transition-duration: 0.5s;
}
#core-plate .top-nav .nav-list .nav-item {
  transition-duration: 0.2s;
  list-style: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  line-height: 50px;
  text-align:center;
}
#core-plate .top-nav .nav-list .nav-item .nav-item-info {
  padding-left: 10px;
}
#core-plate .top-nav .nav-list .nav-item .nav-item-info:hover {
  background-color: #DDB345;
  border-radius: 2px;
}
#core-plate .top-nav .nav-list .nav-active .nav-item-info {
  background-color: #DDB345;
  border-radius: 2px;
  height: 50px;
}
#core-plate .modules-area {
  position: relative;
  overflow: hidden;
  height: 530px;
}
#core-plate .modules-area .modules-box {
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 530px;
  background-size: 100% 530px;
  left: 20%;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: -1;
}
#core-plate .modules-area .modules-box .image-container-box {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
}
#core-plate .modules-area .modules-box .image-container-box .img-internal {
  width: 60%;
  float: right;
  margin-top: 50px;
}
#core-plate .modules-area .modules-box .image-container-box .img-internal .image-container {
  width: 90%;
}
#core-plate .modules-area .modules-box .image-container-box .img-internal .know-more {
  margin-top: 40px;
  width: 50%;
}
#core-plate .modules-area .modules-box .image-container-box .img-internal .know-more a {
  height: 35px;
  display: inline-block;
  width: 150px;
}
#core-plate .modules-area .modules-box .image-container-box .img-internal .know-more a img {
  cursor: pointer;
}
#core-plate .modules-area .modules-box .image-container-box .img-internal .core-nav {
  font-size: 26px;
  color: #fff;
}
#core-plate .modules-area .modules-box .image-container-box .img-internal .core-line {
  width: 40%;
  height: 1px;
  border-top: solid #fff 1px;
  margin-bottom: 10px;
  margin-top: 7px;
}
#core-plate .modules-area .modules-box .image-container-box .img-internal .core-text {
  text-indent: 2em;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
#core-plate .modules-area .detail-active {
  visibility: visible;
  opacity: 1;
  left: 0;
  transition: all 0.3s linear;
  z-index: 1;
}
#core-plate .plate-box {
  width: 100%;
}
#media .media-area {
  justify-content: center;
}
#media .media-area .media-box {
  flex: 1;
  padding: 5px;
}
#media .media-area .media-box .media-info {
  background-color: #DEB84D;
  padding-left: 10%;
  padding-top: 10%;
  padding-bottom: 30px;
}
#media .media-area .media-box .media-info .icon {
  width: 15%;
}
#media .media-area .media-box .media-info .title {
  width: 50%;
  margin-top: 10%;
}
#media .media-area .media-box .media-info .desc {
  margin-top: 10%;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 14px;
}
#media .media-area .media-box .media-info .know-more {
  width: 50%;
  margin-top: 10%;
}
#media .media-area .media-box:last-child {
  padding-right: 0;
}
#media .media-area .media-box:last-child .title {
  width: 60%;
}
#media .media-area .media-box:first-child {
  padding-left: 0;
}
#core-service .service-area .top-area {
  display: flex;
  justify-content: space-around;
}
#core-service .service-area .top-area .top-icon {
  position: relative;
  height: 150px;
  width: 120px;
  cursor: pointer;
}
#core-service .service-area .top-area .top-icon .image-container {
  margin: 0 auto;
}
#core-service .service-area .top-area .top-icon .is-active {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
#core-service .service-area .top-area .top-icon .is-inactive {
  position: absolute;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s linear;
}
#core-service .service-area .top-area .top-icon:hover .is-active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s linear;
}
#core-service .service-area .top-area .top-icon:hover .is-inactive {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
#core-service .service-area .top-area .service-active .is-inactive {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
#core-service .service-area .top-area .service-active .is-active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s linear;
}
#core-service .service-area .bottom-info {
  position: relative;
  height: 250px;
}
#core-service .service-area .bottom-info .info {
  opacity: 0;
  position: absolute;
  left: 20%;
  display: flex;
  visibility: hidden;
  transition: all 0.3s linear;
}
#core-service .service-area .bottom-info .info .left {
  background-color: #DEB84D;
  width: 35%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
#core-service .service-area .bottom-info .info .left .more {
  position: absolute;
  bottom: 20px;
}
#core-service .service-area .bottom-info .info .left .more a {
	line-height:30px;
	height:30px;
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	padding:8px 20px;
	border:#FFF solid 1px;
}
#core-service .service-area .bottom-info .info .left .more a:hover {
	background:#FFF;
	color:#DDB345;
}
#core-service .service-area .bottom-info .info .left .desc {
  text-indent: 2em;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
#core-service .service-area .bottom-info .info .right {
  display: inline-block;
  width: 65%;
}
#core-service .service-area .bottom-info .info-active {
  flex-direction: row;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  left: 0;
  transition: all 0.3s linear;
}

/*首页广告*/
.mwrap{ background:#2f2f2f; height:126px; position:relative; z-index:0;width:100%;}
.mw1000{width:1000px; margin:0 auto; overflow:hidden;}
.mwbox{width:1000px; margin:0 auto;}
.madd{width:500px;}
.mrq{width:98px; height:106px; background:#fff; float:left; position:relative; margin-top:13px;}
.pageState span{font-family:'微软雅黑';display:block; float:left; font-size:80px; font-weight:bold; margin:-60px 0 0 10px; color:#cd161b;}
.pageState{font-size:33px;font-family:'微软雅黑';padding-top:50px;}
.mrq em{display:block;position:absolute;top:-20px;left:50%;width:0px;height:0px;border-width:10px;border-color: transparent transparent #fff transparent; 
border-style:solid; margin-left:-10px;}

.mtxt{width:377px; margin-left:25px; margin-top:10px;float:left;}
.mtxt .f42{font:normal 44px 'palab'; font-weight:bold; padding-bottom:5px; letter-spacing:2px; color:#fff; text-transform:uppercase;}
.mtxt span{display:block;}
.mtxt .f22{font:bold 32px '微软雅黑'; color:#DEB84D; margin-top:-10px;}
.mtxt .f14{font:normal 14px '微软雅黑'; color:#fff; margin-top:10px;}


.mlxfs{width:431px; margin-top:18px; position:relative;}
.mlxfs .img{float:left; width:95px; height:95px; margin-right:10px;}
.mlxfs .hotline{width:326px; height:103px;float:left;}
.mlxfs .hotline .hottel{width:100%; height:35px; line-height:35px; font-size:20px; color:#FFF; font-weight:600;}
.mlxfs .hotline .hotkf{width:100%; height:53px;}
.mlxfs .hotline .hotadd{width:100%; height:25px; line-height:25px;}
.mlxfs p{ overflow:hidden;}
.mlxfs .hqq{ margin:30px 0 0 80px;}
.mlxfs .hqq span{display:block; float:left;}
.mlxfs .hqq span em{display:block; font:normal 12px '微软雅黑';color:#000; padding:5px; text-align:center; position:absolute;top:-100px; background:#fff; z-index:99999; display:none;}
.mlxfs .hqq span .lmfk1{ left:140px;}
.mlxfs .hqq span .lmfk2{ left:180px;}
.mlxfs .hqq span .lmfk3{ left:210px;}
.mlxfs .hqq span em img{display:block;}
.mlxfs .hqq a{display:block; margin:4px 3px 0 3px; float:left; width:32px; height:32px; background:url(../image/tico.png) no-repeat;}
.mlxfs .hqq a.h_a1{ background-position: 0 -32px;}
.mlxfs .hqq a.h_a2{ background-position: -32px -32px;}
.mlxfs .hqq a.h_a3{ background-position: -64px -32px;}
.mlxfs .hwz{margin-top:17px;}
.mlxfs .hwz a{display:block; text-align:center; height:22px; color:#cd161b; font:normal 12px '微软雅黑'; float:left;}
.mlxfs .hwz a.ckwz{width:97px;}
.mlxfs .hwz a.wmly{width:162px;}
.footerinner{
	height: 100%;
	margin:0 auto;
	position: relative;
}
.share{
	width: 274px;
	margin:0 auto;
	overflow: hidden;
}
.share li{
	float: left;
	height: 50px;
	padding:5px 14px;
}
.share li img{
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 20px;

}

.code_wrap{
	position: absolute;
	left:50%;
	top:-235px;
	margin-left: -450px;
	width:900px;
	z-index:50;
}
.code{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.code li{
	float: left;
	width: 200px;
	height:240px;
}
.code li img{
	width: 210px;
	height:240px;
	display: none;
}
.code li img.qq{
	position: absolute;
	left: 244px;

}
.code li img.twitter{
	position: absolute;
	left: 312px;
}
.code li img.wechat{
	position:absolute;
	left:379px;
}
.main_1{width:100%; margin:0px auto; overflow:hidden;}
.xwtit{border-bottom:1px solid #e35f14; overflow:hidden; padding-bottom:7px;}
.xwtit img{float:left;}
.xwtit a{display:block; width:45px; height:16px; float:right; background:url(../images/more.png) no-repeat right 1px; font:normal 12px '微软雅黑'; color:#4d4d4d; text-transform:uppercase; padding-right:17px; margin-right:350px;}

/*首页新闻*/
.xwlist{width:340px; margin: 0 0 0 16px; height:406px;}
.xw_t{ margin-bottom:10px;}
.xwlist li{line-height:24px; margin-bottom:5px;}
.xwlist li a{display:block; position:relative; background:#fff; text-decoration:none;}
.xwlist li a h3{color:#666; font:12px; font-weight:600; line-height:25px;}
.xwlist li a p.f12{font-size:13px;  color:#666; text-transform:uppercase;}
.xwlist li a p.georgia{font-family:"georgia";font-size:14px; color:#666;}
.xwlist li a span{display:block; height:12px; width:39px; position:absolute; bottom:16px; right:15px;}
.xwlist li a:hover h3,.xwlist li.tfirst a h3,.xwlist li a:hover p.f12,.xwlist li.tfirst a p.f12,.xwlist li a:hover p.georgia,.xwlist li.tfirst a p.georgia{color:#000;}
.xwlist li a:hover span,.xwlist li.tfirst span{ background-position: 0 0;}
.fl {float:left;}
.fr {float:right;}
/*首页视频鉴赏*/
.spjs{width:333px;}
.spjstit{ height:31px; width:333px;}