/*::-moz-selection{background:#d82c41; color:#FFF;} 
::selection {background:#d82c41; color:#FFF;} */
* { outline: 0; }
:focus {outline:0;}
::-moz-focus-inner {border:0;}
body { -webkit-font-smoothing: antialiased; }
p { line-height: 1.6em; }
.lang-cn p{line-height: 2em;}
/*.lang-jp,.lang-jp *{font-family:"MS PGothic";}*/
.clear { clear: both; }
.bold{ font-weight:bold; }
.upcase{ text-transform:uppercase; }
.capitalize{text-transform:capitalize;}
a{color:inherit;outline:none;}
a:hover,a:focus{text-decoration:none;color:inherit;}
ol,ul,li{list-style:none;padding:0;margin:0;}
.lang-cn h1,
.lang-cn h2,
.lang-cn h3,
.lang-cn h4,
.lang-cn h5,
.lang-cn h6,
.lang-jp h1,
.lang-jp h2,
.lang-jp h3,
.lang-jp h4,
.lang-jp h5,
.lang-jp h6,{
	font-weight:600;	
}
.center {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.animation-faster{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.animation-fast{
	-webkit-transition: all 360ms ease-in-out;
	-moz-transition: all 360ms ease-in-out;
	transition: all 360ms ease-in-out;
}
.animation-normal{
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.animation-slow{
	-webkit-transition: all 750ms ease-in-out;
	-moz-transition: all 750ms ease-in-out;
	transition: all 750ms ease-in-out;
}
.animation-slower{
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}

.yellow{
	color: #ff7b14;
}
.grey,.gray{
	color:grey;	
}
.scolor{
	color:#d13c47;
}
img{
	max-width:100%;	
}
.cb{
	clear:both;	
	margin:0 !important;
	padding:0 !important;
}
.tl{
	text-align:left;
}
.tr{
	text-align:right;
}
.tc{
	text-align:center;
}
.ml60{
	margin-left: 60px;
}
.fl{
	float:left;	
}
.fr{
	float:right;	
}

.pagination-wrap{
	text-align:right;
	margin-top:-10px;
	margin-bottom:60px;
}
.pagination>li{
	margin:0 2px;
	display: inline-block;
}
.pagination>li>a, .pagination>li>span{
	color:#d82c41;
	border-color:#e8e8e8;
	text-align: center;
	border-radius: 0 !important;
	float: none;
	display: block;
	padding:3px;
	background: none;
	border:none;

}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus{
	color:#d82c41;
	border-color:#e8e8e8;
	background:#FFF;
}
.pagination>li>span.current,
.pagination>li>a.current{
	position:relative;
	z-index:1;
	/*
	color:#FFF;
	border-color:#d7273c;
	background:#d7273c;*/
	font-size: 2em;
}

body{
	font-size:12px;
	background:#d82c41 center top no-repeat fixed;
	background-size:auto 419px;
	font-family: Helvetica,Arial,sans-serif;
}
body > div[id*=xunlei_com],
body > embed{/*迅雷插件导致底部不到底*/
	position:fixed;
	bottom:0;
	left:0;
	width:0;
	height:0;
	z-index:-1;
}
#top{
	color:#333;
	height:48px;
	line-height:48px;
	background:#ecf0f2;
	/*position:fixed;
	top:0;
	width:100%;
	z-index:1001;*/
}
#top .row{
	position:relative;	
}
#top .left{
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;	
}
#top .left span{
	font-size: 12px;
	display: inline-block;
	width: 1px;
	background: #666;
	height: 10px;
	vertical-align: middle;
}
#top .left a{
	padding:0 4px;
	position:relative;
	top:1px;
}

#top .right{
	line-height:20px;
	text-align:right;
}
#top .right .login-wrap>span{
	font-size: 12px;
	display: inline-block;
	width: 1px;
	background: #666;
	height: 10px;
	vertical-align: middle;
}
#top .right>.search-wrap a,
#top .right>.login-wrap>a{
	font-size:inherit;
	color:#f00f34;	
	position:relative;
	
}
#top .right>div{
	display:inline-block;	
}

#top .lang-select a{
	display:block;
	height:48px;
	line-height:48px;
	text-align:left;
}

#top .lang-select ul{
	position:absolute;
	top:48px;
	display:none;
	z-index:1;
	background:#ecf0f2;
}
#top .lang-select:hover ul{
	display:block;	
}

#top .lang-select span,
#top .lang-select img{
	vertical-align:middle;
	margin-right:4px;	
}
#top .lang-select a span{
	display:none;	
}
.holding{
	/*display:none;*/
	font-style:inherit;	
}
#top .lang-select a{
	padding-left:14px;
	padding-right:10px;
	
}	
#top .lang-select ul a:hover img{
	box-shadow:1px 1px 3px rgba(0,0,0,0.4);
}
#top .lang-select ul a:hover span{
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);	
}
@media (min-width: 768px){
	#top .lang-select a{
		min-width:88px;
	}	
	.holding,
	#top .lang-select a span{
		display:inline-block;
	}
}



#top .right>.login-wrap{
	line-height:48px;
	position:relative;
	top:1px;
	padding:0 4px;
	color:#666;
}
#top .right>.login-wrap>a{
	
}
.fix-float{
	position:absolute;	
	z-index:2000;
}
#login-form{
	display:none;
	right:0;
	width:100%;
	top:48px;
	background:#000;
	padding:4px 1px 1px;
	text-align:left;
	line-height:1.6;
}

#login-form .nav{
	padding:0 4px;	
}
#login-form .nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%
}
#login-form .nav-tabs.nav-justified>li>a {
	border-radius: 4px 4px 0 0;
	margin-bottom: 0;
	white-space:nowrap;
}
	
#login-form .nav li a,
#login-form .nav li a:hover{
	border:none !important;	
	background:none;
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	font-weight:normal;
}
#login-form .nav li.active a{
	background:#fff;
	color:#333;	
}
#login-form .tab-content{
	background:#fff;
	padding:0 40px;
}

#login-form .input-wrap{
	padding:24px 0 0;
	border-bottom:solid 1px #e2e2e2;	
}
#login-form .input-wrap input{
	width:69%;
	border:none;	
	padding-left:0;
}
#login-form .input-wrap label{
	width:70px;	
	text-align:right;
	font-weight:normal;
}
.lang-cn #login-form .input-wrap label{
	width:50px;	
}
.lang-jp #login-form .input-wrap label{
	width:100px;
}
.lang-jp #login-form .input-wrap input{
	width:60%;
}
#login-form .type-wrap{
	padding:30px 0;	
	font-size:0;
}
#login-form .type-wrap a{
	font-size:0;
	display:block;
	width:100%;
	margin-bottom:6px;
	padding:10px 10px 11px;
	border:solid 1px #333;
	text-align:center;
	filter:alpha(opacity:70);
	opacity: 0.7;
}
@media (min-width: 480px){
	#login-form{
		left:15px;
		right:15px;
		width:auto;
	}
	#login-form .type-wrap a{
		display:inline-block;
		width:auto;
		margin-bottom:0;
		margin-left:0px;
	}
	#login-form .type-wrap a + a{
		margin-left:7px;	
	}
}
@media (min-width: 510px){
	#login-form{
		left:auto;
		width:480px;
	}
	#login-form .type-wrap a{
		padding:10px 15px 11px;
	}
	
}
@media (min-width: 768px){
	#login-form{
		right:75px;
	}	
}

