/*é¦–é¡µ*/
.selm .par1_logo{
	position: relative;	animation: barlogo 3s;	animation-timing-function:ease ;	
	-moz-animation: barlogo 3s; /* Firefox */-webkit-animation:barlogo 3s;   /* Safari and Chrome */-o-animation:barlogo 3s;    /* Opera */
	-moz-animation-timing-function:ease ;  -webkit-animation-timing-function:ease ;  -o-animation-timing-function:ease ;
}
@keyframes barlogo
{
	from {top:-130px;}
	to {top:0px;}
}
@-moz-keyframes  barlogo  /* Firefox */
{
	from {top:-130px;}
	to {top:0px;}
}
@-webkit-keyframes   barlogo  /* Safari å’Œ Chrome */
{
	from {top:-130px;}
	to {top:0px;}
}
@-o-keyframes  barlogo     /* Opera */
{
	from {top:-130px;}
	to {top:0px;}
}
.selm .par1_top_logo{
	position: relative;	animation: toplogo 3s;	
	-moz-animation: toplogo 3s;   /* Firefox */-webkit-animation: toplogo 3s;   /* Safari and Chrome */-o-animation: toplogo 3s;    /* Opera */
}
@keyframes toplogo
{
	from {top:-130px;}
	to {top:0px;}
}
@-moz-keyframes  toplogo  /* Firefox */
{
	from {top:-130px;}
	to {top:0px;}
}

@-webkit-keyframes  toplogo    /* Safari å’Œ Chrome */
{
	from {top:-130px;}
	to {top:0px;}
}

@-o-keyframes   toplogo    /* Opera */
{
	from {top:-130px;}
	to {top:0px;}
}
.selm .par1_ser{animation: serbox 3s; animation-timing-function: ease;
-moz-animation: serbox 3s;  /* Firefox */-webkit-animation:serbox 3s;   /* Safari and Chrome */-o-animation:serbox 3s;    /* Opera */
-moz-animation-timing-function: ease;-webkit-animation-timing-function: ease;-o-animation-timing-function: ease;
}
@keyframes serbox
{
	from{margin-right: -350px;}
	to{margin-right: 0;}
}
@-moz-keyframes serbox   /* Firefox */
{
	from{margin-right: -350px;}
	to{margin-right: 0;}
}

@-webkit-keyframes  serbox    /* Safari å’Œ Chrome */
{
	from{margin-right: -350px;}
	to{margin-right: 0;}
}

@-o-keyframes   serbox    /* Opera */
{
	from{margin-right: -350px;}
	to{margin-right: 0;}
}

.selm .par1_leftbar_1 .par1_icon li{ overflow: hidden; margin: 0 auto; animation: baricon 1s;animation-timing-function:ease ;
-moz-animation: baricon 1s;   /* Firefox */-webkit-animation: baricon 1s;   /* Safari and Chrome */-o-animation: baricon 1s;    /* Opera */
-moz-animation-timing-function:ease ;-webkit-animation-timing-function:ease ;-o-animation-timing-function:ease ;
}
@keyframes baricon
{
	from{width: 0px; height: 0px;}
	to{width: 100px; height: 73px;}
}
@-moz-keyframes baricon   /* Firefox */
{
	from{width: 0px; height: 0px;}
	to{width: 100px; height: 73px;}
}

@-webkit-keyframes   baricon   /* Safari å’Œ Chrome */
{
	from{width: 0px; height: 0px;}
	to{width: 100px; height: 73px;}
}

@-o-keyframes  baricon     /* Opera */
{
	from{width: 0px; height: 0px;}
	to{width: 100px; height: 73px;}
}

.selm .par1_leftbar_1 .par1_icon li .iconfont{ animation: bariconfont 1s;animation-timing-function:ease ;
-moz-animation:bariconfont 1s;   /* Firefox */-webkit-animation:bariconfont 1s;   /* Safari and Chrome */-o-animation:bariconfont 1s;    /* Opera */
-moz-animation-timing-function:ease ;
-webkit-animation-timing-function:ease ;
-o-animation-timing-function:ease ;

}
@keyframes bariconfont
{
	from{font-size: 0; opacity: 0;}
	to{ font-size: 30px; opacity: 1;}
}
@-moz-keyframes   bariconfont /* Firefox */
{
	from{font-size: 0; opacity: 0;}
	to{ font-size: 30px; opacity: 1;}
}

