@charset "utf-8";
/* CSS Document */

  .ServiceApp_title {
    background: #fff;
}

.ServiceApp_title .IndexService_content { padding:3% 0; width:100%; overflow:hidden
}

.ServiceApp_title .ServiceApp_title_list .title_list_top {
    width: 109px;
    height: 109px;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

.ServiceApp_title .ServiceApp_title_list .title_list_top dd {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin:18px auto;
    background: #f7cccc;
    position: relative; text-align:center
}

.ServiceApp_title .ServiceApp_title_list .title_list_top span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #d90000;
    margin:5px ;
    line-height: 60px;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 20;
}

.ServiceApp_title .ServiceApp_title_list .title_list_content {
    margin-top: 25px;
}

.ServiceApp_title .ServiceApp_title_list .title_list_content dd {
    font-size:22px;
    color: #000;
    margin-bottom: 20px;
}

.ServiceApp_title .ServiceApp_title_list .title_list_content dt {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.ServiceApp_title .owl-item:nth-child(2) .ServiceApp_title_list .title_list_top dd {
    background: #ccebf7;
}

.ServiceApp_title .owl-item:nth-child(2) .ServiceApp_title_list .title_list_top dd span {
    background: #009cd8;
}

.ServiceApp_title .owl-item:nth-child(3) .ServiceApp_title_list .title_list_top dd {
    background: #ffe8cc;
}

.ServiceApp_title .owl-item:nth-child(3) .ServiceApp_title_list .title_list_top dd span {
    background: #ff8d00;
}

.ServiceApp_title .owl-item:nth-child(4) .ServiceApp_title_list .title_list_top dd {
    background: #d2e3ff;
}

.ServiceApp_title .owl-item:nth-child(4) .ServiceApp_title_list .title_list_top dd span {
    background: #4d90ff;
}

@keyframes ServiceAppScale {
    0% {
        transform: scale(1);
    }

    50%,75% {
        transform: scale(1.3);
    }

    78%,100% {
        opacity: 0;
    }
}

.ServiceApp_title .ServiceApp_title_list .title_list_top dd:before {
    content: '';
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    border-radius: 100%;
    background: #f7cccc;
    opacity: 1;
    animation: ServiceAppScale 2s infinite cubic-bezier(0,0,0.49,1.02);
    animation-delay: 100ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.ServiceApp_title .owl-item:nth-child(2) .ServiceApp_title_list .title_list_top dd:before {
    background: #eaf3fe;
}

.ServiceApp_title .owl-item:nth-child(3) .ServiceApp_title_list .title_list_top dd:before {
    background: #fae3e9;
}

.ServiceApp_title .owl-item:nth-child(4) .ServiceApp_title_list .title_list_top dd:before {
    background: #d5ebf2;
}

.owl-item{ float:left; width:21%; text-align:center; margin:0 2%}







.appfuwu{

	display: flex;

	align-items: center;

	background: #fff; margin:2% 0

}

.appfuwu_li{

	display: flex;

	align-items: flex-start;

	height:468px;

}

.appfuwu_li_l{

	width:237px;

	height: 100%;

	position: relative;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	box-sizing: border-box;

	border-right: 2px solid #fff;

}

.appfuwu_li_l:last-child{

	border-right: 0 solid #fff;

}

.appfuwu_li_l_bg{

	position: absolute;

	display: block;

	width: 100%;

	height: 100%;

}

.appfuwu_li_l_ico{

	display: block;

	position: relative;

	z-index: 2;

	margin-bottom: 10px;

	width: 88px;

	height: 88px;

}

.appfuwu_li_l p{

	position: relative;

	z-index: 2;

	color: #fff;

	font-size: 18px;

	margin-bottom: 20px;

}

.appfuwu_li_r{

	position: relative;

	width: 0;

	height: 100%;

	overflow: hidden;

	-webkit-transition: all .5s;

	transition: all .5s;

}

.appfuwu_li.act .appfuwu_li_r{

	width:655px;

}

.appfuwu_li_rc{

	width: 100%;height: 100%;

	position: absolute;

	left: 0;

	top: 0;

	box-sizing: border-box;

	padding:8% 20px;

	/* background: #f00; */

}

.appfuwu_li_rc img{

	position: absolute;

	right: 10px;

	bottom: 10px;

}

.appfuwu_li_rc h3{

	font-size: 28px;

	font-weight: 600;

	margin-bottom:30px;

	color: #000;

}

.appfuwu_li_rc p{

	color: #666666;

	font-size:16px;

	line-height: 1.8;

	width: 63%;

}


.appdeal{

	display: flex;

	align-items: center;

	justify-content: space-between;

	height: 495px;

}

.appdeal_scroll{

	width: 940px;

	height: 100%;

}

#appdeal_swiper{

	height: 100%;

}

.appdeal_li{

	position: relative;

	background: #fff;

	height: 100%;

	width: 100%;

}

.appdeal_li div{

	position: relative;

	z-index: 2;

	box-sizing: border-box;

	padding: 70px 30px;

	color: #fff;

}

.appdeal_li h2{

	font-size: 36px;

	margin-bottom: 40px;

}

.appdeal_li h3{

	margin: 30px 0 15px;

	line-height: 1;

	font-size: 24px;

}

.appdeal_li p{

	font-size: 16px;

	line-height: 1.5;

}

.appdeal_li_bg{

	position: absolute;

	display: block;

	width: 300px;

	z-index: 0;

	top: 100px;

	left: 550px;

}

.appdeal_btns{

	width: 260px;

	display: flex;

	flex-wrap: wrap;

	align-items: flex-start;

}

.appdeal_btns div{

	width: 130px;

	height: 99px;

	border-left: 1px solid #fff;

	border-bottom: 1px solid #fff;

	box-sizing: border-box;

	background: #24232c;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	cursor: pointer;

}

.appdeal_btns div.act{

	background: #3c3a4b;

}

.appdeal_btns div img{

	display: block;

	width: 32px;

	height: 32px;

}

.appdeal_btns div p{

	color: #fff;

	line-height: 1.6;

}


.lexing_ico{ margin:8% auto 0; width:100%; overflow:hidden}
.lexing_ico span{
	color: #999;
	font-size: 14px;
	padding: 5px 35px 5px 30px;
	background: url(../image/appico1.png) no-repeat left center;
	text-transform: uppercase;
}
.lexing_ico span.span_b{background: url(../image/appico2.png) no-repeat left center;}
.lexing_ico span.span_c{background: url(../image/appico3.png) no-repeat left center;}

.wsm_img{ width:100%; overflow:hidden; margin:1.5% auto}
.wsm_img img{ max-width:100%}

.banner_weblg{ position:absolute; left:6%; top:25%; color:#fff;}
.banner_weblg h1{ font-weight:bold; margin:2% auto;font-size:2.6em;}
.banner_weblg p{font-size:1.4em; margin:4% auto; line-height:2em}
.banner_weblg a{ background:#ffd457; color:#403b33; padding:1% 0; width: 203px; text-align: center; display:block; margin:6% 0 0;
    -webkit-border-radius:30px;
    -moz-border-radius: 30px;
    border-radius: 30px;}
.banner_weblg a:hover{ background:#ffbe00; color:#403b33; p}

a {
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

.app_page{ margin:4% auto}
.app_jiaoyu{  font-weight:normal}
.server_con{ margin:5% auto}
.app_pageb{background:#f5f9fc; width:100%; overflow:hidden; margin:0 auto; padding:2.5% 0}
.appserver_con{ margin:3% auto 0; overflow:hidden;}
.appserver_con li{ float:left; background:#fff; margin:0 0 2%; width:30%;
 -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;}
.appserver_con li .appli_img{ float:left; width:136px;}
.appserver_con li .appli_con{ float:left; padding:15px 20px 5px;}
.appserver_con li .appli_con h4{ color:#2e3133; margin:0 auto 2%; font-weight:bold; font-size:17px;}
.appserver_con li .appli_con p{ color:#808283; font-size:14px; line-height:26px;}
.appserver_con li:nth-child(2),.appserver_con li:nth-child(5),.appserver_con li:nth-child(8){ margin:0 5% 2%}
.app_pagec{ width:100%; overflow:hidden; margin:0 auto 3%}
.app_title{ padding:2.5% 0 0.5%; text-align:center; width:100%; overflow:hidden}
.app_title p{ color:#666666; margin:0.8% auto; font-size:17px}

.app_paged{ width:100%; overflow:hidden; background-image:linear-gradient(to right, #1790ff, #1780ff); padding:0 0 6%}
.app_paged .app_title{padding: 2.5% 0 4.5%;}
.app_paged .app_title h2{ color:#fff}
.app_paged .app_title p{ color:#badcff}
.app_pagef{ padding:0 0 4%}
.app_pagef .app_title{ margin:0 auto 2%}

.app_page_bg{ background:#fafafa}
.app_pagef h3{ font-weight:bold; margin:3% auto 2%}

.app_pagef .main-business .ico{ margin:4% auto}
.app_pagef .main-business p{ color:#666}

.app_pagef .about-field .main-business{ margin:0 auto}


.page_bannerquan .banner_weblg{ left:15%}
.app_pagef{ width:100%; overflow:hidden; margin:0 auto}
.app_pagewma li{ width:14%; float:left; text-align:center; padding:0 3%}
.app_pagewma h3{ font-weight:normal;}
.app_pagewma p{ color:#666; font-size:14px}

.app_pageh{ padding:0 0 2%}
.hangye_ul{ width:100%; overflow:hidden; margin:0 auto}
.hangye_ul li{ width:33.33%; float:left; height:120px; margin:0 auto 4%}
.hangye_ul li .hangye_img{ float:left; width:15%;}
.hangye_ul li .hangye_con{ float:right; width:80%; text-align:left}

.hangye_ul li .hangye_con p{ width:65%;}

.banner_weblg a.jinrong_a{background:#ff9900; color:#fff}
.banner_weblg a.jinrong_a:hover{background:#ffae00;}

.ul_jinrongcp{ width:100%; overflow:hidden; margin:2% auto 0}
.ul_jinrongcp li{ float:left; width:16.66%; text-align:center;}
.ul_jinrongcp li p{ color:#000; font-size:20px; padding:6% 0 22%}

.appjr_page{background: url(../image/appjr14.png) no-repeat 20px 20px; padding:0}


/* 服务范围 */
.service-home {
    height: auto;
    overflow: hidden;
}
.service-home ul {
    height: auto;
    overflow: hidden;
    padding:2% 0 4%;
}
.service-home ul li {
    float: left;
    width: 18.4%;
    margin-right:2%;
}
.service-home ul li:last-child {
    margin-right: 0px;
}
.service-home ul li p {  font-size:14px; width:100%;
    text-align: center;
    margin: 20px auto 0;
    float: left;
    line-height:28px;
    color: #333;
}
.service-home ul li a {
    display: block;
    margin: auto;
    width: 172px;
    height: 172px;
    border-radius: 70px 100px 70px 100px;
    border: 1px dashed #ffa200;
}
.service-home ul li span em {
    padding-top: 50px;
    display: block;
    font-size: 22px;
    font-style: normal;
}
.service-home ul li span {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    display: block;
    margin: 5px auto;
    color: #fff;
    width: 160px;
    height: 160px;
    border-radius: 80px 5px 80px 5px;
    background: #ffa200;
}
.service-home ul li:nth-child(2) a {
    border: 1px dashed #31c25a;
}
.service-home ul li:nth-child(2) span {
    color: #31c25a;
    border: 1px dashed #31c25a;
    background: #e7fded;
}
.service-home ul li:nth-child(3) a {
    border: 1px dashed #f83f55;
}
.service-home ul li:nth-child(3) span {
    color: #fff;
    background: #f83f55;
}
.service-home ul li:nth-child(4) a {
    border: 1px dashed #6886ca;
}
.service-home ul li:nth-child(4) span {
    color: #6886ca;
    border: 1px dashed #6886ca;
    background: #f0f4ff;
}
.service-home ul li:nth-child(5) a {
    border: 1px dashed #0cb6c5;
}
.service-home ul li:nth-child(5) span {
    color: #fff;
    background: #0cb6c5;
}
.service-home ul li span:hover {
    border: 1px dashed #ffa200;
    background: #fff4e1;
    color: #ffa200;
    border: none;
    width: 161px;
    height: 161px;
}
.service-home ul li:nth-child(2) span:hover {
    color: #fff;
    background: #31c25a;
}
.service-home ul li:nth-child(3) span:hover {
    color: #f83f55;
    border: 1px dashed #f83f55;
    background: #fff5f6;
}
.service-home ul li:nth-child(4) span:hover {
    color: #fff;
    background: #6886ca;
}
.service-home ul li:nth-child(5) span:hover {
    color: #0cb6c5;
    border: 1px dashed #0cb6c5;
    background: #f3feff;
}.home-h1 { width:100%; overflow:hidden; text-align:center;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
}

.case-wrap {
    background: url(../image/appyl1.jpg) no-repeat top;
    background-size: 100%;
}.t-con-new ul {
    width: 100%;
    float: right;
    margin-top: 50px;
}.t-con-new li {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}.t-con-new a {
    display: block;
    /* width: 100%; */
    margin: 10px;
    text-align: center;
    background-color: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    color: #333;
    box-shadow: 0px 0px 10px rgba(225, 225, 225, 0.5);
    /* color: #fff; */
}
.t-con-new a:hover {
    box-shadow: 0px 0px 10px rgba(225, 225, 225, 0.8);
}
.t-con-new-item-bg {
    position: relative;
    margin: 0px auto 0px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: margin 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}.t-con-new-item-bg img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0px auto 15px;
}.t-con-new a p {
    margin-top: 10px;
    color: #999;
    height: 48px;
}

.apply_ul{ width:90%; overflow:hidden; margin:0 auto 5%}
.apply_ul li{background: url(../image/apply1.png) no-repeat left center; padding:0 0 0 5%; width:20%; float:left; color:#666666; font-size:14px; position:relative}
.apply_ul li strong{ font-weight:normal; color:#130f01; font-size:16px}
.apply_ul li.applyli_b{background: url(../image/apply2.png) no-repeat left center;}
.apply_ul li.applyli_c{background: url(../image/apply3.png) no-repeat left center;}
.apply_ul li.applyli_d{background: url(../image/apply4.png) no-repeat left center;}

.apply_ul li em{background:#e5e5e5; position:absolute; right:25px; top:15px; height:30px; width:1px;}

.apply_pagea{ background:#f9fbff}
.apply_pageb{ padding:0}
.apply_pageb .weblg{ background:#f0f7fd; padding:0 0 4%}
.apply_pagec .weblg{background: url(../image/apply9.jpg) no-repeat center top; width:100%; overflow:hidden; margin:0 auto; padding:0 0 3%}
.apply_pagec .weblg .app_title h2{ color:#fff}
.applu_ul{ padding:1% 8% 0; width:84%; overflow:hidden;}
.applu_ul li{ float:left; background:#fff; width:11.4%; margin:0 2% 2% 0; padding:1.2% 1% 1.2% 6%; font-weight:bold;
    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
    border-radius: 6px;}

.applu_ul li:nth-child(5),
.applu_ul li:nth-child(10),
.applu_ul li:nth-child(15),
.applu_ul li:nth-child(20){margin:0 0 2%;}

.applu_ul li:nth-child(1){background:#fff url(../image/apply10.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(2){background:#fff url(../image/apply11.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(3){background:#fff url(../image/apply12.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(4){background:#fff url(../image/apply13.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(5){background:#fff url(../image/apply14.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(6){background:#fff url(../image/apply15.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(7){background:#fff url(../image/apply16.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(8){background:#fff url(../image/apply17.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(9){background:#fff url(../image/apply18.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(10){background:#fff url(../image/apply19.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(11){background:#fff url(../image/apply20.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(12){background:#fff url(../image/apply21.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(13){background:#fff url(../image/apply22.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(14){background:#fff url(../image/apply23.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(15){background:#fff url(../image/apply24.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(16){background:#fff url(../image/apply25.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(17){background:#fff url(../image/apply26.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(18){background:#fff url(../image/apply27.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(19){background:#fff url(../image/apply28.jpg) no-repeat 30px center;}
.applu_ul li:nth-child(20){background:#fff url(../image/apply29.jpg) no-repeat 30px center;}


.appsj_ul{ width:100%; overflow:hidden; margin:2% auto}
.appsj_ul li{position:relative}
.appsj_ul li .lisj_div{ position:absolute; left:40%; top:31%; color:#8f8f94}
.appsj_ul li .lisj_div h1{ font-weight:bold; margin:0 0 12%; color:#2f2e2e}
.appsj_ul li .lisj_div strong{ width:100%; display:block; margin:0 auto 3%; font-size:20px; color:#2f2e2e}
.appsj_ul li:nth-child(2) .lisj_div,
.appsj_ul li:nth-child(4) .lisj_div,
.appsj_ul li:nth-child(6) .lisj_div{left:17%; top:16%;}
.appsj_ul li:nth-child(3) .lisj_div,
.appsj_ul li:nth-child(5) .lisj_div,
.appsj_ul li:nth-child(7) .lisj_div{left:40%; top:17%;}

.appsj_pageb{ position:relative; padding:0}
.appsj_pageb .weblg_con{ color:#fff; position:absolute; top:0; left:0; text-align:center; width:100%}
.appsj_pageb .weblg_con h2,
.appsj_pageb .weblg_con p{ color:#fff}
.appsj_pageb .weblg_con h2{ font-size:28px}
.appsj_pageb .weblg_con p{ font-size:16px}
.appsj_pagec{ background:none}
.appsj_pagec .t-con-new a p{ height:88px; width:90%; margin:0 auto}
.appsj_pagec .t-con-new a{box-shadow: 0px 0px 20px rgba(106, 118, 224, 0.2);    margin: 20px;}
.appsj_pagec .t-con-new ul{ margin:0}
.appsj_pagec .t-con-new a:hover {box-shadow: 0px 0px 20px rgba(106, 118, 224, 0.8);}

.appsj_paged{ background:#f5f5f5; padding:2.5% 0 3.6%}
.appsj_paged .m-ichl-title{ margin:0 0 2%}
.appsj_paged .main-business{ margin:0}
.appsj_paged .main-business .inner{ background:#fff}

.app_pagewma{ padding:0 0 }

/* box */
.box{width:100%;margin:10px auto 0;background:#fff;}
.tab_menu{overflow:hidden; border-bottom:solid 1px #ced9ff}
.tab_menu li{width:20%;float:left; color:#666;text-align:center;cursor:pointer;}
.tab_menu li.current{color:#444444;background:#fff;}
.tab_menu li a{color:#666666;text-decoration:none; font-size:18px; line-height:40px;}
.tab_menu li.current a{color:#333;}
.tab_menu li a span{ background:#fff; height:5px; width:66px; display:block; margin:0 auto}
.tab_menu li.current a span{ background:#1054f9;}
.tab_box{padding:3% 0;overflow:hidden;}
.tab_box li{overflow:hidden; width:20%;margin:0 2.5%; float:left;text-align:center; /*text-align:left;*/ }
.tab_box .hide{display:none;}
.tab_box li img{ max-width:100%}

@media screen and (max-width:1100px){
    body{ width:100%; margin:0 auto; min-width: 100%;}
    .header{ position:inherit; padding-top:0; height:50px !important}
    .IndexService { width:100%; padding:0 2%}

.ServiceApp_title .ServiceApp_title_list .title_list_content{margin-top:15px;}
.ServiceApp_title .ServiceApp_title_list .title_list_content dd {
    font-size:16px; line-height: 22px;
    color: #000;
    margin-bottom:10px;
}
.ServiceApp_title .ServiceApp_title_list .title_list_content dt{ line-height:20px;}
.iclassic-case,
.full-applet-do,
.full-applet-wrapper .applet-feature li.li_phone{ display:none}
.m-ichl-title {position: relative; text-align:center}
.m-ichl-title .en {font-size: 14px;line-height: 20px;color: #999; text-transform: uppercase;}
.m-ichl-title .cn {
    font-size:26px;
    line-height:40px;
    font-weight: 700;
    color: #1a1a1a;
}
.applet-func-list li { width:50%; height:320px}
.inside-banner .ban-info{ top:18%}
.inside-banner .ban-info h2{    margin-bottom: 1%;
    font-size:20px;
    line-height:26px;}
.inside-banner .ban-info p {
    font-size:14px;
    line-height:20px;
}

.weblg { width:96%; margin:0 auto}
.applet-func-list .inner { padding:2% 2% 5%; background:#fff}
.applet-func-list .ico { text-align:center; margin-bottom:0;}
.applet-func-list .ico img{ width:40%; margin:0 auto;}
.applet-func-list h3 {margin-bottom:0;}
.lexing_ico span{ margin:2% 5% 0; display:block; width:90%}
.lexing_ico { margin:2% auto 0;}
.applet-func-list li {margin-bottom:2%; padding:0}
.applet-func-list li:nth-child(2),
.applet-func-list li:nth-child(4),
.applet-func-list li:nth-child(6),
.applet-func-list li:nth-child(8),
.applet-func-list li:nth-child(10),
.applet-func-list li:nth-child(12),
.applet-func-list li:nth-child(14){padding:0 0 0 2%}
.applet-func{ background:#f5f5f5; width:100%; padding:5% 2%; overflow:hidden}
.applet-func-list{ background:#f5f5f5; width:100%}

.topic-solution .topic-list8 li {width:48%; text-align:center; margin:2% auto}
.topic-solution .topic-list8 .inner img{ width:35px; margin:0 auto}
.topic-solution,.fuwu_div{
    padding: 5% 0
}
.row_form{ width:100%;}

.hangye_ul li {
    width:48%;
    float: left;
    height:auto;
    margin: 0 1% 2%; text-align:center;
}
.hangye_ul{ margin:5% auto}
.hangye_ul li img{ width:50px; margin:0 auto; }
.hangye_ul li p{ font-size:15px; line-height:24px; margin:2% auto}
.hangyetd{padding:5% 0 0;}
.liuliangrk,
.fuwu_list,
.iclients-wrapper,
.b2c-solution,
.anquanfh,
.weishenme,
.youhao {padding:5% 0 ;}


.applet-func-list ul {
    margin-left:0;
    margin-right:0;
}

.news_home li .news_title h2{ font-size:16px; line-height:24px;}
.serviceBox02 .item span{margin-top:10px; font-size:14px; height:35px; line-height:35px;}
.serviceBox02 .item a{    padding:0 0 15px;}




.hangye_img {
    padding:0;
}
.hangye_img h2 { font-size: 1em;}
.full-applet-wrapper .applet-feature ul{ margin:5% auto}
.full-applet-wrapper .applet-feature li{ width:31.33%; margin:0 1%; text-align:center;    padding:6% 0 0 0;}
.full-applet-wrapper .applet-feature .ico img{ width:60px; margin:0 auto}
.full-applet-wrapper .applet-feature p{ font-size:15px; line-height:24px;}
.full-applet-wrapper .applet-feature h3{ margin-bottom:1.6%; font-size:16px;}
.mindealways_li{ width:33.33%; height:auto; margin:0 auto 2%}
.mindealways_li img {
    display: block;
    width:60px;
    height:60px;
}.mindealways_li p { font-size: 15px;}
.main-business .business-item {  width:48%; margin: 0 1%}
    .main-business .ico{ width:60px; margin:0 auto}
    .about-field .main-business h2{ padding:0}
.about-field .main-business h2 a {
    font-size:16px;
    line-height:26px;}
.about-field .main-business p{ font-size:14px;}
.serviceBox02 .item{ width:48%;padding:1%; float:left}
.serviceBox02,.serviceBox03con01{ display:block; width:100%; overflow:hidden}
.serviceBox02 .item a img{ width:70px; margin:0 auto}
.serviceBox02 .item h2 {
    font-size:17px;
    line-height:24px;}
.serviceBox03con01 .itm{ margin:5px 1%; float:left; width:48%}
    
.serviceBox03con01 .itm h2 {font-size:40px;}
.serviceBox03con01 .itm p{ font-size:15px;}  
    .serviceBox03con02 {padding:2%;    margin-top: 2%;}
.serviceBox03con02 .itm img{ width:60px; margin:0 auto}
.serviceBox03con02 .itm h2 {font-size:16px; line-height:22px;
margin-bottom:1.5%;
    margin-top:2%;}
.serviceBox03con02 .itm p {font-size:14px; line-height:22px; height:66px;}
.serviceBox03con02 .itm{ padding:0 2%}
.m-web-title { font-size:26px; line-height:30px;}
.full-site-article .m-web-desc {
    padding: 2% 0 ;
}
.full-site-article{
    padding-top:5%;
}
.m-web-desc {
    font-size: 15px;
    line-height:26px;}
.b2c-solution .trade-three-list li,
.b2c-solution .bot-two-list .quarter,
.b2c-solution .bot-two-list .last,
.b2c-solution .bot-two-list .last .left,
.b2c-solution .last .text,
.full-b2c-server .thumb,
.full-b2c-server .content,
.anquan_quan li,
.youhao_l{width:100%}
.youhao{ background:none}
.youhao_l ul {
    margin:14% 0 0 10%; width:90%}
.youhao_l li{ font-size:15px; line-height:24px;}
.youhao_l li:nth-child(2) {
    margin:18% auto 14%;
}
.youhao_l {
    width:98%;
    padding: 0 0 0 2%;
}
.youhao_r ul {
    margin: 16% 10% 0 0;
}
.youhao_r li:nth-child(2) {
    margin:23% auto 22%;
}
.b2c-solution .top-four-list .inner,
.b2c-solution .bot-two-list .quarter,
.b2c-solution .bot-two-list .last{
    padding:5%;
    border-right: none;  border-bottom:1px solid #d9d9d9;
}
.b2c-solution .top-four-list .inner p {height:auto}
.b2c-solution h3 {
    margin-bottom: 2%;
    font-size:20px;
    line-height:26px;
    color: #1a1a1a;
}
.b2c-solution h4 { margin-bottom:5px;}
.b2c-solution .top-four-list{ border-right:1px solid #d9d9d9;}
.b2c-solution .bot-two-list .quarter,
.b2c-solution .bot-two-list .last{display:block;
    vertical-align: auto;}
.b2c-solution .bot-two-list .last .left{    margin-right:0}
.full-b2c-server .content{padding:2% 0; width:100%; overflow:hidden}
.full-b2c-server .content h3 {    line-height:26px;
    margin:10px auto;
    font-size: 22px;}
.anquan_quan li {background: url(../image/web/web_yuan.png) no-repeat left center;}
.weishenme li,.weishenme li:nth-child(1){width:48%; margin:0 1% 2%;    height:205px;padding:3%;}
.weishenme li img{ width:50px; margin:0 auto}
.weishenme li h4 {
    font-size: 16px;
    margin:5% auto 0;
    padding:3% 0 2%;
}
.weishenme {
    background: url(../image/web/weishenme_bg.jpg) no-repeat center; background-size: cover}
    
.server-ico-list li,
.wxshop-func .m-quarter-icolist li{ width:31.33%; margin:0 1%}
.server-ico-list .ico img,
.m-quarter-icolist .ico img, .m-three-icolist .ico img,.m-wxico-list li img{ margin:0 auto; width:50%}
    
.b2c-solution .top-four-list li{ width:100%;
    border-right: none;  border-bottom:1px solid #d9d9d9;}
.full-wxshop-attention li{ width:100%;}
.full-wxshop-attention .inner {padding:5%;}
.full-wxshop-attention p {height:auto;}
.full-wxshop-attention .id {
    margin-bottom: 2%;}
.full-wxshop-attention {
    padding:5% 0;
}
.m-wxico-list li{ width:50%; margin:0 auto 3%}
.m-wxico-list li h4{ font-size:16px}
.msite-positon .m-web-title {
    margin-bottom:4%;
}
.m-wxico-list li .ico {
    margin-bottom:2%;
}


.server_con,.server_con p{ width:100%; overflow:hidden; font-size:15px; line-height:26px; color:#333}
.server_con img,.content-view img{max-width:100%; width:auto; margin:0 auto}

.ServiceApp_title .ServiceApp_title_list .title_list_top dd{ width:60px; height:60px; margin:12px auto;}
.ServiceApp_title .ServiceApp_title_list .title_list_top dd:before{width:60px; height:60px;}
.ServiceApp_title .ServiceApp_title_list .title_list_top span{width:50px; height:50px; font-size:24px; line-height:50px; }
.ServiceApp_title .ServiceApp_title_list .title_list_top {width:85px; height: 85px;}
.applet-func-list .inner{ font-size:14px; line-height:22px;}





















}