#login-form .type-wrap a:hover{
	filter:none;
	opacity: 1;
}
#login-form .type-wrap a.active{
	filter:none;
	opacity: 1;
	border-color:#e87a87;	
	box-shadow: 0px 0px 6px rgba(232,122,135,1);
}
#login-form .tab-content .submit-wrap{
	margin:0 -40px;
	padding:8px 40px;
	background:#f4f4f4;	
	border-top:solid 1px #bbb;
}
#login-form .tab-content .submit-wrap .btn{
	margin:16px 0;	
}
#login-form .tab-content .submit-wrap .btn-reg{
	border:solid 1px #bbbbbb;
	background:#FFF;
	color:#333 !important;	
}
#login-form .tab-content .submit-wrap .btn-reg img{
	height:15px;
	vertical-align:baseline;
	position:relative;
	top:2px;
	padding:0 4px;
}
#login-form .tab-content .submit-wrap .btn-reg span{
	color:#f00f34;
}
#login-form .policy > div{
	height:114px;
	overflow-y:scroll;
	margin:6px 0 12px;
}
.forget_password,
.forget_password:hover {
    color: #f00f34;
    font-weight: bold;
    display: block;
    text-align: right;
}

#top .right .search-wrap{
	display:none;
	height:48px;
	min-width:44px;
	padding:12px 18px;
	line-height:24px;
	background:#F4F7F7;
	text-align:center;
	margin-left:12px;
	position:relative;
	vertical-align:bottom;
}
@media (min-width: 768px){
	#top .right .search-wrap{
		display:inline-block;
	}
}
#top .right .search-wrap .icon-search{
	position:absolute;
	right:24px;
	top:18px;
}
#top .right .search-wrap input{
	border:none;
	color:#333;
	border-radius:24px;
	line-height:12px;
	height:24px;
	width:24px;
	display:inline-block;
	visibility:hidden;
	padding:6px 10px;
	-webkit-transition: all .3s; 
	transition: all .3s;
}

#top .right .search-wrap:hover input{
	padding-right:24px;
	visibility:visible;
	width:160px;
	-webkit-transition: all .3s; 
	transition: all .3s;
}

#nav{
	padding-top:30px;
	background:#fff;
}
@media (min-width: 768px){
	#top{
		position:absolute;
		width:100%;
		z-index:999;
		top:0px;	
	}
	#nav{
		position:absolute;
		width:100%;
		z-index:998;
		top:48px;	
		box-shadow:0 6px 6px -6px rgba(0,0,0,0.2);
	}
	#nav.fix{
		position:fixed;
		top:0;
	}
	body{
		padding-top:149px;	
	}
	body.home{
		background:#fff;
	}
	
}
.navbar{
	padding-bottom:20px;
	margin-bottom:0;
}

#nav .logo{
	margin-top:-25px;
}
#nav .logo img{
	height:71px;	
}

.navbar-brand{
	float: left;
	height:auto;
	padding-bottom:0;
	font-size: 18px;
	line-height: 20px;
}
.navbar-default{
	border:none;
	background:#FFF;
}
.navbar-default .navbar-nav>li>a{
	color:#444;
}
.navbar-default .navbar-nav>li>a:hover{
	color:#000;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
	background:none;	
	color:#ff0066;
}

.navbar-collapse{
	border-top:0;	
}

.banner-wrap{
	width:100%;
	height:	213px;
	color:#FFF;
}

.banner-wrap .title{
	margin-top:60px;
	font-size:40px;	
}

.banner-wrap .desc{
	font-size:14px;	
}
@media (min-width: 768px){
	.banner-wrap{
		height:	260px;
	}
	.banner-wrap .title{
		margin-top:90px;
	}
}
.body-wrap{
	background:#fff;	
}
/*home start*/
#home-banner{
	position:relative;
}

.arrow-wrap{
	display:none;
	position:absolute;
	z-index:100;
	left:50%;
	bottom:0;
	width:100px;
	height:50px;
	margin-left:-50px;
	overflow:hidden;
}
.arrow-wrap a{
	position:absolute;
	top:30%;
	left:15%;
	background:#FFF;
	display:inline-block;
	width:70%;
	height:140%;
	-webkit-transform: rotate(45deg);   
	-moz-transform: rotate(45deg);       
	-ms-transform: rotate(45deg);        
	-o-transform: rotate(45deg);         
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=.5);
}
.arrow-wrap a span{
	display:inline-block;
	position:absolute;
	width:20%;
	height:20%;
	top:20%;
	left:20%;
	border:solid 1px #666666;
	border-top:none;
	border-left:none;
}

.arrow-wrap.red-bg a{
	background:#d82c41;
}
.arrow-wrap.red-bg a span{
	border-color:#FFF;
}

.carousel{
	overflow:hidden;	
}

.carousel-caption{
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;	
}
.carousel-caption a,
.carousel-caption img{
	display:inline-block;
	position:absolute;
	text-align:left;
}
.plaxify-wrap1 .px-1{
	width:24.01%;
	top:25%;
	left:38%;	
}
.plaxify-wrap1 .px-2{
	width:14.0625%;
	top:59%;
	left:43%;	
}
.plaxify-wrap1 .px-3{
	width:40.3645%;
	top:67%;
	left:30%;	
}