@-webkit-keyframes   bariconfont   /* Safari å’Œ Chrome */
{
	from{font-size: 0; opacity: 0;}
	to{ font-size: 30px; opacity: 1;}
}

@-o-keyframes    bariconfont   /* Opera */
{
	from{font-size: 0; opacity: 0;}
	to{ font-size: 30px; opacity: 1;}
}

.selm .menubox{animation: menu 1s; animation-timing-function: ease;
-moz-animation: menu 1s;  /* Firefox */-webkit-animation:menu 1s;   /* Safari and Chrome */-o-animation:menu 1s;    /* Opera */
-moz-animation-timing-function: ease;-webkit-animation-timing-function: ease;-o-animation-timing-function: ease;
}
@keyframes menu
{
	from{bottom: -70px;}
	to{ bottom: 120px;}
}
@-moz-keyframes  menu  /* Firefox */
{
	from{bottom: -70px;}
	to{ bottom: 120px;}
}

@-webkit-keyframes   menu   /* Safari å’Œ Chrome */
{
	from{bottom: -70px;}
	to{ bottom: 120px;}
}

@-o-keyframes   menu    /* Opera */
{
	from{bottom: -70px;}
	to{ bottom: 120px;}
}

.selm .noticebox{ bottom: -70px;animation: noticebox 2s;animation-timing-function: ease; animation-delay: 2s; animation-fill-mode: forwards;
-moz-animation: noticebox 2s;   /* Firefox */-webkit-animation: noticebox 2s;   /* Safari and Chrome */-o-animation: noticebox 2s;    /* Opera */
-moz-animation-timing-function: ease;-webkit-animation-timing-function: ease;-o-animation-timing-function: ease;
-moz-animation-delay: 2s;-webkit-animation-delay: 2s;-o-animation-delay: 2s;
-moz-animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;
}
@keyframes noticebox
{
	from{bottom: -70px;}
	to{ bottom: 0px;}
}
@-moz-keyframes   noticebox /* Firefox */
{
	from{bottom: -70px;}
	to{ bottom: 0px;}
}

@-webkit-keyframes   noticebox   /* Safari å’Œ Chrome */
{
	from{bottom: -70px;}
	to{ bottom: 0px;}
}

@-o-keyframes   noticebox    /* Opera */
{
	from{bottom: -70px;}
	to{ bottom: 0px;}
}

.selm .slideBox  .prev{left: -70px; animation: prev 1s;animation-timing-function: ease; animation-delay: 3s; animation-fill-mode: forwards;
-moz-animation:prev 1s;   /* Firefox */-webkit-animation:prev 1s;   /* Safari and Chrome */-o-animation:prev 1s;    /* Opera */
-moz-animation-timing-function: ease;-moz-animation-delay: 3s;-moz-animation-fill-mode: forwards;
-webkit-animation-timing-function: ease;-webkit-animation-delay: 3s;-webkit-animation-fill-mode: forwards;
-o-animation-timing-function: ease;-o-animation-delay: 3s;-o-animation-fill-mode: forwards;
}
@keyframes prev
{
	from{left: -70px;}
	to{ left: 150px;}
}
@-moz-keyframes prev   /* Firefox */
{
	from{left: -70px;}
	to{ left: 150px;}
}

@-webkit-keyframes  prev    /* Safari å’Œ Chrome */
{
	from{left: -70px;}
	to{ left: 150px;}
}

@-o-keyframes  prev     /* Opera */
{
	from{left: -70px;}
	to{ left: 150px;}
}

.selm .slideBox .next{ right:-70px ; animation: next 1s;animation-timing-function: ease; animation-delay: 3s; animation-fill-mode: forwards;
-moz-animation:next 1s;   /* Firefox */-webkit-animation:next 1s;   /* Safari and Chrome */-o-animation:next 1s;    /* Opera */
-moz-animation-timing-function: ease; -webkit-animation-timing-function: ease; -o-animation-timing-function: ease;
-moz-animation-delay: 3s; -webkit-animation-delay: 3s; -o-animation-delay: 3s;
-moz-animation-fill-mode: -webkit-forwards; animation-fill-mode: forwards;  -o-animation-fill-mode: forwards;
}
@keyframes next
{
	from{right: -70px;}
	to{ right:50px;}
}
@-moz-keyframes   next /* Firefox */
{
	from{right: -70px;}
	to{ right:50px;}
}

