@charset "utf-8";
/*ÐÂÊ×Ò³*/
img { max-width:100%;}
i, em {
    font-style: normal;
    font-weight: normal;
}
ul, li{
    list-style: none;
	margin:0;
	padding:0;
}
.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;
}

.header2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    background: #94070a;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.header2.showdiv {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}

.top2 {
	background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
    height: 108px;
	padding-top:5px;
}
.top2 .top2_l {
	float:left;
	width:350px;
}
.top2 .top2_r {
	float:left;
	width:1010px;
}
.top2 .top2_r .nav_menu3 {
	margin-top: 10px;
}
.top2 .top2_r .nav_menu3 ul {
	float:right;
}
.top2 .top2_r .nav_menu3 > ul > li {
    float: none;
    display: inline-block;
}

.top-logo {
    position:absolute;
	top:16px;
	right:15px;
}


.nav_so {
	text-align: right;
	margin-top: 10px;
}
.SearchInput {
	outline: none;
}
.nav_so .nav_so_item {
	display: inline-block;
	vertical-align: middle;
}
.nav_so a.BtnSearch:link, .nav_so a.BtnSearch:visited, .nav_so a.BtnSearch:active {
    display: inline-block;
}
input::-webkit-input-placeholder {
   color: #ffffff;
}
:-moz-placeholder {
   color: #ffffff;
}
::-moz-placeholder {
   color: #ffffff;
}
input::-moz-placeholder {
   color: #ffffff;
}
input:-ms-input-placeholder {
   color: #ffffff;
}
input::-ms-input-placeholder {
   color: #ffffff;
}

.header2 .top2 {
	height: 65px;
    background: #382e2f;
	box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}
.header2 .nav_so {
	display:none;
}

#LarFlash{
    position: relative;
    transform: none;
    opacity: 1;
}
.d-none { opacity:0;transform: translateY(-100%);}
#LarFlash.hidediv {
	position: fixed;
    top: 0;
    left: 0;
	opacity: 0;
    transform: translateY(-100%);
}
#LarFlash #LarPlay li p {
	background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
    height: 108px;
}
#LarFlash .xiahua {
	position: absolute;
    left: 50%;
    bottom: 20px;
    text-align: center;
    transform: translateX(-50%);
    color: #94070a;
    font-size: 36px;
    cursor: pointer;
    opacity: 0;
    font-family: icon;
    padding: 0 10px;
    animation: xiahua 2s linear 0s infinite;
    font-weight: bold;
}
@keyframes xiahua{
0%{transform:translate(-50%,0);opacity:0;}
20%{transform:translate(-50%,3px);opacity:1;}
80%{transform:translate(-50%,10px);opacity:1;}
90%{transform:translate(-50%,10px);opacity:0;}
100%{transform:translate(-50%,10px);opacity:0;}
}
#LarFlash .xiahua:hover{ animation-play-state:paused;color: #fff;}