.plaxify-wrap2 .px-1{
	width:44.84375%;
	top:65%;
	left:28%;	
}
.plaxify-wrap6 .px-1,
.plaxify-wrap6 .px-2,
.plaxify-wrap2 .px-2{
	/*width:44.583%;*/
	top:0;
	left:0;	
}
.plaxify-wrap3 .px-1{
	width:11.302%;
	top:38%;
	left:30%;
	height:7.166666666%;
	border-radius:2px;
}
.lang-jp .plaxify-wrap3 .px-1,
.lang-cn .plaxify-wrap3 .px-1{
	width:9.6354%;
	left:30.85%;	
}
.plaxify-wrap3 .px-2{
	width:9.6354%;
	top:48%;
	left:30.85%;
	height:7.166666666%;
	border-radius:2px;
}
.plaxify-wrap3 .px-4 img,
.plaxify-wrap3 .px-2 img{
	position:relative;
	z-index:-1;	
}
.plaxify-wrap3 .px-3{
	width:11.302%;
	top:38%;
	right:30%;
	height:7.166666666%;
	border-radius:2px;	
}
.lang-jp .plaxify-wrap3 .px-3,
.lang-cn .plaxify-wrap3 .px-3{
	width:9.6354%;
	right:30.85%;	
}
.plaxify-wrap3 .px-4{
	width:9.6354%;
	top:48%;
	right:30.85%;
	height:7.166666666%;
	border-radius:2px;	
}
.plaxify-wrap3 .px-5{
	width:2.2917%;
	bottom:-2px;
	left:19.7917%;	
}
.plaxify-wrap3 .px-6{
	width:4.6354%;
	bottom:-2px;
	left:22.6042%;	
}
.plaxify-wrap3 .px-7{
	width:4.1667%;
	bottom:-2px;
	left:16.7708%;
}
.plaxify-wrap3 .px-8{
	width:2.7083%;
	bottom:-2px;
	right:22.2396%;	
}
.plaxify-wrap3 .px-9{
	width:4.5833%;
	bottom:-2px;
	right:17.5%;	
}
.plaxify-wrap3 .px-10{
	width:3.0729%;
	top:2.5%;
	left:29.7917%;	
}
.plaxify-wrap3 .px-11{
	width:3.59375%;
	top:18.6667%;
	left:18.4375%;	
}
.plaxify-wrap3 .px-12{
	width:1.3021%;
	top:36%;
	left:17.8125%;	
}
.plaxify-wrap3 .px-13{
	width:8.6979%;
	top:0%;
	right:9.6354%;	
}
.plaxify-wrap3 .px-14{
	width:5.1042%;
	top:35%;
	right:6.9271%;	
}
.plaxify-wrap3 .px-15{
	width:52.0833%;
	bottom:0;
	left:23.596%;	
}
.plaxify-wrap3 .px-16{
	width:89.4792%;
	bottom:0;
	left:2.8646%;	
}


.plaxify-wrap4 .px-1{
	width:20.8854%;
	height:35.66667%;
	bottom:20%;
	left:45%;
	z-index:100;
}
.plaxify-wrap4 .px-3,
.plaxify-wrap4 .px-2{
	/*width:44.583%;*/
	top:0;
	left:0;	
}

.lang-jp .plaxify-wrap4 .px-1{
	width:16.6146%;
}
.lang-cn .plaxify-wrap4 .px-1{
	width:15.5729%;
}

.carousel-control{
	background:none !important;
	z-index:100;	
	filter: alpha(opacity=100);
	opacity:1;
	width:12%;
	max-width:80px;
	min-width:40px;
}

.carousel-control .glyphicon,
.nivo-directionNav .nivo-prevNav,
.nivo-directionNav .nivo-nextNav{
	top:50%;
	margin-top:-8px;
	text-indent:-9999px;
	display:inline-block;
	width:15px;
	height:15px;
	border:solid 1px rgba(255,255,255,0.6);
	border-right:none;
	border-bottom:none;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(-135deg);        /* for IE */
	-o-transform: rotate(-135deg); 
	transform: rotate(135deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
	right:20px;
}
.carousel-control .glyphicon-chevron-left,
.nivo-directionNav .nivo-prevNav{
	right:auto;
	left:20px;
	-webkit-transform: rotate(-45deg);    /* for Chrome || Safari */
	-moz-transform: rotate(-45deg);       /* for Firefox */
	-ms-transform: rotate(-45deg);        /* for IE */
	-o-transform: rotate(-45deg);         /* for Opera */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-.5);
}
.carousel-control .glyphicon-chevron-left{
	margin-left:0px;
}
.carousel-control .glyphicon-chevron-right{
	margin-right:0px;
}

.carousel-control .glyphicon:hover,
.nivo-directionNav .nivo-prevNav:hover,
.nivo-directionNav .nivo-nextNav:hover{
	border-color:rgba(255,255,255,1);
}
.carousel-indicators{
	text-align:center;
	bottom:10px;
}
.nivo-controlNav{
	z-index:100;
	width:100%;
	text-align:center;
	position:absolute;
	bottom:-10px;	
}
@media (min-width: 768px){
	.arrow-wrap{
		display:block;	
	}
	.carousel-indicators{
		bottom:54px;
	}
	.nivo-controlNav{
		display:block;
		bottom:36px;
	}
	.carousel-control .glyphicon,
	.nivo-directionNav .nivo-prevNav,
	.nivo-directionNav .nivo-nextNav{
		margin-top:-15px;
		width:30px;
		height:30px;
	}
}
@media (min-width: 1200px){
	.carousel-control .glyphicon,
	.nivo-directionNav .nivo-prevNav,
	.nivo-directionNav .nivo-nextNav{
		margin-top:-20px;
		width:40px;
		height:40px;
	}
}
.carousel-indicators li,
.nivo-controlNav .nivo-control{
	display:inline-block;
	margin:4px;
	text-indent:-9999px;
	width:12px;
	height:12px;
	border:solid #FFF 2px;
	border-radius:12px;	
	font-weight:inherit;
	vertical-align: middle;
}
.carousel-indicators li.active,
.nivo-controlNav .nivo-control.active{
	margin:4px;
	background:rgba(255,255,255,0.6);
}


.c-item{
	margin-top:46px;
}
.c-about, .c-news, .c-products{
	text-align:center;	
}
.c-item .desc{
	font-size:16px;
	margin-top:20px;	
}
.c-item .row{
	margin-top:60px;
	margin-bottom:20px;	
}
.c-item .row > div{
	margin-bottom:40px;	
}
.c-item .row p{
	
}
@media (min-width: 768px){
	.c-item .row p{
		padding-left:20px;
		padding-right:20px;	
	}
}
@media (min-width: 992px){
	.c-item .row p{
		padding-left:40px;
		padding-right:40px;	
	}
}
.r-img-wrap{
	display:inline-block;
	width:234px;
	height:234px;
	border-radius:234px;
	background:#d82c41;
}
[class*=-img-wrap]{
	display:inline-block;
	margin-bottom:20px;
}

.c-certification{
	text-align:center;
}
body.home .c-certification{
	margin-top:10px;
}
.c-certification .c-logo-wrap{
	width:250px;
	max-width:100%;
	height:340px;
	margin:0 auto;
	border:solid 1px #d1cfcf;
	padding:40px 0 30px;
	display:block;
}
body.about .c-certification .c-logo-wrap{
	border:none;
	height:270px;
	padding:0;
}
.c-certification .c-logo-wrap img{
	width:200px;
	max-width:92%;	
}
.c-certification .c-logo-wrap p{
	width:160px;
	max-width:95%;	
	margin:30px auto 0;
	padding:0;	
}
.c-about .row .r-img-wrap{
	position:relative;
}