@-webkit-keyframes   next   /* Safari å’Œ Chrome */
{
	from{right: -70px;}
	to{ right:50px;}
}

@-o-keyframes    next   /* Opera */
{
	from{right: -70px;}
	to{ right:50px;}
}

/*è¦é—»åŠ¨æ€*/
.selm .par1_leftbar_2{ animation: par1_leftbar_2 2s;animation-timing-function: ease;  animation-fill-mode: forwards;
-moz-animation:par1_leftbar_2 2s;   /* Firefox */-webkit-animation:par1_leftbar_2 2s;   /* Safari and Chrome */-o-animation:par1_leftbar_2 2s;   /* Opera */
-moz-animation-timing-function: ease; -webkit-animation-timing-function: ease; -o-animation-timing-function: ease;
-moz-animation-fill-mode: forwards;   -webkit-animation-fill-mode: forwards;   -o-animation-fill-mode: forwards;

}
@keyframes par1_leftbar_2
{
	from{top: 70%;}
	to{ top:0px;}
}
@-moz-keyframes   par1_leftbar_2 /* Firefox */
{
	from{top: 70%;}
	to{ top:0px;}
}

@-webkit-keyframes  par1_leftbar_2    /* Safari å’Œ Chrome */
{
	from{top: 70%;}
	to{ top:0px;}
}

@-o-keyframes    par1_leftbar_2   /* Opera */
{
	from{top: 70%;}
	to{ top:0px;}
}

.selm .leftbar_top .icon-xiangshang{ position: relative; animation: leftbar_top 2s infinite;animation-timing-function: ease; 
-moz-animation: leftbar_top 2s infinite;  /* Firefox */-webkit-animation:leftbar_top 2s infinite;   /* Safari and Chrome */-o-animation:leftbar_top 2s infinite;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease; 
}
@keyframes leftbar_top
{
	from{top: 0;}
	to{ top:-8px;}
}
@-moz-keyframes  leftbar_top  /* Firefox */
{
	from{top: 0;}
	to{ top:-8px;}
}

@-webkit-keyframes   leftbar_top   /* Safari å’Œ Chrome */
{
	from{top: 0;}
	to{ top:-8px;}
}

@-o-keyframes   leftbar_top    /* Opera */
{
	from{top: 0;}
	to{ top:-8px;}
}

.selm .p3_title02:hover {animation: p3_title02 2s; animation-timing-function: ease; animation-fill-mode: forwards;
-moz-animation:p3_title02 2s;   /* Firefox */-webkit-animation:p3_title02 2s;   /* Safari and Chrome */-o-animation:p3_title02 2s;    /* Opera */
-moz-animation-timing-function: ease; -webkit-animation-timing-function: ease; -o-animation-timing-function: ease;
-moz-animation-fill-mode: forwards;   -webkit-animation-fill-mode: forwards;   -o-animation-fill-mode: forwards;
}
@keyframes p3_title02{
	from{  }
	to{  }
}
/*
.selm .box_b_line{ position: absolute; width:0; height: 2px; bottom: -2px; }
.selm .p3_list01_t:hover{  cursor: pointer;}
.selm .p3_list01_t:hover .box_b_line{ width: 100%; transition: width 2s;background: #004485;}
*/
.selm .p3_list01_box{float: right; width: 430px;  animation: p3_list01_box 2s; animation-timing-function: ease; 
-moz-animation:p3_list01_box 2s;   /* Firefox */-webkit-animation:p3_list01_box 2s;   /* Safari and Chrome */-o-animation:p3_list01_box 2s;    /* Opera */
-moz-animation-timing-function: ease;   -webkit-animation-timing-function: ease;   -o-animation-timing-function: ease; 
}
@keyframes p3_list01_box
{
	from{margin-right: -800px;}
	to{margin-right: 0;}
}
@-moz-keyframes  p3_list01_box  /* Firefox */
{
	from{margin-right: -800px;}
	to{margin-right: 0;}
}

