@charset "utf-8";
@font-face {
	font-family: 'icomoon';
	src:url('/css/mobie/fonts/icomoon.eot');
	src:url('/css/mobie/fonts/icomoon.eot@#iefix') format('embedded-opentype'),
		url('/css/mobie/fonts/icomoon.woff') format('woff'),
		url('/css/mobie/fonts/icomoon.ttf') format('truetype'),
		url('/css/mobie/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*{margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;}
  
body{font-family:Microsoft YaHei, Verdana, Arial;font-size:12px;  overflow-x: hidden;}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,form,span,input,a,div{ margin:0px; padding:0px; font-style:normal; border:0;}	
img{ border:0px;border:none;}
ul,li{ list-style:none;}
a{ text-decoration:none; color:#3e3e3e;}
a:hover{ color:#000;}	
.w1000{width:1000px;}
.w980 {
	width: 980px;
}
.w1400{width:1400px;}
.w1100{width:1100px;}
.w100 { width:100%; }
.headers{height:100px;}
.md {margin:0 auto; }
.fl {float:left;}
.rt {float:right;}
.clear {clear:both;}
ul::after {content: "."; clear: both; display: block; height: 0; overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.orange {color:#E47023;}
.clear {clear:both;}
.bg-none {background:none;}
.pr {position: relative;}
.pa {position: absolute;}
.mt-15{margin-top:-16px;}
.center {text-align: center;}
/* 基础的CSS样式 */


.hdnav {
	/*position: fixed;*/
    left: 0;
    top: 0;
     text-align: center;
    margin: 0 auto;
    width: 100%;
}

/*--------顶部导航-----------*/
.index-nav {margin-right: 0px;transition: all 0.5s;}

.menus {padding-top: 20px;transition: all 0.5s;}

.menus li {
	float:left;
	line-height: 40px;position: relative;
	transition: all 400ms ease-in;}
	
.menus li ol{
	left: 130px;
    width: 135px;
    text-align: left;
    /* padding-left: 10px; */
    top: 0px;
    background: rgba(255,255,255,0.88);
    text-align: center;
    font-size: 13px;	
    display:none;
}	
.menus li li:hover ol{display:block;} 

#nav9 li ul ol li a {
    font-size: 13px;
  letter-spacing: 0px;}


.menus li a {
    color: #14126F;
    font-size: 16px;
	letter-spacing: 1px;
	padding-left: 28px;
	padding-right: 28px;
	transition: all 200ms ease-in;
	display: block;
}	

.menus li a:hover { }	

.menus .yuy a {
	background: url(/css/usa.png) no-repeat left;
	padding-left: 30px;
	font-size: 12px;
	color:#000;
	padding-right: 10px;
	cursor: pointer;}
.menus .yuy a:hover {
	background:#FFF url(/css/usa.png) no-repeat left;
	color: #000;}	

#nav9 .yuy {  margin-left: 50px;}
#nav9 .yuy ul {top: 50px;}
#nav9 .yuy ul li {padding-left: 5px;}

#nav9 .yuy  ul .enn a {background:url(/css/usa.png) no-repeat left;text-decoration: none;}
#nav9 .yuy  ul .cnn a {background:url(/css/china.png) no-repeat left;text-decoration: none;}
#nav9 .yuy  ul .enn a:hover, #nav9 .yuy  ul .cnn a:hover {text-decoration: underline;}
/*下拉菜单*/
#nav9 li ul {
 position: absolute;
 top: 48px;
 width: 140px;
 left: -5px;
 background: url(/css/bai80.png) repeat;
 border: 1px solid #C3C3C3;
 -webkit-border-bottom-left-radius: 4px;
 -webkit-border-bottom-right-radius: 4px;
 -moz-border-radius-bottomleft: 4px;
 -moz-border-radius-bottomright: 4px;
 -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
 -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
 box-shadow: 0 3px 3px rgba(0,0,0,0.15);
 }

#nav9 li ul li { line-height: 34px;float:none;}
#nav9 li ul li a {font-size: 14px;
color: #5F378A;
text-align: center;
padding-left: 5px;
padding-right: 5px;
letter-spacing: 0px;}

#nav9 li ul li a:hover {
	color: #080808;
	background: url(/css/nav-bg2.png) repeat;
	text-decoration: underline;}

.yuyan{
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 999;
  background-color: #FFF;
  padding: 8px 5px;
  border: 1px solid #ccc;
  border-right: 0;
}
.yuyan a {
	background: url(/css/lan.png) no-repeat left;
	padding-left: 30px;
	font-size: 12px;}  
	
/*  跳跃   */
#learnMore {
    position: absolute;
    left: 50%;
    bottom: 35px;
    /* padding-right: 40px; */
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    transition: all .2s linear;
    font-weight: bold;
}

#learnMore:hover {
  color: #71006D;
  opacity: 1;
}

#learnMore span {
  position: absolute;
  right: 0;
  bottom 50%;
  width: 29px;
  height: 29px;
  margin-top: -15px;
  border-radius: 15px;
  background-color: #FFF;
  background-image: url(/css/learn_more_arrow.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-animation: floating 1s infinite ease-in-out;
  animation: floating 1s infinite ease-in-out;
  transition: all .1s linear;
}
@-webkit-keyframes floating {
	0% {
	-webkit-transform:translateY(-4px);
	transform:translateY(-4px)
}
50% {
	-webkit-transform:translateY(4px);
	transform:translateY(4px)
}
100% {
	-webkit-transform:translateY(-4px);
	transform:translateY(-4px)
}
}@keyframes floating {
	0% {
	-webkit-transform:translateY(-4px);
	transform:translateY(-4px)
}
50% {
	-webkit-transform:translateY(4px);
	transform:translateY(4px)
}
100% {
	-webkit-transform:translateY(-4px);
	transform:translateY(-4px)
}
}

#learnMore:hover>span {
  background-color:#71006D;
  background-image: url(/css/learn_more_hover.gif);
}