.c-about .row .r-img-wrap .abs{
	position:absolute;
	left:50%;
	
}
.c-about .row .r-img-wrap .bshadow{
	bottom:14px;
	margin-left:-43px;	
}
.about-info{
	margin-top: 10px;
	margin-bottom: 90px;
}
.about-info h4{
	margin-bottom: 0px;
	font-weight: 500;
	margin-top: 40px;
	color: #d51d33;
}
.about-info h5{
	margin-top: 30px;
	font-size: 1.2em;
	font-weight: 500;
}

.about-info p{
	color: #999
}
.about-info .col-md-12{
	margin-top: 50px;
}
@media (min-width: 768px){
	.about-info{
		margin-top: 60px;
	}
	.lang-cn .about-info{
		background: url(images/logo-avazu-grey.png) no-repeat 15px bottom/213px;
	}
	.about-info .row,
	.about-info.row{
		margin-left: -30px;
		margin-right: -30px;
	}
	.about-info [class*="col-"]{
		padding: 0 30px;
	}
	.about-info .col-sm-4 + .col-sm-4{
		border-left: dashed 1px rgb(242,242,242);
	}
	.about-info h4{
		margin-top: -8px;
	}
}

.c-products{
	background:#d82c41;
	position:relative;
}

.c-products .white{
	color:#FFF;	
}
.c-products .find-wrap{
	position:relative;
	padding-top:40px;
	padding-bottom:40px;
	background:#e8e8e8;
	font-size:18px;
}
.c-products .bspan{
	font-weight:normal;
		
}
.c-products .bspan span{
	display:block;
	font-size: 1.4em;
	line-height:1.6;	
}
.c-products .row img {
	width:228px;
}
.find-btn,.view-btn{
	display:inline-block;
	padding:8px 24px;
	border:solid 2px #333;
	border-radius:4px;	
	margin-left:24px;
}

.c-products .find-btn{
	margin-top:10px;
	margin-bottom:10px;
	
}
.c-products .find-btn:hover{
	background:#dadada;
}

.view-btn{
	color:#d13c47;
	border-color:#d13c47;	
	margin-top:10px;
}
@media (min-width: 768px){
	.view-btn{	
		margin-top:-10px;
	}
}
.view-btn:hover{
	color:#d13c47;
	background:#fff5f5;
}

.c-news .row{
	text-align:left;
}
.c-news .row .cover{
	opacity:0.5;	
}
.c-news .row .cover:hover{
	opacity:1;
}
.c-news .content{
	margin:20px 0 0;	
	line-height:1.7;
}
.c-news .content h5{
	height:40px;
	overflow:hidden;
	line-height:1.4;
}

.c-news .content .p{
	margin-top:20px;
	height:60px;
	overflow:hidden;
}