@-webkit-keyframes  p3_list01_box    /* Safari å’Œ Chrome */
{
	from{margin-right: -800px;}
	to{margin-right: 0;}
}

@-o-keyframes   p3_list01_box    /* Opera */
{
	from{margin-right: -800px;}
	to{margin-right: 0;}
}

.selm .p3_list01_a{ position: relative; animation: p3_list01_a 2s; animation-timing-function: ease;
-moz-animation:p3_list01_a 2s;   /* Firefox */-webkit-animation:p3_list01_a 2s;   /* Safari and Chrome */-o-animation:p3_list01_a 2s;    /* Opera */
-moz-animation-timing-function: ease;   -webkit-animation-timing-function: ease;   -o-animation-timing-function: ease;
}
@keyframes p3_list01_a
{
	from{top: 800px;}
	to{top: 0;}
}
@-moz-keyframes p3_list01_a   /* Firefox */
{
	from{top: 800px;}
	to{top: 0;}
}

@-webkit-keyframes    p3_list01_a  /* Safari å’Œ Chrome */
{
	from{top: 800px;}
	to{top: 0;}
}

@-o-keyframes   p3_list01_a    /* Opera */
{
	from{top: 800px;}
	to{top: 0;}
}

.selm .p3_title{animation: p3_title 2s;animation-timing-function: ease;
-moz-animation:p3_title 2s;   /* Firefox */-webkit-animation:p3_title 2s;   /* Safari and Chrome */-o-animation:p3_title 2s;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease;
}
@keyframes p3_title
{
	from{top: -215px;}
	to{top: 0;}
}
@-moz-keyframes p3_title   /* Firefox */
{
	from{top: -215px;}
	to{top: 0;}
}

@-webkit-keyframes  p3_title    /* Safari å’Œ Chrome */
{
	from{top: -215px;}
	to{top: 0;}
}

@-o-keyframes    p3_title   /* Opera */
{
	from{top: -215px;}
	to{top: 0;}
}

.selm .p4_title{ position: relative; animation: p4_title 3s; animation-timing-function: ease;
-moz-animation:p4_title 3s;   /* Firefox */-webkit-animation:p4_title 3s;   /* Safari and Chrome */-o-animation:p4_title 3s;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease;
}
@keyframes p4_title
{
	from{top: -150px;}
	to{top: 0;}
}
@-moz-keyframes  p4_title  /* Firefox */
{
	from{top: -150px;}
	to{top: 0;}
}

@-webkit-keyframes  p4_title    /* Safari å’Œ Chrome */
{
	from{top: -150px;}
	to{top: 0;}
}

@-o-keyframes    p4_title   /* Opera */
{
	from{top: -150px;}
	to{top: 0;}
}

.selm .p4_ul01{ animation: p4_ul01 3s;  animation-timing-function: ease;
-moz-animation:p4_ul01 3s;   /* Firefox */-webkit-animation:p4_ul01 3s;   /* Safari and Chrome */-o-animation:p4_ul01 3s;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease;
}
@keyframes p4_ul01
{
	from{margin-left:-1000px ;}
	to{ margin-left: 0;}
}
@-moz-keyframes p4_ul01   /* Firefox */
{
	from{margin-left:-1000px ;}
	to{ margin-left: 0;}
}

@-webkit-keyframes   p4_ul01   /* Safari å’Œ Chrome */
{
	from{margin-left:-1000px ;}
	to{ margin-left: 0;}
}

@-o-keyframes   p4_ul01    /* Opera */
{
	from{margin-left:-1000px ;}
	to{ margin-left: 0;}
}

.selm .p4_ul02{ animation: p4_ul02 3s; animation-timing-function: ease;
-moz-animation:p4_ul02 3s;   /* Firefox */-webkit-animation:p4_ul02 3s;   /* Safari and Chrome */-o-animation:p4_ul02 3s;    /* Opera */
-moz-animation-timing-function: ease;   -webkit-animation-timing-function: ease;   -o-animation-timing-function: ease;
}
@keyframes p4_ul02
{
	from{ margin-right:-1000px ;}
	to{margin-right: 0;}
}
@-moz-keyframes  p4_ul02  /* Firefox */
{
	from{ margin-right:-1000px ;}
	to{margin-right: 0;}
}