@media (max-width: 1366px) {
#learnMore  {bottom: 80px;}
		
}  

/*----幻灯---*/
#index_top{
	  margin: 0 auto;
}

#index-logo{
	float:left;
	transition: all 0.5s;
	margin-left: 40px;
	padding-top: 0px;
	}
	
#index-logo a {
	display: block;
	width: 260px;
	height: 75px;
	transition: all 0.5s;
 
	background: url(/css/logo.png) no-repeat left 12px;
	background-size: 260px;
	/* transition: top .2s ease-out,background-image .3s linear,box-shadow .2s ease-out; */
	}

.pagewrap{
	height: 100%;
}

.pageblock{
	width: 100%;
}

.pagewrap .fb-like{
	position: fixed;
	left: 30px;
	top: 75px;
	z-index: 100;
}

.pagewrap .githubbuttons{
	position: fixed;
	left: 220px;
	top: 75px;
	z-index: 100;
}

.pagewrap .copy{
	font-size: 10px;
	bottom: 20px;
	left: 30px;
	z-index: 100;
	position: absolute;
	color: white;
}

.pagewrap .copy a,.pagewrap .copy a:hover{
	color: white;
} 

.pageblock#fullscreen{
	height: 100%;
	background: none;
	color: white;
}

.pageblock#fullscreen h1{
	color: white;
	font-size: 72px;
	margin: 0;
	padding: 0;
	font-weight:normal;
}

.pageblock#fullscreen .slider{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.pageblock#fullscreen .slider .slide{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	float: left;
	position: absolute;
}

.pageblock#fullscreen .slider .slide .slidecontent{
	/*position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -150px;
	text-align: center;*/
	position: absolute;
	top: 40%;
	margin-top: -150px;
	left: 5%;
	padding: 20px;
	/*background: url(/css/bgg.png) repeat;*/
	width:470px;
	border-radius: 3px;
}