.c-news .content .rmore{
	display:inline-block;
	margin-top:10px;
	color:#d13c47;
	margin-bottom:0px;
}
.c-news .content .rmore span{
	opacity:0;
	display:inline-block;
	margin-left:4px;
}
.c-news .content .rmore:hover span{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: .4s;	
	-webkit-animation-duration: .4s;

	visibility: visible !important;			
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.c-partner{
	margin-top:40px;
	background:#e8e8e8;	
	text-align:center;
	padding:46px 0 66px;
}

.c-partner .part-wrap{
	height:70px;
	overflow:hidden;	
}
.c-partner .part-wrap li{
	float:left;
	margin:5px;
	width:60px;
	height:60px;
}
.cover{
	display:block;	
}


/*home end*/
/*about start*/
.c-avazu-about{
	background:#F5F5F5;	
	margin-top:0;
	padding-top:20px;
	padding-bottom:40px;
	text-align:left;
}
.c-avazu-about .container p{
	padding: 0;
}
.c-avazu-about .row > div{
	margin-bottom:20px;	
}
.c-avazu-about .row > div:first-child{
	text-align:center;
}
@media (min-width: 768px){
	.c-avazu-about .row > div:first-child{
		text-align:left;
	}
}
/*about end*/
/*cat news start*/
.news-wrap{
	margin-top:60px;
	margin-bottom:60px;	
}
.news-wrap .grey{
	color:#ccc;	
}
.news-content img{
	height:auto;	
}
/*cat news end*/

/*whitepapers start*/
.c-whitepapers,
.c-news,
c-open{
	word-wrap: break-word; 
}
.c-whitepapers,
.c-contact,
.c-opt-out{
	text-align:left;	
	margin-bottom:40px;	
}
.c-whitepapers .row h4{
	padding-top:0;
	margin-top:0;	
}
.c-whitepapers .row .col-sm-4{
	margin-bottom:20px;	
}
.get-wp-form {
	width: 368px;
	position: fixed; 
	z-index: 998;
	top: -1000px;
	left: 50%;
	margin-left: -184px;
	background: #fff;
	padding:0 30px;
	border-radius: 4px; -moz-border-radius: 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}
.get-wp-form.active {
	top: 80px; 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.get-wp-form h4 {
	margin:30px 0 20px;
}
.get-wp-form .wpcf7-response-output {
	margin-bottom: 20px !important;
}
.get-wp-form input[type="submit"] {
	background:#d7273c !important;
	width: 100%;
	padding: 10px 30px;
	z-index: 99;
	border-radius: 4px; -moz-border-radius: 4px;
	border: 0;		
	color: #fff;	
}
.get-wp-form .btn-close {
	display:inline-block;
	color: #ff0066;
	float:right;
	font-size:20px;
	margin-top:10px;
	margin-right:-20px;
	-webkit-transition: all .5s; 
	transition: all .5s;
}
.get-wp-form .btn-close:hover{
	-webkit-transform: rotate(180deg);   
	-moz-transform: rotate(180deg);       
	-ms-transform: rotate(180deg);        
	-o-transform: rotate(180deg);         
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transition: all .5s; 
	transition: all .5s;
}
.wp_crm_contact_form .control-group{
	margin:16px 0;	
}
.wp_crm_contact_form .wp_crm_submit_row .control-group{
	margin-bottom:30px;	
}
.wp_crm_contact_form .wp_crm_input_label{
	width:100px;
	display:inline-block;
	font-weight:normal;	
	text-align:left;
	float:left;
}
.wp_crm_contact_form .wp_crm_input_wrapper{
	display:inline-block;	
}
.wp_crm_contact_form .wp_crm_submit_row .wp_crm_input_wrapper{
	margin-left:100px;
}


.wp_crm_contact_form .wp_crm_input_wrapper input[type="text"]{
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 14px;
	outline: 0;
	width:206px;
}
.wp_crm_contact_form .wp_crm_form_response{
	display:none;	
}
.wp_crm_contact_form .wp_crm_error_messages{
	color:#f73e55;
	display:block;
	width:206px;
}

/*whitepapers end*/

.btn:active,.btn.active{
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow:none;
}
.btn-down,
.wpcf7-submit{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-down,btn-down:hover,
.wpcf7-submit,wpcf7-submit:hover,
.btn-more,.btn-more:hover,
.btn-opt2,.btn-opt2:hover{
	padding:10px 30px;
	background:#d7273c;
	color:#FFF !important;
	margin-top:20px;
	margin-bottom:20px;
}
iframe{
	vertical-align:middle;	
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select,
textarea{
	border:solid 1px #e2e2e2;
	padding:6px;
	resize:none;
	background:#FFF url(images/whitebg.png) repeat;
}
.contact-form{
	margin-top:40px;	
}
.c-contact input[type=text],
.c-contact input[type=email],
.c-contact input[type=tel],
.c-contact input[type=password],
.c-contact textarea,
.c-contact select,
.wpcf7-submit{
	margin-top:6px;
	width:400px;
	max-width:100%;
	line-height:1.6;
}
.c-contact textarea{
	width:100%;
	height:200px;
}
.wpcf7-form p{
	margin-bottom:20px;	
}
.wpcf7-not-valid-tip{
	margin-top:4px;
	display:block;
	font-size:1em;
	color:#F00;	
}
.wpcf7-captchar{
	width:72px !important;	
}
.screen-reader-response,
.wpcf7-response-output.wpcf7-validation-errors{
	display:none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok{
	color:#d7273c;
	font-size:1.2em;	
}



.c-opt-wide{
	margin-top:40px;
	padding-top:40px;
	padding-bottom:40px;
	background:url(images/optout-bg.png) no-repeat center center;
}
.c-opt-wide .container,
.c-opt-wide .container > div{
	background:#FFF;	
	text-align:left;
}
.c-opt-wide .row > div{
	margin-bottom:20px;
}

.btn-opt,.btn-opt:hover{
	display:inline-block;
	border-radius:4px;
	padding:12px 30px;
	border:solid 1px #ccc;
	color:#999;	
	font-size:14px;
	font-weight:bold;
}

.red-header{
	color:#FFF;
	background:#d82c41;	
	margin-top:60px;
	margin-bottom:0;
	padding:16px;
	text-align:center;
}
.border-bag{
	border:solid 1px #e8e8e8;
	padding:15px;
	border-top:none;	
	height:400px;
	overflow-y:scroll;
}
.border-bag ul{
	padding-left:20px;
	list-style-type: disc;
	line-height:1.6;
}
.border-bag ul li{
	list-style-type: disc;
	margin-bottom:10px;
}

.ex-check,.ex-radio{
	margin-top:6px;
	margin-right:20px;
	position:relative;	
	font-weight:normal;
	display:inline-block;
}

.ex-check input,
.ex-radio input{
	visibility: hidden;
	width:0;
	position:absolute;
}


.ex-check span,
.ex-radio span{
	display:inline-block;
	position:relative;
	width:16px;
	height:16px;
	border:solid 1px #ccc;
	border-radius:3px;
	text-align:center;
	line-height:14px;
	margin-right:4px;
	color:#e8e8e8;
	vertical-align:text-bottom;
}
.ex-radio span{
	border-radius:16px;
}
.ex-radio span:after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	border-radius:8px;
	position:absolute;
	left:3px;
	top:3px;
	background:#e8e8e8;
}


.ex-radio input:checked + span,
.ex-check input:checked + span{
	border-color:#999;
	color:#FF0000;
}
.ex-radio input:checked + span:after{
	background:#FF0000;	
}
.btn-wrap{
	margin-top:20px;	
}

.btn-wrap .or{
	display:inline-block;
	padding:0 30px;	
}

@media (max-width: 560px){
	.btn-wrap .or{
		display:block;
		color:#FFF;
		height:0;
		overflow:hidden;	
	}
}
.btn-opt2,.btn-opt2:hover{
	background:#fff;
	border-color:#333;
	color:#333 !important;	
}

@media (min-width: 768px){
	.c-opt-wide{
		padding-top:80px;
		padding-bottom:80px;
	}
	.c-opt-wide .container{
		background:none;
	}
	.c-opt-wide .row{
		padding:50px 70px;
	}
	.btn-opt{
		margin-top:40px;
	}
}

/*register start*/
.c-register .desc{
	font-size:14px;
}

.c-register .chosen-container{
	margin-top:4px;	
}

/*register end*/

/*product start*/
.c-product .left{
	position:relative;
	z-index:0;
}
.c-product .nav-pills{
	font-size:1.2em;
		
}
.c-product .nav-pills>li>a{
	border-radius:0;
	background:#fff !important;
	padding:16px;
}

.c-product .nav-pills>li.active>a{
	color:#d51d33;
	background:#f9f9f9 !important;
	font-weight:bold;
	box-shadow:inset 0 -4px 4px -4px rgba(0,0,0,0.4);
}
.c-product .nav-pills>li>a.cate{
	white-space:nowrap; 
	position:relative;
	z-index:1;
	background:rgba(213, 29, 51, .8) !important;
	color:#FFF;
	box-shadow:0px 12px 12px  rgba(0,0,0,0.4);
	box-shadow:0px 6px 6px -3px rgba(0,0,0,0.4);
}
.c-product .nav-pills>li.active>a.cate{
	background:rgba(213, 29, 51, 1) !important;
}
.c-product .nav-pills>li>a.cate span{
	display:block;
	font-size:1.6em;
}
.c-product .row{
	margin-top: 30px;
}
.c-product .title{
	font-weight: bold;
	color: #d51d33;
	font-size: 1.6em;
}
.c-product .tab-content,
.c-product .tab-content h6{
	line-height: 2;
}

.c-product .tab-content .mtb-20 .item{
	padding:15px 20px;
	margin:0 -15px 12px;
}
.c-product .tab-content .mtb-20 .center{
	height: 115px;
	border: none !important;
	margin: 0 !important;
}
.lang-en .c-product .tab-content .mtb-20 .center{
	height: 135px;
}
.c-product .tab-content .mtb-20 .center:nth-child(2n+1){
	background: rgb(244,244,244);
}
.c-product .tab-content .mtb-20 .center .item{
	text-align: center;
	margin: 0;
	color: #999;
}
.c-product .tab-content .mtb-20 .center .item h5{
	color: #333;
	line-height: 24px;
	margin:0;
}
.c-product .tab-content #apx .mtb-20 .item{
	padding:15px 30px;
}
.c-product .tab-content .mtb-20 h5,
.c-product .tab-content .mtb-20 h6{
	font-weight: bold;
}
.c-product .tab-content #apx .mtb-20 h5{
	color: #d51d33;
	font-size: 1.2em;
}
.c-product .tab-content #amb .mtb-20 h6,
.c-product .tab-content #game .mtb-20 h6,
.c-product .tab-content #apx .mtb-20 h6{
	display: list-item;
	margin-left: 14px;
	margin-top: 24px;
	color: #333;
}.c-product .tab-content #apx .mtb-20 h6:first-child{
	margin-top:10px;
}
.c-product .tab-content #game .mtb-20 h6{
	margin-top:0;
}
.c-product .tab-content #apx .mtb-20 .col-md-6+.col-md-6 h6{
	font-weight: normal;
}
.c-product .tab-content .mtb-20 .col-md-4,
.c-product .tab-content .mtb-20 .col-md-6{
	margin-bottom: 0;
}
.c-product .tab-content #amb .mtb-20{
	color: #999;
	font-weight: normal;
}
.c-product .tab-content #amb {
	font-weight: bold;
}
.c-product .tab-content #amb .mtb-20 h5{
	color: #333;
}
.c-product .tab-content #amb .mtb-20 .title{
	font-size: inherit;
}