@-webkit-keyframes   p4_ul02   /* Safari å’Œ Chrome */
{
	from{ margin-right:-1000px ;}
	to{margin-right: 0;}
}

@-o-keyframes   p4_ul02    /* Opera */
{
	from{ margin-right:-1000px ;}
	to{margin-right: 0;}
}

.selm .p5_title{ position: relative; animation: p5_title 3s; animation-timing-function: ease;
-moz-animation:p5_title 3s;   /* Firefox */-webkit-animation:p5_title 3s;   /* Safari and Chrome */-o-animation:p5_title 3s;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease;
}
@keyframes p5_title
{
	from{top: -150px;}
	to{top: 0;}
}
@-moz-keyframes p5_title   /* Firefox */
{
	from{top: -150px;}
	to{top: 0;}
}

@-webkit-keyframes  p5_title    /* Safari å’Œ Chrome */
{
	from{top: -150px;}
	to{top: 0;}
}

@-o-keyframes   p5_title    /* Opera */
{
	from{top: -150px;}
	to{top: 0;}
}

.selm .slideBox_p5{ animation: slideBox_p5 3s; animation-timing-function: ease;
-moz-animation:slideBox_p5 3s;   /* Firefox */-webkit-animation:slideBox_p5 3s;   /* Safari and Chrome */-o-animation:slideBox_p5 3s;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease;
}
@keyframes slideBox_p5
{
	from{right: -2000px;}
	to{right: 0;}
}
@-moz-keyframes  slideBox_p5  /* Firefox */
{
	from{right: -2000px;}
	to{right: 0;}
}

@-webkit-keyframes  slideBox_p5    /* Safari å’Œ Chrome */
{
	from{right: -2000px;}
	to{right: 0;}
}

@-o-keyframes   slideBox_p5    /* Opera */
{
	from{right: -2000px;}
	to{right: 0;}
}

.selm .rd_pic_box{ position: relative; animation:rd_pic_box 3s; animation-timing-function: ease;
-moz-animation:rd_pic_box 3s;   /* Firefox */-webkit-animation:rd_pic_box 3s;   /* Safari and Chrome */-o-animation:rd_pic_box 3s;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease;
}
@keyframes rd_pic_box
{
	from{top:700px;}
	to{top: 0;}
}
@-moz-keyframes  rd_pic_box  /* Firefox */
{
	from{top:700px;}
	to{top: 0;}
}

@-webkit-keyframes  rd_pic_box    /* Safari å’Œ Chrome */
{
	from{top:700px;}
	to{top: 0;}
}

@-o-keyframes  rd_pic_box    /* Opera */
{
	from{top:700px;}
	to{top: 0;}
}

.selm .sideMenu{ position: relative; animation: sideMenu 3s; animation-timing-function: ease; 
-moz-animation:sideMenu 3s;   /* Firefox */-webkit-animation:sideMenu 3s;   /* Safari and Chrome */-o-animation:sideMenu 3s;   /* Opera */
-moz-animation-timing-function: ease;   -webkit-animation-timing-function: ease;   -o-animation-timing-function: ease; 
}
@keyframes sideMenu
{
	from{top:-500px;}
	to{top: 0;}
}
@-moz-keyframes sideMenu   /* Firefox */
{
	from{top:-500px;}
	to{top: 0;}
}

@-webkit-keyframes   sideMenu   /* Safari å’Œ Chrome */
{
	from{top:-500px;}
	to{top: 0;}
}

@-o-keyframes    sideMenu   /* Opera */
{
	from{top:-500px;}
	to{top: 0;}
}

.selm .p2_news{ animation: p2_news 3s; animation-timing-function: ease;
-moz-animation:p2_news 3s;   /* Firefox */-webkit-animation:p2_news 3s;   /* Safari and Chrome */-o-animation:p2_news 3s;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease;
}
@keyframes p2_news
{
	from{margin-left:-1000px;}
	to{margin-left: 0;}
}
@-moz-keyframes  p2_news  /* Firefox */
{
	from{margin-left:-1000px;}
	to{margin-left: 0;}
}