.pageblock#fullscreen .slider .slide .slidecontent h1{
	/*text-shadow: 0 0 15px rgba(0,0,0,0.5);
	font-weight: bold;
	font-size: 120px;
	margin: 20px 0 30px 0;
	padding: 0;
	line-height: 115px;*/
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 64px;
  padding: 0;
  line-height: 30px;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Tahoma,Microsoft YaHei,sans-serif;
}

.pageblock#fullscreen .slider .slide .slidecontent .headersur{
	/*font-size: 30px;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #f0f0f0;
	font-style: italic;
	display: block;
	font-family: Calibri,Microsoft yahie;*/
	  font-size: 18px;
	  color: #f0f0f0;
	  display: block;
	  font-family: Calibri,Microsoft yahie;
	  line-height: 22px;
	  letter-spacing: 0.5px;
	  padding-top: 10px;
}

.slidecontent .text p {
	font-family:Calibri,Microsoft yahie;
	font-size: 18px;}

.pageblock#fullscreen .slider .slide .slidecontent .button{
	/*padding: 10px 25px;*/
	padding: 10px 15px;	
	text-transform: uppercase;
	background: transparent;
	/*background: rgba(0,0,0,.2);
	border: 3px solid white;*/
	background: rgba(244, 87, 0, 1);
	color: white;
	/*font-size: 15px;*/
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	letter-spacing: 1px;
	margin: 20px 0;
	line-height: 20px;
	border-radius: 3px;
	transition: all 200ms ease-in;
}

.pageblock#fullscreen .slider .slide .slidecontent .button a,.pageblock#fullscreen .slider .slide .slidecontent .button a:hover{
	text-decoration: none !important;
	color: white;
}

.pageblock#fullscreen .slider .slide .slidecontent .button:hover{
	background: url(/css/hdbg.png) repeat;
}

.pageblock#fullscreen .slider .slide .slidecontent .text{
	width: 900px;
	margin: 0 auto;
	line-height: 28px;
}

.pageblock#fullscreen .slider .slide .slidecontent .text a{
	color: white;
	text-decoration: underline;
}

.pageblock#fullscreen .slider .slide .slidecontent .text a:hover{
	text-decoration: none;
}

.pageblock#fullscreen .slider .slide .slidecontent .text xmp{
	font-size: 13px;
	text-align: left;
	border: 1px solid white;
	background: rgba(0,0,0,0.1);
	padding: 10px 15px;
}

.pageblock#fullscreen #slideposition{
	position: absolute;
	bottom: 150px; 
	left: 16%;
}

.pageblock#fullscreen #slideposition ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pageblock#fullscreen #slideposition ul li.indicator{
	display: inline-block;
	height: 15px;
	width: 15px;
	background: #FFF;
	margin: 0px 7px;
	padding: 0;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	overflow: hidden;
	cursor: pointer;
}

.pageblock#fullscreen #slideposition ul li.indicator.active{
	background: rgb(244, 87, 0);
}


#do-main {
	margin-top: 660px;
    z-index: 90;
    position: relative;
    background: #fff;
}

.hrs {
    background: url(/css/bb.jpg);
    height: 7px;
    background-size: cover;
}



/*section2*/
.section2 {   
    padding-top: 70px;
    padding-bottom: 110px;
    background: url(/css/tiny_grid.png) repeat;
}  
.toti {
	background: url("/css/hot2.png") no-repeat center;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #2F2E2E;
    margin-top: 15px;
}
.section2 .boxs {margin-top: 50px;width:1030px;}

/*.section2 .boxs li {
    width: 250px;
    height: 345px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.section2 .boxs li  a {
	position: relative;
    display: block;
}


.boxs .pc-name {
    margin-top: 0px;
    position: absolute;
    top: 115px;
    margin-left: -82px;
    left: 50%;
    text-align: center;
     transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .24s ease-in;
    -o-transition: all .4s ease-in;
}
.section2 .boxs li:hover .pc-name {top: 95px;}


.boxs  .pc-name span {
    width: 160px;
    height: 71px;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 75px;
    font-weight: bold;
}
.boxs .ted {
	position: absolute;
    top: 190px;
    width: 100%;
	color: #fff;
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .24s ease-in;
    -o-transition: all .4s ease-in;
}
.section2 .boxs li:hover .ted {top: 210px;} 原先四格*/

