.ul_sitemap{ padding:1% 1% 4%;}
.ul_sitemap li{padding: 2% 0; border-bottom: 1px solid #eaeaea;}
.ul_sitemap li:nth-child(1){padding-top:1%;}
.ul_sitemap li strong a{color:#343793;    font-size: 18px; }
.ul_sitemap li span a{padding:0 1% ;}
/*
 .Form001725 ä¸ºdemoç¼–å·
 */
.Form001725{ padding:2% 0 4%;}
.Form001725 .name{padding:15px 0; font-size:18px;border-bottom:1px solid #e5e5e5;}
.Form001725 .name span{ display:inline-block; border-left:6px solid #82308a; padding-left:20px;}
.Form001725 .tips{ padding:20px 0;border-bottom:1px solid #e5e5e5; font-size:14px;position:relative;}
.Form001725 .tips h1{ margin:0; font-weight:normal; font-size:18px; color:#82308a;}
.Form001725 .form{ padding-top:30px; max-width:800px; width:100%;}
.Form001725 .form td{ padding-bottom:20px; font-size:14px; }
.Form001725 .form td.w1{ width:47%;}
.Form001725 .form td.w2{ width:6%;}
.Form001725 .form .text{ width:100%; border-radius:3px; border:1px solid #cfcfcf; line-height:36px;height:36px; text-indent:10px; background:none; }
.Form001725 .form td b{width:100%; border-radius:3px; border:1px solid #cfcfcf; line-height:36px;height:36px; text-indent:10px; background:none; font-weight: normal; display: block;}
.Form001725 .form .p1{margin:0 0 10px 0;color:#82308a;padding-left:6px;border-left: solid #82308a 6px;font-size: 16px}
.Form001725 .form td em{ font-style:normal; color:#bcbcbc;}
.Form001725 .form td em i{ font-style:normal; color:#fadbbe;}
.Form001725 .form .btn{ background:#82308a; color:#fff; cursor:pointer; font-size:18px; width:60%; max-width:150px; height:45px; border-radius:3px; border:none;}
.Form001725 .form dl{ position:relative;}
.Form001725 .form dt{ text-indent:10px; cursor:pointer; border:1px solid #cfcfcf;line-height:36px;height:36px; background:url(../images/Form001725-check.png) no-repeat 95% center;}
.Form001725 .form dd{ display:none; position:absolute; left:0; top:100%; background-color:#eee; width:100%; z-index:10;}
.Form001725 .form dd a{ display:block; line-height:36px; padding:0 10px;}
.Form001725 .form dd a:hover{ background-color:#ccc;}
.queueList{margin:20px 0 !important;}
.placeholder{padding: 10% 0 6%}
.placeholder .webuploader-pick {background: #82308a !important;}

.top_login{ text-align: right;}
.top_login span{font-size: 15px;color: #555;}
.top_login .span1{ color: #004771; padding-right: 10px; cursor: pointer;}
.top_login .span2{ color: #004771; padding-right: 10px; cursor: pointer;}
.top_login .span3{ padding-left: 15px; }
.top_login .span3 a{ color: #004771; font-size: 20px; font-weight: bold;}

@media(max-width:1024px){
.Form001725 .form{ padding-top:30px; max-width:1024px; width:100%;}
}
@media(max-width:768px){
.Form001725 .form{ padding-top:30px; max-width:770px; width:100%;}
.Form001725 .form .btn{margin-bottom: 40px;    margin-top: -40px;}
}
@media(max-width:480px){
.Form001725 .form{ padding-top:30px; max-width:400px; width:100%;}
.placeholder div:nth-child(3){display: none !important}
.placeholder {max-width: 391px !important;}
}
/*
 .Top002344 为demo编号
 */
/*nav-trigger start*/
.Top002344 .nav-trigger { position: absolute; top: 50%; right: 2%; transform: translateY(-50%); width: 25px; height: 25px; overflow: hidden; white-space: nowrap; /* hide text */ color: transparent;  z-index: 3; cursor: pointer;}
.Top002344 .nav-trigger span, .Top002344 .nav-trigger span::before, .Top002344 .nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute; display: inline-block; height: 3px; width: 24px; background: #473358;
}
.Top002344 .nav-trigger span {
  /* line in the center */
  position: absolute; top: 50%; right: 0; margin-top: -2px; -webkit-transition: background 0.3s 0.3s; -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.Top002344 .nav-trigger span::before, .Top002344 .nav-trigger span::after {
  content: ''; right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.Top002344 .nav-trigger span::before {top: -6px;}
.Top002344 .nav-trigger span::after {top: 6px;}
.Top002344 .nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.Top002344 .nav-trigger.nav-is-visible span::before, .Top002344 .nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #473358;
}
.Top002344 .nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(0px) translateY(8px) rotate(45deg);
  -moz-transform: translateX(0px) translateY(8px) rotate(45deg);
  -ms-transform: translateX(0px) translateY(8px) rotate(45deg);
  -o-transform: translateX(0px) translateY(8px) rotate(45deg);
  transform: translateX(0px) translateY(8px) rotate(45deg);
}
.Top002344 .nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(0) translateY(-4px) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-4px) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-4px) rotate(-45deg);
  -o-transform: translateX(0) translateY(-4px) rotate(-45deg);
  transform: translateX(0) translateY(-4px) rotate(-45deg);
}
@media only screen and (min-width: 900px) {
	.Top002344 .nav-trigger { display: none;}
}
/*nav-trigger end*/

.Top002344{ position: relative; z-index: 999; box-shadow: 0 3px 3px 0 rgba(0,0,0,.15); -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.15);}
.Top002344 .auto{ position: relative; margin: 0 auto; max-width: 1280px;}
.Top002344 .logo{ float: left; max-width: 330px; padding: 8px 0;}

/*search start*/
.Top002344 .search{ float: right; position:relative; width: 34px; height: 34px; margin-top: 37px;margin-right: 40px}
.Top002344 .searchbtn,.Top002344 .searchbox .btn{ display:block;background:url(../images/Top002344-searchicon.png) 0 0; width: 34px; height: 34px; position: absolute; top: 50%; right: 0;}
.Top002344 .searchbtn{width: 34px; height: 34px;top: 0; right: 0; border-radius: 50%;position: relative}
.Top002344 .searchbox{ display: none;  width: 100%; position: relative; background-color: #fff; position: absolute; top: 100%;  right: 0; box-shadow:0 0 10px 0 rgba(240,133,6,.5) inset; -webkit-box-shadow:0 0 10px 0 rgba(130,48,138,.5) inset;  padding:10px;}
.Top002344 .searchbtn::before{position: absolute;content: '';width: 1px;height: 8px;background: #bbb;left: -4px;top: 48%; margin-top: -2.5px;}
.Top002344 .searchbox .input{ width: 100%; height: 28px; line-height: 28px; border: none; padding-left: 10px; color: #999;}
.Top002344 .searchbox .input.focus{ color: #666;}
.Top002344 .searchbox .btn{ border: none; cursor: pointer; margin-top: -17px; right: 10px;}
/*search end*/

.Top002344 .log {width: 20px;height: 20px;position: absolute;top: 40%;right: 0;z-index: 999}
.Top002344 .log a{display: block;font-size: 16px;color: #666}
.Top002344 .log::before{position: absolute;content: '';width: 1px;height: 8px;background: #bbb;left: -14px;top: 48%; margin-top: -2.5px;}
.Top002344 .log a:hover{color: #473358}
/*.nav start*/
.Top002344 .nav li>a{ font-size: 15px; color: #666;padding: 44px 15px}
.Top002344 .nav li .sub{ display: none;position: absolute; top: 100%; width: 600px;left: 10%; text-align: left;}
.Top002344 .nav li .sub dt{ display: inline-block; margin-right: 10px; line-height:58px;}
.Top002344 .nav li .sub dt a{ color:#fff; }
.Top002344 .nav li .sub dt a:hover{ background:none;opacity: 0.5}
.Top002344 .sub-slideDown li .sub{ transition:height 0.3s;}
@media(min-width:1025px){
.Top002344 #open_menu span{ display:none;}
.Top002344 .nav li:hover .sub{ display: block;}
.Top002344 .layer{ background:rgba(0,0,0,0.46); display: none; position: absolute; top: 100%; left: 0; height: 60px; width: 100%; z-index: 1;}
}


@media only screen and (max-width: 899px) {
	.Top002344 .logo{ width: 60%; padding: 5px 0;}
	.Top002344 .search{ position: absolute; right: 60px; top: 50%; transform: translateY(-50%); margin-top: 0;width: 30px; height: 30px;}
	.Top002344 .searchbtn{ background-size: 100% 100%; width: 30px; height: 30px; }
	.Top002344 .nav{ background-color: #473358; padding: 15px 0; text-align: center;display: none; position: absolute; top: 100%; right: 0; width: 100%;}
	.Top002344 .nav li:nth-child(2n){ background-color: #f28e13;}
	.Top002344 .nav li>a{ color: #fff; padding: 10px; display: block;}
	
}
@media only screen and (max-width: 1280px) {
	.Top002344 .auto{ padding-left:2% ; padding-right: 2%;}
	.Top002344 .log {right: 20px}
}
@media only screen and (max-width: 900px) {
	.Top002344 .log {right: 60px}
}
@media only screen and (min-width: 900px) {
	.Top002344 .search{ margin-top: 27px;}
	.Top002344 .logo{ width: 23%; padding: 5px 0;}
	
	.Top002344 nav,.Top002344 nav>*{ float: right;}
	.Top002344 nav{position: relative; z-index: 10;}
	.Top002344 .nav li{ position: relative; float: left; text-align: center;}
	.Top002344 .nav li>a{ padding: 33px 8px; display: block;-webkit-transition:color 0.3s ease-out; -moz-transition: color 0.3s ease-out;  transition: color 0.3s ease-out; position: relative;}
	.Top002344 .nav li>a:after{ content: ""; position: absolute; bottom: 0; left: 0; height: 0; width: 100%;transition: height .3s ease-in-out;-webkit-transition: height .3s ease-in-out; z-index: 1;
	background: rgba(83,47,130,1.00);}
	.Top002344 .nav li>a span{ position: relative; z-index: 2;}
	.Top002344 .nav li.onnav>a,.Top002344 .nav li >a:hover{ color: #fff;}
	.Top002344 .nav li.onnav>a:after,.Top002344 .nav li>a:hover:after{ height: 100%;}
	
}
@media only screen and (min-width: 1024px) {
	.Top002344 .nav li>a{ padding:44px 13px; }
	.Top002344 .logo{ padding: 24px 0 13px;}
  .Top002344 .logo img{ max-height: 59px; }
	.Top002344 .search{ margin-top: 37px;}
}
@media only screen and (min-width: 1200px) {
	.Top002344 .nav li>a{ padding:44px 22px; }
	.Top002344 .search{  margin-left: 25px;}
}
/*.nav end*/
/*
 .Banner000933 为demo编号
 */
.Banner000933{ position:relative;}
.Banner000933 .banner{ 
	/* position:absolute; */
	width:100%; height:100%; left:0; top:0;}
.Banner000933 .img img,
.Banner000933 .banner .slide img{ width:100%;}
.Banner000933 .banner .list { padding-bottom: 37%;}
.Banner000933 .img{ z-index:0; opacity:0; }
.Banner000933 .banner .bx-controls .bx-pager{text-align:center; position:absolute; bottom:5%; z-index:102; width:100%; left:0; display:inline-block; height:7px; } 
.Banner000933 .banner .bx-controls .bx-pager-item{ display:inline-block; margin:0 4px;}
.Banner000933 .banner .bx-controls .bx-pager-item a{ display:block;overflow:hidden; width:45px; height:7px;; background:rgba(83,47,130,1.00);color: rgba(83,47,130,1.00)}
.Banner000933 .banner .bx-controls .bx-pager-item a.active{ background-color:#fff;color: #fff}
.Banner000933 .bx-controls .Prev,
.Banner000933 .bx-controls .Next{ position:absolute; top:0; width:30%; height:100%; overflow:hidden; text-align:center; z-index:101;}
.Banner000933 .bx-controls .Prev{ left:0;}
.Banner000933 .bx-controls .Next{ right:0;}
.Banner000933 .bx-controls .bx-prev,.bx-controls .bx-next{display: none;  opacity:0.3;-moz-transition:all ease-out .3s; -ms-transition:all ease-out 0.3s; -webkit-transition:all ease-out 0.3s; transition:all ease-out 0.3s;}
.Banner000933 .bx-controls .bx-prev span,
.Banner000933 .bx-controls .bx-next span{ display:inline-block; width:41px; height:100%;}
.Banner000933 .bx-controls .bx-prev span{ background:url(../images/Banner000933_prev.png) no-repeat center center;}
.Banner000933 .bx-controls .bx-next span{ background:url(../images/Banner000933_next.png) no-repeat center center;}

.Banner000933 .Video_img{ position: relative; display: block; width: 100%; z-index: 15;}
.Banner000933 .banner .video_files{ position:absolute; background:#000; width:100%; left:0; top:0; height:100%; /*display:none; */z-index:10; overflow:hidden;}
.Banner000933 .banner .video_files #myvideo{ position: absolute; visibility: visible; margin: auto; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%;}
.Banner000933 .banner .intro{ position:absolute; color:#fff; text-align:center; padding:11% 20% 0 20%; width:100%;}
.Banner000933 .banner .intro .more{ position:relative; text-align:center;}
.Banner000933 .banner .intro .more span{ display:inline-block; position:relative;}

.Banner000933 .video_controls{ z-index:20;position:absolute; top: 73%; margin-left: -23.5px; margin-top: -23.5px; left: 50%;}
.Banner000933 .video_controls span{ float:left; display:block; width:57px; height:57px; position:relative; cursor:pointer;}
.Banner000933 .video_controls span::before{ position:absolute; content:'';}
.Banner000933 .video_controls span.btnplay{background: url(../images/Floor002467-play.png)no-repeat center center;}
.Banner000933 .video_controls span.btnpause::before{ left:50%; margin-left:-9px; top:50%; margin-top:-9px; width:19px; height:19px; border-radius:3px; background:rgba(255,255,255,0.8);}
.Banner000933 .video_controls .btnpause{ display:none;border: 1px solid #fff;border-radius: 36px}
@media(max-width:768px){
.Banner000933 .video_controls{  top: 76%;}
.Banner000933 .video_controls span{transform: scale(0.5,0.5);}	
}

/*Banner*/




/*
 .Floor000922 为demo编号
 */
.Floor000922{ padding:4% 0 4.5%;background: #f5f5f5}
.Floor000922 .titl{ text-align: center; font-size: 20px; color: rgba(83,47,130,1.00); padding: 0px 0 40px}
.Floor000922 .titl p{  margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 5px; color: #999;}
.Floor000922 .titl p::before{width: 30px;height: 2px;content: '';display: block;background: #473358;margin:10px auto}
.Floor000922 dd{ float:left; width:8.33%; overflow:hidden; position:relative; transition:all ease-in-out 0.3s;}
.Floor000922 dd.active{ width:50%;}
.Floor000922 dd .pic{ display:block; height:450px; background-repeat:no-repeat; background-position:center top;background-size:cover; transition:all ease-out 0.6s;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(80%); /* chrome+ */
    filter: grayscale(80%); /* 未来浏览器 */
    filter: gray; /* ie6-8 */
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0.8);/*ie6-9 */}
.Floor000922 dd.active .pic{filter: url("data:image/svg+xml;utf8"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(0%); /* chrome+ */
    filter: grayscale(0%); /* 未来浏览器 */
    filter: ; /* ie6-8 */
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);/*ie6-9 */}
.Floor000922 dd .txt,
.Floor000922 dd .name{ position:absolute;}
.Floor000922 dd .txt{ left:0; bottom:0; background-color:rgba(255,255,255,0.9); z-index:2; padding:2%;  padding-left:19%;width:100%; font-size:12px; line-height:27px; transform:translateY(100%);transition:all ease 0.3s;}
.Floor000922 dd .txt p{ margin:0;}
.Floor000922 dd.active .txt{ transform:translateY(0);transition:all ease-in-out 0.5s 0.3s;}
.Floor000922 dd .name{ left:0; bottom:0;height:100%;z-index:3; width:100%; text-shadow:0 0 2px rgba(0,0,0,0.5);}
.Floor000922 dd .name ol{ position:absolute; left:0; top:4%; padding:10% 0  20% 0; width:100%; color:#fff; text-align:center; background:url(../images/Floor000922-numbg.png) no-repeat center center; background-size:90% auto; transition:all ease-in-out 0 0.5s;}
.Floor000922 dd:nth-child(2n) .name ol{ top: auto; bottom:4%;}
.Floor000922 dd .name ol em{ display:inline-block; font-size:50px; border-bottom:3px solid #fff; margin-bottom:10px; box-shadow:0 1px 0 rgba(0,0,0,0.2);font-style: normal}
.Floor000922 dd .name ol a{ display:block; font-size:16px; color:#fff;}
.Floor000922 dd.active .name{width:17%;text-shadow:none;}
.Floor000922 dd.active .name ol{background:rgba(83,47,130,1.00); top:auto;bottom:0;transition:all ease-in-out 0.5s 0.5s;}
.Floor000922 dd.active .name ol em{ box-shadow:none;}
@media (min-width: 1024px) {
.Floor000922 .titl{ font-size: 32px;}
}
@media(max-width:1000px) and (min-width:769px){
.Floor000922 dd .name ol em{ font-size:40px;}
.Floor000922 dd .name ol a{ font-size:14px;}
}
@media(max-width:768px){
.Floor000922 .titl{ font-size: 24px;}
.Floor000922 dd{ width:100% !important; float:none;}
.Floor000922 dd .pic{ height:auto; padding-bottom:60%;}
.Floor000922 dd .txt p{ line-height:25px; height:50px; overflow:hidden;}
.Floor000922 dd .txt{ padding-left:32%;}
.Floor000922 dd.active .name{width:30%;}
}
@media(max-width:375px){
.Floor000922 dd .name ol em{ font-size:30px;}
.Floor000922 dd .name ol a{ font-size:13px;}
}
/*Floor002212*/
.Floor002212{ padding:4% 0 4.5%; }
.Floor002212 .auto{position: relative;}
.Floor002212 .titl{ text-align: center; font-size: 20px; color: rgba(83,47,130,1.00); padding: 0px 0 40px}
.Floor002212 .titl p{  margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 5px; color: #999;}
.Floor002212 .titl p::before{width: 30px;height: 2px;content: '';display: block;background: #473358;margin:10px auto}
.Floor002212 .List li h4 a,
.Floor002212 .List li,
.Floor002212 .List li .more,
.Floor002212 nav ul li{transition:all 0.5s ease-out 0s;}
.Floor002212 nav{margin: 0px 0; text-align: center;}
.Floor002212 nav {display:block;text-align:center;margin: 0px 0 20px;}
.Floor002212 nav span{display:inline-block; *zoom:1; *display:inline; text-align: center; line-height: 40px; height: 40px;  padding: 0 12px;min-width:140px;background:#f3f3f3;padding:0 25px;color: #728391;font-size: 16px; border-radius:40px;}
.Floor002212 nav span.aon,
.Floor002212 nav span:hover {color: #fff; background:rgba(83,47,130,1.00);}

.Floor002212 .List{margin-top: 30px; position: relative;}
.Floor002212 .List li{float: left; margin-right:40px; width:400px;}
.Floor002212 .List li .pic {width: 100%; overflow: hidden; display: block;}
.Floor002212 .List li .pic img{width: 100%;  display: block; transition: 1s;}
.Floor002212 .List li:hover .pic img{transform: scale3d(1.04,1.04,1.04);}
.Floor002212 .List li figure{padding: 30px 29px; background: #f5f5f5;}
.Floor002212 .List li .time{font-size: 14px; color: #9099a0;}
.Floor002212 .List li h4{font-size: 18px;  white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; margin: 10px 0 0; font-weight:normal;}
.Floor002212 .List li h4 a{color: #5e6a73;}
.Floor002212 .List li p{font-size: 14px; color: #9ba6af; height: 40px; overflow: hidden; line-height: 20px; margin: 10px 0 0;}
.Floor002212 .List li .more{display:inline-block;  *zoom:1; *display:inline; padding-right: 22px; color: #9099a0; font-size: 14px; background: url(../images/Floor002212-icon1.png) 100% 50% no-repeat; margin-top: 16px;}
.Floor002212 .List li :hover .more,.Floor002212 .List li :hover h4 a{color: rgba(83,47,130,1.00);}
.Floor002212  .bx-controls-direction a{ width:20px; height:42px; position:absolute;top: 50%; margin-top: -22px; background-image:url(../images/Floor002212-icon.png); background-repeat:no-repeat; display:block; z-index:5;}
.Floor002212  .bx-controls-direction a.bx-prev{left: -70px; background-position:0 0;}
.Floor002212  .bx-controls-direction a.bx-next{ right:-70px;background-position:-21px 0;}
.Floor002212  .bx-controls-direction a.bx-prev:hover{background-position:0 -42px;}
.Floor002212  .bx-controls-direction a.bx-next:hover{background-position:-21px -42px;}
@media(max-width:1455px){
    .Floor002212 .bx-controls-direction { text-align: center;}
    .Floor002212 .bx-controls-direction a{ position: relative; display: inline-block; top: 0; left: auto !important; right: auto !important; margin: 0 1%;}
}
@media(max-width:1199px){
.Floor002212 .h2{ font-size:35px;}	
}
@media (min-width: 1024px) {
.Floor002212 .titl{ font-size: 32px;}
}
@media(max-width:1000px){
.Floor002212 .h2{ font-size:30px;}	
.Floor002212{ padding:4% 0 8%;}
}
@media(max-width:720px){
.Floor002212 .titl{ font-size: 24px;}
.Floor002212 nav ul li{ width:25%; max-width:none; float:left; padding:0 5px;}
.Floor002212 nav ul li a{ padding:0 10px;min-width:1px;}
}
@media(max-width:500px){
.Floor002212 nav ul li{ width:100%; margin-bottom:5px; float:none;}	
.Floor002212 nav{ margin:3% 0;}
}
@media(max-width:410px){
.Floor002212 .bx-viewport{ max-height: 410px; }
}
@media(max-width:375px){
.Floor002212 .bx-viewport{ max-height: 390px; }
}
@media(max-width:320px){
.Floor002212 .bx-viewport{ max-height: 370px; }
}
/*Floor002212 End*/
/*
 .Bottom002440 为demo编号
 */
.Bottom002440{ background: #473358;}
.Bottom002440 a{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.Bottom002440>.auto{ background: url(../images/Bottom002440-bg.jpg) no-repeat top right; padding-top: 2%;}
.Bottom002440 .nav{padding-bottom: 3%}
.Bottom002440 .nav .dl dt{ padding-bottom:15px;}
.Bottom002440 .nav .dl dt a{ color:#fff; font-size:16px; line-height:24px;}
.Bottom002440 .nav .dl dt::after{display: block;width: 17px;background-color: #fff;height: 1px; content: "";margin-top: 12px;}
.Bottom002440 .nav .dl dd{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.Bottom002440 .nav .dl dd a{ display:block; line-height:24px; color: #8e7f9c;}
.Bottom002440 .nav .dl dd a:hover{ color: #fff;}
.Bottom002440 .nav .dl dd a:hover:before{ background: #fff;}
@media only screen and (min-width:768px ) {
.Bottom002440 .nav{ float:left; width: 86%;}
.Bottom002440 .nav .dl{ float:left; width: 14%;padding: 15px 6% 15px 0;}
}
@media only screen and (max-width:767px ) {
	.Bottom002440 .nav .dl{border-bottom: 1px solid #1a5d74;}
	.Bottom002440 .nav .dl dt{ position: relative; margin-bottom: 0; margin-top: 10px;}
	.Bottom002440 .nav .dl dt:after{ position: absolute; content: ""; display: block; background: url(../images/Bottom002440-bottom_arrow.png) no-repeat right top; width: 11px; right: 3%; height: 20px; top: 50%; margin-top: -10px; transition: transform .5s ease-in;}
	.Bottom002440 .nav .dl dt.on:after{ transform: rotate(90deg);}
    .Bottom002440 .nav .dl .two{ display: none;background-color: #034257; padding: 15px;}
}


@media only screen and (min-width:768px ) {
.Bottom002440 .info{ float:right; width: 14%; text-align: right;}
}
@media only screen and (max-width:767px ) {
	.Bottom002440 .info{ padding: 3% 0;}
	.Bottom002440 .info>*{ text-align: center !important;}
}

.Bottom002440 .weixinbox{ margin: 10px 0 10px auto;}
.Bottom002440 .weixinbox dd{ display: inline-block; max-width: 100px; margin-left: 10px;color: #d4d0d8}
.Bottom002440 .weixinbox dd span{ display: block; text-align: center; padding-top: 5px;}
@media only screen and (max-width:767px ) {
	.Bottom002440 .info .weixinbox{ margin: 10px auto;}
}
.Bottom002440 .share{ padding: 10% 0 5%;}
.Bottom002440 .share >*{ display: inline-block;}
.Bottom002440 .share a{ width:35px; height:35px; border-radius: 50%; background: #574765; text-align: center; line-height: 35px; color: #8e8e8e; font-size: 24px; margin-left: 5px; position: relative;}
.Bottom002440 .share a:before{ content: ""; position: absolute; top: 50%; margin-top: -10px; left: 50%;  margin-left: -12px;width: 25px; height: 20px; background: url(../images/Bottom002440-share_icon.png) no-repeat;}
.Bottom002440 .share a.weixin:before{ background-position: 0 0;}
.Bottom002440 .share a.sina:before{ background-position: right 0; margin-left: -14px;}
.Bottom002440 .share a:hover{ background: #82308a;}
@media only screen and (max-width:767px ) {
	.Bottom002440 .share{ padding: 20px 0 0;}
}

.Bottom002440 footer{ line-height:24px; position: relative; border-top: 1px solid #53485d; padding: 20px 0; }
@media only screen and (max-width:767px ) {
	.Bottom002440 footer{ text-align: center;}
}
.Bottom002440 footer a{ color: #d4d0d8;}
.Bottom002440 footer a:hover{ color: #fff;}
.Bottom002440 footer .links a{ display:inline-block; position: relative;}
.Bottom002440 footer .links a+a{ margin-left: 20px;}
.Bottom002440 footer .links a+a:before{ content: ""; left: -10px; position: absolute;  height: 50%; top: 25%; width: 1px; display: block; background: #9583a4; }
@media only screen and (min-width:768px ) {
	.Bottom002440 footer .links{ float: left;}
}
.Bottom002440 footer .copyright{ margin: 0;color: #d4d0d8}
@media only screen and (min-width:768px ) {
	.Bottom002440 footer .copyright{ float: right;}
}



/*
 .Banner002291 为demo编号
 */
.Banner002291 { overflow: hidden;}
.Banner002291 span{ display: none;}
.Banner002291 img{ max-width: none; width: 155%; margin-left: -27.5%;}
@media only screen and (min-width: 768px) {
	.Banner002291 img{ width: 150%; margin-left: -25%;}
}
@media only screen and (min-width: 1024px) {
	.Banner002291 img{ width: 140%; margin-left: -20%;}
}
@media only screen and (min-width: 1200px) {
	.Banner002291{ height: 350px;}
	.Banner002291 img{ display: none;}
	.Banner002291 span{ display: block; background-position: center; background-repeat: no-repeat; height: 350px; width: 100%;}
}
/*Menu002517 */
.Menu002517{ box-shadow:0 6px 20px rgba(0,0,0,0.3); padding-bottom: 30px}
.Menu002517 .side-title{text-align:center; font-size:20px; color:#fff;
	background: #432d57;
	background: -moz-linear-gradient(top, #53386b 0%,#432d57 100%);
	background: -webkit-gradient(linear, left top,left bottom, color-stop(0%,#53386b), color-stop(100%,#432d57));
	background: -webkit-linear-gradient(bottom, #53386b 0% ,#432d57 100%);
	background: -o-linear-gradient(bottom, #53386b 0%,#432d57 100%);
	background: -ms-linear-gradient(bottom, #53386b 0%,#432d57 100%);
	background: linear-gradient(to bottom, #53386b 0%,#432d57 100%);}
.Menu002517 .side-title::before{ display:block; content:''; margin:0 auto 5px; height:2px; background:#fff; width:30px;}
.Menu002517 .side-title span{ display:block; font-size:12px; text-transform:uppercase; padding-top:5px;}
@media(min-width:1025px){

.Menu002517 .side-title{padding-top:29px; height:106px;}
.Menu002517 .side-title span{ color:#d4d0d8;}
.Menu002517{position:relative; z-index:10; margin-top:40px;}
}
.Menu002517 .side-menu li{ border-bottom:1px solid #ececec;}
.Menu002517 .side-menu li a{ display:block; position:relative; padding:0 28px; line-height:47px; transition:0.2s;}
.Menu002517 .side-menu li a::before{ opacity:0;position:absolute; content:''; width:5px; height:5px; background:#fff; left:0; top:50%; margin-top:-2.5px; border-radius:50%;transition:left 0.2s;}
.Menu002517 .side-menu li a:hover::before,
.Menu002517 .side-menu li.aon a::before{ opacity:1; left:14px;}
.Menu002517 .side-menu li a:hover,
.Menu002517 .side-menu li.aon a{ background:#432d57; box-shadow:inset 3px 3px 20px rgba(0,0,0,0.3); color:#fff;}
@media(max-width:1024px){
.Menu002517 .side-title{ padding:10px 0;}
.Menu002517 .side-menu{ display:none;}
.Menu002517{padding-bottom: 0px}
/*移动端 滚动导航*/
.Menu002517 #side-menu .owl-item{ float:left;touch-action: pan-y;-webkit-tap-highlight-color: transparent;position: relative;}
.Menu002517 #side-menu .owl-stage-outer{ position:relative; overflow:hidden;}
.Menu002517 #side-menu .owl-stage{position:relative;touch-action: manipulation;}
.Menu002517 #side-menu{ background:#fff; padding:0 20px; position:relative;}
.Menu002517 #side-menu li a{ float:left; line-height:40px; padding:0 30px;}
.Menu002517 #side-menu li.aon a{background:#432d57; box-shadow:inset 3px 3px 20px rgba(0,0,0,0.3); color:#fff;}
.Menu002517 #side-menu .owl-nav button{ position:absolute; top:0; height:100%; width:18px; border:none; background:#432d57; box-shadow:inset 3px 3px 20px rgba(0,0,0,0.3); color:#fff; cursor:pointer; padding:0; font-size:24px;}
.Menu002517 #side-menu .owl-nav button.owl-prev{ left:0;}
.Menu002517 #side-menu .owl-nav button.owl-next{ right:0;}
.Menu002517 #side-menu .disabled{ display:none;}
}
@media(max-width:480px){
.Menu002517 #side-menu li a{padding:0 20px;}
}
/*Location002160 */
.Location002160{ margin:3% 0 0; border-bottom:1px solid #ddd; padding:10px 0 0; line-height:32px;}
.Location002160 dt{ float:left; font-size:20px; color:#82308a;}
.Location002160 dt::after{content: '';width: 100%;height: 3px;background: #82308a;display: block;margin-top: 5px}
.Location002160 dd{ float:right; background:url(../images/Location002160-icon.png) no-repeat left center; padding-left:20px; font-size:15px;}
.Location002160 dd a{ color:#999;}
.Location002160 dd a:hover{ color:#82308a;}
.Location002160 dd span{color:#82308a;}
/*RighInfo002519 */
.RighInfo002519{ padding:3% 0;}
.RighInfo002519_1{min-height: 280px}
.RighInfo002519 .list_img_group{ margin:3% 0;}
.RighInfo002519 .list_img_group li{ text-align:center;}
.RighInfo002519 p{line-height:30px; color:#666;text-indent: 2em;font-size: 14px}
@media(min-width:641px){
.RighInfo002519 .list_img_group li{ float:left; width:32.34375%;}
.RighInfo002519 .list_img_group li:nth-child(2){ width:33.828125%; margin:0 0.492578125%;}
}
@media(max-width:640px){
.RighInfo002519 .list_img_group li{ margin:2% 0;}
}


/*
 .PicList001759 为demo编号
 */
.PicList001759{ padding-top:3%;}
.PicList001759 li{ padding-bottom:3%;  }
.PicList001759 li a{ position:relative; display:block; background-color:#f5f5f5; color:#333; overflow:hidden; padding:20px 20px 31px 287px; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s;transition:0.3s;}
.PicList001759 li a:hover{ background-color:#82308a;}
.PicList001759 li time{ color:#919191; text-align:center; position:absolute; left:20px; top:35px;}
.PicList001759 li time span{ display:block; color:#5c5c5c; border-bottom:1px solid #919191; line-height:normal; font-size:35px;}
.PicList001759 li img{ position:absolute; left:97px; top:20px; width:164px; height:97px;}
.PicList001759 li h5{ margin:0; font-size:16px; color:#444; padding-bottom:10px;}
.PicList001759 li i{ display:block; width:27px; height:1px; background-color:#635e5b;}
.PicList001759 li p{ margin-bottom:0; font-size:14px; line-height:20px; height:40px; overflow:hidden;}
.PicList001759 li a:hover *{ color:#fff !important;}
.PicList001759 li a:hover i{ background-color:#fff;}
.PicList001759 li a:hover time span{ border-bottom-color:#fff;}
@media(max-width:480px){
.PicList001759 li a{ padding:15px 15px 15px 97px;}
.PicList001759 li img{ position:relative; left:0; top:0; width:100%; height:auto; display:block;}
.PicList001759 li h5{ margin-top:3%;}
}
/*
 .Page002274 为demo编号
 */
.Page002274{ text-align:center; padding:1% 0 40px;color:#666666;}
.Page002274 *{ vertical-align:middle;}
.Page002274 .Pages .p_cur,
.Page002274 .Pages .p_count,
.Page002274 .Pages .p_total{ display:none;}
.Page002274 .Pages a{ display:inline-block; padding: 0 15px; line-height:37px; background-color: #eef0f1; color:#666666; margin-left:5px;}
.Page002274 .Pages a:hover,
.Page002274 .Pages a.a_cur{ color:#fff; background-color:#82308a;}
.Page002274 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle;}
.Page002274 .Pages .i_text{ width:47px; height:36px; line-height:36px;border:1px solid #ceced5;}
.Page002274 .Pages .i_button{ cursor:pointer; background:none; width:47px; height:36px;border:1px solid #ceced5;}
.Page002274 .Pages .p_jump b{font-weight:normal; margin:0 5px;}
.Page002274 .Pages .a_prev,.Page002274 .Pages .a_next{ font-family: 宋体; font-weight: bold; padding:0 25px; }
.Page002274 .Pages a.a_first{display: none;}
.Page002274 .Pages a.a_end{display: none;}
.Page002274 .Pages .p_jump{display: none;}
@media(max-width:1000px){
.Page002274 .Pages em{ display:none;}
}
@media(max-width:640px){
.Page002274 .Pages a.a_first,
.Page002274 .Pages a.a_end{ display:none;}
.Page002274 .Pages a{ padding:0 10px;}
}


/*
 TextList000858 为demo编号
 */
.TextList000858 ul{ overflow:hidden;padding: 2% 0}
.TextList000858 ul .ol{ cursor:pointer;}
.TextList000858 ul li span,.TextList000858 ul ol span{ width:23.3%; float:left; position:relative; font-weight:bolder; background: #e5e5e5; margin-bottom: 5px; line-height:45px; height:45px; color:#333; text-align:center;}
.TextList000858 ul li span{ background:#ededed; color:#333; font-weight:normal;}
.TextList000858 ul ol span:first-child{width:30%;}
.TextList000858 ul ol span{font-size: 14px}
.TextList000858 ul ol span1::before{ content:""; position:absolute; left:0; width:1px; height:45px; background:#82308a;}
.TextList000858 ul li span:first-child{ padding-left:0; width:30%;}
.TextList000858 ul li span em{ font-style:normal; width:15px; height:15px; border-radius:3px; text-align:center; line-height:15px; color:#fff; font-weight:normal; position:absolute; left:2%; top:15px; background:#82308a; display:block; font-size:18px;}
.TextList000858 ul li dl{ display:none; position:relative; padding:20px 168px 0px 28px;}
.TextList000858 ul li dl a{line-height:31px;color:#fff; font-weight:bold;margin: 0px 0 20px;display: inline-block;margin-bottom: 60px;background: #82308a;padding: 0px 10px;}
.TextList000858 ul li dl dt{ font-size:16px; font-weight:bold; color:#82308a;height:30px; line-height:30px;}
.TextList000858 ul li dl dd{ font-size:14px; color:#666; line-height:25px;}

@media (max-width:768px){
.TextList000858 ul li dl a{ display:block; margin-top:15px;}
.TextList000858 ul li dl{ padding:28px}

	}
@media (max-width:480px){
.TextList000858 ul li span{ font-size:12px;}
.TextList000858 ul li span:first-child{ padding-left: 4%; width:30%;}
.TextList000858 ul li span em{ left:5%;}
	}
@media (max-width:320px){
.TextList000858 ul li span em{ left:2%;}
	}


/*
 .PicList001200 为demo编号
 */
.PicList001200{padding: 3% 0}
.PicList001200 li{ padding:10px; border:1px solid #ebebeb; margin-bottom:2%;}
.PicList001200 li a{ display:block; position:relative; padding-left:30%;padding-right:15%;}
.PicList001200 li a::after{ position:absolute; content:''; width:33px; height:33px; background:url(../images/PicList001200-more.png) no-repeat left top; right:5%; top:50%; margin-top:-16px;}
.PicList001200 li figure{ position:absolute; left:0; top:0; height:100%; width:27%;}
.PicList001200 li div{ position:relative; padding-right:5%; padding-bottom:13%;}
.PicList001200 li div::before,
.PicList001200 li div::after{ position:absolute; content:''; }
.PicList001200 li div::before{width:1px; height:70%; top:15%; background-color:#ebebeb; right:0;}
.PicList001200 li div::after{ width:7%; height:1px; background-color:#82308a; bottom:10%; left:-9%; z-index:2;}
.PicList001200 li h3{ margin:0; font-size:16px; padding:3% 0 0 0;color:#333;}
.PicList001200 li p{ margin:3% 0 0 0; color:#969696; line-height:28px; height:56px; overflow:hidden; font-size:12px;}
.PicList001200 li time{ position:absolute; left:0; bottom:5%; color:#969696;}
.PicList001200 li:hover{ border-color:#82308a; box-shadow:0 5px 5px #eee;}
.PicList001200 li:hover h3{color: #82308a}
.PicList001200 li:hover a::after{ background-position:left bottom;}
@media(max-width:640px){
.PicList001200 li p{line-height:22px; height:44px; }
.PicList001200 li time{ font-size:12px;}
}
@media(max-width:480px){
.PicList001200 li div::before,
.PicList001200 li a::after{ display:none;}
.PicList001200 li div,
.PicList001200 li a{padding-right:0;}
.PicList001200 li a{ padding-left:40%;}
.PicList001200 li figure{ width:37%;}
}



/*
 .RighInfo002228 为demo编号
 */
.RighInfo002228{ padding:4% 0 3%;}
.RighInfo002228 .auto{ max-width:960px;}
.RighInfo002228 .single-header{ text-align:center;border-bottom: 1px solid #eaeaea}
.RighInfo002228 .single-header h1{ color:#333; font-size:20px; margin:0 0 10px 0; font-weight:normal;}
.RighInfo002228 .single-header h3{color:#815122; font-size:16px; margin:0; font-weight:normal; position:relative;}
.RighInfo002228 .single-header h3:after{ content:""; display:block; height:1px; background-color:#f3eee9; width:100%; z-index:1; margin-top:15px;}
.RighInfo002228 .single-header h3 span{ position:relative; z-index:2; padding:0 30px; background-color:#fff;}
.RighInfo002228 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:14px; line-height:24px; color:#666; padding-top:2%;}
.RighInfo002228 .single-content p{ text-indent:2em; margin:0; padding:10px 0;}
.RighInfo002228 .single-content .no-textindent{ text-indent:0;}
.RighInfo002228 .fr{ float:none;}
.RighInfo002228 .col2+.col2{ margin-top:10px;}
.RighInfo002228 .back{float: right;background:url(../images/back.png)no-repeat left 15px center #f5f5f5;width: 120px;height: 40px;line-height: 40px;text-align: center;margin-top: 20px;padding-left: 30px}
.RighInfo002228 .back a:hover{color: #82308a;}
.RighInfo002228 .info_pn{float: left;margin-top: 20px}
.RighInfo002228 .info_pn span{ display:block;line-height: 24px}
.RighInfo002228 .info_pn span a{ color:#999;}
.RighInfo002228 .info_pn span a:hover{color:#82308a;}

@media(max-width:950px){
  .RighInfo002228 .auto{ padding:0 2%;}
.RighInfo002228 .back{float: none;margin:10px auto 0}
}
@media screen and (min-width:465px){
    .RighInfo002228 .col2{ width:48%;}
	.RighInfo002228 .fr{ float:right;}
	.RighInfo002228 .col2+.col2{ margin-top:0;}
}
@media screen and (min-width:768px){
  .RighInfo002228 .single-header h1{ font-size:24px;}
  .RighInfo002228 .single-header h3{ font-size:18px;}
  .RighInfo002228 .single-content p{ padding:15px 0;} 
  .RighInfo002228 .single-header h3:after{ background-color:#f3eee9; position:absolute; top:50%; z-index:1; margin-top:0;}

}
@media screen and (min-width:1024px){
  .RighInfo002228 .single-header h1{ font-size:30px;}
}


/*
 .RighInfo002389 为demo编号
 */
.RighInfo002389{}
.RighInfo002389 .auto{ margin: 0 auto;}
.RighInfo002389 .box1{ padding:4% 0% 2%; font-size:13px;}
.RighInfo002389 .box1 .title{ text-align:center;color:#999; text-transform:uppercase; font-size:12px;}
.RighInfo002389 .box1 .title h1{color: #333;font-size:30px;  font-weight:normal; margin:0; padding-bottom:5px;}
.RighInfo002389 .box1 .title h1 span{position:relative; color:#da251d}
.RighInfo002389 .box1 .title h1 span::after,
.RighInfo002389 .box1 .title h1 span::before{ position:absolute; content:''; width:46px; height:9px; bottom:-4px; background-repeat:no-repeat; background-position:0 0;}
.RighInfo002389 .box1 .title h1 span::after{ right:-60px; background-image:url(../images/RighInfo002389-title_r.png);}
.RighInfo002389 .box1 .title h1 span::before{ left:-60px; background-image:url(../images/RighInfo002389-title_l.png);}
.RighInfo002389 .box1 .intro{ color:#666; line-height:30px; padding:2% 0 2% 0; text-indent:2em;}
@media(max-width:768px){
 .RighInfo002389 .box1 .title h1{ font-size: 20px;}
}


/*
 .RighInfo001749 为demo编号
 */
.RighInfo001749{padding: 4% 0;background: url(../images/RighInfo001749-bg.jpg) no-repeat center bottom;}
.RighInfo001749 .img{float: left;margin:0px 48px 9px 0px}
.RighInfo001749 .p{color:#666;line-height: 32px;padding-bottom: 32px;text-indent: 2em}


/*
 .PicList000762 为demo编号
 */
.PicList000762{ padding-top:4%;}
.PicList000762 li{ float:left; width:32%; margin-right:2%; margin-bottom:3%; }
.PicList000762 li:nth-child(3n){ margin-right:0;}
.PicList000762 li a{ display:block; background-color:#f5f5f5;transition:all ease-in-out 0.3s;}
.PicList000762 li h2{ margin:0; font-size:16px; color:#333; text-align:center; padding:5% 2%;}
.PicList000762 li figure{ background-position:center center; background-repeat:no-repeat; background-size:cover; padding-bottom:65%;}
.PicList000762 li a:hover{ background-color:#82308a; }
.PicList000762 li a:hover h2{color:#fff;}
@media(max-width:640px){
.PicList000762 li{width:49%;}
.PicList000762 li:nth-child(3n){ margin-right:2%;}
.PicList000762 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.PicList000762 li h2{font-size:14px;}
}


/*
 .RighInfo002254 为demo编号
 */

.RighInfo002254{ padding:4% 0 1%;}
.RighInfo002254 .list_img{ float:left; width:55.6%; position:relative;}
.RighInfo002254 .big_img{ position:absolute; left:0; top:0; height:100%; width:80%;}
.RighInfo002254 .big_img li,
.RighInfo002254 .big_img li figure{ position:absolute; left:0; width:100%; top:0; height:100%;}
.RighInfo002254 .big_img li figure{ border:1px solid #dcdcdc;background-size:contain;}
.RighInfo002254 .list{ padding:42px 0 42px 82.9%;}
.RighInfo002254 .list .bd{ position:relative;}
.RighInfo002254 .list a{ position:absolute; width:17.1%; height:40px; right:0; background:url(../images/RighInfo002254-btn_prev.png) no-repeat center center/auto 50%;  cursor:pointer;}
.RighInfo002254 .list a.prev{ top:0;}
.RighInfo002254 .list a.next{ bottom:0; background-image:url(../images/RighInfo002254-btn_next.png);}
.RighInfo002254 .list a.prevStop,
.RighInfo002254 .list a.nextStop{ cursor:default;}
.RighInfo002254 .list li{ height:130px;  position:relative;}
.RighInfo002254 .list li figure{ position:absolute; left:0; width:97%; top:9px; bottom:15px; background-size:contain; border:1px solid #f2f2f2;}
.RighInfo002254 .list li.on figure{ border:2px solid #82308a;}
.RighInfo002254 .right_info{ float:right; width:39.2%;}
.RighInfo002254 .right_info h1,
.RighInfo002254 .right_info h3,
.RighInfo002254 .right_info p{ margin:0;padding:5% 0;border-bottom:1px solid #e7e8e8;}
.RighInfo002254 .right_info h1{ padding:7% 0; color:#82308a; font-size:26px; }
.RighInfo002254 .right_info h3{ font-size:18px; font-weight:normal;}
.RighInfo002254 .right_info p{line-height:30px; color:#999; margin-bottom:10%;}
.RighInfo002254 .right_info a{ display:inline-block; border:1px solid #fdf3f2; padding:10px 5%; color:#82308a; transition:0.4s;}
.RighInfo002254 .right_info a:hover{ background-color:#82308a; color:#fff;}

.RighInfo002254 .tab{ padding:3% 0;}
.RighInfo002254 .tab .h1_tab{ margin:0; border-bottom:1px solid #e7e8e8; overflow:hidden; font-size:16px; font-weight:normal; color:#000;}
.RighInfo002254 .tab .h1_tab span{ float:left; padding:0 5%; line-height:50px; background-color:#f2f2f3; margin-right:4px; cursor:pointer;}
.RighInfo002254 .tab .h1_tab span.on{ background-color:#82308a; color:#fff;}
.RighInfo002254 .tab .info{ padding-top:3%;line-height: 26px}
.RighInfo002254 .ul_download li{ border-bottom:1px solid #d1d1d3; line-height:34px; background:url(../images/RighInfo002254-icon_download.png) no-repeat right center; padding:10px 0;}
.RighInfo002254 .ul_download li a{ padding:0 38px; background:url(../images/RighInfo002254-icon.png) no-repeat left center;}
@media(max-width:768px){
.RighInfo002254 .list_img,
.RighInfo002254 .right_info{ float:none; width:auto;}
}
@media(max-width:640px){
.RighInfo002254 .list li{ height:100px;}
.RighInfo002254 .right_info h1{font-size:20px; }
.RighInfo002254 .right_info h3{ font-size:16px;}
 }	
@media(max-width:480px){
.RighInfo002254 .list{ padding-top:30px; padding-bottom:30px;}
.RighInfo002254 .list a{ height:28px;}
.RighInfo002254 .list li{ height:80px;}
.RighInfo002254 .tab .h1_tab{ font-size:14px;}
.RighInfo002254 .tab .h1_tab span{ padding:0 3%;}
 }


/*
 .Floor002467 为demo编号
 */
.Floor002467{padding-bottom: 3%}
.Floor002467 .title h1{font-size: 16px;color: #fff;padding-bottom: 10px;background: #82308a;width: 160px;height: 50px;text-align: center;line-height: 50px;font-weight: normal;margin-bottom: 20px}
.Floor002467 .videobox{ position: relative;height: 200px;}
.Floor002467 .videobg{ background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; height: 200px;}
.Floor002467 .videobg .play{ display: block; background: url(../images/Floor002467-play.png) no-repeat center;  width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-size: 30px 30px; cursor: pointer; z-index: 5;}
.Floor002467 .videobg h2{ font-size: 18px; margin: 0; position: absolute; top: 45%; left: 0; width: 100%; text-align: center; font-weight: normal; color: #fff; margin-top: 40px;}
.Floor002467 .video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; display: none;}
.Floor002467 .video video{ width: 100%; height: 100%; background: #000;}
@media only screen and (min-width: 768px) {
	.Floor002467 .videobg,.Floor002467 .videobox{ height: 400px;}
	.Floor002467 .videobg .play{background-size:40px 40px;}
	.Floor002467 .videobg h2{font-size: 20px;}
}
@media only screen and (min-width: 1024px) {
	.Floor002467 .videobg h2{font-size: 24px;}
	.Floor002466 .list .item .word{bottom: 38px; left: 20px;}
}
@media only screen and (min-width: 1200px) {
	.Floor002467 .videobg,.Floor002467 .videobox{ height: 400px;}
	.Floor002467 .videobg .play{background-size:50px 50px;}
	.Floor002467 .videobg h2{font-size: 30px;}
}



/*Map002515 */
.Map002515{padding: 2% 0}
.Map002515 .auto{ background:#fff;}
.Map002515 .title{ color:#333; font-size:16px;padding-bottom:3%;font-weight: bold}
.Map002515 .title1{ color:#333; font-size:16px;padding:3% 0;font-weight: bold}
.Map002515 .number{ padding-bottom:5%; border-bottom:1px solid #f7f7f7; margin-bottom:2%;}
.Map002515 .number dl{ width:48%; display:table; float:left;background:#f7f7f7; height:120px;}
.Map002515 .number dl > *{ display:table-cell; vertical-align:middle;} 
.Map002515 .number dl:nth-child(2n){ float:right;}
.Map002515 .number dt{ background:#009b4c; width:24%; position:relative;}
.Map002515 .number dt::before{ position:absolute; content:''; left:20%; top:20%; right:20%; bottom:20%; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.Map002515 .number dl.hotline dt::before{ background-image:url(../images/Map002515_icon_1.png);}
.Map002515 .number dl.webchat dt::before{ background-image:url(../images/Map002515_icon_2.png);}
.Map002515 .number dd{ padding-left:33px;font-size:16px; color:#999;}
.Map002515 .number dd.img{ padding-left:0; width:120px; text-align:center;}
.Map002515 .number dd.img img{ width:100px; height:100px;}
.Map002515 .number dd h3{ font-size:30px; margin:0; color:#009b4c; font-family:Verdana, Geneva, sans-serif;}
.Map002515 .list{ padding:3% 0;}
.Map002515 .list .name{ font-size:24px; color:#82308a;margin-bottom:3%;font-weight: bold} 
.Map002515 .list p{ margin:0; line-height:30px; font-size:16px;}
.Map002515 .list .map{ margin-top:3%; height:360px;}
.Map002515 .list .map *{ box-sizing:content-box;}
.Map002515 .list .map img{ max-width:none;}
@media(max-width:1024px){
.Map002515 .auto{padding:2%;}
}
@media(max-width:1024px) and (min-width:641px){
.Map002515 .number dd h3{ font-size:20px; }
}
@media(max-width:640px){
.Map002515 .number dl{ float:none !important; width:100%; margin-bottom:2%;}
.Map002515 .list p span{ display: block}
}
@media(max-width:480px){
.Map002515 .title{ font-size:20px;}
.Map002515 .number dl{ height:90px;}
.Map002515 .number dd{ padding-left:20px;}
.Map002515 .number dd h3{ font-size:24px; }
.Map002515 .number dd.img{ width:90px;} 
.Map002515 .number dd.img img{ width:80px; height:80px;}
}


/*Floor002461 */
.Floor002461{ padding: 3% 0;}
.Floor002461 .auto{ max-width: 1400px;}
@media(max-width:1400px){
.Floor002461 .auto{ padding:0 2%;}
}
.Floor002461 li{ float:left; margin-bottom:1%; width:49.5%; position:relative;padding-bottom:26.5%;}
.Floor002461 li:nth-child(6n+1){ margin-right:1%; padding-bottom:54%;}
.Floor002461 li:nth-child(6n+2),
.Floor002461 li:nth-child(6n+3){ float:right;}
.Floor002461 li:nth-child(6n+4){ margin-left:1%; padding-bottom:54%;float:right;}
.Floor002461 li:nth-child(6n+5),
.Floor002461 li:nth-child(6n+6){ float:right;}




.Floor002461 li > *{ position:absolute; left:0;width:100%; z-index:3;}
.Floor002461 li a{ height:100%; top:0;}
.Floor002461 li h2{ bottom:58%; font-size:18px; padding:0 2%; color:#fff; margin:0;text-align: center}
.Floor002461 li h2::after{content: '';width: 50px;height: 2px;background: #fff;margin: 15px auto 0;display: block}
.Floor002461 li p{padding: 0 10%;color: #fff;line-height: 24px;text-align: center;bottom: 12%;height: 94px;word-wrap:break-word}
.Floor002461 li:nth-child(1) h2,.Floor002461 li:nth-child(7) h2{bottom: 52%}
.Floor002461 li:nth-child(1) p,.Floor002461 li:nth-child(7) p{bottom: 27%}
.Floor002461 li:nth-child(4) p{bottom: 27%}
.Floor002461 li .Ispic{ top:0;  height:100%; z-index:1;}
.Floor002461 li::after{position: absolute;left: 0;top: 0;height: 100%;width: 100%;content: "";background-color:#000;transition: all .3s; z-index:2; opacity:0.4;}
.Floor002461 li:hover::after{opacity: 1;background: #432d57;
	background: -moz-linear-gradient(top, #53386b 0%,#432d57 100%);
	background: -webkit-gradient(linear, left top,left bottom, color-stop(0%,#53386b), color-stop(100%,#432d57));
	background: -webkit-linear-gradient(bottom, #53386b 0% ,#432d57 100%);
	background: -o-linear-gradient(bottom, #53386b 0%,#432d57 100%);
	background: -ms-linear-gradient(bottom, #53386b 0%,#432d57 100%);
	background: linear-gradient(to bottom, #53386b 0%,#432d57 100%);}
@media (max-width: 1024px) {
.Floor002461 li h2{ font-size:24px;padding:0 5%; }
}
@media (max-width:768px) {
.Floor002461 li:nth-child(1) h2,.Floor002461 li:nth-child(7) h2{bottom: 41%}
.Floor002461 li h2{ bottom:33%;}	
.Floor002461 li p{display: none}
}
@media (max-width:640px) {
.Floor002461 li h2{ font-size:16px; line-height:20px; max-height:60px; overflow:hidden;}
}
@media (max-width:480px) {
.Floor002461 li h2{ font-size:14px;}
}


/*Floor002140 */
.Floor002140{ padding:2% 0 6% 0;border-top: 1px solid #ddd;background: #fafafa}
.Floor002140 .title{ text-align:center; font-size:12px; color:#999;}
.Floor002140 .title b{ display:block; font-size:22px; color:#333;}
.Floor002140 .tab{ text-align:center; padding:3% 0 5%; line-height:40px;}
.Floor002140 .tab span{ display:inline-block; color:#999; width:30%; max-width:154px;position:relative; font-size:16px; cursor:pointer;border-radius:2px;background: #f5f5f5;border-radius: 36px}
.Floor002140 .tab span:after{ position:absolute; content:''; right:0; width:1px; height:13px; top:50%; margin-top:-6px; background:#dfdfdf; z-index:-1;}
.Floor002140 .tab span.active{ background:#473358; color:#fff;border-radius: 36px 0 0 36px}
.Floor002140 .tab span.end{border-radius: 0 36px 36px 0;}
.Floor002140 .tab span.active:after,
.Floor002140 .tab span.end:after{ display:none;}
.Floor002140 .tab_list {padding: 0 2%}
.Floor002140 .tab_list dt{ float:left; width:47%;}
.Floor002140 .tab_list dd{ float:right; width:44.8%; padding-top:2%;}
.Floor002140 .tab_list p{ line-height:20px; font-size:12px; color:#999; overflow:hidden; }
.Floor002140 .tab_list h2{ font-size:16px;}
.Floor002140 .tab_list dd time{color:#999; font-size:12px;}
.Floor002140 .tab_list dt:after,
.Floor002140 .tab_list dd:after{ display:block; content:''; width:100%; height:1px; background:#dfdfdf;}
.Floor002140 .tab_list dd:after{ width:90%;}

.Floor002140 .tab_list dt .Ispic{ padding-bottom:56.75%; display:block; position:relative;}
.Floor002140 .tab_list dt .Ispic img{ display:none;}
.Floor002140 .tab_list dt time{ background:#fff; position:absolute; right:0; bottom:0; text-align:center; padding:3%; color:#999; font-size:12px;}
.Floor002140 .tab_list dt time span{ font-size:50px; display:block; line-height:50px;}
.Floor002140 .tab_list dt h2{ margin:5% 0;}
.Floor002140 .tab_list dt p{ margin-top:0;}
.Floor002140 .tab_list p{ line-height: 26px;color: #555;font-size: 14px}
@media(max-width:1000px){
.Floor002140 .more{ padding-left:0; padding-top:3%;}
.Floor002140 .more a{ margin:0 auto;}

}
@media(max-width:640px){
.Floor002140 .tab_list dt,
.Floor002140 .tab_list dd{ float:none; width:auto;}
}
@media(max-width:480px){
.Floor002140 .tab_list dt time span{ font-size:30px;line-height:30px;}
}


/*RighInfo001848 */
.RighInfo001848{ padding:2% 0;}
.RighInfo001848 .title{ text-align:center;}
.RighInfo001848 .title span{ display:inline-block; background:#c84445; font-size:24px; color:#fff; line-height:34px; padding:0 10px;vertical-align:middle;}
.RighInfo001848 .title:after,
.RighInfo001848 .title:before{ content:''; display:inline-block; height:5px; border:1px solid #bbb; border-left:0; border-right:0; width:10%; vertical-align:middle;}

.RighInfo001848 .img_scroll{  max-width:1200px; margin:0 auto; background:url(../images/RighInfo001848-ying.png) no-repeat center bottom; padding-bottom:22px;}
.RighInfo001848 .img_scroll .bx-wrapper{position:relative;}
.RighInfo001848 .img_scroll li img{ display:block; width:100%;}
.RighInfo001848 .img_scroll .bx-controls-direction a{ position:absolute; top:50%; width:36px; height:34px; background:rgba(0,0,0,0.6); margin-top:-17px;}
.RighInfo001848 .img_scroll .bx-controls-direction a span{ color:#fff; font-size:16px; position:absolute; left:50%; top:50%; margin-left:-8px; margin-top:-8px;}
.RighInfo001848 .img_scroll .bx-controls-direction a.bx-prev{ left:0;}
.RighInfo001848 .img_scroll .bx-controls-direction a.bx-next{ right:0;}

.RighInfo001848 .info{ padding:0% 0 3%;color: #555;line-height: 26px}
@media(max-width:480px){
.RighInfo001848 .title span{ font-size:18px;}
}


/*Bottom002626 */
.Bottom002626{ background:rgba(83,47,130,1.00);}
.Bottom002626 footer{ border-top:1px solid #343793; padding:1.5% 0 2%;}
.Bottom002626 footer .auto{position: relative}
.Bottom002626 .contact{position: absolute;right: 0;top: 0}
.Bottom002626 .contact dd{margin-right: 5%;text-align: center;color: #d4d0d8}
.Bottom002626 .contact dd img{ width:110px; display:block;padding-bottom: 5px}
.Bottom002626 .links {position: relative;padding-bottom: 5%;}
.Bottom002626 .links::after{content: '';width: 80%;height: 1px;background: #402e4f;display: block;position: absolute;bottom: 0;left: 0}
.Bottom002626 .links .title{float: left;width: 11.5%;line-height: 36px;font-size: 16px;color: #d4d0d8;background: url(../images/Bottom002626-icon.png)no-repeat left center;padding-left: 40px}
.Bottom002626 .links .box{ float:left; position:relative; width:25%; max-width:230px;margin-right: 4.8%}
.Bottom002626 .links .box:last-child{margin-right: 0}
.Bottom002626 .links ol{ border:1px solid #645571; line-height:35px; padding:0 30px; position:relative; color:#d4d0d8;}
.Bottom002626 .links ol::after{content:''; position:absolute; right:20px; top:50%; margin-top:-2.5px; border:6px solid transparent; border-top-color:#d4d0d8;}
.Bottom002626 .links li{ position:absolute; width:100%; bottom:100%; background:#6f5982; z-index:102; border-radius:5px 5px 0 0; display:none; padding:3% 0;}
.Bottom002626 .links li a{ display:block; padding:0 5%; line-height:34px;color: #fff}
.Bottom002626 .links li a:hover{ color: #cecdcf}
.Bottom002626 .copyright{ float:left; width:100%;color:#a39cab;padding-top: 2.5%;font-size: 12px}
.Bottom002626 .copyright dt a{ color:#a39cab;}
.Bottom002626 .copyright dt a::after{ display:inline-block; content:''; width:1px; height:10px; vertical-align:middle; margin:0 10px; background:#73657f;}
.Bottom002626 .copyright dt a:last-child::after{ display:none;}
.Bottom002626 .copyright dd{ padding-top:15px;}
.Bottom002626 .copyright dd span{ color:#a39cab;}
.Bottom002626 .copyright dd span a{color:#a39cab;}
.Bottom002626 .copyright a:hover{ color:#fff;}
@media(max-width:1280px){
.Bottom002626 .contact dt aside{ font-size:24px;}
}
@media(max-width:1180px){
.Bottom002626 .links {position: relative;padding:2% 0 8%;}
.Bottom002626 .contact{ position:relative; width:220px;margin:0 auto;float: none}
.Bottom002626 .links .title{width: 16.5%;}
.Bottom002626 .links .box{margin-right: 2.8%}
.Bottom002626 .links::after{width: 100%;}
}
@media(max-width:768px){
.Bottom002626 .links,
.Bottom002626 .copyright{ float:none; width:auto;}
.Bottom002626 .copyright{ padding-top:3%;}
.Bottom002626 .links .box{ float:left; position:relative; width:32%; max-width:auto;margin-right: 1.8%;}
.Bottom002626 .links ol{ padding:0 10px; }
.Bottom002626 .links {position: relative;padding:4% 0 13%;}
.Bottom002626 .links .title{display: none}	
.Bottom002626 .copyright dd{ padding-top:5px;}
.Bottom002626 .links ol{ font-size: 12px}
.Bottom002626 .links ol::after{content:''; position:absolute; right:10px; top:50%; margin-top:-2.5px; border:6px solid transparent; border-top-color:#d4d0d8;}	
}
	
	
	
/*
 .Floor002367 为demo编号
 */
.Floor002367{ padding: 4% 0 }
.Floor002367 .titl{ text-align: center; font-size: 20px; color: rgba(83,47,130,1.00); padding: 0px 0 40px}
.Floor002367 .titl p{  margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 5px; color: #999;}
.Floor002367 .titl p::before{width: 30px;height: 2px;content: '';display: block;background: #473358;margin:10px auto}
@media only screen and (min-width:768px ) {
	.Floor002367 .wrap-header h2{font-size: 22px;}
}
@media only screen and (min-width:1024px ) {
	.Floor002367 .wrap-header h2{font-size: 24px;}
}

.Floor002367 .list{ overflow: hidden; margin: 0 -1%;}
.Floor002367 .list ul{ width: 100%;}
.Floor002367 .list li,.Floor002367 .list li *{ transition: all .3s ease-in-out;}
.Floor002367 .list li .more{transition:none;}
.Floor002367 .list li img{ transition: transform 1s ease-in-out .05s;}
.Floor002367 .list li{ width: 100%; position: relative;}
.Floor002367 .list li .alink{ position: absolute; z-index: 6; width: 100%; height: 100%; display: block; top: 0; left: 0;}
.Floor002367 .list li .pic{ overflow: hidden;}
.Floor002367 .list li .layer{ position: absolute; bottom: 0; left: 0; width: 100%; height: 100%;background:rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;filter:Alpha(opacity=30); background:#000;}
.Floor002367 .list li .layer dl{ position: absolute; top: 50%;  transform: translateY(-50%); z-index: 5; color: #fff; text-align: center; width: 100%;}
.Floor002367 .list li .layer dt{ font-size: 24px; font-weight: 100;font-family: "思源雅黑"}
.Floor002367 .list li .layer dt::after{ content: '';display: block;width: 45px;height: 2px;background: #fff;margin:10px auto 0}
.Floor002367 .list li .layer dd{ font-size: 14px;}
.Floor002367 .list li .more{ position: absolute; z-index: 5; height: 29px; line-height: 29px; width: 97px; border-radius: 29px; display: block; background: rgba(83,47,130,1.00); color: #fff; font-size: 14px; text-align: center; opacity: 0; right: 2%; top: 50%;transform: translateY(-50%);}
.Floor002367 .list li:hover .layer{ height: auto; padding: 15px 2%;}
.Floor002367 .list li:hover .layer dl{ float: left; position: static; text-align: left;transform: translateY(0);}
.Floor002367 .list li:hover .layer dt{ font-size: 20px;}
.Floor002367 .list li:hover .layer dt::after{display: none}
.Floor002367 .list li:hover .more{ opacity: 1;}
.Floor002367 .list li:hover img{ transform: scale(1.1);}
@media (min-width: 1024px) {
.Floor002367 .titl{ font-size: 32px;}
}
@media only screen and (max-width:767px ) {
	.Floor002367{ padding: 20px 0 40px;}
	.Floor002367 .list ul:first-child{ max-width: 386px; margin: 0 auto;}
	.Floor002367 .list ul{ margin-top: 20px;}
	.Floor002367 .list ul li{ float: left; width: 49%;}
	.Floor002367 .list ul li+li{ float: right;}
	.Floor002367 .list li .layer dt{ font-size: 20px;}
	.Floor002367 .list li:hover .layer dt{ font-size: 16px;}
	.Floor002367 .list li .more{ line-height: 24px; height: 24px; width: 85px;}
}
@media only screen and (max-width:480px ) {
	.Floor002367 .list ul{ max-width: 386px !important; margin: 0 auto;}
	.Floor002367 .list ul{ margin-top: 10px;}
	.Floor002367 .list ul li{ float: none; width: 100%;}
	.Floor002367 .list ul li+li{ float: none; margin-top: 10px;}
}
@media only screen and (min-width:768px ) {
	.Floor002367 .list ul{ width: 33.3334%; padding: 0 0.2%; float: left;}
	.Floor002367 .list ul li+li{ margin-top: 1.6%;}
}


/*Timeline001915*/
.Timeline001915{ padding:3% 0 4%;}
.Timeline001915 .list{ background:url(../images/Timeline001915-logo.png) no-repeat center top; padding-top:49px;}
.Timeline001915 .list ul{ background:url(../images/Timeline001915-ul.jpg) repeat-y center top; padding:54px 0;}
.Timeline001915 li{ padding-left:50%; background:url(../images/Timeline001915-li.png) no-repeat center top; padding-top:10px; padding-bottom:10px;}
.Timeline001915 li div{ padding-left:36px;}
.Timeline001915 li div p{ line-height:24px;font-family:'黑体';}
.Timeline001915 ul li:nth-child(2n){ text-align:left; padding-left:0; padding-right:50%;}
.Timeline001915 ul li:nth-child(2n) time{ text-align:right;}
.Timeline001915 ul li:nth-child(2n) div{padding-left:0; padding-right:36px;}
.Timeline001915 li time{ display:block; color:#82308a; font-size:18px; border-top:1px solid #e1e1e4;}
.Timeline001915 li time:before{ display:block; margin:-3px 0 10px 0; content:''; background-color:#82308a; width:20px; height:5px;}
.Timeline001915 ul li:nth-child(2n) time:before{ float:right;}
.Timeline001915 ul li:nth-child(2n) time span{ clear:both; display:block;}
.Timeline001915 ol{ text-align:center;}
.Timeline001915 ol a{ display:inline-block; width:142px; height:30px; line-height:30px; text-align:center; background-color:#82308a; color:#fff; font-size:14px; border-radius:5px;}
@media(max-width:1000px){
.Timeline001915 .columnName{ font-size:45px;}
.Timeline001915 .columnName span{ font-size:24px;}
}
@media(max-width:640px){
.Timeline001915 .columnName{ font-size:30px;}
.Timeline001915 .columnName span{ font-size:20px;}
}
@media(max-width:480px){
.Timeline001915 .list{ background-position: left top; padding-left:20px;}
.Timeline001915 .list ul{ background-position: 8px top;}
.Timeline001915 li{ padding:0 !important; background-position: left top;}
.Timeline001915 li div{ padding:10px 10px 10px 36px !important;}
.Timeline001915 ul li:nth-child(2n){ text-align:left;}
.Timeline001915 ul li:nth-child(2n) time:before{ float:none;}
}



/*
.TextList002322
*/
.TextList002322{ padding: 2% 0;}
.TextList002322 .list li{ position: relative; padding: 10px 100px 10px 0; line-height: 22px;}
.TextList002322 .list li *{ color: #777;}
.TextList002322 .list li time{ position: absolute; right: 0; top: 10px; display: block;}
.TextList002322 .list li a{position: relative; display: block; width: 100%;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; padding-left: 15px; }
.TextList002322 .list li a:before{ display: table; content: ">"; position: absolute; left: 0; top: 0; height: 100%; width: 20px;}
.TextList002322 .list li a:hover{ color: #82308a;}
@media only screen and (max-width:767px ) { .TextList002322{ padding: 20px 3%;} }   



/*PicList002171 */
.PicList002171{ padding-top:3%; overflow: hidden;}
.PicList002171 ul{ margin: 0 -1.5%;}
.PicList002171 li{ float:left; width:22%; margin:0 1.5% 3%;}
.PicList002171 li a{ border:1px solid #e8e8e8; position:relative; display:block;}
.PicList002171 li img{ display:block; width:100%;}
.PicList002171 li a figure{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(130,48,138,0.95); opacity:0; transition:0.3s;}
.PicList002171 li a:hover figure{ opacity:1;}
.PicList002171 li dl{ display:table;  width:100%; height:100%;}
.PicList002171 li dt{ display:table-cell; vertical-align:middle;text-align:center; font-size:18px; color:#fff;}
.PicList002171 li figure{ background:url(../images/PicList002171-hoverbg_ie8.png) repeat; display:none;}
.PicList002171 li .pic{ display:block;}
.PicList002171 li .pic span{ display:block; width:100%; padding-bottom:44.36%;}
.PicList002171 li a:hover figure{ display:block;}



/*
 .Floor002234 为demo编号
 */
.Floor002234{position: relative;}
.Floor002234 .title h1{font-size: 16px;color: #fff;padding-bottom: 10px;background: #82308a;width: 160px;height: 50px;text-align: center;line-height: 50px;font-weight: normal;margin-bottom: 20px}
.Floor002234 .box{position: relative}
.Floor002234 video{ width: 100%; /*max-height: 600px;*/ max-height:400px;margin: 0 auto;display: block;position: relative;}
.Floor002234 video.on {z-index: 4;}
@media (min-width: 1280px) {
.Floor002234 video{  /*height: 600px;*/height: 400px; background:#000}
}
#Floor002234_play{position: absolute; bottom: 0; left: 0; width: 100%; height: 100%;   cursor: pointer; z-index: 3;}
#Floor002234_play .img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2 ; background-position: top center; background-repeat: no-repeat; }
#Floor002234_play span.anniu{position: absolute; top: 0; left: 0; width: 100%; height: 100%;  background: rgba(0,0,0,0.6) url(../images/Floor002234-videobtn.png) no-repeat center center; z-index: 3}
@media (max-width: 1199px) {
#Floor002234_play .img{ background: none !important;}
#Floor002234_play .img img{display: block;}
}
@media (min-width: 1200px) {
#Floor002234_play .img img{display: none;}
}




.form_min{ margin-bottom: 5%;}
.form_min li{ width: 33.3%; float: left;}

.form_min li .file { position: relative; display: block; color: #fff; background: #473358; border-radius: 4px;  width: 80%; margin: 0 auto; height: 45px; line-height: 45px;   overflow: hidden;text-decoration: none; text-indent: 0;  text-align: center; font-size: 16px;  cursor: pointer;}
.form_min li .file input { position: absolute; right: 0; top: 0;width: 100%; height:100%;cursor: pointer;z-index: 99; color: #fff; background: #473358;}
.form_min li .file:hover { background: #6f5982; text-decoration: none;cursor: pointer; }

.form_min li .btn{ font-size: 16px; width: 80%; margin: 0 auto; height: 45px; line-height: 45px; display: block; text-align: center; color: #fff; background: #473358; border-radius: 4px; border: none;cursor: pointer;}
.form_min li .btn:hover { background: #6f5982; text-decoration: none;cursor: pointer; }


@media(max-width:640px){
	.form_min{ margin-bottom: 5%; margin-top: 0}
	.form_min li{ width: 100%; float: none; margin-bottom: 2%;}
}