@-webkit-keyframes  p2_news    /* Safari å’Œ Chrome */
{
	from{margin-left:-1000px;}
	to{margin-left: 0;}
}

@-o-keyframes   p2_news    /* Opera */
{
	from{margin-left:-1000px;}
	to{margin-left: 0;}
}

.selm .p2_sw{ animation: p2_sw 3s; animation-timing-function: ease;
-moz-animation:p2_sw 3s;   /* Firefox */-webkit-animation:p2_sw 3s;   /* Safari and Chrome */-o-animation:p2_sw 3s;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease;
}
@keyframes p2_sw
{
	from{margin-right:-1000px;}
	to{margin-right: 0;}
}
@-moz-keyframes p2_sw   /* Firefox */
{
	from{margin-right:-1000px;}
	to{margin-right: 0;}
}

@-webkit-keyframes  p2_sw    /* Safari å’Œ Chrome */
{
	from{margin-right:-1000px;}
	to{margin-right: 0;}
}

@-o-keyframes   p2_sw    /* Opera */
{
	from{margin-right:-1000px;}
	to{margin-right: 0;}
}

.selm .p2_line{ width: 0; animation: p2_line 2s;  animation-timing-function: ease; animation-fill-mode: forwards; animation-delay: 2s;
-moz-animation:p2_line 2s;   /* Firefox */-webkit-animation:p2_line 2s;   /* Safari and Chrome */-o-animation:p2_line 2s;    /* Opera */
-moz-animation-timing-function: ease;   -webkit-animation-timing-function: ease;   -o-animation-timing-function: ease;
-moz-animation-fill-mode: forwards;     -webkit-animation-fill-mode: forwards;     -o-animation-fill-mode: forwards;
-moz-animation-delay: 2s;               -webkit-animation-delay: 2s;               -o-animation-delay: 2s;
}
@keyframes p2_line
{
	from{width: 0;}
	to{width:100%;}
}
@-moz-keyframes p2_line  /* Firefox */
{
	from{width: 0;}
	to{width:100%;}
}

@-webkit-keyframes   p2_line   /* Safari å’Œ Chrome */
{
	from{width: 0;}
	to{width:100%;}
}

@-o-keyframes   p2_line    /* Opera */
{
	from{width: 0;}
	to{width:100%;}
}

.selm .p6_title{ position: relative; animation: p6_title 3s; animation-timing-function: ease;
-moz-animation:p6_title 3s;   /* Firefox */-webkit-animation:p6_title 3s;   /* Safari and Chrome */-o-animation:p6_title 3s;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease;
}
@keyframes p6_title
{
	from{top: -150px;}
	to{top:0;}
}
@-moz-keyframes  p6_title  /* Firefox */
{
	from{top: -150px;}
	to{top:0;}
}

@-webkit-keyframes  p6_title    /* Safari å’Œ Chrome */
{
	from{top: -150px;}
	to{top:0;}
}

@-o-keyframes    p6_title   /* Opera */
{
	from{top: -150px;}
	to{top:0;}
}

.selm .picMarquee-left-nk{ position: relative; animation: picMarquee-left-nk 3s;animation-timing-function: ease;
-moz-animation:picMarquee-left-nk 3s;   /* Firefox */-webkit-animation:picMarquee-left-nk 3s;   /* Safari and Chrome */-o-animation:picMarquee-left-nk 3s;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease;
}
@keyframes picMarquee-left-nk
{
	from{right:-2000px;}
	to{right:0;}
}
@-moz-keyframes  picMarquee-left-nk  /* Firefox */
{
	from{right:-2000px;}
	to{right:0;}
}

@-webkit-keyframes   picMarquee-left-nk   /* Safari å’Œ Chrome */
{
	from{right:-2000px;}
	to{right:0;}
}

@-o-keyframes   picMarquee-left-nk    /* Opera */
{
	from{right:-2000px;}
	to{right:0;}
}

