@charset "utf-8";
/*新头部*/
img { max-width:100%;}
i, em {
    font-style: normal;
    font-weight: normal;
}
ul, li{
    list-style: none;
	margin:0;
	padding:0;
}
.clear {
    clear:both;
}
.container {
	max-width: 1360px;
	margin: 0 auto;
}
.header {
/*    position: fixed;
    left: 0;
    top: 0;
    right: 0;*/
    z-index: 3;
    transition: all 0.7s ease-out 0s;
}
.header {
    transform: none;
    opacity: 1;
}
.header.hidediv {
    opacity: 0;
    transform: translateY(-100%);
}
.header .top1,.header2 .top1 {
    position:relative;
    background: #81318c;
    color: #d39797;
    line-height: 45px;
    font-size: 14px;
	padding:5px 0;
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
}
.header .top1 .block,.header2 .top1 .block {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.header .top1 a,.header2 .top1 a {
	position: relative;
    display: inline-block;
    color: #ffffff;
	text-decoration:none;
}
.header .top1 a:before,.header2 .top1 a:before{
	content:"";
	position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
	display: block;
	border-top:2px solid #d39797;
	transition:all 0.1s ease-out 0s;
	transform:scaleX(0);
}
.header .top1 a:hover:before,.header2 .top1 a:hover:before{
	transform:scaleX(1);
	border-color:#fff;
}
.header .top1 i,.header2 .top1 i {
    margin: 0 18px;
    color: #ffffff;
}


.top3 {
    background:url(/statics/images/top_bg.jpg?v=202310181521) no-repeat center center;
	height:185px;
}
.top3 .top3-logo {
    padding:25px 0;
}
.top3 .top3-menu {
    background: #81318c;
	text-align: center;
}
/*.top3 .top3-menu ul li{
    float:left;
	width:25%;
	text-align:center;
	background: #7d7d7d;
}
.top3 .top3-menu ul li a {
    display:inline-block;
	width:100%;
	font-size:26px;
	color:#ffffff;
	border-left: 1px dotted #ffffff;
	line-height:65px;
	margin:10px 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	text-decoration:none;
}
.top3 .top3-menu ul li:first-child a {
	border-left: 0px dotted #ffffff;
}*/
.top3 .top3-menu .nav_menu3 > ul > li {
    float: none;
    display: inline-block;
	line-height: 65px;
}
.top3 .top3-menu .nav_menu3 > ul > li.nav-has-sub > a {
    padding: 0px 10px 0px 25px;
    line-height: 65px;
}
.top3 .top3-menu .nav_menu3 > ul > li.nav-has-sub > a {
    padding-right: 35px;
}
.top3 .top3-menu .nav_menu3 > ul > li.nav-has-sub > a::after {
    top: 29px;
	right: 22px;
}

.top-logo {
    position:absolute;
	top:16px;
	right:15px;
}

/*主体*/
.nybanner {
    position:relative;
	text-align: center;
	z-index:90;
}
.nycontent {
    position:relative;
	z-index:99;
}
.nycontent .nycon_left {
    float:left;
	width:340px;
	margin-right:60px;
	margin-bottom:80px;
}
.nycontent .nycon_left h3 {
    padding-left:60px;
    font-size:36px;
    line-height:130px;
	background:#81318c;
	color:#ffffff;
	margin: -130px 0 0 0;
}
.nycontent .nycon_left>ul>li {
    background:#aa6db3;
	margin-top:3px;
}
.nycontent .nycon_left>ul>li>a {
    display:inline-block;
	font-size:24px;
	line-height:60px;
	color:#ffffff;
	padding-left: 50px;
	border-left: 10px solid #aa6db3;
	text-decoration:none;
}
.nycontent .nycon_left>ul>li>a.on {
	border-left: 10px solid #f39800;
}

.nycontent .nycon_left>ul>li.column3 {
    background:#f5f5f5;
	margin-top:3px;
}
.nycontent .nycon_left>ul>li.column3:first-child {
	margin-top:0px;
}
.nycontent .nycon_left>ul>li.column3>a {
    display:inline-block;
	font-size:20px;
	line-height:50px;
	color: #222;
	padding-left: 50px;
	border-left: 10px solid #f5f5f5;
	text-decoration:none;
}
.nycontent .nycon_left>ul>li.column3>a.on {
	color:#aa6db3;
}

.nycontent .nycon_right {
    float:left;
	width:960px;
/*	min-height: 790px;
    background: url(/Images/Logo.png) no-repeat right bottom;
    background-size: 572px 572px;*/
}
.nycontent .nycon_right .position {
    margin:20px 0;
}

.xrld_list {
    margin-bottom:80px;
}
.xrld_list ul {
    display: flex;
	flex-wrap: wrap;	
    background:#dcdcdc;
	overflow:hidden;
}
.xrld_list ul.two {
    background:#f5f5f5;
}
.xrld_list ul li {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    width: 50%;
	padding:20px 30px;
	border-right: 1px solid #cacaca;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.xrld_list ul li.item1,.xrld_list ul li.item2 {
	width: calc(25% - 1px);
}
.xrld_list ul li.item3 {
    font-size:15px;
	line-height:24px;
	border-right: 0px solid #aa6db3;
}

.lrld_list {
    margin-bottom:60px;
}
.lrld_list ul {
    margin:0 -1%;
}
.lrld_list ul li {
    float:left;
	width:48%;
	min-height:515px;
	margin:0 1% 20px 1%;
	padding: 0 15px;
	background: #f5f5f5;
	background: #f5f5f5 url(../images/bg-logo.png) no-repeat right bottom;
	background-size:300px 293px;
	-moz-box-shadow: 0 0 10px 0 #bbb8b8;
    -webkit-box-shadow: 0 0 10px 0 #bbb8b8;
    box-shadow: 0 0 10px 0 #bbb8b8;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.lrld_list ul li dl {
    margin: 15px 0;
	line-height: 35px;
    padding: 0 10px;
    overflow:hidden;
}
.lrld_list ul li dl.on {
    background:#80318c;
	color:#ffffff;
}
.lrld_list ul li dl dt {
	float:left;
}
.lrld_list ul li dl dd {
	float:right;
}


.showtit {
    font-size:26px;
	color:#81318c;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px solid #626262;
}
.showtit span {
    margin-left:15px;
	font-size:20px;
	color:#a5a3a3;
}
.showcon {
	font-size: 16px;
	line-height:28px;
    margin-bottom:80px;
}
.showcon p {
	font-size: 16px;
	line-height:28px;
	margin:0 0 15px 0;
	padding:0;
}
.show_lrld {
    padding: 15px;
	font-size:15px;
	line-height:30px;
	margin-bottom:0px;
}
.show_lrld .showcon,.xrld_list .showcon {
    margin-bottom:0px;
	font-size: 15px;
    line-height: 26px;
	width: 100%;
    text-align: left;
    text-indent: 2em;
}
.show_lrld .showcon p,.xrld_list .showcon p {
	font-size: 15px;
    line-height: 26px;
	margin:0 0 10px 0;
	padding:0;
}
.show_lrld .show_lrld_item {
    display:none;
}
.show_lrld .show_lrld_item.active {
    display:block;
}
.showcon img {
    max-width: 100% !important;
    height:auto !important;
}
.showcon video {
    max-width: 100% !important;
    height:auto !important;
}
.showcon iframe {
    max-width: 100% !important;
    height:auto !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px !important;
    border: 1px solid #666666 !important;
}

/*新底部*/
.ny_footer {
    background: #81318c;
    padding: 40px 0;
	text-align: center;
}
.ny_footer p {
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 10px 0;
    padding: 0;
}
.ny_footer p a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}
.ny_footer .dbbq-ewm { margin: 20px 0;}
.ny_footer .dbbq-ewm p { font-size: 16px;line-height: 28px;}
.ny_footer .dbbq-ewm ul li {
	display:inline-block;
	margin: 0 8px;
}
.ny_footer .biaozhi {
	margin: 20px 0 0 0;
	text-align:center;
	color:#ffffff;
	font-size: 16px;
	overflow: hidden;
}
.ny_footer .biaozhi .biaozhi-list {
    width:230px;
	margin:0 auto;
}
.ny_footer .biaozhi .biaozhi-item {
	float: left;
	line-height:36px;
	margin:0 2px;
}
.ny_footer .biaozhi img {
	height:36px;
}