.c-product .c-about h5{
	font-size: 1.6em;
}
.c-product .c-about p{
	color: #999;
	padding-left: 0;
	padding-right: 0;
}


.mvp-item {
	border:none !important;
}
.mvp-item img{
	height: 70px;
	margin:20px 0 10px !important;
}
.mvp-item h5{
	color: #d51d33;
}
.mvp-item .info{
	color: #999;
	height: 96px;
}
.matrix img{
	height: 90px;
}
.matrix .info{
	height: 48px;
}

@media (min-width: 992px){
	.c-product .tab-content .mtb-20 .col-md-4,
	.c-product .tab-content .mtb-20 .col-md-6{
		border-right:solid 1px #f4f4f4;
	}
	.c-product .tab-content .mtb-20 .col-md-4:last-child,
	.c-product .tab-content .mtb-20 .col-md-6:last-child{
		border-right: none;
	}
	.c-product .tab-content .mtb-20 .col-md-6 + .col-md-6,
	.c-product .tab-content .mtb-20 .col-md-4 + .col-md-4{
		border-left:solid 1px #f4f4f4;
		margin-left:-1px;
		padding-left:16px;
	}
	.c-product .tab-content .mtb-20 .col-md-6 .item + .item,
	.c-product .tab-content .mtb-20 .col-md-4 .item + .item{
		border-top:solid 1px #f4f4f4;
	}

	.c-product .tab-content .mtb-20 .center.col-md-6{
		background: #fff;
	}

	.c-product .tab-content .mtb-20 .center.col-md-6:nth-child(4n),
	.c-product .tab-content .mtb-20 .center.col-md-6:nth-child(4n+1){
		background: rgb(244,244,244);
	}

	.c-product .c-about {
		text-align: left;
		margin-left: 20px;
	}
	
	.c-product .c-about .row{
		margin-bottom: 0;
	}
	.c-product .c-about .row > div{
		margin-bottom: 0;
	}
	.c-product .c-about .row > div + div{
		margin-top: -20px;
	}
	.c-product .c-about .row-reverse div:last-child{
		text-align: right;
	}
	.flex{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.row-reverse{
		-webkit-box-orient:horizontal;
		-webkit-box-direction:reverse;
		-webkit-flex-direction:row-reverse;
		    -ms-flex-direction:row-reverse;
		        flex-direction:row-reverse;
	}
	.align-center{
		-webkit-box-align:center;
		-webkit-align-items:center;
		    -ms-flex-align:center;
		        align-items:center;
	}
	
}




/*open start*/
.c-open .row{
	margin-top:40px;
}
.c-open .nav-pills>li>a{
	border-radius:0;
	background:#f3f3f3;
	padding-top:15px;
	padding-bottom:15px;
	font-size:1.2em;
	
}
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus,
.nav-pills>li.active a{
	background:#d51d33;
}
.c-product .right .hor .img-wrap{
	margin-bottom:20px;
}
.stitle{
	color:#d51d33;
	font-size:14px;	
}
.mtb-20 img{
	margin-top:-10px;
	margin-bottom:-20px;	
}
#game .row + .row{
	margin-top:0px;	
}
#game .row > div{
	margin-bottom:10px;	
}
#game .row > div img{
	margin-top:20px;	
}
@media (min-width: 768px){
	.sm-tr{
		text-align:right;	
	}
	.c-open .left{
		margin-top:30px;	
	}
	.c-product .left{
		margin-top:50px;	
	}
	.c-product .right{
		margin-top:-20px;
		/*padding-left:30px;*/
	}
	.c-product .right #dsp .hor .img-wrap{
		height:80px;
	}
	
	.fenge{
		left:-15px;
		width:9px;
		position:absolute;
		background:url(images/fenge.png) left center no-repeat;
		min-height:500px;
		background-size:9px;
	}
	.c-product .fenge{
		background-size:18px;
		min-height:965px;
		width:18px;
	}
	.c-product .nav-pills{
		text-align:center;
	}
	
	
	.c-open .nav-pills>li>a{
		padding-left:24px;
	}
	
	.c-product .nav-pills>li>.cate,
	.c-open .nav-pills>li.active a{
		margin-right:-14px;	
		padding-right:29px;
	}
	.c-product .nav-pills>li>.cate{
		margin-top:12px;
	}
	.c-open .nav{
		margin-top:20px;	
	}
}

/*open end*/


/*map start*/
.map-tab .nav-pills>li+li{
	margin-left:0;	
}

.map-tab .nav-pills a{
	background:#ebebeb;
	margin:0 7px 6px 0;
	text-align:center;
	/*border:solid 1px #dfdfdf;*/
}

.map-tab .nav-pills .active a{
	border-color:#d51d33;
}
@media (min-width: 992px){
	.map-tab .nav-pills a{
		border-bottom:none;
		margin-bottom:0;	
		width:auto;
		border-radius:4px 4px 0 0;
		min-width:64px;
	}
	.lang-jp .map-tab .nav-pills a{
		min-width:5px;
		margin-right:6px;
	}
	.lang-cn .map-tab .nav-pills a{
		min-width:72px;
	}
}
@media (min-width: 992px) {
  .map-tab .nav-pills a,
  .lang-cn .map-tab .nav-pills a{
    /*min-width:90px;*/
  }
}


.c-map{
	height:480px;
	background:#ccc;
	box-shadow:inset 0 20px 20px -20px rgba(0,0,0,0.6);
}
.map-1{
	background:url(images/map-bg1.png) center center no-repeat;	
}
.map-2{
	background:url(images/map-bg2.png) center center no-repeat;	
}
.map-3{
	background:url(images/map-bg3.png) center center no-repeat;	
}
.map-4{
	background:url(images/map-bg4.png?v=1) center center no-repeat;	
}
.map-5{
	background:url(images/map-bg5.png) center center no-repeat;	
}
.map-6{
	background:url(images/map-bg6.png) center center no-repeat;	
}
.map-7{
	background:url(images/map-bg7.png) center center no-repeat;	
}
.map-8{
	background:url(images/map-bg8.png) center center no-repeat;	
}
.map-9{
	background:url(images/map-bg9.png) center center no-repeat;	
}
.map-10{
	background:url(images/map-bg10.png) center center no-repeat;	
}
.map-11{
	background:url(images/map-bg11.png) center center no-repeat;	
}
.map-12{
	background:url(images/map-bg12.png) center center no-repeat;	
}
.map-13{
	background:url(images/map-bg13.png) center center no-repeat;	
}
.c-map .point-wrap{
	width:303px;
	display:block;
	position:relative;
	margin:0 auto;
	top:80px;
	left:-4px;
	vertical-align:bottom;
}