.selm .p7_title{ animation: p7_title 3s;animation-timing-function: ease; 
 -moz-animation:p7_title 3s;   /* Firefox */-webkit-animation: p7_title 3s;  /* Safari and Chrome */-o-animation:p7_title 3s;    /* Opera */
  -moz-animation-timing-function: ease;   -webkit-animation-timing-function: ease;   -o-animation-timing-function: ease; 
 }
@keyframes p7_title
{
	from{top:-150px;}
	to{top:0;}
}
@-moz-keyframes p7_title   /* Firefox */
{
	from{top:-150px;}
	to{top:0;}
}

@-webkit-keyframes  p7_title    /* Safari å’Œ Chrome */
{
	from{top:-150px;}
	to{top:0;}
}

@-o-keyframes   p7_title    /* Opera */
{
	from{top:-150px;}
	to{top:0;}
}

.selm .picMarquee-left-qy01{ animation: picMarquee-left-qy01 3s; animation-timing-function: ease;
-moz-animation:picMarquee-left-qy01 3s;    /* Firefox */-webkit-animation:picMarquee-left-qy01 3s;    /* Safari and Chrome */-o-animation: picMarquee-left-qy01 3s;    /* Opera */
-moz-animation-timing-function: ease;  -webkit-animation-timing-function: ease;  -o-animation-timing-function: ease;
}
@keyframes picMarquee-left-qy01
{
	from{top:700px;}
	to{top:0;}
}
@-moz-keyframes  picMarquee-left-qy01  /* Firefox */
{
	from{top:700px;}
	to{top:0;}
}

@-webkit-keyframes   picMarquee-left-qy01   /* Safari å’Œ Chrome */
{
	from{top:700px;}
	to{top:0;}
}

@-o-keyframes  picMarquee-left-qy01     /* Opera */
{
	from{top:700px;}
	to{top:0;}
}

.selm .picMarquee-left-qy02{ animation: picMarquee-left-qy01 3s; animation-timing-function: ease;
-moz-animation: picMarquee-left-qy01 3s;  /* Firefox */-webkit-animation: picMarquee-left-qy01 3s;  /* Safari and Chrome */-o-animation: picMarquee-left-qy01 3s;   /* Opera */
 -moz-animation-timing-function: ease;   -webkit-animation-timing-function: ease;   -o-animation-timing-function: ease;
}
@keyframes picMarquee-left-qy01
{
	from{top:1000px;}
	to{top:0;}
}
@-moz-keyframes  picMarquee-left-qy01  /* Firefox */
{
	from{top:1000px;}
	to{top:0;}
}

@-webkit-keyframes  picMarquee-left-qy01    /* Safari å’Œ Chrome */
{
	from{top:1000px;}
	to{top:0;}
}

@-o-keyframes    picMarquee-left-qy01   /* Opera */
{
	from{top:1000px;}
	to{top:0;}
}

.selm .foot{bottom:-400px; animation: foot 3s; animation-timing-function: ease; animation-delay: 1s;animation-fill-mode: forwards;
-moz-animation:foot 3s;    /* Firefox */-webkit-animation: foot 3s;   /* Safari and Chrome */-o-animation:foot 3s;     /* Opera */
-moz-animation-timing-function: ease;   -webkit-animation-timing-function: ease;   -o-animation-timing-function: ease;
-moz-animation-delay: 1s;               -webkit-animation-delay: 1s;               -o-animation-delay: 1s;
-moz-animation-fill-mode: forwards;     -webkit-animation-fill-mode: forwards;     -o-animation-fill-mode: forwards;
}
@keyframes foot
{
	from{bottom:-400px;}
	to{bottom:0;}
}
@-moz-keyframes  foot  /* Firefox */
{
	from{bottom:-400px;}
	to{bottom:0;}
}

@-webkit-keyframes  foot    /* Safari å’Œ Chrome */
{
	from{bottom:-400px;}
	to{bottom:0;}
}

@-o-keyframes   foot    /* Opera */
{
	from{bottom:-400px;}
	to{bottom:0;}
}

