﻿@charset "utf-8";
html,body,div,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,a,b,i,em,strong,form,table,tr,th,td,span,input,fieldset,select,option,textarea,label,iframe,header,nav,aside,article,section,button{margin:0;padding:0;border:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
table{ border-collapse:collapse; border-spacing:0;}
img{display:block;}
ol,ul,li{ list-style:none;}
i,b,em,strong { font-style:normal; text-decoration:none; font-weight: normal;}
body{font-family:'Microsoft YaHei','Helvetica', 'sans-serif','simsun','Lucida Grande','Lucida Sans Unicode';font-size:12px;color:#333;position:relative; }
a{text-decoration:none; color:#333;font-family:'Microsoft YaHei','Arial', 'Helvetica', 'sans-serif','simsun','Lucida Grande','Lucida Sans Unicode';}
button{font-family:'Microsoft YaHei','Arial', 'Helvetica', 'sans-serif','simsun','Lucida Grande','Lucida Sans Unicode';}
a:hover{color:#d7201e;}

/*清除浮动*/
.clearfix:after{
	content:"";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	}
.w{width:1200px;margin:0 auto;}
.hide{display:none;}/*用于隐藏元素，不占位置*/
.visible{visibility:hidden;}/*用于隐藏元素，占位置*/
.show{display:block;}/*用于显示元素*/
.fixed{position:fixed;z-index:996;width:100%;}
iframe{width:100%;}
.fn-ellipsis {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}/*以省略号显示*/
.fn-clip {overflow:hidden;white-space:nowrap;text-overflow:clip;}/*以截断文字显示*/
.fl{float:left;}
.fr{float:right;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #666; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #666; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #666; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #666; 
}

header,nav,section,footer{display:block;}

#header{width:100%;position:relative;}
.i_ipeanut_logo{float:left;padding:13px 0;}
.i_ipeanut_logo h1{width:71px;height:76px;text-indent:-9999em;background-image:url(../images/chichao_logo.png);}
.i_ipeanut_nav{float:left;padding-left:40px;height:103px;}
.i_ipeanut_nav li{float:left;margin-left:54px;}
.i_nav_caption a{display:block;display:block;font-size:18px;padding:0 10px;height:101px;line-height:103px;color:#666666;text-align:center;}
.i_nav_caption a:hover{color:#d7201e;border-bottom:2px solid #d7201e;}
.i_nav_caption a:hover i{opacity:0.9;filter:alpha(opacity=90);}
/* .i_ipeanut_nav li.i_cur_nav .i_nav_caption a{color:#d7201e;border-bottom:2px solid #d7201e;} */

.i_ipeanut_nav li i{display:block;background:url(../images/ipeanut-icon.png) no-repeat;margin:10px auto 6px;}
.i_ipeanut_nav li:first-child i{width:23px;height:37px;background-position:0 0;}
.i_ipeanut_nav li:nth-child(2) i{width:30px;height:37px;background-position:-33px 0;}
.i_ipeanut_nav li:nth-child(3) i{width:31px;height:37px;background-position:-73px 0;}
.i_ipeanut_nav li:nth-child(4) i{width:28px;height:37px;background-position:-159px 0;}
.i_ipeanut_nav li:nth-child(5) i{width:35px;height:37px;background-position:-114px 0;}
.i_ipeanut_nav li:nth-child(6) i{width:30px;height:37px;background-position:-33px 0;}
.i_ipeanut_nav li:last-child i{width:31px;height:37px;background-position:-73px 0;}



#i_feature{width:100%;background-color:#fafafa;padding:80px 0;}
.i_feature_list li{float:left;height:229px;width:600px;overflow:hidden;}
.i_feature_list li a{color:#333;}
.i_feature_img{width:300px;float:left;height:230px;}
.i_feature_img_r{float:right;}
.i_feature_img img{width:100%;height:100%;}
.i_feature_list li:hover .i_feature_img img{
	animation: scales 1s linear forwards;
	-moz-animation: scales 1s linear forwards;	/* Firefox */
	-webkit-animation: scales 1s  linear forwards;	/* Safari 和 Chrome */
	-o-animation: scales 1s linear forwards;	/* Opera */
}
@keyframes scales
{
0%   {
		transform:scale(1);
		-ms-transform:scale(1); /* IE 9 */
		-moz-transform:scale(1); /* Firefox */
		-webkit-transform:scale(1); /* Safari and Chrome */
		-o-transform:scale(1); /* Opera */
	 }

100% {
		transform:scale(1.2);
		-ms-transform:scale(1.2); /* IE 9 */
		-moz-transform:scale(1.2); /* Firefox */
		-webkit-transform:scale(1.2); /* Safari and Chrome */
		-o-transform:scale(1.2); /* Opera */
	 }
}

@-moz-keyframes scales /* Firefox */
{
0%   {
		transform:scale(1);
		-ms-transform:scale(1); /* IE 9 */
		-moz-transform:scale(1); /* Firefox */
		-webkit-transform:scale(1); /* Safari and Chrome */
		-o-transform:scale(1); /* Opera */
	 }

100% {
		transform:scale(1.2);
		-ms-transform:scale(1.2); /* IE 9 */
		-moz-transform:scale(1.2); /* Firefox */
		-webkit-transform:scale(1.2); /* Safari and Chrome */
		-o-transform:scale(1.2); /* Opera */
	 }
}

@-webkit-keyframes scales /* Safari and Chrome */
{
0%   {
		transform:scale(1);
		-ms-transform:scale(1); /* IE 9 */
		-moz-transform:scale(1); /* Firefox */
		-webkit-transform:scale(1); /* Safari and Chrome */
		-o-transform:scale(1); /* Opera */
	 }

100% {
		transform:scale(1.2);
		-ms-transform:scale(1.2); /* IE 9 */
		-moz-transform:scale(1.2); /* Firefox */
		-webkit-transform:scale(1.2); /* Safari and Chrome */
		-o-transform:scale(1.2); /* Opera */
	 }
}

@-o-keyframes scales /* Opera */
{
0%   {
		transform:scale(1);
		-ms-transform:scale(1); /* IE 9 */
		-moz-transform:scale(1); /* Firefox */
		-webkit-transform:scale(1); /* Safari and Chrome */
		-o-transform:scale(1); /* Opera */
	 }

100% {
		transform:scale(1.2);
		-ms-transform:scale(1.2); /* IE 9 */
		-moz-transform:scale(1.2); /* Firefox */
		-webkit-transform:scale(1.2); /* Safari and Chrome */
		-o-transform:scale(1.2); /* Opera */
	 }
}

.i_feature_txt{width:300px;height:230px;float:left;background-color:#fff;text-align:center;padding:25px 22px 0;position:relative;box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
.i_feature_txt strong{font-size:44px;margin-bottom:30px;display:block;}
.i_feature_txt p{font-size:14px;line-height:28px;text-align:justify;}
.i_triangle_l,.i_triangle_r{display:block;border-width:20px;width:0;height:0;border-style:solid;position:absolute;top:36px;z-index:999;}
.i_triangle_l{border-color:transparent #fff transparent transparent;left:-40px;}
.i_triangle_r{border-color:transparent transparent transparent #fff;right:-40px;}


/*.i_feature_list li.i_data_item_first{background-color:#E9BF34;}
.i_feature_list li.i_data_item_sec{background-color:#FF7070;}
.i_feature_list li.i_data_item_three{background-color:#57A3C0;}
.i_feature_list li.i_data_item_four{background-color:#987BB4;}

.i_feature_list li:hover .i_feature_img{
animation:myfirst 3s;
-moz-animation:myfirst 3s; 
-webkit-animation:myfirst 3s; 
-o-animation:myfirst 3s; 
}
*/
@keyframes myfirst
{
0%   {top:0px;}
25%  {top:30px;}
50%  {top:0px;}
75%  {top:50px;}
100% {top:0px;}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   {top:0px;}
25%  {top:30px;}
50%  {top:0px;}
75%  {top:50px;}
100% {top:0px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {top:0px;}
25%  {top:30px;}
50%  {top:0px;}
75%  {top:50px;}
100% {top:0px;}
}

@-o-keyframes myfirst /* Opera */
{
0%   {top:0px;}
25%  {top:30px;}
50%  {top:0px;}
75%  {top:50px;}
100% {top:0px;}
}





#banner{margin:0 auto;}
.banner{ position: relative; overflow: auto; text-align: center;}
.banner img{width:100%;}
.banner ul li{float:left;}
#iPeanut_banner .dots{position:absolute;left:0;right:0;bottom:0px;}
#iPeanut_banner .dots li {display:inline-block;*display:inline;*zoom:1;margin:0 5px;width:60px;height:6px;cursor:pointer;background:#fff;opacity: 1; text-indent:-9999em;
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
}
#iPeanut_banner .dots li.active{background: #ff7f02;opacity: 1;}
#iPeanut_banner #arrow_left,#iPeanut_banner #arrow_right{display:block;width:47px;height:48px;position:absolute;}
#iPeanut_banner #arrow_left{left:200px;background:url(../images/banner-prev.png);}
#iPeanut_banner #arrow_right{right:200px;background:url(../images/banner-next.png);}


#i_banner{width:100%;}
.i_banner{width:100%;}
.i_banner img{width:100%;}




#i_service{padding:40px 0 10px;background:url(../images/ipeanut_advatage_bg.png) no-repeat;background-attachment:fixed;}
.i_service_top{padding:0;width:100%;}

.i_service_top h2{text-align:center;color: #333;font-size:32px;font-weight: bold;width:100%;}
/* .i_service_top h2 a:hover{color:#333;} */
.i_service_top h2 a b{color:#F2633D;font-weight:bold;padding:0 0 0 20px;}

.i_service_top strong{display:block;text-align:center;font-size:22px;color:#999999;padding:8px 0;}
.i_service_line{padding:14px 0;}
.i_service_title{color:#fff;}
.i_service_top span{display:block;width:350px;border-bottom:1px solid #D5D5D5;margin:0 auto;height:0;}
.i_service_top em{display:block;width:30px;height:4px;background-color:#d81d1f;margin:-4px auto 0;}
.i_service_top p{line-height:24px;font-size:16px;color:#999;text-align:center;width:865px;margin:0 auto;}
.i_about_top p{width:1000px;}
.i_service_txt{color:#fff;font-size:24px;text-align:center;padding:10px 0 0 0;}

.i_advantage_title ul{width:666px;margin:30px auto 0 auto;}
.i_advantage_title li{float:left;width:230px;padding:8px 0;border:1px solid #fff;border-radius:20px;text-align:center;color:#fff;margin:0 50px;font-size:16px;cursor:pointer;position:relative;-webkit-transition: border-color .2s ease-in .1s;transition: border-color .2s ease-in .1s; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
.i_advantage_title li.i_cur_advantage{background-color:#F6585A;color:#fff;border-color:#F6585A;}
.i_advantage_title li:before,.i_advantage_title li:after{content: '';position: absolute;z-index: 1;overflow: hidden;left: 50%;height: 0px;width:20%;border: 1px solid transparent;border-radius:20px; -ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);
transform: translateX(-50%);-webkit-transition: width .3s ease-out .2s, height .2s ease-in;transition: width .3s ease-out .2s, height .2s ease-in;}
.i_advantage_title li:before{top:-1px;border-bottom:0;}
.i_advantage_title li:after{bottom:-1px;border-top:0;}
.i_advantage_title li:hover{border-color:transparent;-webkit-transition: border-color .2s ease-out .1s;transition: border-color .2s ease-out .1s;}
.i_advantage_title li:hover:before,.i_advantage_title li:hover:after{border-color:#F6585A;width: 100%;height: 39px;-webkit-transition: width .3s ease-in, height .2s ease-out .3s;transition: width .3s ease-in, height .2s ease-out .3s;}

.i_advatage_con{padding:49px 0 0 0;}

.i_advatage_platform{position:relative;margin:0 auto;}
.i_advatage_platform img,.i_advatage_module img{margin:0 auto;position:relative;z-index:9;}
.i_advatage_ecshop{height:500px;position:relative;}
#i_prev,#i_next{width:37px;height:51px;position:absolute;top:190px;z-index:999;}
#i_prev{left:-47px;background:url(../images/i-prev.png) no-repeat center center;}
#i_next{right:-47px;background:url(../images/i-next.png) no-repeat center center;}
.i_advatage_fivemall{position:relative;height:500px;}
.i_advatage_ecshop ul{position:absolute;left:0;top:0;}
.i_advatage_ecshop li{float:left;width:280px;margin:0 10px;}
.i_fivemall_list{margin:0 26px 48px 0;width:280px;height:418px;padding:40px 20px 0;border:1px solid #E0E0E0; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
.mr_frBtnL,.mr_frBtnR{cursor:pointer;height:51px;width:27px;position:absolute;top:200px;}
.mr_frBtnL{background-image:url(../images/i-prev.png);left:-40px;}
.mr_frBtnR{background-image:url(../images/i-next.png);right:-40px;}
.i_advatage_ecshop{margin-top:20px;}
.i_ecshop_icon{width:156px;height:156px;margin:30px auto 18px;text-indent:-9999em;overflow:hidden;background-size:156px;}

.i_ecshop_pc{background-image:url(../images/icon-pc-hover.png);}
.i_ecshop_mobile{background-image:url(../images/icon-mobile-hover.png);}
.i_ecshop_weixin{background-image:url(../images/icon-weixin-hover.png);}
.i_ecshop_chupingji{background-image:url(../images/icon-chupingji-hover.png);}
.i_ecshop_erweima{background-image:url(../images/icon-erweima-hover.png);}
.i_ecshop_app{background-image:url(../images/icon-app-hover.png);}
.i_advatage_ecshop h3{color:#fff;font-size:30px;text-align:center;}
.i_advatage_ecshop p{color:#999999;line-height:24px;}


#i_disanfang_platform,#i_mobileplatform,#i_shejiaoPlatform,#i_pc_platform,#i_dealer01,#i_dealer02{position:absolute;z-index:1;display:block;display:none;}
#i_disanfang_platform{top:280px;left:530px;width:262px;height:250px;background-image:url(../images/i_disanfang_platform.png);}
#i_pc_platform{bottom:-5px;left:257px;width:193px;height:218px;background-image:url(../images/i_pc_platform.png);}
#i_shejiaoPlatform{top:-54px;right:137px;width:210px;height:190px;background-image:url(../images/i_socialcontactplatform.png);}
#i_mobileplatform{top:43px;left:400px;width:238px;height:135px;background-image:url(../images/i_mobileplatform.png);}
#i_dealer01{width:264px;height:198px;background-image:url(../images/i_dealer01.png);bottom:-24px;left:280px;}
#i_dealer02{width:170px;height:159px;background-image:url(../images/i_dealer02.png);bottom:-34px;left:460px;}
#i_platform_item span{display:block;width:114px;height:84px;padding:30px 0 0 0;position:absolute;z-index:10;border-radius:100%;color:#fff;font-size:24px;text-align:center;/*text-indent:-9999em;*/color:transparent;behavior:url(js/pie.htc);background-color:transparent;}
#i_platform_item span#i_item_disanfang{bottom:110px;left:525px;}
#i_platform_item span#i_item_mobile{top:62px;right:507px;}
#i_platform_item span#i_item_shejiao{top:58px;right:281px;}
#i_platform_item span#i_item_pc{bottom:118px;left:366px;}
#i_platform_item span#i_item_de01{top:96px;right:45px;}
#i_platform_item span#i_item_de02{top:234px;right:141px;}



#i_case{padding:40px 0 20px;background-color:#fafafa;min-width: 1200px;}

.i_appcase_list{width:1180px;position:relative;height:405px;}
.i_case_title_list li.i_cur_case a,.i_case_title_list li a:hover{background-color:#ff7100;color:#fff;}
.i_case_title_list li:last-child a{color:#ff7100;}
.i_case_title_list li:last-child a:hover{color:#fff;}

.i_appcase_con_list{position:absolute;height:405px;top:0;overflow:hidden;}
.i_appcase_con{width:1200px;margin:10px 0;}
.i_appcase_con li{width:290px;margin-right:10px;  float: left;height: 394px;/*border: 1px solid #DBDBDB;*/position: relative;overflow:hidden;}
/*.i_appcase_con li:hover{box-shadow:0px 0px 20px #888; }*/
.i_appcase_con_img{position:relative;height:238px;}
.i_appcase_con_img img{width:290px;height:238px;}
.c_case_con li{box-shadow:0px 4px 9px #888;}
.c_case_img{padding:5px;}
.c_case_img img{width:100%;}
.i_appcase_con_img span{display:block;width:0;height:0;position:absolute;bottom:0;right:20px;border-width:10px;border-style:solid;border-color:transparent transparent #fff transparent;}
.i_case_logo{position:absolute;top:0;left:0;width:290px;height:238px;display:none;overflow:hidden;}
.i_case_erweima{position:absolute;top:0;left:0;width:291px;height:239px;display:none;overflow:hidden;}
.i_case_erweima_box{overflow:hidden;width:291px;height:239px;}
.i_appcase_con li:hover .i_case_erweima{
	display:block;
	animation:showExpand .1s forwards;
	-moz-animation:showExpand .1s forwards; /* Firefox */
	-webkit-animation:showExpand .1s forwards; /* Safari and Chrome */
	-o-animation:showExpand .1s forwards; /* Opera */
	
    }
@keyframes showExpand
{
0%   {display:block;height:0}
100% {display:block;width:291px;height:239px;}
}

@-moz-keyframes showExpand /* Firefox */
{
0%   {display:block;height:0}
100% {display:block;width:291px;height:239px;}

}

@-webkit-keyframes showExpand /* Safari and Chrome */
{
0%   {display:block;height:0}
100% {display:block;width:291px;height:239px;}

}

@-o-keyframes showExpand /* Opera */
{
0%   {display:block;height:0}
100% {display:block;width:291px;height:239px;}

}	


.i_appcase_con li:hover .i_case_erweima_box{
	
	animation:expand 1s forwards;
	-moz-animation:expand 1s forwards; /* Firefox */
	-webkit-animation:expand 1s forwards; /* Safari and Chrome */
	-o-animation:expand 1s forwards; /* Opera */
	
	animation-delay: 0.5s ;/* W3C 和 Opera */
	-moz-animation-delay: 0.5s; /* Firefox */
	-webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
	
	}
@keyframes expand /* Safari and Chrome */
{
0%   {
    transform:scale(0.2);
	-ms-transform:scale(0.2); /* IE 9 */
	-moz-transform:scale(0.2); /* Firefox */
	-webkit-transform:scale(0.2); /* Safari and Chrome */
	-o-transform:scale(0.2); /* Opera */
	
	}
100% {	
    transform:scale(1.2);
	-ms-transform:scale(1.2); /* IE 9 */
	-moz-transform:scale(1.2); /* Firefox */
	-webkit-transform:scale(1.2); /* Safari and Chrome */
	-o-transform:scale(1.2); /* Opera */
   }
}
@-moz-keyframes expand /* Safari and Chrome */
{
0%   {
    transform:scale(0.2);
	-ms-transform:scale(0.2); /* IE 9 */
	-moz-transform:scale(0.2); /* Firefox */
	-webkit-transform:scale(0.2); /* Safari and Chrome */
	-o-transform:scale(0.2); /* Opera */
	
	}
100% {	
    transform:scale(1.2);
	-ms-transform:scale(1.2); /* IE 9 */
	-moz-transform:scale(1.2); /* Firefox */
	-webkit-transform:scale(1.2); /* Safari and Chrome */
	-o-transform:scale(1.2); /* Opera */
   }
}
@-webkit-keyframes expand /* Safari and Chrome */
{
0%   {
    transform:scale(0.2);
	-ms-transform:scale(0.2); /* IE 9 */
	-moz-transform:scale(0.2); /* Firefox */
	-webkit-transform:scale(0.2); /* Safari and Chrome */
	-o-transform:scale(0.2); /* Opera */
	
	}
100% {	
    transform:scale(1.2);
	-ms-transform:scale(1.2); /* IE 9 */
	-moz-transform:scale(1.2); /* Firefox */
	-webkit-transform:scale(1.2); /* Safari and Chrome */
	-o-transform:scale(1.2); /* Opera */
   }
}
@-o-keyframes expand /* Safari and Chrome */
{
0%   {
    transform:scale(0.2);
	-ms-transform:scale(0.2); /* IE 9 */
	-moz-transform:scale(0.2); /* Firefox */
	-webkit-transform:scale(0.2); /* Safari and Chrome */
	-o-transform:scale(0.2); /* Opera */
	
	}
100% {	
    transform:scale(1.2);
	-ms-transform:scale(1.2); /* IE 9 */
	-moz-transform:scale(1.2); /* Firefox */
	-webkit-transform:scale(1.2); /* Safari and Chrome */
	-o-transform:scale(1.2); /* Opera */
   }

}

.i_cases_erweima{position:absolute;width:291px;height:239px;top:-239px;left:0;}
.i_cases_erweima_bg{width:291px;height:239px;background-color:#000;opacity:0.6;filter:alpha(opacity=60);}
.i_cases_erweima_img{position:absolute;top:34px;left:60px;width:160px;height:160px;background-color:#fff;border-radius:100%;overflow:hidden;padding:5px;}
.i_cases_erweima_img img{width:160px;height:160px;}	
.i_appcase_con li:hover .i_cases_erweima{
	animation:displaying 0.5s forwards;
	-moz-animation:displaying 0.5s forwards; /* Firefox */
	-webkit-animation:displaying 0.5s forwards; /* Safari and Chrome */
	-o-animation:displaying 0.5s forwards; /* Opera */
}
@keyframes displaying
{
0%   {top:-239px;}
100% {top:0;}
}

@-moz-keyframes displaying /* Firefox */
{
0%   {top:-239px;}
100% {top:0;}

}

@-webkit-keyframes displaying /* Safari and Chrome */
{
0%   {top:-239px;}
100% {top:0;}

}

@-o-keyframes displaying /* Opera */
{
0%   {top:-239px;}
100% {top:0;}

}

.i_appcase_con li:hover .i_cases_erweima_img{
	animation:expanding 0.5s forwards;
	-moz-animation:expanding 0.5s forwards; /* Firefox */
	-webkit-animation:expanding 0.5s forwards; /* Safari and Chrome */
	-o-animation:expanding 0.5s forwards; /* Opera */
	/*规定动画何时开始*/
	animation-delay:0.5s;
    -webkit-animation-delay:0.5s; /* Safari 和 Chrome */
}	
@keyframes expanding
{
0%   {top:34px;}
100% {
		transform: scale(1.2);
		-ms-transform: scale(1.2);	/* IE 9 */
		-webkit-transform: scale(1.2);	/* Safari 和 Chrome */
		-o-transform: scale(1.2);	/* Opera */
		-moz-transform: scale(1.2);	/* Firefox */	 }
}

@-moz-keyframes expanding /* Firefox */
{
0%   {top:34px;}
100% {
		transform: scale(1.2);
		-ms-transform: scale(1.2);	/* IE 9 */
		-webkit-transform: scale(1.2);	/* Safari 和 Chrome */
		-o-transform: scale(1.2);	/* Opera */
		-moz-transform: scale(1.2);	/* Firefox */	 }
}

@-webkit-keyframes expanding /* Safari and Chrome */
{
0%   {top:34px;}
100% {
		transform: scale(1.2);
		-ms-transform: scale(1.2);	/* IE 9 */
		-webkit-transform: scale(1.2);	/* Safari 和 Chrome */
		-o-transform: scale(1.2);	/* Opera */
		-moz-transform: scale(1.2);	/* Firefox */	 }

}

@-o-keyframes expanding /* Opera */
{
0%   {top:34px;}
100% {
		transform: scale(1.2);
		-ms-transform: scale(1.2);	/* IE 9 */
		-webkit-transform: scale(1.2);	/* Safari 和 Chrome */
		-o-transform: scale(1.2);	/* Opera */
		-moz-transform: scale(1.2);	/* Firefox */	 }
}


.i_appcase_con li:hover .i_appcase_con_img span{border-color:transparent transparent #EFEFEF transparent;}
.i_appcase_con_txt{padding:10px 12px 15px 10px;height:120px;}
/*.i_appcase_con li:hover .i_appcase_con_txt{background-color:#EFEFEF;}*/
.i_appcase_con_txt span.i_label{display:inline-block;vertical-align:top;height:30px;line-height:29px;color:#888888;font-size:12px;}

.i_appcase_name a{font-size:14px;line-height:29px;width:220px;font-weight:bold;border-bottom:1px solid #dcdcdc;display:inline-block;vertical-align:top;height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.i_phone_appcase_name a{width:200px;}
.i_appcase_con_txt span.i_con{line-height:22px;font-size:12px;color:#888888;width:220px;display: inline-block;vertical-align:top;padding:4px 0 5px 0;}
#i_displayCase_list{padding-bottom:40px;}
.i_displayCase_list{float:none;margin-right:0;width:1230px;}
.i_displayCase_list li{float:left;height:281px;width:281px;border:1px solid #DBDBDB;position:relative;margin:0 22px 22px 0;box-shadow:0 4px 4px #ADABAC;behavior:url(js/pie.htc);background-color:#fafafa;}
.i_displayCase_list li:hover{
	box-shadow:0px 0px 20px #888;
	transition:all .2s linear 0s;
	-ms-transition:all .2s linear 0s;	
	-moz-transition:all .2s linear 0s;	
	-webkit-transition:all .2s linear 0s;	
	-o-transition:all .2s linear 0s;	
	transform:translateY(-6px);
	-ms-transform:translateY(-6px);	
	-webkit-transform:translateY(-6px);
	-o-transform: translateY(-6px);	
	-moz-transform:translateY(-6px);
}
.i_displayCase_list li:hover .i_appcase_con_txt{background-color:#EFEFEF;}
.i_more_case{font-size:12px;height:30px;line-height:30px;width:1190px;margin:0 auto;text-align:center;box-shadow:0 4px 4px #ADABAC;behavior:url(js/pie.htc);background-color:#fff;}
.i_more_case a{display:block;font-size:14px;color:#666;font-family: 'sans-serif';background-color:#fff;}
.i_more_case a span,.i_more_case a i{display:inline-block;vertical-align:middle;}
.i_displayCase_list li .i_appcase_con_img{height:281px;}
.i_displayCase_list li .i_appcase_con_img img{width:100%;height:100%;}
.i_displayCase_list li .i_cases_erweima{width:281px;height:281px;top:-281px;}
.i_displayCase_list li .i_cases_erweima_bg{height:100%;width:100%;}
.i_displayCase_list li .i_cases_erweima_img{position:absolute;left:50%;top:50%;margin-left:-85px;margin-top:-85px;}

.i_displayCase_list li:hover .i_cases_erweima_img{
	animation:expanding 0.5s forwards;
	-moz-animation:expanding 0.5s forwards; /* Firefox */
	-webkit-animation:expanding 0.5s forwards; /* Safari and Chrome */
	-o-animation:expanding 0.5s forwards; /* Opera */
	/*规定动画何时开始*/
	animation-delay:0.5s;
    -webkit-animation-delay:0.5s; /* Safari 和 Chrome */
}	
@keyframes expanding
{
0%   {top:50%;}
100% {transform: scale(1.2);}
}

@-moz-keyframes expanding /* Firefox */
{
0%   {top:50%;}
100% {-moz-transform: scale(1.2);	/* Firefox */	 }
}

@-webkit-keyframes expanding /* Safari and Chrome */
{
0%   {top:50%;}
100% {-webkit-transform: scale(1.2);	/* Safari 和 Chrome */}
}
@-o-keyframes expanding /* Opera */
{
0%   {top:50%;}
100% {-o-transform: scale(1.2);	/* Opera */}
}
.i_loading{display:inline-block;width:16px;height:16px;background:url(../images/loading.gif);margin:0 auto;}
.i_case_filter{border:1px solid #CBCBCB;margin-bottom:45px;background-color:#fff;}
.i_filter_left li{overflow:hidden;padding-top:10px;}
.i_filter_title{color:#fff;float:left;width:92px;height:143px;background-color:#808080;letter-spacing:0.5px;line-height:143px;text-align:center;font-size:18px;}
.i_filter_con{float:left;width:1026px;padding:32px 20px 0 60px;}
.i_filter_con li{float:left;width:170px;margin:0 0 20px 0;}
.i_filter_con a{display:inline-block;;line-height:24px;padding:4px 20px;font-size:14px;}
.i_filter_con a:hover{background-color:#F58439;color:#fff;}
.i_filter_con a span{color:#F58439;}
.i_filter_con a.i_cur_filter{color:#fff;background-color:#F58439;}

.i_case_sort{position:absolute;left:0;top:103px;z-index:9999999;/* width:100%; */background-color:#F7F7F7;padding:20px 0 20px 90px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.i_case_sort_container{width:1240px;margin:0 auto;}
.i_case_item{float:left;padding:0 60px 0 0;}
.i_case_item li{float:none;margin-left:0;font-size:14px;line-height:24px;margin:6px 0;}
.i_case_item li a{color:#6F6F6F;}
.i_case_item h2{font-size:20px;line-height:32px;}




/*===============================O2O联盟页面样式===================================*/
#i_o2o_alliance{padding:40px 0 0;background:url(../images/chichaoo2oalliancebg.png);background-size:cover;}
.i_o2o_alliance_con{overflow:hidden;height:564px;}
.i_o2o_alliance_con li{float:left;position:relative;}
.i_o2o_alliance_con li:first-child .i_alliance_caseimg{width:560px;}
.i_o2o_alliance_con li:first-child .i_alliance_caseitem{opacity:0;}
.i_o2o_alliance_con li:hover img{}
.i_alliance_caseitem{position:absolute;left:0;top:0;width:214px;height:564px;background-color:#000;opacity:0.3;}
.i_alliance_caseimg{width:213px;height:564px;overflow:hidden;box-shadow:0 0 16px #333;}
.i_alliance_top{padding:0 0 20px 0;}
.i_alliance_top h2 a{color:#fff;}
.i_alliance_top strong{color:#fff;}
.i_alliance_top p{color:#fff;}
#i_O2O_Alliance{padding:60px 0 0;background-color:#F5F5F5;}
.i_O2O_alliance_title{text-align:center;font-size:32px;padding:0 0 4px 0;margin:0 0 0 121px;}
.i_alliance_case{margin:0 0 0 42px;border-left:1px solid #DDDDDD;border-top:1px solid #dddddd;padding:0 0 58px 78px;position:relative;}
.i__alliance_case02{margin-top:-3px;}
.i_alliance_title{width:85px;height:85px;background:url(../images/ipeanutsquare.png);position:absolute;top:-43px;left:-43px;text-align:center;line-height:85px;font-size:20px;color:#fff;text-transform:capitalize;font-family:'Arial';z-index:9;}
.i_alliance_case h4{text-align:center;font-size:20px;padding:10px 0 0 0;}
.i_alliance_con{padding:15px;width:990px;margin:32px 0 0 0;background-color:#fff;box-shadow:0 4px 4px #A9A9A9;}
.i_alliance_con p{text-indent:2em;line-height:30px;font-size:14px;margin:10px 0;}
.i_O2O_company{padding:48px 0 0px 0;}
.i_O2O_line{width:1020px;line-height:36px;text-align:center;position:relative;height:36px;margin:0 0 30px 0;}
.i_O2O_line i{display:inline-block;height:2px;background-color:#646464;width:100%;position:absolute;left:0;top:17px;z-index:1;}
.i_O2O_line strong{font-size:20px;position:relative;z-index:2;display:inline-block;padding:0 20px;background-color:#f5f5f5;}
.i_company_list li{padding:0 0 30px 0;}
.i_company_list dl{display:inline-block;vertical-align:middle;}
.i_company_list dl:last-child{padding:0 0 0 72px;}
.i_company_list dt,.i_company_list dd{display:inline-block;vertical-align:middle;}
.i_company_list dd{padding:0 0 0 12px;width:294px;}
.i_company_list dd h3{font-size:20px;}
.i_company_list dd p{font-size:14px;line-height:24px;text-align:justify;}
.i_company_director{float:right;width:490px;}
.i_alliance_list{float:left;width:503px;height:670px;background-color:#fff;margin-bottom:20px;box-shadow:0 4px 4px #A9A9A9;}
.i_alliance_img{border:3px solid #9E9E9E;width:497px;position:relative;}
.i_alliance_img_info{position:absolute;left:0;bottom:0;width:100%;height:72px;z-index:6;}
.i_alliance_img_bg{position:absolute;left:0;bottom:0;z-index:7;width:100%;height:72px;background-color:#000;opacity:0.6;filter:alpha(opacity=60);}
.i_alliance_img_txt{position:absolute;left:0;bottom:0;z-index:8;width:100%;height:72px;text-align:center;line-height:72px;font-size:36px;color:#fff;}
.i_alliance_txt{padding:20px;text-align:justify;line-height:24px;}
.i_O2O_alliance_firm .i_alliance_list:first-child,.i_O2O_alliance_firm .i_alliance_list:nth-child(3){margin-right:20px;}




#i_crossBorder_electricBusiness{padding:40px 0 0;background:url(../images/ipeanutfivecharacteristicbg.png) no-repeat center 30px #fff;background-attachment:fixed;}
.i_electricBusiness_con li{float:left;width:238px;margin-right:2px;color:#fff;}
.i_electricBusiness_con li .i_electricBusiness_txt{background-color:#F6585A;height:310px;}
.i_electricBusiness_con li .i_electricBusiness_txt1{background-color:#F6585A;height:250px;}
.i_electricBusiness_con li:nth-child(2) .i_electricBusiness_txt,.i_electricBusiness_con li:nth-child(4) .i_electricBusiness_txt{background-color:#E4E4E4;color:#666;}
.i_electricBusiness_con li .i_electricBusiness_num{margin:45px auto 0;width:121px;height:121px;}
.i_electricBusiness_con li:nth-child(2) .i_electricBusiness_num,.i_electricBusiness_con li:nth-child(4) .i_electricBusiness_num{margin:30px auto 45px;width:121px;height:121px;}
.i_electricBusiness_con li:hover .i_electricBusiness_num{
	animation: carousel 1s linear;
	-moz-animation: carousel 1s linear;	/* Firefox */
	-webkit-animation: carousel 1s linear;	/* Safari 和 Chrome */
	-o-animation: carousel 1s linear;	/* Opera */
}
@keyframes carousel
{
  0%{
	  transform:rotate(0deg);
	  -ms-transform:rotate(0deg); /* Internet Explorer */
	  -moz-transform:rotate(0deg); /* Firefox */
	  -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	  -o-transform:rotate(0deg); /* Opera */
	 }	
  100%{
	  transform:rotate(360deg);
	  -ms-transform:rotate(360deg); /* Internet Explorer */
	  -moz-transform:rotate(360deg); /* Firefox */
	  -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	  -o-transform:rotate(360deg); /* Opera */
	 }	
   
}

@-moz-keyframes carousel /* Firefox */
{
  0%{
	  transform:rotate(0deg);
	  -ms-transform:rotate(0deg); /* Internet Explorer */
	  -moz-transform:rotate(0deg); /* Firefox */
	  -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	  -o-transform:rotate(0deg); /* Opera */
	 }	
  100%{
	  transform:rotate(360deg);
	  -ms-transform:rotate(360deg); /* Internet Explorer */
	  -moz-transform:rotate(360deg); /* Firefox */
	  -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	  -o-transform:rotate(360deg); /* Opera */
	 }	
}

@-webkit-keyframes carousel /* Safari 和 Chrome */
{
  0%{
	  transform:rotate(0deg);
	  -ms-transform:rotate(0deg); /* Internet Explorer */
	  -moz-transform:rotate(0deg); /* Firefox */
	  -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	  -o-transform:rotate(0deg); /* Opera */
	 }	
  100%{
	  transform:rotate(360deg);
	  -ms-transform:rotate(360deg); /* Internet Explorer */
	  -moz-transform:rotate(360deg); /* Firefox */
	  -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	  -o-transform:rotate(360deg); /* Opera */
	 }	
}

@-o-keyframes carousel /* Opera */
{
  0%{
	  transform:rotate(0deg);
	  -ms-transform:rotate(0deg); /* Internet Explorer */
	  -moz-transform:rotate(0deg); /* Firefox */
	  -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	  -o-transform:rotate(0deg); /* Opera */
	 }	
  100%{
	  transform:rotate(360deg);
	  -ms-transform:rotate(360deg); /* Internet Explorer */
	  -moz-transform:rotate(360deg); /* Firefox */
	  -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	  -o-transform:rotate(360deg); /* Opera */
	 }	
}


.i_electricBusiness_txt{padding-top:25px;}
.i_electricBusiness_txt h2{text-align:center;font-size:26px;}
.i_electricBusiness_txt p{padding:10px 15px 0;line-height:28px;font-size:16px;text-align:justify;}


/**=========================首页跨境电商5大特色=======================*/
.i_electricBusiness_txt-showMore{color:#F6585A;cursor:pointer;}
.i_electricBusiness_txt-hiddenText{color:#F6585A;cursor:pointer;}

#i_about_us{padding:40px 0;}
.i_about_us{padding:40px 0;}


#i_xinsanban{padding:40px 0 0;background-color:#F5F5F5;width:100%;}
.i_xinsanban_img{position:relative;width:100%;}
.i_xinsanban_img img{width:100%;}
.i_downarrow{
	display:block;width:40px;height:42px;position:absolute;bottom:30px;left:47.5%;z-index:999;background-image:url(../images/downarrow.png);
    animation: jump 2s infinite alternate;
	-moz-animation: jump 2s infinite alternate;	/* Firefox */
	-webkit-animation: jump 2s infinite alternate;	/* Safari 和 Chrome */
	-o-animation: jump 2s infinite alternate;	/* Opera */
}

@keyframes jump
{
0%   {bottom:30px;}
50%  {bottom:-30px;}
100% {bottom:30px;}
}

@-moz-keyframes jump /* Firefox */
{
0%   {bottom:30px;}
50%  {bottom:-30px;}
100% {bottom:30px;}
}

@-webkit-keyframes jump /* Safari 和 Chrome */
{
0%   {bottom:30px;}
50%  {bottom:-30px;}
100% {bottom:30px;}
}

@-o-keyframes jump /* Opera */
{
0%   {bottom:30px;}
50%  {bottom:-30px;}
100% {bottom:30px;}
}




#i_contact_us{padding:40px 0;width:100%;height:716px;background-image:url(../images/i_map.png);background-size:cover; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
#i_contact_us h2 a{color:#fff;}
.i_contact{height:45px;width:1000px;background:url(../images/i_link_tel.png) no-repeat center top;margin:40px auto 0;}
.i_contact_info{padding:70px 0 0 0;}
.i_contact_user_info{float:left;width:440px;}
.i_contact_address_info{float:left;padding:20px 0 0 40px;}
.i_user_name{padding:10px 0;border:1px solid #707682;border-bottom:0;}
.i_user_phone{padding:15px 0;border:1px solid #707682;border-bottom:0;}
.i_contact_user_info input{width:100%;background-color:transparent;height:45px;padding:10px;font-size:18px;outline: none;color:#696d77;margin-bottom:5px;box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
.i_contact_user_info textarea{background-color: transparent;outline: none;margin-bottom: 5px;-webkit-appearance: none;resize: none;overflow-y: hidden;padding: 10px;font-size: 18px;height: 115px;width: 100%;border: 1px solid #707682;color: #696d77;box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
.i_submit_btn button{width:100%;color:#3f3f3f;cursor:pointer;line-height:45px;background-color:#bec4d4;font-size:18px;}
.i_contact_address_info li{font-size:14px;color:#fff;height:30px;line-height:30px;padding-left:40px;margin-bottom:20px;}
.popUp_layer{position:fixed;}
.popUp_bg{background-color:#000;opacity:0.6;filer:alpha(opacity=60);position:absolute;}
.popUp_con{width:400px;height:300px;text-align:center;background-color:#fff;font-size:18px;position:fixed;z-index:9999;}
.popUp_con h2{height:44px;width:100%;background-color:#F6585A;line-height:44px;}
.popUp_txt{padding:40px 0 0 0;text-align:center;}
.popUp_txt i{width:64px;height:64px;display:inline-block;}
.popUp_txt i.icon-ok-circle{background-image:url(../images/icon-ok.png);}
.popUp_txt i.icon-fail-circle{background-image:url(../images/icon-fail-circle.png);}
.popUp_txt span{margin-top:10px;position:relative;display:block;}
.popUp_txt button{width:100px; height:32px;line-height:32px;background-color:#F6585A;color:#fff;text-align:center;font-size:14px;margin:16px 0 0 0;}


.newsMore{color:#fff;}
.H2newsMore{text-align:center;}

#i_new_information{padding:40px 0;background:url(../images/ipeanutnewsinformationbg.png);background-attachment:fixed;min-width: 1200px;}
.i_news_top h2 a{color:#fff;}
.i_news_top h2 a:hover{color:#fff;}
.i_news_con_item{margin-right:65px;width:347px; margin:0 auto;}
.i_news_con_item_no{margin-right:0;}
.i_news_con_item h3{font-size:24px;color:#fff;padding-bottom:40px;text-align:center;}
.i_news_con_item h3 a{color:#fff;}
.i_news_con_item h3 a:hover{color:#fff;}
.i_news_con_item li{overflow:hidden;}
.i_news_img{float:left;width:120px;}
.i_news_con{float:right;width:217px;}
.i_news_con h4{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.i_news_con h4 a{color:#b6bdda;}
.i_news_con h4 a:hover{color:#F6585A;}
.i_news_con p{margin-top:15px;line-height:20px;font-size:12px;color:#707682;height:40px;text-align:justify;


display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;  /*设置行数*/}
.i_news_con p span{float:right;padding-right:5px;color:#3f3f3f;}
.i_news_list{padding:16px 0;overflow:hidden;}
.i_news_list:hover a,.i_news_list:hover span{color:#F6585A;}
.i_news_list h4{float:left;font-size:14px;width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.i_news_list h4 a{color:#b6bdda;display:inline-block;width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.i_news_list h4 a:hover{color:#F6585A;}
.i_news_list span{float:right;color:#b6bdda;font-size:14px;padding-right:5px;}


#i_footer{padding:40px 0 24px 0;background-color:#222429;color:#fff;}
.i_company_info,.i_gongzhonghao,.i_erweima{float:left;}
.i_company_info{padding:0 43px 16px 170px;}
.i_company_info h2,.i_company_txt{float:left;}
.i_company_info h2{width:136px;height:148px;background-image:url(../images/chichao_logo_large.png);text-indent:-9999em;}
.i_company_txt{padding:4px 0 0 23px;}
.i_company_txt strong{display:block;width:370px;height:49px;background-image:url(../images/chichaotelphone.png);text-indent:-9999em;margin-bottom:10px;}
.i_company_txt p{font-size:14px;line-height:30px;}
.i_tel{margin-right:72px;}
.i_gongzhonghao{padding:8px 0 0 110px;}
.i_erweima{padding:8px 0 0 51px;}
.i_gongzhonghao span,.i_erweima span{display:block;text-align:center;padding-top:16px;}
.i_erweima span{padding-top:20px;}
.i_copy{border-top:2px solid #CFCFCF;padding:24px 0 0 0;color:#cecece;text-align:center;margin:8px 0 0 0;}
.i_friendly_link a{color:#cecece;margin:0 10px 6px 0px;display:inline-block;}
.i_friendly_link a:hover{color:#F6585A;text-decoration:underline;}
.i_copy_txt{text-align:center;font-size:14px;}
.i_copy_txt a{color:#cecece;}

.i_backtop{width:48px;height:48px;background-color:#ddd;color:#fff;position:fixed;right:20px;bottom:92px;text-align:center;opacity:0.8;filter:alpha(opacity=80);}
.i_backtop a{display:inline-block;width:20px;height:20px;border:solid #fff;border-width:2px 2px 0 0;margin-top:20px;  
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
.i_backtop:hover{background-color:#d81d1f;}



/*===============================news页面样式=================================*/
#i_app_news{padding:20px 0;}
.i_bread_nav i{margin:0 6px;font-family:'sans-serif';}
.i_app_news_con{padding:20px 0 40px 0;}
.i_app_news_left{width:880px;margin:0 auto;}
.i_app_news_title ul{border:1px solid #dcdcdc;}
.i_app_news_title li{float:left;border-right:1px solid #dcdcdc;}
.i_app_news_title li:last-child{border-right:1px solid #dcdcdc;}
.i_app_news_title li a{display:block;width:170px;height:40px;line-height:40px;text-align:center; font-size:16px;border-top:2px solid transparent;margin-top:-2px;}
.i_app_news_title li.i_cur_app{height:41px;background-color:#fff;margin-bottom:-1px;}
.i_app_news_title li.i_cur_app a{border-top:2px solid #d81d1f;margin-top:-2px;background-color:#fff;}
.i_app_news_item{}
.i_app_news_item ul{margin-bottom:20px;}
.i_app_news_item li{overflow:hidden;padding:25px 0;border-bottom:1px solid #dcdcdc;}
.i_app_news_item li:hover{background-color:#F5F6F0;}
.i_news_left{float:left;width:250px;height:180px;}
.i_news_right{float:right;width:600px;}
.i_news_right h3{margin:6px 0 15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:20px;}
.i_app_news_item li:hover h3 a{color:#d81d1f;}
.i_news_right p{font-size:12px;color:#888;line-height:25px;padding-right:10px;}
.i_news_right p a{color:#3697dc;}
.i_news_right p a:hover{text-decoration:underline;}
.i_news_bottom{margin-top:12px;font-size:16px;}
.i_news_tag{float:left;}
.i_news_tag a{color:#3697dc;margin-right:8px;}
.i_news_tag a:hover{color:#d81d1f;}
.i_news_info{}
.i_news_view{display:inline-block;height:26px;padding:0 20px 0 35px;background:url("../images/article-icon02.png") no-repeat left center;line-height:26px;margin-left:6px;}
.i_news_comment{display:inline-block;height:26px;padding:0 20px 0 35px;background:url("../images/article-icon02.png") no-repeat left center;line-height:26px;}

.i_app_news_right{float:right;width:280px;}
.i_news_line{width:30px;height:4px;background-color:#d81d1f;}
.i_news_platform{padding-bottom:20px;}
.i_news_platform h3{font-size:16px;padding-top:16px;}
.i_news_platform ul{overflow:hidden;padding-top:18px;width:280px;}
.i_news_platform li{float:left;margin:0 10px 10px 0;}
.i_news_platform li a{display:inline-block;width:130px;line-height:30px;font-size:12px;color:#707070;background-color:#efecec;text-align:center;}
.i_news_platform li a:hover{color:#d81d1f;}
.i_top_time{padding-top:20px;}
.i_top_articles h3{font-size:16px;padding-top:16px;}
.i_top_time li{float:left;width:140px;height:45px;line-height:45px;text-align:center;border-top:1px solid #e6e6e6;}
.i_top_time li a{display:block;width:100%;font-size:16px;}
.i_top_time li.i_cur_top{border-top:1px solid #F6AB00;}
.i_articles_con li{padding:14px 0;border-bottom:1px solid #e6e6e6;overflow:hidden;}
.i_articles_con li i{display:block;float:left;padding:0 8px;}
.i_articles_con li h4{float:left;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:226px;}
.i_articles_con li span{display:block;float:left;}
.i_articles_con li:first-child i{/* font-size:36px; */color:#CD3600;/* float:left;margin-top:18px; */}
.i_articles_con li:nth-child(2) i,.i_articles_con li:nth-child(3) i{color:#d81d1f;}
.i_articles_title{float:left;overflow:hidden;width:220px;background-color:#f5f5f5;padding:10px;}
.i_articles_title span{padding-top:6px;} 
.i_hot_tag{padding-top:24px;}
.i_hot_tag h3{font-size:16px;padding-top:16px;}
.i_hot_tag_list{padding-top:10px;}
.i_hot_tag_list li{padding:9px 11px;border:1px solid #d2d2d2;color:#707070;margin:10px 10px 0 0;font-size:12px;float:left;}
.i_article_read{padding:24px 0 50px 0;}
.i_article_read h3{font-size:16px;padding-top:16px;}
.i_article_read_list li{padding-top:20px;overflow:hidden;}
.i_read_img{float:left;width:130px;height:90px;}
.i_read_txt{float:right;width:130px;height:90px;}
.i_read_txt h3{padding:0 0 8px 0;}
.i_read_txt h3 a{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.i_read_txt p{font-size:12px;line-height:16px;color:#b5b5b5;margin-top:5px;}



/*===============================关于花生样式=================================*/

#i_introduce{padding:40px 0;}

.i_introduce_img,.i_introduce_txt{float:left;}
.i_introduce_con,.i_introduce_text{width:1200px;margin:0 auto;} 
.i_introduce_con{padding:0 0 20px 0;}
.i_introduce_img{width:542px;height:373px;overflow:hidden;}
.i_introduce_img_list{padding:32px 0 20px;border-top:1px dashed #D5D5D5;height:100%;height:228px;}
.i_introduce_img_list ul{position:relative;}
.i_introduce_img_list li{position:absolute;padding:0 16px 0 0;opacity:0;filter:Alpha(opacity=0);}
.i_introduce_img_list li:first-child{z-index:99;opacity:1;filter:Alpha(opacity=100);}
.i_introduce_img_list li:nth-child(2){
   
	
	transition: all .2s  ease-in-out .2s;
	-moz-transition: all .2s ease-in-out .2s;	/* Firefox 4 */
	-webkit-transition: all .2s ease-in-out .2s;	/* Safari 和 Chrome */
	-o-transition: all .2s ease-in-out .2s;	/* Opera */
}
.i_introduce_img_list li:last-child{
   
	
}

@keyframes iImgmove
{

}

@-moz-keyframes myfiiImgmoverst /* Firefox */
{

}

@-webkit-keyframes iImgmove /* Safari 和 Chrome */
{
	}
}

@-o-keyframes iImgmove /* Opera */
{

}


/*.i_introduce_img_list li:last-child{float:right;}*/




.i_introduce_txt{width:626px;padding:0 0 0 30px;}
.i_introduce_txt p,.i_introduce_text p{line-height:31px;text-indent:32px;font-size:14px;text-align:justify;font-family:'宋体';margin-top: 20px;}
#i_technological{padding:40px 0;background-color:#F5F5F5;}
#i_technological .i_title_line span{background-color:#f5f5f5;}
.i_technological_con{padding:50px 0 0 0;}
.i_technological_con img{margin:0 auto;}

.i_service_advantage{padding:20px 0;}
.i_service_advantage li{float:left;width:352px;margin:0 24px;}
.i_service_img{width:172px;margin:0 auto 10px;}
.i_service_advantage li h3{text-align:center;font-size:36px;padding:6px 0;}
.i_service_advantage li span{display:block;font-size:16px;text-align:center;padding:4px 0;}
.i_choose_img{float:left;padding:30px 0 0 110px;position:relative;}
#i_team_img img{
	transform: translateX(-80px);
	-ms-transform: translateX(-80px);	
	-webkit-transform: translateX(-80px);	
	-o-transform: translateX(-80px);	
	-moz-transform:translateX(-80px);
}
#i_operations_img img{
	transform: translateX(80px);
	-ms-transform: translateX(80px);	
	-webkit-transform: translateX(80px);	
	-o-transform: translateX(80px);	
	-moz-transform:translateX(80px);
}
.i_technical_img img{
	transform: translateX(-20px);
	-ms-transform: translateX(-20px);	
	-webkit-transform: translateX(-20px);	
	-o-transform: translateX(-20px);	
	-moz-transform:translateX(-20px);
}
#i_about_operations{background-color:#f5f5f5;}
.i_choose_reason{padding-bottom:50px;}
.i_choose_txt{float:right;width:524px;padding:50px 0 0 0;}
.i_choose_txt h3,.i_patent_txt h3{font-size:28px;font-weight:bold;}
.i_choose_txt h3 span,.i_patent_txt h3 span{display:block;font-size:14px;padding-top:4px;color:#888888;font-weight:normal;}
.i_choose_line{width:80px;height:28px;border-bottom:5px solid #d81d1f;}
.i_choose_txt p{font-size:16px;color:#666;line-height:28px;padding-top:20px;text-align:justify;font-family:'sans-serif';}
.i_choose_txt p b{color:#333;}
.i_operations{padding:50px 60px 0 60px;float:right;}
.i_operations_txt{padding:120px 0 0 0;}
.i_resource{padding-top:0px;}
.i_resource_txt{width:480px;padding:50px 40px 0 0;}
#i_resource_img{float:left;padding:50px 30px 0 125px;}

#i_deep_technical{padding:40px 0 60px 0;background-color:#f5f5f5;}
.i_technical_img{padding:78px 0 0 0;float:right;}
.i_technical_txt{width:474px;float:left;margin:0 0 0 70px;padding:104px 0 0 0;}
.i_patent_txt{text-align:center;}
.i_patent_txt .i_choose_line{margin:0 auto;}
#i_patent{padding:40px 0 0 0;}
.i_patent_img{width:1024px;margin:40px auto 0;}
.i_jop_list{width:1000px;margin:40px auto 20px;border:1px solid #E2E2E2;font-size:14px;text-align:center;}
.i_jop_title{background-color:#d81d1f;color:#fff;padding:10px 0;overflow:hidden;}
.i_jop_con li{padding:10px 0;border-top:1px solid #E2E2E2;overflow:hidden;cursor:pointer;}
.i_jop_title span,.i_jop_con li span{display:inline-block;float:left;width:175px;box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
.i_jop_title span:first-child,.i_jop_con li span:first-child{text-align:left;padding:0 0 0 40px;width:300px;}
.i_jop_con li:hover span:first-child{text-decoration:underline;color:#d81d1f;}
#i_jop_WPF{background-color:#5B5B59;padding:4px;width:987px;}
.i_jop_top,.i_jop_info{box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
.i_jop_top{height:41px;line-height:41px;color:#fff;font-size:20px;padding:0 0 0 15px;width:987px;}
.i_jop_info{width:987px;background-color:#fff;padding:14px 14px 30px 14px;}
.i_jop_info h2{padding:12px 14px 0;color:#d8271c;}
.i_jop_info ul{border-bottom:1px solid #EBEBEB;padding:20px 14px;font-size:14px;font-family:'sans-serif';}
.i_jop_info ul:last-child{border-bottom:0;}
.i_jop_info ul li{line-height:32px;}
ul.i_jop_item li{float:left;width:240px;}



/*===============================花生产品页面样式=================================*/

#i_product_nav{width:100%;box-shadow:0 0px 6px #c7c7c7;}
.i_product_title{text-align:center;font-size:40px;padding-bottom:40px;}
.i_product_breadnav{padding:38px 0 20px;font-size:14px;}
.i_product_nav{border:1px solid #C7C7C7;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;overflow:hidden;}
.i_product_nav li{float:left;font-size:24px;padding:21px 0px;border-right:1px solid #C7C7C7;cursor:pointer;text-align:center; width:214px;}
.i_product_nav li:last-child{border-right:0;/* width:279px; */box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
.i_product_nav li.cur_productnav,.i_product_nav li:hover{background-color:#D72522;color:#fff;}
#i_product_item{height:100%;}

.i_solveproject{margin-top:80px;padding:0 0 70px 0;border-bottom:2px solid #A7A7A7;}
.i_solveproject_txt{width:580px;}
.i_solveproject_txt h2{font-size:24px;margin-bottom:50px;}
.i_solveproject_txt p{line-height:24px;margin-bottom:28px;font-size:14px;}
.i_solveproject_img{padding:0 78px 0 0;}
.i_solveproblem{padding:60px 0;}
.i_solveproblem_top h2{font-size:24px;margin-bottom:12px;text-align:center;}
.i_solveproblem_top p{text-align:center;font-size:14px;line-height:24px;}
.i_solveproblem_con{padding:20px 0 0 0;margin:0 auto;}
.i_solvemodel{padding:90px 0 120px 0;width:100%;background:url(../images/o2osolveprojectbg.png);color:#ffffff;}
.i_solvemodel_box h2{text-align:center;font-size:30px;margin-bottom:50px;}
.i_solvemodel_box p{text-align:left;line-height:30px;font-size:15px;}
.i_solvechannel img{width:0 auto;padding:36px 0 120px 0;}
.i_cooperationmode{background-color:#f0f0f0;}
.i_cooperationmode .i_solveproblem_top h2{font-size:30px;}
.i_cooperationmode .i_solveproblem_con{padding:35px 0 0 0;}
.i_serviceprocess .i_solveproblem_top h2{font-size:30px;}
.i_serviceprocess .i_solveproblem_con{padding:35px 0 0 0;}


#i_cloud_platform{padding:40px 0;}
.i_platform_img img{margin:0 auto;}
#i_plates{padding:40px 0;background-color:#fafafa;background:url(../images/i_sevenplatesbg.png) no-repeat;}
.i_plates_list li{float:left;position:relative;z-index:1;margin:0 0 29px 0;color:#FFF;text-align:center;overflow:hidden;}
.i_plates_list li:first-child{width:377px;height:279px;}
.i_plates_list li:nth-child(2){width:382px;height:279px;margin:0 29px 29px;}
.i_plates_list li:nth-child(3){width:382px;height:279px;float:right;}
.i_plates_list li:nth-child(4){width:278px;height:278px;}
.i_plates_list li:nth-child(5){width:278px;height:278px;margin:0 29px 29px;}
.i_plates_list li:nth-child(6){width:278px;height:278px;}
.i_plates_list li:last-child{width:278px;height:278px;float:right;}
.i_plates_O2O{width:377px;height:279px;background-color:#FF737B;}
.i_plates_OBO{width:382px;height:279px;background-color:#A3B9FF;}
.i_plates_M2O{width:382px;height:279px;background-color:#AF7DC2;}
.i_plates_C2B{width:278px;height:278px;background-color:#5EC4D2;}
.i_plates_B2B{width:278px;height:278px;background-color:#35C986;}
.i_plates_B2C{width:278px;height:278px;background-color:#F3BB32;}
.i_plates_F2C{width:278px;height:278px;background-color:#F9673A;}

.i_plates_O2O strong,
.i_plates_OBO strong,
.i_plates_M2O strong,
.i_plates_C2B strong,
.i_plates_B2B strong,
.i_plates_B2C strong,
.i_plates_F2C strong{font-size:100px;display:inline-block;margin:70px auto 0;}
.i_plates_O2O i,
.i_plates_OBO i,
.i_plates_M2O i,
.i_plates_C2B i,
.i_plates_B2B i,
.i_plates_B2C i,
.i_plates_F2C i{display:block;width:160px;height:12px;margin:10px auto;background-color:#333;border-radius:100%;opacity:0.3;filter:alpha(opacity=30);box-shadow:0px 0px 4px #666;}
.i_diminish{display:inline-block;}
.i_diminish strong{
    animation: backdiminish .5s forwards linear;
	-moz-animation: backdiminish .5s forwards linear;	/* Firefox */
	-webkit-animation: backdiminish .5s forwards linear;	/* Safari 和 Chrome */
	-o-animation: backdiminish .5s forwards linear;	/* Opera */
}
@keyframes backdiminish
{
0%   {
	   font-size:60px;margin:40px auto 0;
	 }

100% {
	   font-size:100px;margin:70px auto 0;
	 }
}

@-moz-keyframes backdiminish /* Firefox */
{
0%   {
	   font-size:60px;margin:40px auto 0;
	 }

100% {
	   font-size:100px;margin:70px auto 0;
	 }
}

@-webkit-keyframes backdiminish /* Safari 和 Chrome */
{
0%   {
	   font-size:60px;margin:40px auto 0;
	 }

100% {
	   font-size:100px;margin:70px auto 0;
	 }
}

@-o-keyframes backdiminish /* Opera */
{
0%   {
	   font-size:60px;margin:40px auto 0;
	 }

100% {
	   font-size:100px;margin:70px auto 0;
	 }
}

.i_plates_list li:hover .i_diminish strong{
    animation: diminish .5s forwards linear;
	-moz-animation: diminish .5s forwards linear;	/* Firefox */
	-webkit-animation: diminish .5s forwards linear;	/* Safari 和 Chrome */
	-o-animation: diminish .5s forwards linear;	/* Opera */
	}
@keyframes diminish
{
0%   {
	   font-size:100px;margin:70px auto 0;
	 }

100% {
	   font-size:60px;margin:30px auto 0;
	 }
}

@-moz-keyframes diminish /* Firefox */
{
0%   {
	   font-size:100px;margin:70px auto 0;
	 }

100% {
	   font-size:60px;margin:30px auto 0;
	 }
}

@-webkit-keyframes diminish /* Safari 和 Chrome */
{
0%   {
	   font-size:100px;margin:70px auto 0;
	 }

100% {
	   font-size:60px;margin:30px auto 0;
	 }
}

@-o-keyframes diminish /* Opera */
{
0%   {
	   font-size:100px;margin:70px auto 0;
	 }

100% {
	   font-size:60px;margin:30px auto 0;
	 }
}

.i_plates_list li:hover .i_diminish i{
    animation: dwindle .5s forwards linear;
	-moz-animation: dwindle .5s forwards linear;	/* Firefox */
	-webkit-animation: dwindle .5s forwards linear;	/* Safari 和 Chrome */
	-o-animation: dwindle .5s forwards linear;	/* Opera */
}
@keyframes dwindle
{
0%   {
	   width:160px;height:12px;margin:10px auto;
	 }

100% {
	   width:98px;height:6px;margin:5px auto;
	 }
}
@-moz-keyframes dwindle /* Firefox */
{
0%   {
	   width:160px;height:12px;margin:10px auto;
	 }

100% {
	   width:98px;height:6px;margin:5px auto;
	 }
}

@-webkit-keyframes dwindle /* Safari 和 Chrome */
{
0%   {
	   width:160px;height:12px;margin:10px auto;
	 }

100% {
	   width:98px;height:6px;margin:5px auto;
	 }
}

@-o-keyframes dwindle /* Opera */
{
0%   {
	   width:160px;height:12px;margin:10px auto;
	 }

100% {
	   width:98px;height:6px;margin:5px auto;
	 }
}

.i_plates_txt{position:relative;text-align:justify;padding:0 20px;margin-top:0px;font-size:16px;line-height:32px;}


.i_plates_list li:hover .i_plates_txt{
    animation: moveup .5s forwards linear;
	-moz-animation: moveup .5s forwards linear;	/* Firefox */
	-webkit-animation: moveup .5s forwards linear;	/* Safari 和 Chrome */
	-o-animation: moveup .5s forwards linear;	/* Opera */
}
@keyframes moveup
{
0%   {
	   margin-top:0px;
	 }

100% {
	   margin-top:-160px;
	 }
}
@-moz-keyframes moveup /* Firefox */
{
0%   {
	   margin-top:0px;
	 }

100% {
	   margin-top:-160px;
	 }
}

@-webkit-keyframes moveup /* Safari 和 Chrome */
{
0%   {
	   margin-top:0px;
	 }

100% {
	   margin-top:-160px;
	 }
}

@-o-keyframes moveup /* Opera */
{
0%   {
	   margin-top:0px;
	 }

100% {
	   margin-top:-160px;
	 }
}

#i_fivemall{padding:40px 0;background-color:#fafafa;}
.i_fivemall ul{height:468px;background:url(../images/ipeanutfivemallbg.png) no-repeat bottom left;}
.i_fivemall li{float:left;width:240px;height:450px;background-color:#fff;border-right:1px solid #e6e6e6;padding:40px 0 0 0;overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
.i_fivemall li:last-child{border-right:0;}
.i_fivemall_img{height:190px;margin:0 auto;position:relative;}
.i_fivemall_img img{margin:0 auto;position:relative;z-index:2;width:190px;}
.i_fivemall li:nth-child(4) .i_fivemall_img{margin:0;width:240px;}
.i_fivemall li:nth-child(4) .i_fivemall_img img{margin:0;}
.i_fivemall li h2{text-align:center;font-size:33px;color:#f65759;padding:0 0 16px 0;}
.i_fivemall li p{text-align:justify;width:190px;line-height:24px;font-family:"sans-serif";margin:0 auto;font-size:14px;}
.i_fivemall_img span{display:block;width:190px;height:190px;margin:0 auto;}
.i_fivemall li:hover{background-color:#f65759;color:#fff;border-right:1px solid #FF6B3E;overflow:hidden;}
.i_fivemall li:hover h2,.i_fivemall li:hover p{color:#fff;}
.i_fivemall li:hover  span{border-radius:100%;overflow:hidden;width:158px;height:158px;background-color:#fff;position:relative;}

.i_fivemall li:hover .i_fivemall_img img{
	margin:0 auto;
    animation: reduce  .5s forwards linear;
	-moz-animation: reduce  .5s forwards linear;	/* Firefox */
	-webkit-animation: reduce  .5s forwards linear;	/* Safari 和 Chrome */
	-o-animation: reduce  .5s forwards linear;	/* Opera */
}
@keyframes reduce 
{
0%   {
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        width:158px;
		ransform: scale(0.6);
		-ms-transform: scale(0.6);	/* IE 9 */
		-webkit-transform: scale(0.6);	/* Safari 和 Chrome */
		-o-transform: scale(0.6);	/* Opera */
		-moz-transform: scale(0.6);
	 }
}
@-moz-keyframes reduce  /* Firefox */
{
0%   {
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        width:158px;
		ransform: scale(0.6);
		-ms-transform: scale(0.6);	/* IE 9 */
		-webkit-transform: scale(0.6);	/* Safari 和 Chrome */
		-o-transform: scale(0.6);	/* Opera */
		-moz-transform: scale(0.6);
	 }
}
@-webkit-keyframes reduce  /* Safari 和 Chrome */
{
0%   {
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        width:158px;
		ransform: scale(0.6);
		-ms-transform: scale(0.6);	/* IE 9 */
		-webkit-transform: scale(0.6);	/* Safari 和 Chrome */
		-o-transform: scale(0.6);	/* Opera */
		-moz-transform: scale(0.6);
	 }
}
@-o-keyframes reduce  /* Opera */
{
0%   {
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        width:158px;
		ransform: scale(0.6);
		-ms-transform: scale(0.6);	/* IE 9 */
		-webkit-transform: scale(0.6);	/* Safari 和 Chrome */
		-o-transform: scale(0.6);	/* Opera */
		-moz-transform: scale(0.6);
	 }
}

.i_erweima_img span{display:block;overflow:hidden;margin:0 auto;height:190px}
.i_erweima_img img{left:-84px;top:7px;width:auto;margin:0 auto;position:relative;}
.i_fivemall li:hover span{ border-radius:100%;overflow:hidden;width:158px;height:158px;background-color:#fff;position:relative;
    animation: spanreduce  .1s forwards linear;
	-moz-animation: spanreduce  .1s forwards linear;	/* Firefox */
	-webkit-animation: spanreduce  .1s forwards linear;	/* Safari 和 Chrome */
	-o-animation: spanreduce  .1s forwards linear;	/* Opera */
}
@keyframes spanreduce 
{
0%   {
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        width:158px;
		height:158px;
		border-radius:100%;
	 }
}
@-moz-keyframes spanreduce  /* Firefox */
{
0%   {
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        width:158px;
		height:158px;
		border-radius:100%;
	 }
}
@-webkit-keyframes spanreduce  /* Safari 和 Chrome */
{
0%   {
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        width:158px;
		height:158px;
		border-radius:100%;
	 }
}
@-o-keyframes spanreduce  /* Opera */
{
0%   {
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        width:158px;
		height:158px;
		border-radius:100%;
	 }
}

.i_fivemall li:hover .i_erweima_img img{
	margin:0 auto;
    animation: singlereduce  .5s forwards linear;
	-moz-animation: singlereduce  .5s forwards linear;	/* Firefox */
	-webkit-animation: singlereduce  .5s forwards linear;	/* Safari 和 Chrome */
	-o-animation: singlereduce  .5s forwards linear;	/* Opera */
}
@keyframes singlereduce 
{
0%   {
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        top:-4px;
		ransform: scale(0.6);
		-ms-transform: scale(0.6);	/* IE 9 */
		-webkit-transform: scale(0.6);	/* Safari 和 Chrome */
		-o-transform: scale(0.6);	/* Opera */
		-moz-transform: scale(0.6);
	 }
}
@-moz-keyframes singlereduce  /* Firefox */
{
0%   {
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        top:-4px;
		ransform: scale(0.6);
		-ms-transform: scale(0.6);	/* IE 9 */
		-webkit-transform: scale(0.6);	/* Safari 和 Chrome */
		-o-transform: scale(0.6);	/* Opera */
		-moz-transform: scale(0.6);
	 }
}
@-webkit-keyframes singlereduce  /* Safari 和 Chrome */
{
0%   {
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        top:-4px;
		ransform: scale(0.6);
		-ms-transform: scale(0.6);	/* IE 9 */
		-webkit-transform: scale(0.6);	/* Safari 和 Chrome */
		-o-transform: scale(0.6);	/* Opera */
		-moz-transform: scale(0.6);
	 }
}
@-o-keyframes singlereduce  /* Opera */
{
0%   {
        top:-4px;
		ransform: scale(1);
		-ms-transform: scale(1);	/* IE 9 */
		-webkit-transform: scale(1);	/* Safari 和 Chrome */
		-o-transform: scale(1);	/* Opera */
		-moz-transform: scale(1);
	 }

100% {  
        top:-4px;
		ransform: scale(0.6);
		-ms-transform: scale(0.6);	/* IE 9 */
		-webkit-transform: scale(0.6);	/* Safari 和 Chrome */
		-o-transform: scale(0.6);	/* Opera */
		-moz-transform: scale(0.6);
	 }
}

/*===========================首页新闻的 更多=============================*/
.seeMore{color:#d8d8d8;font-size:14px;margin-left:160px;}
.seeMore1{color:#d8d8d8;font-size:14px;margin-left:200px;}


#i_O2O{padding:40px 0;}
.i_O2O_top{padding:0 0 30px 0;}
.i_O2O_system img{margin:0 auto;}


/*======================赤朝系统=========================*/
.i_product_system{padding:90px 0;}
.i_system_bg{background-color:#F0F0F0;}
.i_product_system .i_system_img{float:right;}
.i_product_system .i_system_txt{float:left;}
.i_system_bg .i_system_img{float:left;}
.i_system_bg .i_system_txt{float:right;}


/*  粽子通话App*/
.i_product_system_zongzi{padding:0;}
.i_system_bg_zongzi{background-color:#3F9FB1;}
.i_system_bg_zongzi1{background-color:#F5F1E8;}

.i_system_txt{padding:53px 66px 0 0;}
.i_system_txt h2{font-size:36px;color:#D72522;margin-bottom:15px;}
.i_system_txt li{color:#646464;font-size:24px;line-height:42px;}
.i_system_weixin{padding:180px 0 0 0;}
.i_system_pc{padding:124px 0 0 0;}
.i_system_o2osales{padding:100px 0 0 0;}
.i_system_o2oelectronic{padding:126px 0 0 0;}


/*===============================新三板页面样式=================================*/
#i_market{padding:40px 0;background-color:#fafafa;position:relative;}
.i_title_top{text-align:center;}
.i_title_top h2{font-size:42px;font-weight:bold;}
.i_title_top p{color:#999999;font-size:16px;padding:6px 0;}
.i_market_con{padding:80px 39px 0;box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */}
.i_title_line{background:url(../images/ititleline.png) no-repeat center center;text-align:center;}
.i_title_line span{display:inline-block;color:#999;background-color:#fff;font-size:22px;font-family:'Arial';padding:10px 20px;}
.i_title_line span.i_title_en{background-color:#fff;}
.i_market_list{float:left;}
.i_market_con .i_market_list:nth-child(2){margin:0 0 0 155px;}
.i_market_con .i_market_list:last-child{float:right;}
.i_threeboard_define{padding:40px 0;position:relative;}
.i_downtriangle{width:0;height:0;position:absolute;top:0;left:48%;border-style:solid;border-top-width:38px;border-bottom-width:0;border-left-width:38px;border-right-width:38px;border-color:#fff transparent transparent transparent;}
.i_define_con{padding:60px 0 0 0;}
.i_define_txt{float:left;padding:0 75px 0 80px;}
.i_define_txt h4{font-size:18px;margin:0 0 30px 0;font-weight:600;}
.i_define_txt p{font-size:14px;line-height:28px;font-family:'sans-serif';width:415px;}
.i_define_img{float:left;}
#i_threeboard_benefit{padding:40px 0;background-color:#fafafa;position:relative;}
.i_benefit_con{padding:48px 0 0 0;}
.i_benefit_con img{maring:0 auto;}
.i_IPO_qualification{padding:40px 0 0 0;}
.i_IPO_qualification img{maring:0 auto;}
.i_threeborad_txt{padding:10px 0 14px 0;}
.i_threeborad_txt img{margin:0 auto;}
#i_threeboard{padding:40px 0;}
.i_threeboard_q{position:relative;}
.i_threeboard_q img{margin:0 auto;}
.i_threebord_case img{margin:0 auto;}
.i_threeboard_q01,.i_threeboard_q02,.i_threeboard_q03,.i_threeboard_q04{position:absolute;line-height:36px;font-size:18px;color:#666;}
.i_threeboard_q01{top:100px;left:455px;width:266px;}
.i_threeboard_q02{top:95px;right:514px;width:282px;}
.i_threeboard_q03{top:324px;left:418px;width:280px;}
.i_threeboard_q04{top:304px;right:404px;width:340px;}
.i_down_arrow{height:30px;position:relative;}
.i_down_arrow span{display:block;width:51px;height:59px;background-image:url(../images/i_down_arrow.png);left:49%;bottom:-40px;position:absolute;z-index:999;margin-bottom:-40px;}
#i_threebord_case{padding:40px 0 0;background-color:#3B3B3B;}
.i_threeboard_title{text-align:center;}
.i_threeboard_title h2{font-size:42px;font-weight:bold;color:#fff;}
.i_threebord_case{padding:50px 0 0 0;position:relative;width:1200px;margin:0 auto;overflow:hidden;}
.i_threeboard_list{position:relative;width:765px;height:420px;margin:0 auto;}
#i_threeboardimg{position:absolute;top:0;z-index:999;}
#i_threeboardimg li{float:left;margin:0 20px;opacity:.2;filter:alpha(opacity=20);background-color:#fff;width:680px;
	transform: scale(0.8);
	-ms-transform: scale(0.8);	/* IE 9 */
	-webkit-transform: scale(0.8);	/* Safari 和 Chrome */
	-o-transform: scale(0.8);	/* Opera */
	-moz-transform: scale(0.8);	/* Firefox */
}
#i_threeboardimg li.icurcase{opacity:1;filter:alpha(opacity=100);
	transform: scale(1);
	-ms-transform: scale(1);	/* IE 9 */
	-webkit-transform: scale(1);	/* Safari 和 Chrome */
	-o-transform: scale(1);	/* Opera */
	-moz-transform: scale(1);	/* Firefox */
}
.i_threeboard_img{width:660px;height:251px;margin:0 0 10px 0px;}
.i_threeboard_txt{padding:0 0 20px 0;}
#i_threeboardimg li p{line-height:22px;font-size:14px;text-indent:2em;margin:0 10px;text-align:justify;}

.i_threeboard_name{margin:12px auto 0;padding:40px 0 20px;}
.i_threeboard_name li{float:left;margin:0 15px;background-color:#7F7F7F;width:140px;height:50px;line-height:50px; text-align:center; border-radius:25px;font-size:16px;color:#fff;cursor:pointer;}
.i_threeboard_name li.icurname{background-color:#d81d1f;}
#i_prev_l,#i_prev_r{width:28px;height:51px;position:absolute;top:35%;z-index:9999;}
#i_prev_l{left:0;background-image:url(../images/i-prev.png);}
#i_prev_r{right:0;background-image:url(../images/i-next.png);}



/*===============================跨境电商页面样式=================================*/
#i_electricity{padding:40px 0;background:#f5f5f5;}
.i_electricity_img{position:relative;padding:10px 0 0 0;}
.i_electricity_img img{margin:0 auto;}
.i_ebusiness01,.i_ebusiness02,.i_ebusiness03,.i_ebusiness04,.i_ebusiness05{position:absolute;font-size:18px;color:#666;line-height:36px;width:146px;text-align:justify;}
.i_ebusiness01{top:276px;left:127px;}
.i_ebusiness02{top:128px;left:345px;}
.i_ebusiness03{top:276px;left:592px;}
.i_ebusiness04{top:128px;right:273px;}
.i_ebusiness05{top:276px;right:58px;}
#i_characteristic{padding:40px 0;background:url(../images/ipeanutfivecharacteristicbg.png) no-repeat center 20px;}
.i_characteristic_list li{float:left;width:416px;min-height:250px;margin:0 5px 0 0;text-align:left;position:relative;}
.i_characteristic_list li:nth-child(3){width:353px;}
.i_characteristic_list li:last-child{margin-right:0;}
.i_characteristic_txt{padding:0 0 0 120px;position:relative;background-repeat:no-repeat;background-position:left top;min-height:220px;}
.i_icon_depot{background-image:url(../images/ipeanutcharacteristicone.png);}
.i_icon_order{background-image:url(../images/ipeanutcharacteristictwo.png);}
.i_icon_customhouse{background-image:url(../images/ipeanutcharacteristicthree.png);}
.i_icon_settlement{background-image:url(../images/ipeanutcharacteristicfour.png);}
.i_icon_store{background-image:url(../images/ipeanutcharacteristicfive.png);}
.i_characteristic_txt h2{font-size:34px;color:#f65759;padding:0 0 6px 0;}
.i_characteristic_txt p{width:230px;font-size:16px;line-height:24px;text-align:justify;font-family:'sans-serif';padding:15px 0 0 4px;}
.i_characteristic_txt span{display:block;width:225px;height:45px;/* background-image:url(../images/ipeanutcharacteristicenglish.png); */}

.i_characteristic_txt span{font-size:24px;}

#i_mallpos{padding:40px 0;background-image:url(../images/ipeanutlineposreceivingsystenbg.png);}
.i_mallpos_list li{float:left;width:127px;margin:0 87px 0 0;}
.i_mallpos_list li:last-child{margin:0;}
.i_mallpos_list a{display:block;width:127px;height:127px;cursor:default;}
a#i_mall_pc{background-image:url(../images/iconmallpc.png);}
a#i_mall_weixin{background-image:url(../images/iconmallweixin.png);}
a#i_mall_chupingji{background-image:url(../images/iconmallchupingji.png);}
a#i_mall_erweima{background-image:url(../images/iconmallerweima.png);}
a#i_mall_app{background-image:url(../images/iconmallapp.png);}
a#i_mall_pos{background-image:url(../images/iconmallpos.png);}
/*.i_mallpos_list li:hover a#i_mall_pc{background-image:url(../images/iconmallpc_h.png);}
.i_mallpos_list li:hover a#i_mall_weixin{background-image:url(../images/iconmallweixin_h.png);}
.i_mallpos_list li:hover a#i_mall_chupingji{background-image:url(../images/iconmallchupingji_h.png);}
.i_mallpos_list li:hover a#i_mall_erweima{background-image:url(../images/iconmallerweima_h.png);}
.i_mallpos_list li:hover a#i_mall_app{background-image:url(../images/iconmallapp_h.png);}
.i_mallpos_list li:hover a#i_mall_pos{background-image:url(../images/iconmallpos_h.png);}*/
.i_mallpos_list span{display:block;text-align:center;color:#fff;font-size:24px;margin-top:22px;}
/*.i_mallpos_list li:hover span{color:#F58439;}*/


#i_warehouse_logistics{padding:60px 0px;background-color:#f5f5f5;}
#i_clearance_procedures{padding:60px 0 0;}
.i_clearance_img{margin-top:-70px;}
.i_clearance_img img{margin:0 auto;}

#i_partial_case{padding:60px 0;background-color:#f5f5f5;margin-top:-20px;}
.i_partical_case_item{width:100%;padding:38px 49px 28px 11px;background-color:#fff;box-shadow:0 0 12px #999;margin-bottom:30px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.i_partical_case_img,.i_partical_case_txt{padding:0 0 0 38px;}
.i_partical_case_img{margin-bottom:14px;}
.i_partical_case_txt{font-size:20px;line-height:40px;width:530px;text-align:justify;padding:0 10px 0 48px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.i_partical_case_solve{margin-bottom:51px;padding:0 22px;}
.i_partical_case_analyze{padding:0 22px;}
.i_partical_nomargin{margin:0 0 10px 0;}


/*===============================集团页面样式=================================*/

#i_group{padding:60px 0;background-color:#fafafa;}
.i_group_list{position:relative;overflow:hidden;height:295px;}
.i_group_list ul{position:absolute;left:0;top:0;height:295px;}
.i_group_list li{float:left;margin-right:11px;width:393px;height:295px;position:relative;}
.i_group_txt{position:absolute;width:100%;left:0;bottom:0;z-index:7;}
.i_group_bg{position:absolute;width:100%;left:0;bottom:0;z-index:8;background-color:#000;opacity:0.6;filter:alpha(opacity=60);height:39px;}
.i_group_text{position:absolute;width:100%;left:0;bottom:0;z-index:9;text-align:center;color:#fff;font-size:16px;line-height:39px;}
.i_groups{background-color:#fafafa;padding:0 0 60px 0;}
.i_group_title h2{font-size:32px;text-align:center;}
.i_group_line{height:39px;line-height:39px;text-align:center;position:relative;}
.i_group_line i{display:inline-block;width:100%;height:1px;background-color:#A7A7A7;position:absolute;left:0;top:19px;z-index:1;}
.i_group_line strong{display:inline-block;background:#fafafa;padding:0 30px ;position:relative;z-index:2;font-size:18px;}
.i_group_con{background-color:#fff;padding:15px 15px 20px 15px;width:1170px;box-shadow:0 4px 4px #8A8A8A;}
.i_group_con img{margin:0 0 10px 0;}
.i_group_con p{font-size:16px;line-height:32px;text-indent:2em;text-align:justify;}




/*===============================新闻详情页面样式=================================*/
.i_article_con_detail{padding:10px 0 20px;overflow: hidden}
.i_article_con_detail h2{font-size:28px;text-align:center;padding-top:30px;}
.i_article_info_share{border-bottom:1px solid #f0eded;padding:30px 0 10px 0;line-height: 28px;font-size:16px;}
.i_article_info{float:left;}
.i_article_info span{display:inline-block;}
.i_article_time{height:28px;padding:0 25px 0 35px;background:url("../images/icon-time.png") no-repeat left center;}
.i_view_count{height:28px;padding:0 25px 0 35px;background:url("../images/article-icon01.png") no-repeat left center;}
.i_comment_count{height:28px;padding:0 25px 0 35px;background:url("../images/article-icon02.png") no-repeat left center;}
.i_article_sort{float:right;}
.i_summary{padding:10px;background-color:#efefef;text-decoration:initial;line-height:26px;font-size:14px;width:840px;margin:10px auto;}
.i_article_img{text-align:center;padding:20px 0;}
.i_article_img img{margin:10px auto;}
.i_article_img span{text-align:center;}
.i_article_system_img{margin:10px 0 30px 74px;}
.i_crosselectricitylist{margin:20px 0;}
.i_crosselectricitylist img{margin:0 auto;}
.i_article_con_detail h3{font-size:20px;font-weight:bold;text-align:left;padding-top:10px;}
.i_article_con_detail h4{font-size:16px;padding:0 18px;font-weight:700;}
.i_article_con_detail p{text-indent:2em;margin:0 18px 0;line-height:32px;font-size:16px;text-align:justify;}
.i_article_statement{margin-top:25px;text-align:center;color:#898989;font-size:12px;height:30px;line-height:30px;width:100%;background-color: #efecec;}
.i_article_bottom{padding-top:50px;}
.i_article_con_detail p img{ display:block; margin:0 auto;}
.i_bottom_wrap{padding:10px 0;}
.i_article_tag{float:left;font-size:14px;}
.i_article_tag a{color:#3697dc;margin-right:8px;}
.i_article_tag a:hover{color:#ff7100;}
.i_article_share{float:right;}
.i_article_next-previous{padding:50px 0 30px;}
.i_article_next-previous p{font-size:12px;font-weight:bold;line-height:22px;}
.i_article_next-previous p a{font-weight:normal;}
.i_article_recommend{padding:30px 10px;background-color:#f5f5f5;}
.i_article_recommend h3{font-size:24px;}
.i_article_recommend li{overflow:hidden;padding-top:20px;}
.i_recommended_left{float:left;width:130px;height:80px;margin-right:20px;}
.i_recommended_right{float:left;width:500px;height:80px;}
.i_recommended_right h4{font-size:18px;padding-bottom:6px;}
.i_recommended_right p{font-size:14px;line-height:25px;color:#888888;}
.i_hot_comment{padding:80px 0 25px;}
.i_hot_comment h3{font-size:24px;padding-bottom:20px;}
.i_hot_comment li{margin-bottom:35px;padding:10px 0;border-bottom:1px solid dashed;line-height:24px;}
.i_hot_comment li p{line-height:18px;}
.i_comment_name{font-size:14px;}
.i_comment_time span{color:#888;padding-right:6px;}
#i_post_coment{background-color:#f5f5f5;padding:30px 0 90px 0;}
.i_publish_comment{width:880px;}
.i_reviewer_name{padding-bottom:10px;font-size:14px;}
.i_reviewer_name label{display:inline-block;vertical-align:middle;}
.i_reviewer_name input{vertical-align:middle;border:1px solid #d3d2d3;padding:5px;width:100px;background-color:#ffffff;font-size:12px;margin: 0 5px;outline: none;color: #888888;}
.i_comment_con{padding-bottom:10px;overflow:hidden;}
.i_comment_con textarea{background-color:#ffffff;outline:none;margin:0;box-sizing:border-box;-webkit-appearance:none;resize:none;overflow-y: hidden;padding:10px;font-size:12px;height:80px;width:760px;border:1px solid #d3d2d3;color:#888888;float:left;}
.i_comment_con button{display:inline-block;height:80px;line-height:80px;width:120px;background-color:#F6AB00;border:none;color:#fefefe;font-size:18px;cursor:pointer;padding:0;}
.i_identify_code label,.i_identify_codeinput,.i_identify_code span{display:inline-block;vertical-align:middle;font-size:14px;}
.i_identify_code input{border:1px solid #d3d2d3;padding:5px;width:70px;background-color:#ffffff;font-size:12px;margin:0 5px;outline:none;}
.i_identify_code span{height:20px;width:100px;cursor:pointer;}
.i_identify_code span img{width:100%;}
.i_comment_limit{float:right;color:#888;}
.i_comment_limit i{color:#333;padding:0 8px;}
.i_new_news{padding-top:20px;}
.i_new_news h3{font-size:16px;padding-top:16px;}
.i_new_news ul{overflow:hidden;padding-top:18px;width:280px;}
.i_new_news li{width:280px;height:39px;list-style:inside disc;line-height:39px;padding-left:5px;padding-bottom:1px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px dashed #DFDFDF;font-size:16px;}
.i_new_news li:hover{color:#d7201e;}
.i_new_news li a{font-size:14px;}

.i_article_info .infor_item{ padding-right:20px;}

#case_context img,#case_context video,#case_context embed,#case_context table{ max-width:98% }
@media only screen and (min-width: 0px) and (max-width: 1200px) {
	#i_case{
		overflow: hidden;
		overflow-x: scroll;
	}
}