.map-1 .point-wrap{
	top:84px;
	left:-6px;
}
.map-2 .point-wrap{
	top:72px;
	left:-4px;
}
.map-3 .point-wrap{
	top:72px;
	left:-4px;
}
.map-4 .point-wrap{
	top:72px;
	left:-4px;
}
.map-5 .point-wrap{
	top:82px;
	left:-4px;
}
.map-6 .point-wrap{
	top:83px;
	left:-8px;
}
.map-7 .point-wrap{
	top:84px;
	left:-8px;
}
.map-8 .point-wrap{
	top:85px;
	left:-8px;
}
.map-9 .point-wrap{
	top:88px;
	left:-58px;
}
.map-11 .point-wrap{
	top:64px;
	left:-6px;
}
.c-map .point-wrap .point{
	padding-top:2px;
	height:70px;
	padding-bottom:10px;
	padding-left:82px;
	line-height:1.3;
	background:url(images/map-point2.png) 33px 0px no-repeat;
	color:#d82c41;
	font-size:1.2em;
}
.map-2 .point-wrap .point{
	background:url(images/map-point1.png) 13px 0px no-repeat;
}
.c-map .point-wrap .point-img-wrap{
	position:relative;	
	z-index:1;
	margin-bottom:0;
}
.c-map .point-wrap .thir{
	background:#d82c41;
	width:12px;
	height:12px;
	position:absolute;
	top:-6px;
	left:48px;
	-webkit-transform: rotate(45deg);   
	-moz-transform: rotate(45deg);       
	-ms-transform: rotate(45deg);        
	-o-transform: rotate(45deg);         
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=.5);
	z-index:-1;
}
.c-map .point-wrap .point-img-wrap img{
	border:solid 1px #d82c41;
	box-shadow:5px 5px 2px rgba(0,0,0,0.2);
}
.c-map .point-wrap .point-img-wrap .text-title{
	position:absolute;
	padding:12px 15px;
	line-height:1.4;
	left:1px;
	right:1px;
	top:1px;
	color:#FFF;	
	text-shadow:2px 2px 1px rgba(0,0,0,0.9);
	font-weight:bold;
	font-size:1.6em;
}
.c-map .point-wrap .point-img-wrap .text-wrap{
	position:absolute;
	padding:12px 15px;
	line-height:1.4;
	left:1px;
	right:1px;
	bottom:1px;
	background:rgba(0,0,0,0.6);
	color:#FFF;	
}
.c-map .point-wrap .point-img-wrap .text-wrap span{
	color:#ff001f;	
}

/*map end*/

/*search result start*/
.c-result{
	min-height:400px;	
	margin-top:60px;
}
.c-result .searchfor{
	font-size:1.4em;
	margin-bottom:30px;
}

.c-result .item{
	margin-top:20px;
	margin-bottom:60px;	
}
.c-result .rmore{
	color:#d13c47;	
}

.c-offer{
	background:#e8e8e8;	
	position:relative;
}
.c-offer .container .c-wrap{
	position:relative;
	padding-top:20px;
}
.c-offer .title{
	position:absolute;
	z-index:1;
	top:-33px;
	background:url(images/title-bg.png) no-repeat;
	max-width:100%;
	width:359px;
	height:52px;
	line-height:52px;
	color:#fff;
	text-align:center;
	font-size:16px;
}
@media (min-width: 425px){
	.c-offer .title{
		width:377px;
		padding-right:18px;	
	}
}
.c-offer .btn{
	margin-top:40px;
	margin-bottom:60px;	
}
.c-offer .btn span{
	position:relative;
	right:-20px;
	top:2px;
	font-size:16px;
}
.c-offer .item{
	padding:10px 20px;
	background:#fff;	
	margin: 20px 0 20px 0;
	position:relative;
}
.c-offer .container .c-wrap h5{
	line-height:1.4;
	margin:10px 0 4px;
}
.c-offer .item-wrap .order,
.c-offer .item .up{
	display:none;
}

@media (min-width: 768px){
	.c-offer .container .c-wrap{
		margin-top:0;	
		padding-top:0;
	}
	
	.c-offer .item-wrap{
		width:30%;
		position:relative;
	}
	.c-offer .item-1,
	.c-offer .item-3,
	.c-offer .item-5{
		position:absolute;
		
	}
	.c-offer .item-1{
		left:0;	
	}
	.c-offer .item-3{
		left:35%;
	}
	.c-offer .item-5{
		right:0;	
	}
	.c-offer .item-2{
		margin-left:17.5%;
		float:left;
	}
	.c-offer .item-4{
		margin-left:5%;
		float:left;
	}
	.c-offer .item-wrap .order{
		display:block;
		text-align:center;
	}
	.c-offer .item-wrap .order .v-line{
		display:inline-block;
		width:2px;
		height:100px;
		background:#d7273c;
	}
	.c-offer .item-2 .order .v-line,
	.c-offer .item-4 .order .v-line{
		height:360px;
	}
	.c-offer .item-wrap .order .n-order{
		display:block;
		margin:-10px auto 0;
		background:#d7273c;
		color:#fff;
		width:40px;
		height:40px;
		border-radius:40px;
		line-height:40px;
		font-size:20px;
	}
	.c-offer .item .up{
		display:block;
		width:16px;
		height:16px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		background:#FFF;
		position:absolute;
		left:50%;
		margin-left:-8px;
		top:-6px;
	}
}
@media (min-width: 992px){
	.c-offer .item-2 .order .v-line,
	.c-offer .item-4 .order .v-line{
		height:340px;
	}
}
@media (min-width: 1200px){
	.c-offer .item-2 .order .v-line,
	.c-offer .item-4 .order .v-line{
		height:320px;
	}
}
/*search result end*/

#footer{
	color:#FFF;
	background:#d82c41;	
}
#footer .bottom-link{
	padding-top:50px;
	padding-bottom:50px;
}
#footer .bottom-link h4{
	margin-top:20px;	
}
#footer .bottom-link li{
	margin-left:2px;
	margin-top:10px;
	color:#F9F9F9;	
}
#footer .bottom-link li:hover{
	color:rgba(255,255,255,0.8);	
}

.copyright{
	width:100%;
	padding:20px 0px;
	background:#292929;	
	color:#bbbbbb;
	line-height:32px;
}