/*手风琴JS*/
.fold_wrap{
	width: 1100px;
    height: 350px;
    margin:0 auto;
    overflow:hidden;
    margin-top: 60px;
    
 }
.fold_wrap li{
	float:left;
	width:130px;
	height:100%;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.fold_wrap li .mask_b{
	position: absolute;
	overflow: hidden;
	width: 100%;
	left: 0;
	top: 35%;}
	
.fold_wrap li .mask_b {	
}



	
.fold_wrap li.active .mask_b{ }
.fold_wrap li .mask_b h4{
	color:#fff;
	width:30px;
	margin:0 auto;
	display:block;
	font:20px/22px Microsoft Yahei;
	position:relative;
	top: 50%;
}
.fold_wrap li.big{width:322px;}
.fold_wrap li .adv_intro{
	width: 94%;
	padding: 2% 4%;
	position: absolute;
	left: 0;
	bottom: 0px;
	background: url(/css/nav-bg.png) repeat;
	color: #000;
	overflow: hidden;
	display: none;
	letter-spacing: 1px;
	font-size: 20px;
	text-align: center;
	}
.fold_wrap li:hover .adv_intro {display:block;}  
  
.adv_intro_show{bottom:0 !important; transition:bottom 0.4s linear 0.4s; -webkit-transition:bottom 0.4s linear 0.4s;}

.pic_auto{width:95%;height:100%;}
.pic_auto1{background:url(/css/shoufq/1.jpg) no-repeat center 0;width: 98%;}
.pic_auto2{background:url(/css/shoufq/2.jpg) no-repeat center 0;width: 98%;}
.pic_auto3{background:url(/css/shoufq/3.jpg) no-repeat center 0;width: 98%;}
.pic_auto4{background:url(/css/shoufq/4.jpg) no-repeat center 0;width: 98%;}
.pic_auto5{background:url(/css/shoufq/5.jpg) no-repeat center 0;width: 98%;}
.pic_auto6{background:url(/css/shoufq/6.jpg) no-repeat center 0;width: 98%;}
.pic_auto7{background:url(/css/shoufq/7.jpg) no-repeat center 0;width: 98%;}
.pic_auto8{background:url(/css/shoufq/8.jpg) no-repeat center 0;width: 98%;}




/*case*/
.section3 {
	padding: 100px 0px 50px;
     height: 540px;
     background: url(/css/tiny_grid.png) repeat;
}
/*.section3 .toti {
    background: url("/css/case2.png") no-repeat center;
    color: #FFF;
}*/

.section3 .i-thb{
	padding-top: 60px;
	position: relative;
}
.section3 .i-thb li{
    float: left;
    width: 313px;
    background: #fff;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.section3 .i-thb li .con{
    text-align: center;
    padding: 0px 0 0px 0;
}
.section3 .i-thb li .con .txt{
	display: inline-block;
	color: #333;
	margin: 13px 0px 0px;
	font-size: 15px;
}
.section3 .i-thb li .con .hr{
	display: block;
	width: 40px;
	height: 2px;
	background: #5F378A;
	margin: 10px auto 0;
}
.section3 .clear-picshow{
	height: 260px;
	position:relative;
	width: 313px;
	overflow: hidden;
}
.section3 .clear-picshow img{
	width:313px;
	height:260px;
	position:absolute;
	left:0px;
	top:0px;
	 transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.section3 .i-thb li:hover img{
	width: 330px;
    height: 270px;
    margin-top: -10px;
    margin-left: -10px;}


.section3 .i-thb li i{
    position: absolute;
    left: 50%;
    top: 58px;
    z-index: 99;
    width: 23px;
    height: 12px;
    background: url("/css/home_74.png") no-repeat center;
    margin-left: -11px;
}

.section3 .picScroll-left .hd .prev {
	background: url("/css/gun/Left.png") no-repeat;
    left: -50px;
    height: 48px;
    width: 48px;
    display: block;
    top: 50%;
    position: absolute;
    cursor: pointer;
}
.section3 .picScroll-left .hd .prev:hover {background: url("/css/gun/Left-on.png") no-repeat;}

.section3 .picScroll-left .hd .next {
	background: url("/css/gun/Right.png") no-repeat;
    right: -50px;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 50%;
        cursor: pointer;}
.section3 .picScroll-left .hd .next:hover {background: url("/css/gun/Right-on.png") no-repeat;}

/*news*/
.section4 {
	padding:0px 0 80px;
	background: url(/css/tiny_grid.png) repeat;}

.i-news {
	width: 680px;
    height: 227px;
}
.i-news li {
	float:left;
	width: 310px;
    height: 227px;
    margin-right: 25px;
    border: 2px solid #fff;
     transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .24s ease-in;
    -o-transition: all .4s ease-in;
} 
.i-news li:hover {border: 2px solid #5F378A;} 


.i-news li img {
	width:310px;
	height:141px;
	vertical-align: top;
}

.i-news li .tips {
   width: 310px;
    height: 78px;
    padding-top: 8px;
    background: #f8f9fa;
    transition: background 0.5s;
}
.i-news li a:hover .tips {background: #5F378A;}


.time span {display: inline-block;}
.tips .time {
	display: block;
    float: left;
	width: 40px;
    padding-top: 9px;
    margin-left: 18px;
    font: 12px/16px Arial;
    color: #5F378A;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.5s;
}
.time  .day {
    font: 36px/34px Impact;
    color: #5F378A;
    transition: color 0.5s;
}
.time  .line {
    width: 23px;
    height: 1px;
    background: #d9d9da;
    margin: 2px 0 0 8px;
    transition: background 0.5s;
    display: block;
}

.tips .i-detail {
    width: 220px;
    padding-right: 16px;
    font-size: 11px;
    line-height: 18px;
    color: #a1a1a1;
    transition: color 0.5s;
     float: right;
}
.i-detail .fz14 {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    transition: color 0.5s;
}


.i-news li  a:hover .time {color: #fff;}
.i-news li  a:hover .day {color: #fff;}
.i-news li  a:hover .line {color: #fff;}
.i-news li  a:hover .i-detail {color: #fff;}
.i-news li  a:hover .fz14 {color: #fff;}

.section4 .list-1 {
	width: 310px;
    height: 106px;
    margin-bottom: 15px;
    background: #f8f9fa;
    transition: background 0.5s;
     border: 2px solid #fff;
}
.list-1:hover {background: #5F378A;}

.section4 .list-1 .fl {
	 float: left;
    display: inline;
}
.section4 .list-1 .you {
	display: inline-block;
    width: 160px;
    padding: 11px 15px 0 0;
    font-size: 11px;
    line-height: 18px;
    color: #a7a7a7;
    transition: color 0.5s;
}
 .list-1 .you .fz16 {
    font-size: 16px;
    line-height: 40px;
    color:#5F378A;
    transition: color 0.5s;
}
.list-1:hover .fz16 {color: #fff;} 
.list-1:hover p {color: #fff;} 

/*footer*/
.footer .fter1 {
    padding: 20px 0 0;
    background-color: #333333;
}
 .fter1  .center {
    padding: 0 50px;
}
 .fter1  p {
    color: #808080;
    font-size: 13px;
    font-weight: bold;
}

.footer  .fter2 {
	background: url(/css/foot.jpg) fixed;
	padding-top: 40px;
	padding-bottom: 30px;
}
.fter2 .ft2-in {
        width: 1000px;
        margin: 0 auto;
}
.ft2-in ul {
    width: 120px;
    padding-right: 1px;
    background: url("/css/bg_line02.png") no-repeat right 13px;
    float: left;
    text-align: left;
    padding-left: 40px;
}
.ft2-in h3 {
	font-size: 16px;
    font-weight: bold;
    color: #5F378A;
    padding-bottom:10px;
}
.ft2-in li a {
	line-height: 24px;
    color: #484848;
    font-size: 13px;
    letter-spacing: 0.5px;}
.ft2-in li a:hover {color: #5F3795;}  
    
.ft2-in .last-ul {
    padding-right: 0px;
    width: 290px;
    background: none;
    margin-left: 13px;
}

.ft2-in .last-ul li {
	text-align: left;
}    
.ft2-in .last-ul li a {
	font-size:13px;
	letter-spacing: 0px;
}    

/*侧栏*/
.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;}
.side ul li .sidebox{
	position:absolute;
	width:54px;
	height:54px;
	top:0;right:0;
	transition:all 0.3s;
	background: url(/css/black55.png);
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden;
	text-align: center;
}
.side ul li .sidetop{
	width:54px;
	height:54px;
	line-height:54px;
	display:inline-block;
	background: #000;
	transition:all 0.3s;
}
.side ul li .sidetop span { 
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 4px;
    line-height: 54px;
}
.side ul li .sidetop img {
	vertical-align: middle;
    float:none;
}	 
.side ul li .sidetop:hover{background:rgb(95, 55, 138);opacity:1;filter:Alpha(opacity=100);}


.sj-m {
    position: absolute;
    bottom: -160px;
    right: 0px;
    z-index: 99;
    background: #fff;
    padding-bottom: 8px;
    display:none;
}
.sj-m .ewm{
    width: 119px;
    display: block;
    padding-bottom: 5px;
     padding: 8px;
}
.sj-m p {
	text-align: center;
    font-weight: bold;
}
.side ul .sj:hover .sj-m {display:block;}
.side ul li img{float:right;}

.banners {
	background:url(/css/banners.jpg) fixed;
	height: 330px;
	background-size: cover;
}
.banners img {
	left: 50%;
    position: absolute;
    margin-left: -350px;
    top: 40%;}


.nav {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 75px;
    z-index: 99999;
    transition: all 0.5s;
    background: url(/css/nav-bg.png) repeat;
}
.nav.sticky {
	background: url(/css/nav-bg2.png) repeat;
	    height: 55px;
	}
.nav.sticky	.index-nav {margin-right: 50px; }
.nav.sticky #index_top {
	  width: 100%;
	}
.nav.sticky .menus {
	    padding-top: 6px;
	}
.nav.sticky #index-logo a	{
	height: 55px;
	    background-size: 140px;
	    /* background: url(/css/logo2.png) no-repeat left center;*/
	}	
.nav.sticky	#index-logo {
padding-top: 0px; 
	}
	
/*手机端*/
.mobie_home,
.flexslider.mobile_flexslider,
.fold_wrap2,
.mobie-call  {display:none;}


@media (max-width: 767px) { 
.w1000{width:100%;}

.nav,
.flexslider1,
.section2 .center, 
.fold_wrap1, 
.banners, 
.side,
.section3 .center,
.section3 .i-thb li i,
.footer .fter2
  {display:none;}

.mobie_home, 
.fold_wrap2, 
.flexslider.mobile_flexslider {display:block;}

.flexslider.mobile_flexslider .slides img {height:auto;}
.flexslider.mobile_flexslider {height:auto;}


.section2 {padding-top: 30px;padding-bottom: 50px;}

.fold_wrap2 { margin-top: 30px;}
.fold_wrap2 li {float:left;width: 20%;}
.fold_wrap2 li  img {width: 99%;height: 165px;padding-right:1px;}

.section3 {padding-top: 0px;height: 340px;}
.toti {margin-top: 0px;}

.section3 .clear-picshow {width:100%; max-width: 100%;height: 260px;margin: 0 auto;}
.tempWrap{
	width:100%;
	max-width: 100%;
    height: 240px;    
}
.section3 .picScroll-left .hd .prev {z-index: 9999;left: 10px;}
.section3 .picScroll-left .hd .next { z-index: 9999;right: 10px;}
.bd{text-align: center;}

.section3 .i-thb li {
    padding-right: 20px;
    text-align: center;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    width: 50%;
}
.section3 .clear-picshow img {
    width: 100%;
    height: 160px;
  margin: 0 auto;
  position:initial;
  }
.section3 .i-thb li:hover img{
	width: 100%;
    height: 160px;
    margin-top: auto;
    margin-left: auto;}
    
.section3 .i-thb {padding-top: 40px;}    
.i-news, .i-news li {float:none;    height: auto;}
.i-news {width: 100%;}
.i-news li{margin: 0 auto;margin-bottom: 20px;}

.section4  .rtt {float:none;}
.section4 .list-1 {margin: 20px auto 0px;}

.hrs {height: 5px;background-size: 100%;}

.mobie-call {
    display: block;
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #724F98;
}
.mobie-call a {
    padding-left: 20px;
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    font-size: 16px;
    
}
.mobie-call .z {width:40%;}
.mobie-call .z a {
	background: url(/css/mobie/images/contact.png) no-repeat left;
    display: block;
    margin-left: 15px;
    padding-left: 30px;
}

.mobie-call .r {width:40%;}
.mobie-call .r a {
	background: url(/css/mobie/images/call.png) no-repeat left;
	display:block;
	padding-left:30px;}





/*mobie*/
/* header */
.mobie_home {
	display: none;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.header1{height:55px;background: rgb(255, 255, 255);width: 100%;display: none;
}
.header1 .logo{display:block;height:55px;padding:2px 0 0px 2px;}
.header1 .logo img{display:block;height: 35px;padding-top: 8px;padding-left: 5px;
}
.header1 .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header1 .search:hover{background-color:#0067d2;}
.header1 .search span{display:none;}
.header1 .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header1 .user-icon span{display:none;}
.header1 .user-icon:hover{background-color:#0067d2;}
.header1 .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}



.mobie_home, .header1{display:block;}
.footer {margin-bottom: 40px;}


#dl-menu.dl-menuwrapper {
	width: 100%;
	max-width: 250px;
	float: right;
	position: absolute;
	top:0;
	right:0;
	padding-top: 50px;
	z-index: 999;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	border: none;
	width: 95px;
	height: 55px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
	outline: none;
	background: url(/css/mobie/images/menu-button-bg.png) no-repeat right center;
}

.dl-menuwrapper button:hover ,
.dl-menuwrapper button.dl-active {
	background: url(/css/mobie/images/menu-button-bg.png) repeat;
}

#dl-menu.dl-menuwrapper ul {
	    background: url(/css/color1.png) repeat;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	/* -webkit-transform-style: preserve-3d; */
	-moz-transform-style: preserve-3d;
	/* transform-style: preserve-3d; */
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;

    /* border-bottom: 1px solid #FFFFFF; */
    outline: none;
}
#dl-menu.dl-menuwrapper li a {
    border-top: 1px solid #FFFFFF;	
	}
.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

#dl-menu.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
    background: url(/css/color1.png) repeat;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(255,255,255,0.8);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(255,255,255,0.8);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	display:none;
	/* pointer-events: none; */
	/* -webkit-transform: translateY(10px); */
	-moz-transform: translateY(10px);
	/* transform: translateY(10px); */
	/* -webkit-backface-visibility: hidden; */
	-moz-backface-visibility: hidden;
	/* backface-visibility: hidden; */
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	display:block;
	pointer-events: auto;
	/* -webkit-transform: translateY(0px); */
	-moz-transform: translateY(0px);
	/* transform: translateY(0px); */
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut2 {
	100% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut3 {
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut4 {
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	-moz-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	-moz-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn2 {
	0% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn3 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn4 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	-moz-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	-moz-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	-moz-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn2 {
	0% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn3 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn4 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	-moz-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	-moz-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut2 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut3 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut4 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}






}