	/*animate*/

body, html {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
}

@-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;
		height: 100%;
		width: 100%;
		/* overflow: hidden; */
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: 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;
		height: 100%;
		width: 100%;
		/* overflow: hidden; */
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
	}
	.clearfix{
		clear:both;
	}
	.swiper-container {
        width: 100%;
        height: 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:cover;
		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;}




/*罗泽波 2017-07-22*/
body{
	background-color: #ffffff;
}
img{
	width: 100%;
}
.header{
	background: #1f2a66;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}
.header-logo{
	width: 55%;
	margin:10px 0 13px 50px;
}
.header-menu{
	width: 7%;
	float: left;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.header-search{
	width: 7%;
	float: right;
	margin:10px 15px 10px 0;
}
/*搜索栏*/
.search-form{
	position: absolute;	
	top: 7px;
	right: 10px;
	width: 81%;
	display: none;
}
.search-form div{
	float: left;
}
.search{
	height: 35px;
	background: #ffffff;
	border-radius: 5px 0 0 5px;
	border: 0;
	width: 100%;
	padding-left: 20px;
}
.search-submit{
	height: 35px;
	padding: 7px 10px;
	background: #ef8317;
	border-radius: 0 5px 5px 0;
}
.menu-list{
	top: 48px;
	font-size: 17px;
	color: #454545;
	display: none;
	position: fixed;
	background-color: #fafafa;
	z-index: 9;
	width: 100%;
}
.menu-list ul{

}
.menu-list li{
	line-height: 280%;
	border-bottom: 1px solid #d3d3d3;
	padding-left: 70px;
}
.secondary-classification{
	height: 0;
	overflow: hidden;
    -webkit-transition: background 0.35s linear,height 0.25s ease-in 200ms;
    -moz-transition: background 0.35s linear,height 0.25s ease-in 200ms;
    -ms-transition: background 0.35s linear,height 0.25s ease-in 200ms;
    -o-transition: background 0.35s linear,height 0.25s ease-in 200ms;
    transition: background 0.35s linear,height 0.25s ease-in 200ms; 
}
.secondary-classification li{
	background-color: #ebebeb;
}
.list1{
	background: url("../../image/phone/list1.png") no-repeat 20px center;
	background-size: 6%; 
}
.list2{
	background: url("../../image/phone/list2.png") no-repeat 20px center;
	background-size: 6%; 
}
.list3{
	background: url("../../image/phone/list3.png") no-repeat 20px center;
	background-size: 6%; 
}
.list4{
	background: url("../../image/phone/list4.png") no-repeat 20px center;
	background-size: 6%; 
}
.list5{
	background: url("../../image/phone/list5.png") no-repeat 20px center;
	background-size: 6%; 
}
.list6{
	background: url("../../image/phone/list6.png") no-repeat 20px center;
	background-size: 6%; 
}
.list7{
	background: url("../../image/phone/list7.png") no-repeat 20px center;
	background-size: 6%; 
}
.arrow{
	width: 8%;
	float: right;
	margin: 12px 15px 0 0;
}
.li-selected{
	background-color: #f08519;
}
.product-center{
	margin-top: 15px;
	background: #f5f5f5;
	text-align: center;
}
.title1{
	font-size: 20px;
	color: #ef8317;
	display: block;
	text-align: center;
	font-weight: bold;
	margin:35px 0 5px;
	line-height: 100%;
}
.title2{
	font-size: 12px;
	color: #f9d3bb;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	line-height: 100%;
}
.title-hr{
	width: 10%;
	margin: 0 auto 20px;
	color: #fadab9;
	border:1px solid #fadab9;
}
.content-hr{
	width: 100%;
	margin: 34px auto 20px;
	color: #e5e5e5;
	border:1.5px solid #e5e5e5;
}
.product-center-class{
	margin: 20px 0 0;
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;/*决定子元素两端对齐，均匀间隔*/
	align-item:center;/*决定子元素垂直居中*/
	flex-wrap: wrap;/*子元素超出换行，默认是不换行的，当子元素的宽由flex决定时会失效*/
}
.product-center-class a{
	width: 48.5%;
	height: 48.5%;
	margin-bottom: 10px;
}
.brand-introduction{
	background: #f5f5f5;
	text-align: center;
}
.brand-introduction-word1{
	display: block;
	color: #000000;
	font-size: 15px;
	margin:0 5%;
	line-height: 180%;
}
.brand-introduction-word2{
	display: block;
	color: #4f4f4f;
	font-size: 13px;
	margin:0 5% 15px;
	text-align: justify;
	line-height: 150%;
}
.brand-introduction-img{
	width: 90%;
	margin:0 5%;
}
.information-center{
    background: #f5f5f5;
    text-align: center;
}
.information-center:after{
	content: "";
	display: block;
	clear: both;
}
.information-center-news{
	padding:10px 5% 10px;
	border-top: 1px solid #e5e5e5;
	text-align: start;
}
.information-center-news:nth-of-type(1){
	border-top: 0;
}
.information-center-news:after{
	content: "";
	display: block;
	clear: both;
}
.information-news-img{
	width: 40%;
	float: left;
}
.information-news-words{
	width: 57%;
	float: left;
	padding-left: 3%;
}
.information-news-word1{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 3px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: start;
}
.information-news-word2{
	font-size: 11px;
	color: #c3c3c3;
	line-height: 150%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: start;
}
.information-news-word3{
	font-size: 10px;
	color: #dedede;
	display: block;
}
.information-news-more{
	font-size: 14px;
	float: right;
	margin-right: 5%;
}
.information-news-more a{
	color: #c7c7c7;
}
.franchisees-to-witness{
	padding:0 5% 30px;
	border-bottom: 3px solid #e5e5e5;
}
.franchisees-to-witness:after{
	content: "";
	display: block;
	clear: both;
}
.witness-word1{
	font-size: 16px;
	color: #000000;
	display: block;
	line-height: 150%;
}
.witness-word2{
	font-size: 14px;
	color: #6d6d6d;
	line-height: 150%;
	margin-bottom: 10px;
}
.witness-more{
	font-size: 14px;
	float: right;
	line-height: 150%;
}
.witness-more a{
	color: #c7c7c7;
}
.witness-case-div{
	margin-top: 15px;
}
.witness-case{
	width: 48%;
	float: left;
}
.witness-case img{
	border:1px solid #c6c6c6;
}
.witness-link:nth-of-type(1) .witness-case{
	margin-right: 4%;
}
.case-img{
	width: 100%;
}
.case-word1{
	font-size: 14px;
	color: #4f4f4f;
	line-height: 150%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: center;
}
.case-word2{
	font-size: 13px;
	color: #b1b1b1;
	line-height: 150%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: start;
}
.company-business-img{
	margin:30px 0;
}
.company-business-word1{
	font-size: 15px;
	color: #000000;
	display: block;
	margin:0 5%;
	line-height: 150%;
}
.company-business-word2{
	font-size: 13px;
	color: #4f4f4f;
	display: block;
	margin:0 5% 30px;
	text-align: justify;
	line-height: 150%;
}
.company-business-hr{
	color: #e5e5e5;
}
.select-yiguan{
	padding: 30px 5%;
	border-bottom: 3px solid #e5e5e5;
}
.select-yiguan:after{
	content: "";
	display: block;
	clear: both;
}
.select-yiguan-img{
	width: 40%;
	float: left;
}
.select-yiguan-words{
	width: 60%;
	float: left;
	padding-left: 5%;
}
.select-yiguan-word1{
	display: block;
	font-size: 14px;
	color: #f08619;
	font-weight: bold;
	margin-bottom: 2px;
}
.select-yiguan-word2{
	display: block;
	font-size: 11px;
	color: #8e8e8e;
}
.select-yiguan-word2 li{
	list-style-type: decimal;
	margin-left: 12px;
	line-height: 130%;
}
.business-img{
	margin:30px 0;
}
.contact-information{
	padding:40px 5% 80px;
	background: url('../../image/phone/contact_information_background.jpg');
	background-size: cover;

}
.contact-information-form{

}
.contact-information-form-text{
	width: 100%;
	line-height: 300%;
	border-radius: 5px;
	border:1px solid #c7c7c7;
	text-align: center;
/*	background-color: #fafafa;*/
}
.contact-information-form-span{
	color:#ffffff;
	font-size: 10px; 
	text-align: center;	
	display: block;
	line-height: 250%;
}
.contact-information-form-submit{
	width: 100%;
	line-height: 300%;
	border-radius: 5px;
	text-align: center;
	background-color: #0096ff;
	border: 0;
	color: #ffffff;
	display: block;
	-webkit-appearance:none;
}
.contact-information-code:after{
	content: "";
	display: block;
	clear: both;
}
.contact-information-code1,.contact-information-code2{
	text-align: center;
	display: block;
	font-size: 15px;
	color: #ffffff;
	width: 35%;
	margin-top: 30px;
	line-height: 180%;
}
.contact-information-code1{
	float: left;
	margin-left: 40px;	
}
.contact-information-code2{
	float: right;
	margin-right: 40px;
}
.contact-information-img{
	width: 50%;
	display: block;
	margin:30px auto;
}
.contact-list{

}
.contact-list:after{
	content: "";
	display: block;
	clear: both;
}
.contact-list-span{
	width: 100%;
	float: left;
	margin-top: 10px;
	border-radius: 5px;
	padding:0 5px;
}
.contact-list-span:nth-of-type(2n-1){
	background: #ffffff;
}
.contact-list-span:nth-of-type(2n){
	background: #9ddbff;
}
.contact-list-word1{
	font-size: 13px;
	color: #454545;
	display: block;
	line-height: 180%;
	font-weight: bold;
}
.contact-list-word2{
	font-size: 13px;
	color: #454545;
	display: block;
	line-height: 180%;
}
.footer{
	background: #1f2a66;
	text-align: justify;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding:5px 0;
	z-index: 9;
}
.footer:after{
	content: "";
	display: block;
	clear: both;
}
.footer table{
	width: 100%;
	text-align: center;
}
.footer img{
	width: 35%;
}
/*分页*/
.page{
	margin:20px auto 0;
	text-align: center;
}
.num{
	background: #f8f8f8;
	color: #7c7c7c;
	width: 40px;
	height: 40px;
	margin:0 0.8%;
	display: inline-block;
	text-align: center;
	line-height: 40px;

}
.current{
	background: #f8f8f8;
	color: #ef8317;
	width: 40px;
	height: 40px;
	margin:0 0.8%;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}
.prev{
	background: #f8f8f8 url("../../image/phone/page_prev.png") no-repeat center center;
	background-size: 70%;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align:bottom;
}
.next{
	background: #f8f8f8 url("../../image/phone/page_next.png") no-repeat center center;
	background-size: 70%;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align:bottom;
}
.first{
	background: #f8f8f8;
	color: #7c7c7c;
	width: 40px;
	height: 40px;
	margin:0 0.8%;
	display: inline-block;
	text-align: center;
	line-height: 40px;	
}
.end{
	background: #f8f8f8;
	color: #7c7c7c;
	width: 40px;
	height: 40px;
	margin:0 0.8%;
	display: inline-block;
	text-align: center;
	line-height: 40px;		
}

/*首页改版*/
.brand-introduction-title{
	width: 60%;
	margin: 0 auto;
	padding-top: 50px;
	display: block;
}
.new-hr{
	width: 10%;
    margin: 12px auto;
    color: #ef8317;
    border: 1px solid #ef8317;	
}
.brand-introduction-word{
	color: #1f2a66;
	font-size: 17px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}
.brand-introduction-word2{
	color: #ef8317;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
.brand-introduction-div:after{
	content: "";
	display: block;
	clear: both;
}
.brand-introduction-content{
	display: block;
	width: 92%;
	margin: 0 auto;
	color: #4f4f4f;
	font-size: 13.5px;
	margin-top: 15px;
	line-height: 130%;
}
.brand-introduction-more{
	float: right;
	margin-right: 4%;
	font-size: 13px;
	color: #c7c7c7;
	border: 1px solid #adadad;
	padding: 5px;
	border-radius: 5px;
}
.information-center-show{
	background: url('../../image/phone/information_center_background.jpg');
	background-size: cover;
	margin-top: 15px;
}
.information-center-show:after{
	content: "";
	display: block;
	clear: both;
}
.information-center-more{
    margin: 5px auto 15px;
    display: inline-block;
    font-size: 13px;
    color: #c7c7c7;
    border: 1px solid #adadad;
    padding: 5px;
    border-radius: 5px;	
}
.elegant-demeanour{
    background: #f5f5f5;
    text-align: center;
}
.elegant-demeanour-show{
	margin: 15px 2% 0;
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;/*决定子元素两端对齐，均匀间隔*/
    align-item:center;/*决定子元素垂直居中*/
    flex-wrap: wrap;/*子元素超出换行，默认是不换行的，当子元素的宽由flex决定时会失效*/
}
.elegant-demeanour-show div{
	width: 32%;
	background: #ffffff;
	box-shadow: 1px 3px 5px #ebebeb;
}
.elegant-demeanour-show span{
	font-size: 12px;
	color: #000000;
	line-height: 130%;
	margin-top: 5px;
	display: block;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;	
}
.china-merchants{
    background: #f5f5f5;
    text-align: center;	
}
.china-merchants-img{
	margin: 20px 0 15px;
	display: block;
}
.china-merchants-word{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 140%;
	padding-bottom: 15px;
	display: block;
}
.merchants-carousel{
	position: relative;
}
.mr_frBtnL{
	position: absolute;
	top: 35%;
	left: 3%;
	z-index: 9;
	background : none;
}
.mr_frBtnR{
	position: absolute;
	top: 35%;
	right: 3%;
	z-index: 9;
	background : none;
}
.part6_2{
	margin: 20px 0;
}