	/*animate*/

body, html {
    width: 100%;
    height: 100%;
    position: relative;

}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        opacity: 0.3;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-webkit-keyframes fadeInUp{
	0%{opacity:0;
	-webkit-transform:translateY(20px)}
	100%{opacity:1;
	-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
0%{opacity:0;
-moz-transform:translateY(20px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
@-webkit-keyframes flipInX{
	0%{-webkit-transform:perspective(400px) rotateX(90deg);
	opacity:0}
	40%{-webkit-transform:perspective(400px) rotateX(-10deg)}
	70%{-webkit-transform:perspective(400px) rotateX(10deg)}
	100%{-webkit-transform:perspective(400px) rotateX(0deg);
	opacity:1}
	}
	@-moz-keyframes flipInX{
	0%{-moz-transform:perspective(400px) rotateX(90deg);
	opacity:0}
	40%{-moz-transform:perspective(400px) rotateX(-10deg)}
	70%{-moz-transform:perspective(400px) rotateX(10deg)}
	100%{-moz-transform:perspective(400px) rotateX(0deg);
	opacity:1}
}
@-webkit-keyframes pulse{
0%{-webkit-transform:scale(1)}
50%{-webkit-transform:scale(1.1)}
100%{-webkit-transform:scale(1)}
}
@-moz-keyframes pulse{
0%{-moz-transform:scale(1)}
50%{-moz-transform:scale(1.1)}
100%{-moz-transform:scale(1)}
}
@-webkit-keyframes fadeInDown{
0%{opacity:0;
-webkit-transform:translateY(-20px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInDown{
0%{opacity:0;
-moz-transform:translateY(-20px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}
100%{opacity:1;-webkit-transform:translateX(0)}}
@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}
100%{opacity:1;-moz-transform:translateX(0)}}
	#loader .load_logo{
		width:60%;
		max-width:260px;
		margin:auto;
	}
	#loader .load_logo img{
		width:100%;
	}
	.ej_header{
		position:fixed;
		height:66px;
		width:100%;
		z-index:111;
	}
	.ease {
		-webkit-transition: all 0.6s ease-in-out;
	}
	.fadeOutUp {
		-webkit-animation: 2s fadeOutUp ease-in-out infinite;
		animation:2s fadeOutUp ease-in-out infinite;
	}
	.screen {
		-webkit-transform-style: preserve-3d;
	}
	.global {
		position: relative;
		
		width: 100%;
		/* overflow: hidden; */
		
	}
	.swipe_tip {
		width: 36px;
		height: 39px;
		z-index: 5;
		margin: 0 0 0 -25px;
		position: absolute;
		margin: 0 auto;
		bottom: 25px;
		background: url(../../phone/hdtip_bg.png) no-repeat;
		-webkit-background-size: 36px 39px;
		right:12px;
	}
	.swiper_tipb{
		bottom:28px;
		background-image: url(../../phone/hdtip_bg_2.png);	
	}

	.global {
		position: relative;
		width: 100%;
		top:50px;
		/* overflow: hidden; */
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
	}
	.clearfix{
		clear:both;
	}
	.swiper-container {
        width: 100%;
    }
    .banner .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
    }
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-ms-touch-action: none;
}

body,ul,li {
	padding: 0;
	margin: 0;
	border: 0;
}



#wrapper {
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	left: 0;
	width: 100%;

	overflow: hidden;
}

#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

	.M_body_con{
		width:100%;
		height:100%;
		position:fixed;
		overflow-y: auto;
    overflow-x: hidden;
		top:0px;
		left:0px;
		background: url(../../phone/body_bg.png);
	}
	
	.slide_bg {
		width:100%;
		height:100%;
		background-size:100% auto;
		position:absolute;
		top:0px;
		left:0px;
		background-position:center;
	}

	.mobile_page{
		width:100%;
		overflow:hidden;
		transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
	position: relative;
    overflow: hidden;
	}
	.mobile_page .page_bg img{
		max-width:100%;
		height:auto;
		margin:0 auto;
	}
	.slide_content{
		position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    margin-left: -35%;
    margin-top: -126px;
	}
	.slide_content img{
		max-width:100%;
		margin:0 auto;
	}
	.slide_content p{
		color:#fff;
		font-size:15px;
		line-height:22px;
		margin-top:12px;
	}
	.slide_content a.view_more{
		color:#fff;
		border:solid #fff 1px;
		font-size:15px;
		padding:6px 12px;
		display:inline-block;
		margin-top:12px;
	}
	.slide2 p,.slide2 a.view_more{
		color:#313131;
		border-color:#313131;
	}
	.mobile_page  {
		position:relative;
	}
	.mobile_page .page_bg{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
	}
	.mobile_page .page_content{
		position:absolute;
		top:0px;
		left:0px;
		height:100%;
		width:100%;
		text-align:center;
	}
	.index_case_content ul{
		width:86%;
		position:absolute;
		top:50%;
		margin-top:-150px;
		left:50%;
		margin-left:-43%;
	}
	.index_case_content ul  li{
		width:50%;
		float:left;
		display:block;
		list-style:none;
	}
	.index_case_content ul  li img{
		display:block;
		margin:0 auto;
		margin:0 auto;
		width:70%;
	}
	.index_case_content ul li p{
		display:none;
	}
	.index_case_content ul li h4{
		margin-top:12px;
		line-height:42px;
		font-size:18px;
		color:#fff;
		margin-bottom:22px;
	} 
	.index_case_content li.anim {
		animation: pulse 1s .2s ease both;
		-webkit-animation: pulse 1s .2s ease both;
		-moz-animation: pulse 1s .2s ease both;
	}
	.mobile_page .news_content{
		position:absolute;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		opacity:0;
	}
	.mobile_page .news_content.anim{
		opacity:1;
		animation: fadeInUp 1s .2s ease both;
		-webkit-animation: fadeInUp 1s .2s ease both;
		-moz-animation: fadeInUp 1s .2s ease both;
	}
	
	.news_content .news_head{
		margin-top:66px;
	}
	.news_content .news_head_ico{
		width:33%;
		float:left;
		padding-top: 18px;
	}
	.news_content .news_head_ico img{
		width:60%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	.news_head_list{width:63%;margin-right:4%;float:left;margin-top:10px;}
	.news_head_list li{width:90%; padding:5px 0 5px 0}
	.news_head_list a{color:#fff;width:100%;text-overflow:ellipsis;white-space:nowrap;display:block; overflow:hidden;font-size:12px;}
	.news_content .news_head_con{
		width:95%;
		margin:0 auto;
		padding-top: 14px;
	}
	.news_head_con .news_h_pcn,.news_h_pen{
		color:#fff;
		line-height:22px;
	}
	.news_head_con  ul  li{
		display:inline-block;
		list-style:none;
		margin-right:6px;
		margin-bottom:6px;
	}
	.news_head_con  ul  li a{
		color:#fff;
		padding:5px 12px;
		border:solid 1px #fff;
		display:block;
	}
	.news_head_con ul{
		margin-top:12px
	}
	.news_content .video_content{
		padding:15px;
	}
	.news_content .news_list{
		padding:15px;
		padding-top:0px;
	}
	.news_content .news_list .title{
		margin-bottom:10px;
	}
	.news_content .news_list .title a{
		color:#fff;
		font-size:15px;
	}
	.news_content .news_list p{
		color:#fff;
		font-size:14px;
		line-height:20px;
	}
	#news_list{
		padding-bottom:20px;
	}
	.news_list #news_list_1{color:#fff;}
	.news_list #news_list_2{color:#f4da27; padding-top:5px}
	.swiper-pagination-news .swiper-pagination-bullet{
		margin-right:4px;
		margin-left:4px;
	}
	.tutu {
		float: left;
		margin-right: 10px;
		width: 90px !important;
		height: auto !important;
		margin-bottom: 12px;
	}
	#layout_4 .page_bg{
		background-color:#286da5
	}
	.product_swiper img{padding-top:20px;}
	.product_swiper{
		width:90%;
		overflow:hidden;
		padding-top:20%;
		opacity:0;
		margin:0 auto;
	}
	#layout_4_1{font-size:5vw; color:#fff;padding-bottom:15px;padding-top:5%;}
	#layout_4_2{font-size:4.6vw; color:#f4da27;padding-bottom:15px;font-weight:bold}
	#layout_4_2 span{font-size:5.6vw;}
	#layout_4_3{font-size:3.5vw; color:#fff;padding-bottom:15px; line-height:20px;}
	#layout_4_4{font-size:6vw; color:#f4da27;padding-bottom:15px;font-weight:bold}
	#layout_4_5{font-size:3vw; color:#fff;padding-bottom:15px; line-height:20px;}
	.product_swiper.anim{
		opacity:1;
		animation: fadeInUp 1s .2s ease both;
		-webkit-animation: fadeInUp 1s .2s ease both;
		-moz-animation: fadeInUp 1s .2s ease both;
	}
	.product_swiper .p_swiper_img{
		position:relative;
		width:100%;
		overflow:hidden;
	}
	.p_swiper_img .p_swiper_pimg.anim{
		animation: pulse 1s .2s ease both;
		-webkit-animation: pulse 1s .2s ease both;
		-moz-animation: pulse 1s .2s ease both;
	}
	.product_swiper .p_swiper_bg{
		width:100%;
		height:auto;
	}
	.product_swiper .p_swiper_pimg{
		position:absolute;
		bottom:10px;
		left:10px;
		width:20%;
	}
	.product_swiper .p_swiper_pimg img{
		width:100%;
	}
	.p_swiper_title{
		font-size: 22px;
		margin-top: 20px;
		line-height:26px;
		text-transform: uppercase;
		font-weight: normal;
		color:#fff;
		height: 41px;
		position:relative;
		text-indent: 22px;
	}
	.p_swiper_title span {
		margin-left:6px;
		font-size: 16px;
	}
	.p_swiper_title a{
		color:#fff;
	}
	.p_swiper_title .product_line {
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: 0px;
		width: 100%;
	}
	.p_swiper_title .p_jxw{
		position: absolute;
		bottom: -3px;
		right: -4px;
	}
	.p_swiper_description{
		color:#fff;
		line-height:22px;
		font-size:15px;
		margin-top:12px;
		padding:12px;
		
	}
	.p_swiper_description p{
		margin-bottom:12px;
	}
	.view_more{
		display: inline-block;
		padding: 6px 12px;
		border: solid 1px #fff;
		color:#fff;
	}
	.swiper-pagination-product{
		position: absolute;
		top: 66px;
		z-index: 111;
		right: 0px;
		margin-top: 230px;
		width: 100%;
		text-align: center;
	}
	.swiper-pagination-product .swiper-pagination-bullet{
		margin:0px 4px;
	}
	.swiper-pagination-news{
		position:absolute;
		bottom:16px;
	}
	.service_con{
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		position:absolute;
	}
	.service_content{
		background-image:url(../phone/grey_bg.png);
		width:100%;
		margin:0 auto;
		margin-top:25%;
		display:none;
	}
	.service_content.anim{
		display:block;
		animation: fadeInDown 1s .2s ease both;
		-webkit-animation: fadeInDown 1s .2s ease both;
		-moz-animation: fadeInDown 1s .2s ease both;
	}
	.service_tool{
		    padding-bottom: 40px;
	}
	.service_tool .tool_en_title{
		color: #fff;
		font-size: 18px;
		padding: 5px 18px;
		font-weight: normal;
		padding-top: 18px;
	}
	.service_tool .tool_cn_title{
		color: #fff;
		font-size: 20px;
		border-bottom: solid 1px #fff;
		padding-left: 19px;
		padding-bottom: 12px;
		font-weight: normal;
	}
	.service_tool ul li {
		width:50%;
		float:left;
		list-style:none;
		text-align:center;
	}
	.service_tool ul li span{
		display:block;
		margin:0 auto;
		width:50%;
	} 
	.service_tool ul li span img{
		width:100%;
	}
	.mobile_login_info .login_p{
		font-size: 20px;
		border-top: solid 1px #fff;
		padding-left: 18px;
		padding-top: 26px;
		color: #fff;
		padding-bottom: 12px;
	}
	.mobile_login_info .login_title{
		text-align:center;
		padding-bottom:12px;
		color:#fff;
	}
	.mobile_login_info .login_title a{
		font-size:18px;
		color:#fff;
		line-height:32px;
	}
	.tool_item{
		width:100%;
		width: 100%;
		padding: 10% 0px;
	}
	.tool_item a{
		color:#fff;
		line-height:26px;
	}
	.br{
		border-right:solid 1px #fff;
	}
	.bb{
		border-bottom:solid 1px #fff;
	}
	.zmd_con img{
		width:100%;
	}
	.footer_address{
		width:90%;
		margin:0 auto;
		display:none;
	}
	.footer_address.anim{
		text-align:center;
		display:block;
		animation: fadeInRight 3s .3s ease both;
		-webkit-animation: fadeInRight 3s .3s ease both;
		-moz-animation: fadeInRight 1s .2s ease both;
	}
	.footer_address h5{
        color:#000;
		font-size: 20px;
		line-height: 32px;
		margin: 20px 0 12px 0;
		text-align:left;
	}
	.footer_address p{
		line-height:25px;
		color:#666666;
        font-size:15px;
		padding-bottom:10px;
		text-align:left;
	}
	.mobile_page_footer{
		background: #e30083;
		line-height:22px;
	}
	.mobile_page_footer p{
		color: #fff;
		text-align: center;
		line-height: 22px;
		padding-top: 10px;
		
	}
	.foot_beian{position:absolute; bottom:5px; text-align:center !important; color:#fff; width:90%; line-height:20px;font-size:12px;margin:0 auto; left:5%}
	.footer_address strong{color:#e30083;font-size:6vw; padding-top:2%}
.part6_1_2{width:95%;overflow:hidden;margin:0 auto;}
.part6_1_2 ul li a img{width:100%}
.part6_1_2 ul li div{width:100%;height:50%;}
.tpzz a{padding:0 0 0 5px;color:#fff;font-size:12px;}
.tpzz p{padding:5px 5px 0px 5px;color:#fff;font-size:12px;}
.tpzz span{font-size:12px;border-bottom:3px solid #fff;display:block;margin-bottom:10px;}
.part6_1_2 ul{overflow:hidden; width:100%}
.part6_1_2 ul li{float:left; width:31%; margin-right:2%;position:relative}
.part6_1_2 ul li div{position:absolute; bottom:-10%; background:#221f1f;z-index:999;filter:alpha(opacity=60);  -moz-opacity:0.6;  -khtml-opacity: 0.6;  opacity: 0.6; }
#layout_5_1{font-size:8vw;color:#000;font-weight:normal;padding-bottom:10%}
#layout_5_2{font-size:10vw;color:#000;font-weight:normal;padding-bottom:20px}
#layout_5_3{font-size:4vw;color:#393431;font-weight:bold;padding-bottom:20px;text-align:center;margin-top:40px}

.variablewidth li {margin-right: 10px;}
.variablewidth li:last-child,
.ease li:last-child {margin-right: 0;}
.frame li {
    position: relative;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    height: 130px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    background: #2E435A;
    color: #fff;
}

.slider {
    width: 90%;
    margin: 20px auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame {
   
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.slides {
    display: inline-block;
}

.simple li {
    width: 270px;
    margin-right: 10px;
}

.variablewidth li { margin-right: 10px;}
.js_slide{width:100}



.ind_push{width:100%;overflow:hidden;margin:0px  auto;}
.ind_frUl{width:90%; overflow:hidden; margin:0 auto;}
.ind_frUl ul li{display:inline;float:left;width:33%;overflow:hidden;font-size:15px; text-align:center;color:#444040;}
.ind_frUl ul li img{width:95%;display:block; margin:0 auto;}
.ind_frUl ul li p{font-size:12px; line-height:30px;}