.copyright .share-wrap a{
	background:#df4a30;
	color:#fff;
	width:32px;
	height:32px;
	display:inline-block;
	line-height:32px;
	font-size:16px;
	text-align:center;
	border-radius:4px;
}

.copyright .policy{
	text-align:left;	
}
@media (min-width: 768px){
	.copyright .policy{
		text-align:right;	
	}
	.copyright .share-wrap{
		padding-left:35px;
	}
	.copyright .policy{
		padding-right:35px;	
	}
	
}
.copyright .policy a{
	color:#de4a30;
}
.totop-btn{
	display:inline-block;
	width:32px;
	height:32px;
	position:fixed;
	bottom:20px;
	right:20px;
}

.fix-bg{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,.5);	
	z-index:1000;
	display:none;
}
/**animation start*/
.share-wrap a{
	transition-duration: 0.3s;
	-webkit-transition: 0.3s;
	box-shadow: inset 0 0px 0 0 #d7273c !important;
}
.share-wrap a:hover{
	box-shadow: inset 0 40px 0 0 #d7273c !important;
}

.hdeep{
	transition-duration: 0.7s;
	-webkit-transition: 0.7s;
	box-shadow: inset 0 0px 0 0 rgba(0,0,0,0.16) !important;
}
.hdeep:hover{
	box-shadow: inset 0 60px 0 0 rgba(0,0,0,0.16) !important;
}

.hdown{
	
}
.hdown:hover{
	transform: translateY(5%);
	-webkit-transform: translateY(5%);
}

#to-apx{
	position:fixed;
	bottom:80px;
	right:0;
	display:block;
	background:url(images/banner-native.png) top right no-repeat;	
	width:179px;
	height:150px;
	background-size:179px;
	z-index:100;
}
#to-apx img{
	display:none;
	width:254px;
	max-width:254px;
	top:110px;
	right:16px;
	position:absolute;	
}
#to-apx:hover img{
	display:block;
}

.opacity0{
	opacity: 0;
}

.delay1 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.delay2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.delay3 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay4 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.fd1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.fd2 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.fd3 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
.fd4 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
.fd5 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.fd6 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.fd7 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.fd8 {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.fd9 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.fd10 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.fd11 {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
}
.fd12 {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}
.fd13 {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s;
}
.fd14 {
	-webkit-animation-delay: 2.8s;
	animation-delay: 2.8s;
}
.fd15 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.fd16 {
	-webkit-animation-delay: 3.2s;
	animation-delay: 3.2s;
}
.fd17 {
	-webkit-animation-delay: 3.4s;
	animation-delay: 3.4s;
}
.fd18 {
	-webkit-animation-delay: 3.6s;
	animation-delay: 3.6s;
}
.fd19 {
	-webkit-animation-delay: 3.8s;
	animation-delay: 3.8s;
}
.fd20 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	/*visibility: visible !important;	
	opacity: 1;*/
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	
}
@keyframes fadeIn {
	0% {
		opacity: 0.0;		
	}
	100% {
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0.0;		
	}
	100% {
		opacity: 1;	
	}		
}
.fadeOut{
	animation-name: fadeOut;
	-webkit-animation-name: fadeOut;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	/*visibility: visible !important;	
	opacity: 1;*/
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	
}
@keyframes fadeOut {
	0% {
		opacity: 1;		
	}
	100% {
		opacity: 0.0;	
	}		
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;		
	}
	100% {
		opacity: 0.0;	
	}		
}

.fadeInOut{
	animation-name: fadeInOut;
	-webkit-animation-name: fadeInOut;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	/*visibility: visible !important;	
	opacity: 1;*/
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	
}
@keyframes fadeInOut {
	0%{
		opacity: 0.0;	
	}
	50% {
		opacity: 1;		
	}
	100% {
		opacity: 0.0;	
	}		
}

@-webkit-keyframes fadeInOut {
	0%{
		opacity: 0.0;	
	}
	50% {
		opacity: 1;		
	}
	100% {
		opacity: 0.0;	
	}		
}

.expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 1.2s;	
	-webkit-animation-duration: 1.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}


@keyframes expandOpen {
	0% {
		opacity: 0;
		transform: scale(1.8);		
	}
	50% {
		transform: scale(0.95);
	}	
	80% {
		transform: scale(1.05);
	}
	90% {
		transform: scale(0.98);
	}	
	100% {
		transform: scale(1);
		opacity: 1;
	}			
}

@-webkit-keyframes expandOpen {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);		
	}
	50% {
		-webkit-transform: scale(0.95);
	}	
	80% {
		-webkit-transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(0.98);
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}					
}

.slideLeft2{
	animation-name: slideLeft2;
	-webkit-animation-name: slideLeft2;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes slideLeft2 {
	0% {
		transform: translateX(150%);
		opacity: 0;
	}
	50%{
		transform: translateX(-8%);
	}
	65%{
		transform: translateX(4%);
	}
	80%{
		transform: translateX(-4%);
	}
	95%{
		transform: translateX(2%);
	}			
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@-webkit-keyframes slideLeft2 {
	0% {
		-webkit-transform: translateX(150%);
		opacity: 0;
	}
	50%{
		-webkit-transform: translateX(-8%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}
	80%{
		-webkit-transform: translateX(-4%);
	}
	95%{
		-webkit-transform: translateX(2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
}
.slideRight2{
	animation-name: slideRight2;
	-webkit-animation-name: slideRight2;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes slideRight2 {
	0% {
		transform: translateX(-150%);
		opacity: 0;
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}			
	100% {
		transform: translateX(0%);
		opacity: 1;
	}	
}

@-webkit-keyframes slideRight2 {
	0% {
		-webkit-transform: translateX(-150%);
		opacity: 0;
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
}
.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: .5s;	
	-webkit-animation-duration: .5s;

	visibility: visible !important;			
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes slideLeft {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}	
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}	
}

.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: .5s;	
	-webkit-animation-duration: .5s;

	visibility: visible !important;			
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes slideRight {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}	
}
.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: .5s;	
	-webkit-animation-duration: .5s;

	visibility: visible !important;			
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0%);
		opacity: 1;
	}	
}

.slideDown2,
.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: .5s;	
	-webkit-animation-duration: .5s;

	visibility: visible !important;			
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.slideDown2{
	animation-name: slideDown2;
	-webkit-animation-name: slideDown2;
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}	
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0%);
		opacity: 1;
	}	
}

@keyframes slideDown2 {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 0.8;
	}	
}

@-webkit-keyframes slideDown2 {
	0% {
		-webkit-transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0%);
		opacity: 0.8;
	}	
}

.fast {
	animation-duration: .5s;	
	-webkit-animation-duration: .5s;
}
.faster {
	animation-duration: .4s;	
	-webkit-animation-duration: .4s;
}
/**animation end*/