/* ÒªÎÅ */
.title {
    text-align: center;
}
.en-title {
    font-size: 80px;
	color:#d2cece;
}
.cn-title {
    font-size: 40px;
    line-height: 1.3;
	margin-top: -45px;
}
.xyjy-body .en-title {
	color:#605859;
}
.xyjy-body .cn-title {
	color:#ffffff;
}
.xyxw-body{padding:280px 0 80px 0;background:#efebea;}
.xyxw-body .pai {padding:0 0 45px 0;}
.showdiv .xyxw-body{padding:180px 0 80px 0;}
.xyxw-body .content{margin-top:45px;}
.xyxw-body .list{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;}
.xyxw-body .list:nth-child(2){margin-top:20px;}
.xyxw-body .list .box{width:calc(50% - 10px);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;}
.xyxw-body .list .ptcon{width:calc(50% - 10px);position:relative;}
.xyxw-body .list .ptcon .v{border-color: #fff;color:#fff;}
.xyxw-body .list .ptcon .v:hover{background: #fff;color:#a20000;}
.xyxw-body .list .item{background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);width:calc(50% - 10px);cursor:pointer;position: relative;border-bottom:4px solid #81318c;}
.xyxw-body .list .item:nth-child(-n+2){margin-bottom:20px;}
.xyxw-body .list .item .text{padding:30px 20px;position: relative;}
.xyxw-body .list .item a{text-decoration: none;}
.xyxw-body .list .item a:hover{text-decoration: none;}
.xyxw-body .list .item .text .h{
	font-size:16px;
	line-height:32px;
	background: url('/statics/images/xhx3.png');
}
.xyxw-body .list .item:nth-child(1),.xyxw-body .list .item:nth-child(4) {
	background:#ffffff url(../images/xingxing.png) no-repeat right bottom;
}

.xyxw-body .list .item .text .date{color:#99857b;margin-top:15px;font-style:italic;font-size:16px;display: none;}
.xyxw-body .btns{text-align:center;margin-top:30px;}
.xyxw-body .btns .more{margin:0 45px;}
.xyxw-body .xyxw-body-more { font-size:40px; margin-top:30px; line-height:50px;}
.xyxw-body .xyxw-body-more span {color:#81318c; margin-right:10px;}
.xyxw-body .xyxw-body-more a {font-size:36px;padding-bottom: 5px;border-bottom: 2px solid #222; text-decoration:none;}
.xyxw-body .xyxw-body-more a:hover{color:#ff001e;border-bottom: 2px solid #ff001e;}

.ptcon .inner{overflow:hidden;padding-bottom:70%;position:relative;}
.ptcon .pic{position:absolute;left:0;top:0;width:100%;height:100%;}
.ptcon .img{position:absolute;left:0;top:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;transition:all 0.3s ease-out 0s;}
.ptcon .img a{display:block;height:100%;}
.ptcon .img img{width:100%;height:auto;max-height:none;}
.ptcon .v{width:40px;height:40px;position:absolute;left:30px;bottom:100%;margin-bottom:-10px;font-family:icon;border:2px solid #fff;border-radius:100%;line-height:41px;text-align:center;color:#fff;font-size:26px;text-indent:5px;cursor:pointer;z-index:1;font-size:22px;color:#94070a;border-color:#94070a;}
.ptcon .v:hover{color:#fff;background:#94070a;}
.ptcon .video{width:100%;height:100%;position:absolute;left:0;top:0;display:none;}
.ptcon .video video{width:100%;height:100%;object-fit:cover;}
.ptcon .video .close{position:absolute;right:0;top:0;padding:5px 15px;background:rgba(0,0,0,0.5);color:#fff;cursor: pointer;}
.ptcon .text{position:absolute;left:0;bottom:-1px;right:0;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));color: #fff;}
.ptcon .text a{display: block;padding:30px 30px 20px 30px;text-decoration: none;}
.ptcon .text .date{margin-top:10px;line-height:1;}
.ptcon .text .h{font-size:20px;color: #fff;}
.ptcon.act .text{display:none;}
.ptcon.act .video{display:block;}
.ptcon.act .v{display:none;}


.xyjy-body{overflow:hidden;background:#382e2f;background-size:auto 80%;border-bottom: 5px solid #81318c;}
.xyjy-body .block{padding:80px 0 0 0;}
.xyjy-body .block .xyjy-body-content{position: relative;color:#fff;height:100%;height:1400px;padding-top: 80px;}
.xyjy-body .block .xyjy-body-content img {max-width:100%;}
.xyjy-body .svg{height:60px;margin:0 auto 15px;}
.xyjy-body .svg svg{width:100%;height:100%;}
.st0{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.st1{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.xyjy-body .d1{position:absolute;right:0;bottom:50%;width:50%;height:46%;background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translate(80px,80px);
    opacity: 0;
    transition: all 1s ease-out 0.2s;
}
.xyjy-body .d1 .h{font-size:24px;}
.xyjy-body .d1 a{position:absolute;left:0;top:0;width:100%;height:100%;}
.xyjy-body .d1 .more{margin-top:20px;color:#fff;}
.xyjy-body .d1 .more i{}
.xyjy-body .d2{position:absolute;bottom:50%;right:50%;left:0;height:42%;}
.xyjy-body .d2 a{position:absolute;left:0;top:0;width:100%;height:100%;}
.xyjy-body .d2 .dd1{position:absolute;left:0;top:0;width:50%;height:50%;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(80px,80px);opacity:0;transition:all 1s ease-out 0s;}
.xyjy-body .d2 .dd2{position:absolute;left:50%;top:0;width:50%;height:50%;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(80px,80px);opacity:0;transition:all 1s ease-out 0.2s;}
.xyjy-body .d2 .dd3{position:absolute;left:50%;top:50%;width:50%;height:50%;background:#9f9998;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(80px,80px);opacity:0;transition:all 1s ease-out 0.4s;}
.xyjy-body .d2 .h{font-size:24px;}
.xyjy-body .d2 .more1{margin-top:10px;}
.xyjy-body .d3{position:absolute;left:10%;top:50%;width:40%;color:#fff;height:30%;background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translate(80px,80px);
    opacity: 0;
    transition: all 1s ease-out 0.2s;
}
.xyjy-body .d3 .h{font-size:24px;}
.xyjy-body .d3 a{position:absolute;left:0;top:0;width:100%;height:100%;}
.focus1{position:relative;}
.focus1 .child{overflow:hidden;position:relative;}
.focus1 .child img{width:100%;height:auto;}
.focus1 .navg{position:absolute;left:0;bottom:0px;right:0px;text-align:right;height:50px;padding:0 20px;line-height:50px;padding-bottom:10px;display:none;}
.focus1 .navg li{color:#fff;display:inline-block;margin:0 8px;line-height:1;vertical-align:middle;font-family:Arial;cursor:pointer;}
.focus1 .navg li:after{content:"";display:inline-block;border-bottom:1px solid #fff;vertical-align:middle;margin-left:3px;transition:all 0.5s ease-out 0s;width:0;}
.focus1 .navg li.slick-active:after{width:30px;}
.xyjy-body .d4{position:absolute;top:50%;left:50%;right:0;height:42%;}
.xyjy-body .d4 a{position:absolute;left:0;top:0;width:100%;height:100%;}
.xyjy-body .d4 .dd1{position:absolute;left:0;top:0;width:50%;height:50%;background:#261819;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(-80px,80px);opacity:0;transition:all 1s ease-out 0.6s;}
.xyjy-body .d4 .dd2{position:absolute;left:50%;top:0;width:50%;height:50%;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(-80px,80px);opacity:0;transition:all 1s ease-out 0.8s;}
.xyjy-body .d4 .dd3{position:absolute;left:50%;top:50%;width:50%;height:50%;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(-80px,80px);opacity:0;transition:all 1s ease-out 1s;}
.xyjy-body .d4 .dd4{position:absolute;left:0;top:50%;width:50%;height:50%;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(-80px,80px);opacity:0;transition:all 1s ease-out 1s;}
.xyjy-body .d4 .h{font-size:24px;}
.xyjy-body .d4 .more1{margin-top:10px;}
.xyjy-body.showdiv .d1{transform:none;opacity:1;}
.xyjy-body.showdiv .d2>div{transform:none;opacity:1;}
.xyjy-body.showdiv .d3{transform:none;opacity:1;}
.xyjy-body.showdiv .d4>div{transform:none;opacity:1;}
.xyjy-body .d1 {
    background-image: url(/statics/images/d1.jpg);
}
#d1 {
    background-image: url(/statics/images/d1-dd1.jpg);
}
#d2 {
    background-image: url(/statics/images/d2-dd2.jpg);
}
#d3 {
    background-image: url(/statics/images/d3-dd3.jpg);
}
#d4 {
    background-image: url(/statics/images/d4-dd1.jpg);
}
#d5{background-image:url(/statics/images/d5-dd2.jpg);}
#d6{background-image:url(/statics/images/d6-dd3.jpg);}
#d7{background-image:url(/statics/images/d7-dd4.jpg);}
#d8{background-image:url(/statics/images/d8.jpg);}


.zmenu-body{position: relative;}
.zmenu-body .block{padding:80px 0;}
.zmenu-body .list{display:-ms-flexbox;display:flex;padding:0 5%;}
.zmenu-body .item{-ms-flex:1;flex:1;text-align:center;transition:all 0.8s ease-out 0s;transform:scale(1);opacity:1;}
.zmenu-body .showdiv .item{transform:none;opacity:1;}
.zmenu-body .item:nth-child(2){transition-delay:0.1s;}
.zmenu-body .item:nth-child(3){transition-delay:0.2s;}
.zmenu-body .item:nth-child(4){transition-delay:0.3s;}
.zmenu-body .item .ico{display:inline-block;height:85px;transition:all 0.3s ease-out 0s;display: none;}
.zmenu-body .item .ico img{max-height:100%;}
.zmenu-body .item .svg{display:inline-block;height:85px;width:90px;}
.zmenu-body .item .svg svg{width:100%;height:100%;}
.zmenu-body .item .h{margin-top:5px;font-size:22px;}
.zmenu-body .st0{fill:none;stroke:#333333;stroke-width:3;stroke-miterlimit:10;}
.zmenu-body	.st1{fill:none;stroke:#333333;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}


.home-item {
	border-bottom: 1px dotted #000;
    padding: 15px 0;
	font-size: 22px;
	line-height:34px;
	height: 68px;
	position:relative;
}
.home-item a {
	text-decoration:none;
}
.home-item span {
	position:absolute;
	right:0;
	bottom:15px;
	color:#000;
}

.rdzt-body {
	padding:80px 0;
}
.rdzt-body img {
	max-width:100%;
}
.rdzt-body .rdzt-list {
	position:relative;
	margin-top:80px;
	line-height: 0;
	overflow:hidden;
}
.rdzt-body .rdzt-list ul li {
	float:left;
	width:20%;
}
.rdzt-body .rdzt-list .rdzt-more {
	position: absolute;
    right: 0;
    bottom: 0;
	background: #ba2c16;
}
.rdzt-body .rdzt-list .rdzt-more a {
	color:#ffffff;
	padding:5px 10px;
	line-height:30px;
	text-decoration: none;
	z-index:999;
}

.yqlj-body {
	background:#81318c;
	padding:40px 0;
}
.yqlj-body a {
	font-size:18px;
	color:#ffffff;
	line-height: 36px;
	text-decoration: none;
}
.yqlj-body a:hover {
	color:#ffffff;
}

.dbbq-body {background: #81318c;padding: 0 0 40px 0; text-align:center;}
.dbbq-body p { color:#ffffff;font-size:18px;line-height: 36px;margin: 0 0 10px 0;padding: 0;}
.dbbq-body p a { color:#ffffff;font-size:18px; text-decoration:none;}
.dbbq-body p a:hover { color:#ffffff;}
.dbbq-body .dbbq-ewm { margin: 40px 0 0 0;}
.dbbq-body .dbbq-ewm p { font-size: 16px;line-height: 28px;}
.dbbq-body .dbbq-ewm ul li {
	display:inline-block;
	margin: 0 8px;
}
.dbbq-body .biaozhi {
	margin: 20px 0 0 0;
	text-align:center;
	color:#ffffff;
	font-size: 16px;
	overflow: hidden;
}
.dbbq-body .biaozhi .biaozhi-list {
    width:230px;
	margin:0 auto;
}
.dbbq-body .biaozhi .biaozhi-item {
	float: left;
	line-height:36px;
	margin:0 2px;
}
.dbbq-body .biaozhi img {
	height:36px;
}