#group{ position: relative; z-index: 1;}
section.dd_fullscreenslider article.slide .group_item{ position: fixed; background-color: #fff; width: 100%; box-sizing: border-box;margin: -90px 0 0 100px; padding:15px 25% 15px 5%;box-shadow: rgba(0,0,0,0.2)0px 0px 8px;}
section.dd_fullscreenslider article.slide .groupbox{display: flex; flex-wrap: wrap;}
section.dd_fullscreenslider article.slide .group_i{ width: 25%; font-size: 18px; overflow: hidden; height: 40px; line-height: 40px;}
section.dd_fullscreenslider article.slide .group_i a{ color: #333; padding: 0;font-size: 15px; padding: 10px 0; color: #a7a7a7; text-align: left;}
section.dd_fullscreenslider article.slide .group_i a  .iconfont{    font-size: 14px;animation: none; color:#a7a7a7;}
.group_item{ animation: group_item 1s; overflow: hidden;
-moz-animation:  group_item 1s;   /* Firefox */-webkit-animation: group_item 1s;    /* Safari and Chrome */-o-animation:  group_item 1s;    /* Opera */
}
@keyframes group_item
{
from{width: 0;height:0;opacity: 0;}
to{width: 100%;height:auto;opacity: 1;}
}
@-moz-keyframes group_item   /* Firefox */
{
from{width: 0;height:0;opacity: 0;}
to{width: 100%;height:auto;opacity: 1;}
}

@-webkit-keyframes   group_item   /* Safari å’Œ Chrome */
{
from{width: 0;height:0;opacity: 0;}
to{width: 100%;height:auto;opacity: 1;}
}

@-o-keyframes   group_item    /* Opera */
{
from{width: 0;height:0;opacity: 0;}
to{width: 100%;height:auto;opacity: 1;}
}


section.dd_fullscreenslider article.slide .group_i a:hover{ color: red; animation: group_ia 1s; animation-timing-function: ease;animation-fill-mode: forwards;
-moz-animation:group_ia 1s;    /* Firefox */-webkit-animation: group_ia 1s;   /* Safari and Chrome */-o-animation: group_ia 1s;    /* Opera */
-moz-animation-timing-function: ease;      -webkit-animation-timing-function: ease;     -o-animation-timing-function: ease;
-moz-animation-fill-mode: forwards;        -webkit-animation-fill-mode: forwards;       -o-animation-fill-mode: forwards;
}
@keyframes group_ia
{
from{text-indent: 0;}
to{text-indent:10px;}
}
@-moz-keyframes  group_ia  /* Firefox */
{
from{text-indent: 0;}
to{text-indent:10px;}
}

@-webkit-keyframes  group_ia    /* Safari å’Œ Chrome */
{
from{text-indent: 0;}
to{text-indent:10px;}
}

@-o-keyframes  group_ia     /* Opera */
{
from{text-indent: 0;}
to{text-indent:10px;}
}

.group_t{height: 55px; line-height: 55px; color: red; font-weight: bold; font-size: 20px;    text-align: left;}
.bar_wexin{animation:bar_wexin 0.5s;animation-timing-function: ease; animation-fill-mode: forwards;overflow: hidden; 
 -moz-animation: bar_wexin 0.5s;  /* Firefox */-webkit-animation: bar_wexin 0.5s;  /* Safari and Chrome */-o-animation: bar_wexin 0.5s;   /* Opera */
 -moz-animation-fill-mode: forwards;  -webkit-animation-fill-mode: forwards;  -o-animation-fill-mode: forwards;
 }
@keyframes bar_wexin
{
from{width: 0; height:0;}
to{width:200px; height:150px;}
}
@-moz-keyframes bar_wexin   /* Firefox */
{
from{width: 0; height:0;}
to{width:200px; height:150px;}
}

@-webkit-keyframes   bar_wexin   /* Safari å’Œ Chrome */
{
from{width: 0; height:0;}
to{width:200px; height:150px;}
}

@-o-keyframes   bar_wexin    /* Opera */
{
from{width: 0; height:0;}
to{width:200px; height:150px;}
}
.selm .p3_info_iline{animation:p3_info_iline 2s;animation-delay: 2s; animation-fill-mode: forwards;animation-timing-function: ease;  }
@keyframes p3_info_iline
{
from{width: 0;}
to{width:100%;}
}
