﻿@charset "utf-8";
/*==============================common==================================*/
* { margin:0; padding:0;box-sizing: border-box}
body {color:#333; font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;overflow-x: hidden}
*html { background-image:url(about:blank);background-attachment:fixed;}
li { list-style:none;}
img { border:none;}
body a img { border:none;}
h2,h3{font-weight:normal}
a {color: #333; text-decoration:none; blr:expression(this.onFocus=this.blur());}
a:focus { outline:none;}
a:link { text-decoration:none;}
a:hover { text-decoration:none;}
.text-cut  /*限制文字,文字超出显示冒号*/
{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;-moz-text-overflow: ellipsis;}

/* 文章上下篇 */
.wengzhengfanye {overflow: hidden;margin-top: 0.3rem}
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB { color:#333; line-height:2;}
.wengzhengfanye a:hover { text-decoration:underline;}
.wengzhengfanye a{color: #666}

/* 文章类别上下页 */
.page { overflow:hidden;}
.pagelink { text-align:center;padding-bottom: 0.4rem;font-size: 12px}
.pagelink span,.pagelink a { display:inline-block; text-align:center;padding: 4px 8px;; border:solid 1px #ccc;color:#666; margin:0 4px;}
.pagelink a:hover,.pagelink a.on { background:#FF6600; color:#fff; border:solid 1px #FF6600;}
.pagelink span{display:inline-block; color:#fff; background:#FF6600;padding: 4px 8px;border:solid 1px #FF6600;}

/*==============================style==================================*/
.fl{ float:left}
.fr{ float:right}
.clear{clear: both}
.contioner {max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden; position:relative;font-size: 0.26rem;}
.wapper{padding-bottom:1rem; position:relative;z-index:100; background:#FFF;color: #333}
.container{margin: 0 0.2rem;overflow: hidden;font-size: 0.26rem}
/*img{max-width: 100%}*/

/*============================= 首页 ============================*/
.top{overflow: hidden;padding: 0.1rem 0;background-color: #f4f4f4;}
.topl{color: #666;font-size: 12px;}
.topl span{display: inline-block;float: left}
.topl .zb{background: url("../img/address.png") no-repeat left;padding-left: 20px}
.topl .wx img{float: left;margin-right: 5px}
.topl .wx{color: #ff6600}
.topl .ptsy{position: relative;margin: 0 15px;padding: 0 15px}
.topl .ptsy:before{content: '';position: absolute;top: 3px;left: 0;width: 1px;height: 15px;background-color: #e1e1e1;}
.topl .ptsy:after{content: '';position: absolute;top: 3px;right: 0;width: 1px;height: 15px;background-color: #e1e1e1;}
.topl .ptsy a{color: #666}
.topr dd b{color: #FF6600;font-size: 12px}
.topr dd i{vertical-align: bottom;margin-right: 5px}

.head{overflow:hidden; padding:0.2rem;position: relative;background: #fff}
.logo img{width: 1.67rem}
.menu-button {width:50px; cursor:pointer; float:right;}
.menu-button:before { content:""; position:absolute; top:0.32rem; right:0.2rem; border-bottom:9px double #333; border-top:3px solid #333; width:25px; height:3px;}

/*浮动导航*/
.top_fd {width:100%; height: 100%;position:fixed; top:0; left:0; z-index:999; display:none;}
.maskbg {background:#333; position:absolute; left:0; top:0; opacity:0.3; height:100%; width:100%;}
.mask-close{cursor:pointer; color:#fff; font-size:22px; position:absolute; top:4px; right:13px;z-index: 1}
.top_fd ul{overflow:hidden; background:#333; position:relative; top:0;overflow-y: auto;width: 100%;height: 100%}
.top_fd ul li{width:100%;border-bottom:1px solid #fff;overflow: hidden}
.top_fd ul li a{color:#fff; height:40px; line-height:40px; font-size:14px; padding-left:30px;float: left}
.submenu-toggle{cursor:pointer;line-height:40px;color:#fff; display:inline-block; float:right; font-size:28px; padding-right:20px;}
.top_fd ul li .sub-menu {background:#fff; overflow:hidden;display: none;width: 100%}
.top_fd ul li .sub-menu a{display:block; height:35px; line-height:35px; padding-left:40px;color: #1f1d1c;width: 100%}

/*banner图片切换样式*/
.banner{ width:100%; position:relative; overflow:hidden;}
.banner .swiper-container{ width: 100%;height: 100%;overflow:hidden;}
.banner ul li{height: 4rem}
.banner .pagination{position: absolute; bottom:20px; width:100%; z-index:100; text-align: center;}
.banner .swiper-pagination-bullet{opacity: 1;display: inline-block;border-radius: 100%;background: none;margin: 0 4px;}
.banner .swiper-pagination-bullet:before{content: "";display: block;width: 6px;height: 6px;background-color: #fff;border-radius: 50%;}
.banner .swiper-pagination-bullet-active:before{background-color: #FF6600}

.title{text-align: center;margin-top: 0.5rem;overflow: hidden}
.title h2{font-size: 0.36rem}
.title p{color: #666;margin-top: 0.1rem;}
.title h2 b{color: red}

.oneB{margin-top: 0.4rem;overflow: hidden}
.oneB ul li{width: 50%;float: left;text-align: center;border: 1px solid #ededed;padding: 0 0.2rem 0.4rem;}
.oneB ul li h3{margin-top: 0.4rem}
.oneB ul li p{font-size: 12px;color: #999;line-height: 1.8;height: 84px;overflow: hidden}
.oneB ul li i{padding: 0.4rem 0;display: inline-block}
.oneB ul li:last-child{border-right:1px solid #ededed}
.oneB ul li i img{width: 1.2rem}

.oneC{overflow: hidden;margin-top: 0.5rem;background-color: #ebeff5;padding-bottom: 0.5rem}
.oneCa{position: relative;width: 100%;margin: 0 auto;margin-top: 25px}
.oneCaa{width: 86%;margin: 0 auto;overflow: hidden}
.oneCa .swiper-button-prev{z-index: 999}
.oneCa .solutions-list{position: relative;width: 100%;height: 100%;
	display: -webkit-box;display: -ms-flexbox;display: flex;}
.oneCa .solutions-list>li {width: 20%;-webkit-transition: .65s;transition: .65s}
.solutions-list {margin-top: 16px!important;}
.oneCa .solutions-card {display: block;position: relative;height: 316px;padding: 32px;background-size: cover;background-position: 0;overflow: hidden;
	color: #fff;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-user-drag: none}
.oneCa .solutions-card-cover {position: absolute;top: 0;right: 0;bottom: 0;left: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
	background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.5));-webkit-transition: .65s;transition: .65s}
.oneCa .solutions-card-text {position: absolute;top: 0;left: 32px;right: 32px;height: 164px;
	-webkit-transition: .65s;transition: .65s;margin-top: 196px}
.oneCa .solutions-card-text i {display: block;width: 48px;height: 48px;background-size: cover;margin-bottom: 16px;font-size: 48px;color: inherit}
.oneCa .solutions-card-text p {font-size: 14px;line-height: 22px;opacity: 0;-webkit-transition: .2s;transition: .2s}
.oneCa .solutions-card-title {position: relative;font-size: 16px;line-height: 20px;margin-bottom: 34px}
.oneCa .solutions-card-title:after {content: "";position: absolute;left: 0;top: 100%;width: 34px;border-top: 2px solid;margin-top: 16px;
	opacity: 0;-webkit-transition: .2s;transition: .2s}
.oneCa .swiper-button-next{right: 0;width: auto;height: auto}
.oneCa .swiper-button-prev{left: 0;width: auto;height: auto}
.oneCa .swiper-button-prev img,.oneCa .swiper-button-next img{width: 0.45rem}

.oneD{position: relative;margin-top: 0.4rem}
.oneDa{width: 94%;margin: 0 auto}
.oneDa ul li{float: left;text-align: center;height: 70px;overflow: hidden;padding: 0 2%;margin: 0.1rem 0}
.oneDa ul li dd{width: 100%;height: 100%;position: relative;}
.oneDa ul li img{max-width: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.oneD .swiper-button-next{width: auto;height: auto}
.oneD .swiper-button-prev{width: auto;height: auto}

.oneE{margin-top: 0.3rem;overflow: hidden}
.oneE ul li{width: 48.5%;float: left;margin-top: 0.2rem}
.oneE ul li dd{width: 100%;height: 1.63rem;overflow: hidden}
.oneE ul li dd img{width: 100%;height: 1.63rem;transition: all 0.5s;}
.oneE ul li dd{margin-bottom: 0.15rem}
.oneE ul li dd a{display: block}
.oneE ul li p a{color: #5a5a5a;line-height: 30px}
.oneE ul li:nth-child(2n){float: right}

.oneF{margin-top: 0.5rem;overflow: hidden;background-color: #f6f6f6;padding-bottom: 0.5rem}
.oneFa{box-shadow: 0 0 10px #ccc;border-radius: 3px;padding: 15px;margin-top: 30px;background-color: #fff;overflow: hidden}
.oneFal{background-color: #f8f9fb;overflow: hidden;}
.oneFalt{width: 100%;background-color: #409ade;height: 115px;overflow: hidden;text-align: center}
.oneFalt h3{text-align: center;font-size: 0.32rem;color: #fff;margin: 20px 0;}
.oneFalt select{width: 43%;height: 28px;margin: 0 10px;border-radius: 3px}
.oneFalc{margin: 0.2rem auto;background-color: #fff;padding: 0.2rem;overflow: hidden}
.oneFalc dd{width: 21%}
.oneFalc dd span{color: #ff6600}
.oneFalc dt{width: 79%}
.oneFalc dt span{display: inline-block;width: 18%;text-align: center;margin-bottom: 0.2rem}
.oneFalc form{width: 79%}
.oneFalc input{width: 80%;line-height: 28px;border: 1px solid #dddddd;float: left;text-indent: 10px}
.oneFalc button{background-color: #f5f5f5;text-align: center;line-height: 28px;float: left;width: 20%;border: 1px solid #dddddd;}
.oneFalb{overflow: hidden;padding: 0.2rem}
.oneFalb ul li{padding: 0.1rem 0;line-height: 17px}
.oneFalb ul li i{display: inline-block;width: 16px;height: 16px;text-align: center;line-height: 16px;font-size: 12px;
	font-style: normal;background-color: #f76301;color: #fff;border-radius: 3px;margin-right: 0.15rem;float: left}
.oneFalb ul li a{color: #666;width: 70%;display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.oneFalb ul li span{display: inline-block;float: right;font-size: 12px;color: #666}
.oneFalb ul li:nth-child(2) i{background-color: #fa8501}
.oneFalb ul li:nth-child(3) i{background-color: #f8ae01}
.oneFar img{max-width: 100%}

.oneFar{overflow: hidden;position: relative}
.oneFar .pagination{position: absolute; bottom:20px; width:100%; z-index:100; text-align: center;}
.oneFar .swiper-pagination-bullet{width: 12px;height: 12px;padding: 3px;border: 1px solid transparent;opacity: 1;display: inline-block;border-radius: 100%;background: none;margin: 0 4px;}
.oneFar .swiper-pagination-bullet:before{content: "";display: block;width: 4px;height: 4px;background-color: #fff;border-radius: 50%;}
.oneFar .swiper-pagination-bullet-active{ border-color: #fd6742 }
.oneFar .swiper-pagination-bullet-active:before{background-color: #fd6742}

.foot{ background:#2c2d2d;background-size:cover;padding:0.2rem;font-size:12px;color:#fff;}
.foot p{line-height: 2.2;opacity: 0.5}
.foot p img{vertical-align: middle;margin-right: 0.2rem}
footer{width:100%; position:fixed; bottom:0;z-index: 999;max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden;}
footer ul {width:100%; overflow:hidden; background:#044787; padding:0.1rem 0;}
footer ul li {width:33.3%; float:left; text-align:center;}
footer ul li i {width:30px; height:25px; display:block; margin:0 auto; background-position:center center; background-repeat:no-repeat;}
footer ul li h4 {color:#fff; font-weight:normal;font-size: 0.26rem}
footer ul li:nth-child(1) i { background-image:url(../img/footer01.png); background-size: .45rem;}
footer ul li:nth-child(2) i { background-image:url(../img/footer02.png); background-size: .34rem;}
footer ul li:nth-child(3) i { background-image:url(../img/footer03.png); background-size: .45rem;}

/*========================================= 联系我们 =====================================*/
.ny_ban{height:4rem;overflow: hidden;text-align: center;
	display: flex;flex-direction: column;align-items: center;justify-content: center;}
.ny_ban h3{font-size: 0.36rem;color: #fff;font-weight: bold}
.ny_ban p{margin-top: 0.1rem;color: #fff;line-height: 1.8}

.nytitle{margin-top: 0.4rem;text-align: center}
.nytitle h2{font-size: 0.36rem;}
.nytitle p{margin-top: 0.1rem;color: #666;}

.contactA{overflow: hidden;background-color: #fff;margin-top: 0.2rem}
.contactAl{padding: 0.2rem}
.contactAl .nytitle{text-align: left}
.contactAlt h3{font-size: 0.3rem;color: #666666;display: block;margin-top: 0.4rem;}
.contactAlt p{line-height: 30px;margin: 0.3rem 0;color: #808080;}
.contactAlt hr{background-color: #808080}
.contactAr{background-color: #4d4d4d;text-align: center;color: #fff;padding-bottom: 0.8rem;overflow: hidden}
.contactAr h3{font-size: 0.32rem;margin-top: 0.8rem;margin-bottom: 0.5rem;color: #cccccc;text-align: center;}
.contactArt{margin-bottom: 0.4rem;overflow: hidden}
.contactArt dl{width: 50%;text-align: center;float: left;color: #fff}
.contactArt dl p{font-size: 16px}
.contactArt dl span{color: #999;font-family: Arial;font-size: 12px}
.contactArt dd{font-size: 0.8rem;}
.contactAr dt{font-size: 0.8rem;line-height: 2}
.contactAr span{font-size: 12px;font-family: 'Arial';color: #999999;}

.contactB{overflow: hidden;background-color: #fff;padding: 0.5rem 0;margin-top: 0.2rem}
.contactB ul li{width: 100%;overflow: hidden;padding: 0.2rem}
.contactB ul li dd p{text-align: center}
.contactB ul li dt{color: #444444;margin-left: 0.4rem;line-height: 2;margin-top: 0.2rem}
.contactB ul li:nth-child(1) dt{margin-top: 0}
.map{overflow: hidden;height: 300px;margin: 0.2rem}

/*========================================= 常见问题 =====================================*/
.ny_nav{border-bottom: 1px solid #eee;overflow: hidden;background: #fff}
.ny_nav ul li{width: 25%;float: left;color: #969696;line-height: 0.6rem;text-align: center;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.ny_nav ul li.active a{color: #ff6700;font-weight: bold;border-bottom: 2px solid red;}
.ny_nav ul li a{color: #969696;display: inline-block;border-bottom: 2px solid #fff;}

/*========================================= 工程案例 =====================================*/
.case{padding: 0 0.2rem;margin:0.4rem auto 0.2rem;}
.case ul li{width: 48.5%;text-align: center;float: left;padding: 0.4rem 0;margin-bottom: 0.2rem;background: #fff}
.case ul li dd img{transition: all 0.5s ease;height: 90px}
.case ul li h3{text-align: center;color: #323232;margin-top: 10px;}
.case ul li dt{text-align: justify;margin-top: 0.2rem;line-height: 24px;padding: 0 0.2rem;text-align: center;
	overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;color: #999}
.case ul li .xq{display: block;width: 80%;height: 35px;border: 1px solid #2386ee;color: #2386ee;margin: 0 auto;line-height: 35px;margin-top: 0.3rem}
.case ul li:nth-child(2n){float: right}

/*========================================= 服务 =====================================*/
.sever{border-bottom: 10px solid #eee;}
.severa{margin-top: 0.4rem;line-height: 2;}
.severa img{max-width: 100%}

.severb{padding: 0.4rem 0;overflow: hidden}
.severb ul li{width: 33.3%;text-align: center;position: relative;float: left;padding: 0.3rem 0}
.severb ul li i{margin-bottom: 0.25rem;display: inline-block}
.severb ul li h3{font-size: 0.26rem;color: #252B3A;line-height: 22px;font-weight: bold}
.severb ul li dl{position: absolute;top: 100%;left: -1px;background: #FFFFFF;background-position: right bottom;
	border-radius: 2px;padding: 0 20px;overflow: hidden;transition: all 0.5s,border 0s;box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);height: 0;width: 100%;}
.severb ul li dl h3{padding-top: 20px;margin-bottom: 10px;}
.severb ul li dl p{font-size: 12px;color: #666A75;text-align: left;line-height: 20px;}
.severb ul li:hover dl {height: 150px;top: 0;border-top: 10px solid #409eff;border-radius: 10px;}

.severc{margin-top: 0.5rem;overflow: hidden}
.severcl{line-height: 2}
.severcl h3{font-size: 0.32rem;font-weight: bold}
.severcl ul li b{color: #98b622;font-size: 16px}
.servercr img{max-width: 100%}

.severd{margin-top: 0.4rem;}
.severdt h3{font-size: 0.32rem;font-weight: bold}
.severdt p{margin-top: 10px}
.severd ul{padding: 0.4rem 0}
.severd ul li h3{font-size: 0.28rem;padding: 0.15rem 0;background: url(../img/severd.gif) no-repeat center left;padding-left: 36px;margin-left: 25px;font-weight: bold;}
.severd ul li dl{padding: 0.2rem;background: #f2f7fd;border: 1px #cfdcea solid;margin: 15px;overflow: hidden;line-height: 2;}
.severd ul li dl span{color: #2d76ad}

/*========================================= 常见问题 =====================================*/
.problem{padding: 0.4rem 0 0;overflow: hidden}
.problem ul li{padding: 0.2rem;background-color: #f8f8f9;overflow: hidden;margin-bottom: 0.4rem}
.problem ul li dd{width: 35%;overflow: hidden}
.problem ul li dd img{transition: all 0.5s;height: 2rem;max-width: 100%}
.problem ul li dl{width: 60%;}
.problem ul li dl h3{font-size: 0.26rem;margin-bottom: 0.2rem;
	overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.problem ul li dl span{color: #666666;display: block;margin-bottom: 0.2rem;font-size: 12px}
.problem ul li dl .xq{line-height: 17px;color: #333333;position: relative;font-size: 13px;font-weight: 700;}

/*========================================= 产品中心 =====================================*/
.productsA{background-color: #F7F7F7;overflow: hidden;padding-bottom: 0.4rem}
.productsAa{}
.productsAa .hd{border-bottom: 1px solid rgba(6, 24, 40, .08);overflow: hidden;margin-top: 0.3rem;}
.productsAa .hd ul li{width: 50%;float: left;text-align: center;color: rgba(40, 40, 40, 0.75);}
.productsAa .hd ul li i{display:inline-block;width: 70px;opacity: 0;height: 2px;background: #0086f1;margin: 0 auto;}
.productsAa .hd ul li p{line-height: 0.7rem;}
.productsAa .hd ul li.on i{opacity: 1}
.productsAa .hd ul li.on{color: #0086F1;}

.productsAa .bd{margin-top: 0.5rem;overflow: hidden}
.productsAa .bd ul li{display: inline-block;vertical-align: top;background: #FFFFFF;
	margin: 0 0 16px 0;padding: 0.2rem;width: 48.5%;text-align: center}
.productsAa .bd ul li:nth-child(2n){float: right}
.productsAa .bd ul li dd img{width: 1.2rem}
.productsAa .bd ul li dt{margin-top: 0.2rem}
.productsAa .bd ul li dt h3{font-weight: 500;color: #000000;}
.productsAa .bd ul li dt p{color: #000000;opacity: 0.75;overflow: hidden;line-height: 1.6;margin-top: 0.15rem;
	text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.productsB{width: 100%;padding: 0.4rem 0.2rem;display: flex;flex-direction: column;align-items: center;justify-content: center;
	background: url(../img/productsb.png) center center no-repeat;text-align: center;}
.productsB h3{font-size: 0.36rem;font-weight: 500;}
.productsB p{margin: 0.3rem 0;}
.productsB a{display: block;width: 45%;background: #0086F1;border: 1px solid #0086F1;
	line-height: 0.6rem;text-align: center;color: #FFFFFF;margin: 0 auto;}

.productsC{margin-top: 0.4rem}
.productsC ul li{width: 100%;margin-bottom: 0.2rem;background-color: #F7F7F7;}
.productsC ul li dd{text-align: center;}
.productsC ul li dd img{max-width: 100%}
.productsC ul li dt{width: 100%;padding: 0.2rem;text-align: start;background-color: #fff;}
.productsC ul li dt h3{font-size: 0.28rem;margin-bottom: 10px;}
.productsC ul li dt p{font-weight: 400;line-height: 28px;opacity: 0.75;overflow: hidden;}
.productsC ul li .xq{display: block;width: 100px;height: 0.6rem;background: #2386EE;color: #fff;line-height: 0.6rem;font-weight: 400;text-align: center;margin-top: 10px;}
.more{text-align: center;margin-top: 0.4rem;overflow: hidden}
.more a{color: #0186F2}
.more a p{display: inline-block;vertical-align: middle;font-size: 16px;font-weight: 400;line-height: 24px;color: #0186F2;}
.more img{vertical-align: middle;height: 14px;margin: 5px 10px}

.productsD{overflow: hidden;background-color: #f5f5f5;margin-top: 0.4rem}
.productsD ul{padding: 0.4rem 0 0.2rem;overflow: hidden}
.productsD ul li{overflow: hidden;background-color: #fff;padding: 0.25rem 0;margin-bottom: 0.2rem}
.productsD ul li dd{width: 20%;float: left;text-align: center;font-size: 12px}
.productsD ul li dd span{font-size: 0.5rem;display: block;text-align: center;color: #b4b1b1;}
.productsD ul li dt{width: 80%;float: right;margin-top: 0.1rem}
.productsD ul li dt h3{color: #666;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size: 0.26rem}
.productsD ul li dt p{color: #999;margin-top: 0.15rem}

/*=======================================详情页============================================*/
.ny_con{padding: 0.4rem 0;box-sizing: border-box}
.con h1{font-size:0.32rem;font-weight: normal;text-align: center;line-height: 1.6}
.info_laiyuan{color:#666;text-align:center;margin-top: 0.2rem;padding-bottom: 0.2rem}
.info_laiyuan span{display: inline-block;}
.cont{padding:0.4rem 0;line-height:2;min-height: 400px;border-top: 1px dashed #ccc;border-bottom: 1px dashed #ccc;}
.cont img{max-width:100%;}
.info_picA{padding:10px;text-align:center;}
.info_picA img {max-width:100%;width: expression(this.width > 720 ? 720: true)}

/*========================================= 分销ERP =====================================*/
.erpnav{overflow: hidden}
/*.erpnav ul{text-align: center}*/
.erpnav ul li{width: 20%;float: left;line-height: 0.7rem;text-align: center;border-bottom: 2px solid #fff;overflow: hidden;height: 0.7rem;}
.erpnav ul li:hover a,.erpnav ul li.active a{color: #2277da;transition: 0.1s;font-weight: bold;}
.erpnav ul li:hover,.erpnav ul li.active{border-bottom: 2px solid #2277da;}

.erpbg{background-color: #edeef3;}

.erpA{overflow: hidden}
.erpAa{padding: 0.4rem 0;overflow: hidden}
.erpAa dl{width: 100%;line-height: 2;}
.erpAa dd{width: 100%;text-align: center;margin-top: 0.4rem}
.erpAa dd img{max-width: 100%}

.erpB{margin-top:0.4rem;overflow: hidden}
.erpB ul{display: flex;justify-content: flex-start;flex-wrap: wrap}
.erpB ul li{text-align: center;width: 33.3%;margin: 0.15rem 0}
.erpB ul li p{margin-top: 0.2rem}
.erpB ul li dd img{width: 0.98rem}

.erpC{overflow: hidden;margin-top: 0.4rem}
.erpCa{padding: 0.6rem 0 ;overflow: hidden}
.erpCal{width: 100%}
.erpCal img{max-width: 100%}
.erpCa ul{width: 100%}
.erpCa ul li{margin-top: 0.4rem}
.erpCa ul li dd{font-weight: bold}
.erpCa ul li i{display: inline-block;width: 12px;height: 12px;background-color: #ff4848;margin-right: 10px}
.erpCa ul li dt{line-height: 1.8;color: #555;margin-top: 0.2rem}
.erpCa ul li:nth-child(2) i{background-color: #F8BB2A}
.erpCa ul li:nth-child(3) i{background-color: #007BFA}

.erpD{overflow: hidden;}
.erpD ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.erpD ul li{width: 48.5%;margin-top: 0.4rem;float: left}
.erpD ul li dd{margin-right: 15px;float: initial}
.erpD ul li dd img{height: 41px}
.erpD ul li dl h3{font-size: 0.28rem;margin: 0.2rem 0}
.erpD ul li dl p{color: #555;line-height: 2;font-size: 12px}
.erpD ul li:nth-child(2n){float: right}

.erpE{overflow: hidden;margin-top: 0.5rem;padding-bottom: 0.6rem}
.erpE ul{margin-top: 10px}
.erpE ul li{width: 48.5%;height: 3.5rem;background-color: #fff;border: 1px dashed #0271cd;padding: 0.2rem;float: left;
	margin: 0.2rem 0 0 0}
.erpE ul li h3{font-size: 0.26rem;font-weight: bold;color: #0271cd;text-align: center;}
.erpE ul li p{color: #555;margin-top: 10px;line-height: 1.6;font-size: 12px}
.erpE ul li:nth-child(2n){float: right}

/*.erpE2 ul li{width: 384px;}
.erpE2 ul li:nth-child(3n){margin-right: 0}
.erpE2 ul li:nth-child(4n){margin-right: 33px}*/

/*.erpD3 ul li{margin-right: 6px}
.erpD3 ul li:nth-child(3n){margin-right: 6px}
.erpD3 ul li:nth-child(4n){margin-right: 0}*/

.erpE3 ul li{height: 3.9rem}

/*.erpC5{display: flex;justify-content: space-around}*/
.erpC5 ul{padding: 0.15rem 0 0.6rem;overflow: hidden}
.erpC5 ul li{font-weight: bold;margin-top: 0.25rem;display: flex;justify-content: space-between;align-items: center}
.erpC5 ul li i{display: inline-block;width: 0.6rem;height: 0.6rem;text-align: center;line-height: 0.6rem;
	font-size: 0.28rem;font-style: normal;background-color: #20A1FF;color: #fff;border-radius: 100%;}
.erpC5 ul li p{display: inline-block;width: 88%}

.erpD5{text-align: center;margin-top: 0.4rem;line-height: 2}
.erpD5 img{max-width: 100%}

.erpB6{line-height: 2;margin-top: 0.4rem;text-align: center}

.erpD6{margin-top: 0.4rem}
.erpD6 ul{display: flex;justify-content: space-between}
.erpD6 ul li{line-height: 0.7rem;width: 25%;}
.erpD6 ul li i{display: inline-block;float: left;margin-right: 0.2rem}
.erpD6 ul li i img{width: 0.7rem}
.erpD6 ul li p{display: inline-block;float: left}

.erpCar{width: 100%;line-height: 2;color: #555;margin-top: 0.2rem}

.erpB8{margin-top: 40px;overflow: hidden}
.erpB8 ul{display: flex;justify-content: space-between}
.erpB8 ul li{text-align: center;width: 42.5%}
.erpB8 ul li dl h3{font-size: 0.26rem;font-weight: bold;margin: 0.2rem 0 0.1rem}
.erpB8 ul li dl p{line-height: 1.8;font-size: 12px}
.erpB8 ul li:nth-child(2){width: 20%}
.erpB8 ul li:nth-child(2) dd img{width: 0.7rem;margin-top: 0.3rem}
.erpB8 ul li dd img{width: 1rem}

.erpC12{padding: 0.4rem 0;overflow: hidden}
.erpC12 ul li{width: 100%;float: left}
.erpC12 ul li dd img{max-width: 100%}
.erpC12 ul li dl{padding: 0.2rem}
.erpC12 ul li dl h3{font-size: 0.3rem;}
.erpC12 ul li dl p{line-height: 1.6;color: #555}
.erpC12 ul li h3 b{font-size: 0.4rem;color: #f9c929;vertical-align: sub;margin-right: 0.1rem}
.erpC12 ul li:nth-child(2n) h3 b{color: #6ed539}

.erpD12{}
.erpD12 ul li{text-align: center}
.erpD12 ul li dd{float: initial;}
/*.erpD12 ul li dd img{height: auto}*/
.erpD12 ul li dl h3{text-align: center;margin: 15px 0}
.erpD12 ul li p{text-align: left}

.erp13Aa dl{width: 100%}
.erp13Aa dd{width: 100%;text-align: center}

.erp13Ca{padding-bottom: 0.5rem}
.erp13Ca ul li{width: 100%;overflow: hidden;margin-top: 0.4rem}
.erp13Ca ul li dd{width: 100%;text-align: center}
.erp13Ca ul li dd img{max-width: 100%}
.erp13Ca ul li dl{width: 100%;}
.erp13Ca ul li dl h3{font-size: 0.26rem;margin-bottom: 10px;font-weight: bold}
.erp13Ca ul li dl p{line-height: 1.8}

.erpC14{padding-bottom: 0.4rem;overflow: hidden;margin-top: 0.2rem}
.erpC14 ul li{width: 48.5%;text-align: center;background-color: #fff;overflow: hidden;float: left;padding:0.4rem 0;margin-top: 0.2rem}
.erpC14 ul li dd{margin-bottom: 0.2rem}
.erpC14 ul li dd img{height: 0.64rem}
.erpC14 ul li:nth-child(2n){float: right}

.erpD14{}
.erpD14 ul li{width: 48.5%;padding-bottom:0.3rem;float: left;background-color: #edeef3;text-align: center;border-radius: 10px;margin-top: 1rem}
.erpD14 ul li h3{font-size: 0.26rem;font-weight: bold;}
.erpD14 ul li p{margin-top: 10px;color: #555}
.erpD14 ul li dd{margin-top: -0.6rem;margin-bottom: 0.3rem}
.erpD14 ul li dd img{width: 1.2rem}
.erpD14 ul li:nth-child(2n){float: right}

.erp14E{overflow: hidden;margin-top: 0.5rem}
.erp14E ul{padding: 0.4rem 0;overflow: hidden}
.erp14E ul li{text-align: center}
.erp14E ul li img{max-width: 80%}

.erp14F{overflow: hidden;padding: 0.1rem 0 0.5rem}
.erp14F ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.erp14F ul li{text-align: center;width: 33.3%;margin-top: 0.4rem}
.erp14F ul li dd img{height: 0.9rem}
.erp14F ul li p{margin-top: 0.2rem}

.erpA15{margin: 0.4rem auto}
.erpA15 img{max-width: 100%}

/*========================================= 财贸双全 =====================================*/
.cmA{margin-top: 0.4rem;overflow: hidden}
.cmA ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.cmA ul li{text-align: center;width: 50%;margin-bottom: 0.2rem}
.cmA ul li dd img{width: 1rem}
.cmA ul li h3{margin: 0.2rem 0}
.cmA ul li p{font-weight: normal;color: #999;text-align: center;line-height: 25px;font-size: 12px}

.cmB{overflow: hidden;margin-top: 0.4rem}
.cmBa li{margin-top: 0.4rem}
.cmBa li dl{margin: 0.4rem 0}
.cmBa li dl span{font-size: 0.6rem;margin-bottom: 0.3rem;display: inline-block}
.cmBa li dl p{line-height: 2}
.cmBa li dl p i{height: 8px;width: 8px;border-radius: 50%;background-color: #AFDEFF;display: inline-block;margin-right: 10px;vertical-align: middle}
.cmBa li dd img{max-width: 100%}

.cmC{overflow: hidden;margin-top: 0.4rem}
.cmCa{display: flex;justify-content: flex-start;padding: 0.2rem 0 0.4rem;flex-wrap: wrap}
.cmCa li{width: 32%;background-color: #fff;text-align: center;padding: 0.4rem 0;margin: 0.2rem 2% 0 0}
.cmCa li dd img{width: 0.8rem}
.cmCa li dd {margin-bottom: 0.2rem}
.cmCa li:nth-child(3n){margin-right: 0}

.cm2Ba li{border-bottom: solid 1px #D0DEF4;}
.cm2Ba li span{font-size: 0.3rem!important;}
.cm2Ba li dl{margin-top: 0.35rem}
.cm2Ba li dl p i{background-color: #396FFF;height: 8px;width: 8px;}
.cm2Ba li:last-child{border: none}

.cm3B ul li{padding: 0.2rem;background-color: #FAFCFC;border-radius: 20px;overflow: hidden;
	border-top: solid 6px #ECF1F1;margin-top: 35px;float: left}
.cm3B ul li dl{margin-top: 0.45rem}
.cm3B ul li dl h3{font-size: 0.32rem;color: #333;margin-bottom: 0.2rem;text-align: center}
.cm3B ul li dl p{color: #666;background-position: left 12px;line-height: 34px;}
.cm3B ul li dl p i{display:inline-block;background-color: #396FFF;height: 8px;width: 8px;border-radius: 100%;margin-right: 10px}
.cm3B ul li img{max-width: 100%}

.cm4A{overflow: hidden;margin-top: 0.4rem}
.cm4A ul li{text-align: center;}
.cm4A ul li.blue{background-color: #F0F8FF}
.cm4A ul li dd{margin-top: 0.3rem}
.cm4A ul li dl{padding: 0 0.2rem}
.cm4A ul li dl h3{font-size: 0.32rem;color: #1874DC;margin-bottom: 20px;margin-top: 5px;}
.cm4A ul li dl p{color: #808080;line-height: 2;text-align: left}
.cm4A ul li dl p i{display: inline-block;width: 4px;height: 4px;border-radius: 4px;background-color: #808080;vertical-align: middle;margin-right: 7px;}

.cm4B{}
.cm4B ul li{text-align: center;margin-top: 0.4rem}
.cm4B ul li h3{font-size: 0.3rem;color: #1874DC;margin: 0.2rem 0}
.cm4B ul li p{text-align: left;color: #808080;line-height: 2;}
.cm4B ul li p i{display: inline-block;width: 3px;height: 3px;border-radius: 3px;background-color: #808080;margin-right: 7px;vertical-align: middle;}

.cm4D{background: url("../img/cm4dbg.png") no-repeat center;background-size: cover;overflow: hidden;margin-top: 0.4rem;}
.cm4Da{padding: 0.4rem 0;overflow: hidden}
.cm4Da .cm4Dal{text-align: center}
.cm4Da .cm4Dal img{max-width: 100%}
.cm4Da .cm4Dar dl{overflow: hidden}
.cm4Da .cm4Dar dl span{display: inline-block;color: #fff;float: left;}
.cm4Da .cm4Dar dl span:last-child{line-height: 2;margin-bottom: 0.3rem;color: #B8D5FF;}
.cm4Da .cm4Dar dl span:first-child{font-weight: bold;margin-right: 0.2rem;line-height: 2;}

.cm5A{margin-top: 0.4rem}
.cm5A ul{box-shadow: 0 0 10px #EBF2FF;overflow: hidden;}
.cm5A .cm5Aa dl{width: 100%;background: #3177FF;text-align: center;color: white;font-size: 0.3rem;
	box-sizing: border-box;border-radius: 4px;float: left;padding: 0.2rem 0}
.cm5A .cm5Aa li{float: left;width: 48.5%;height: 132px;border: #3177FF 1px solid;border-radius: 4px;box-sizing: border-box;margin-top: 0.2rem}
.cm5A .cm5Aa li:nth-child(2n){float: right}
.cm5A .cm5Aa li h3{background: #D9EDFF;font-weight:bold;border-bottom: #3177FF 1px solid;height: 44px;font-size: 0.28rem;
	text-align: center;line-height: 44px;color: #3177FF;border-radius: 4px 4px 0 0;}
.cm5A .cm5Aa li p{color: #3177FF;margin-top: 10px;text-align: center;line-height: 14px;}
.cm5A .cm5Ab dl {width: 100%;background: #3177FF;text-align: center;background-size: cover;margin-top: 0.2rem;
	color: white;font-size: 0.3rem;box-sizing: border-box;border-radius: 4px;float: left;padding: 0.2rem 0}
.cm5A .cm5Ab li {width: 48.5%;height: 144px;border: #3177FF 1px solid;box-sizing: border-box;float: left;background-size: cover;margin-top: 0.2rem;border-radius: 4px;}
.cm5A .cm5Ab li:nth-child(2n){float: right}
.cm5A .cm5Ab li:last-child{float: left!important;}
.cm5A .cm5Ab li h3 {background: #D9EDFF;height: 42px;font-size: 0.28rem;text-align: center;line-height: 44px;color: #3177FF;font-weight:bold;border-radius: 4px 4px 0 0;}
.cm5A .cm5Ab li p {text-align: center;line-height: 14px;color: #3177FF;padding: 1px 2px;margin: 12px auto;box-sizing: border-box;}
.cm5A .cm5Ac dl {width: 100%;background: #3177FF;text-align: center;background-size: cover;margin-top: 0.2rem;
	color: white;font-size: 0.3rem;box-sizing: border-box;border-radius: 4px;float: left;padding: 0.2rem 0}
.cm5A .cm5Ac li {width: 100%;border: #3177FF 1px solid;box-sizing: border-box;float: left;background-size: cover;margin-top: 0.2rem;border-radius: 4px;}
.cm5A .cm5Ac li h3 {background: #D9EDFF;height: 42px;font-size: 0.28rem;text-align: center;line-height: 44px;color: #3177FF;font-weight:bold;border-radius: 4px 4px 0 0;}
.cm5A .cm5Ac li p {text-align: center;line-height: 14px;color: #3177FF;padding: 1px 2px;margin: 12px auto;box-sizing: border-box;}


.cm5B{overflow: hidden;margin-top: 0.4rem}
.cm5B .hd ul{display: flex;justify-content: space-between;}
.cm5B .hd ul li{width: 20%;}
.cm5B .hd ul li dd{width: 0.7rem;height: 0.7rem;margin: 0 auto;margin-top: 0.45rem}
.cm5B .hd ul li h3{font-size: 0.26rem;font-weight: bold;color: #1E1E1E;text-align: center;margin-top: 0.3rem;}
.cm5B .hd ul li:hover,.cm5B .hd ul li.on{border-bottom: 3px solid #3177FF}
.cm5B .hd ul li:hover h3,.cm5B .hd ul li.on h3{color: #3177FF}
.cm5B .hd ul li:hover{cursor: pointer}
.cm5B .hd ul li:nth-child(1) dd{background: url("../img/cm5b1.png") no-repeat center;background-size: cover}
.cm5B .hd ul li:nth-child(2) dd{background: url("../img/cm5b2.png") no-repeat center;background-size: cover}
.cm5B .hd ul li:nth-child(3) dd{background: url("../img/cm5b3.png") no-repeat center;background-size: cover}
.cm5B .hd ul li:nth-child(4) dd{background: url("../img/cm5b4.png") no-repeat center;background-size: cover}
.cm5B .hd ul li:nth-child(5) dd{background: url("../img/cm5b5.png") no-repeat center;background-size: cover}
.cm5B .hd ul li:nth-child(1):hover dd,.cm5B .hd ul li:nth-child(1).on dd{background: url("../img/cm5b1h.png") no-repeat center;background-size: cover}
.cm5B .hd ul li:nth-child(2):hover dd,.cm5B .hd ul li:nth-child(2).on dd{background: url("../img/cm5b2h.png") no-repeat center;background-size: cover}
.cm5B .hd ul li:nth-child(3):hover dd,.cm5B .hd ul li:nth-child(3).on dd{background: url("../img/cm5b3h.png") no-repeat center;background-size: cover}
.cm5B .hd ul li:nth-child(4):hover dd,.cm5B .hd ul li:nth-child(4).on dd{background: url("../img/cm5b4h.png") no-repeat center;background-size: cover}
.cm5B .hd ul li:nth-child(5):hover dd,.cm5B .hd ul li:nth-child(5).on dd{background: url("../img/cm5b5h.png") no-repeat center;background-size: cover}
.cm5B .bd{overflow: hidden;padding: 0.4rem 0!important;}
.cm5B .bd li dd{width: 100%}
.cm5B .bd li dd img{max-width: 100%}
.cm5B .bd li dl{width: 100%;}
.cm5B .bd li p{line-height: 2;}
.cm5B .bd li p i{display: inline-block;width: 5px;height: 5px;border-radius: 100%;background-color: #333;margin-right: 7px;vertical-align: middle;}

.cm5C{overflow: hidden;padding-bottom: 0.5rem}
.cm5C ul li{background: url("../img/cm5c1.png") no-repeat center;background-size: cover;width: 100%;margin-top: 0.4rem;border-radius: 5px}
.cm5C ul li h3{font-size: 0.26rem;text-align: center;color: #3177FF;font-weight: 400;padding-top: 0.2rem;}
.cm5C ul li dl{color: #3177FF;text-align: left;padding: 0.2rem;}
.cm5C ul li dl p{line-height: 2;}
.cm5C ul li dl p i{display: inline-block;width: 5px;height: 5px;border-radius: 100%;background-color: #3177FF;vertical-align: middle;margin-right: 7px;}
.cm5C ul li:last-child{float: right;background: url("../img/cm5c2.png") no-repeat center;background-size: cover;}

.cm5D{overflow: hidden}
.cm5D ul li{padding: 0.4rem 0.2rem;margin-top: 0.4rem;}
.cm5D ul li h3{font-size: 0.26rem;border-bottom: 1px solid #1E1E1E;padding: 0.2rem 0 0.15rem;display: inline-block;font-weight: bold}
.cm5D ul li p{margin-top: 0.2rem;list-style: disc;}
.cm5D ul li p i{width: 5px;height: 5px;display: inline-block;border-radius: 100%;background-color: #333;margin-right: 7px;vertical-align: middle}

.cm6F{margin-top: 0.4rem;overflow: hidden}
.cm6F ul{}
.cm6F ul li{width: 50%;height:100%;float: left}
.cm6F ul li dl{margin: 0.7rem auto;text-align: center;color: #fff;}
.cm6F ul li dl i img{width: 0.8rem}
.cm6F ul li dl h3{font-size: 0.28rem;font-weight: 600;text-align: center;margin-top: 0.2rem;}
.cm6F ul li dl dt{display: none;margin: 50px auto;width: 80%;line-height: 1.8}

.cm6Bg{background-color: #f1f2fc}
.cm6Ba li{margin-top: 0.3rem}
.cm6Ba li dd img{max-width: 100%}
.cm6Ba li dl span{font-size: 0.32rem;margin-bottom: 0.1rem;display: inline-block;font-weight: normal;color: #795eff;}
.cm6Ba li dl p{padding: 0.1rem 0;color: #808080;line-height: 1.6;}
.cm6Ba li dl p i{display:inline-block;width: 3px;height: 3px;border-radius: 100%;background-color: #808080;
	margin-right: 8px;vertical-align: middle}

.cm6D{background: url("../img/cm6dbg.png") no-repeat center;background-size: cover}
.cm6D .cm4Dar dl span:last-child{color: #C0C5FF}

.cm6Ca li:hover{background-color: #f1f2fc}

.cm7A{margin-top: 0.2rem;overflow: hidden;}
.cm7A ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap}
.cm7A ul li{width: 48.5%;height: 2.7rem;overflow: hidden;border-radius: 10px;background-size: cover!important;margin-top: 0.2rem}
.cm7A ul li h3{margin-top: 2.2rem;color: #3B4EC6;font-weight: 600;text-align: center;font-size: 0.28rem}

.cm7B{background-color: #F3F8FF;overflow: hidden;margin-top: 0.4rem}
.cm7Ba{text-align: center;padding: 0.4rem 0;overflow: hidden}
.cm7Ba img{max-width: 100%}

.cm7C{background: url("../img/cm7c.png") no-repeat center;overflow: hidden;padding-bottom: 50px}
.cm7C ul{width: 150px;height: 93px;margin: 0 auto;margin-top: 0.4rem}
.cm7C ul li {color: #fff;line-height: 2;letter-spacing: 2px;list-style-type: none;position: relative;}
.cm7C ul li i {display: inline-block;width: 8px;height: 8px;border-radius: 10px;margin-right: 7px;background-color: #55F0EB;vertical-align: middle;}
.cm7Ca{height: 2.7rem;background: url("../img/cm7ca.png") no-repeat top;overflow: hidden;position: relative;background-size: 100%}
.cm7Ca p{position: absolute;color: #DDEDFF;font-size: 12px}
.cm7Ca p:nth-of-type(1){left:0;bottom: 0;}
.cm7Ca p:nth-of-type(2){left:0.9rem;top: 0;}
.cm7Ca p:nth-of-type(3){left:2.3rem;bottom: 0.3rem;}
.cm7Ca p:nth-of-type(4){left:3.7rem;bottom: 0.6rem;}
.cm7Ca p:nth-of-type(5){right:1rem;top: 0;}
.cm7Ca p:nth-of-type(6){right:0;bottom: 0;text-align: center;}

.cm7D{background-color: #F3F8FF;overflow: hidden;padding-bottom: 0.5rem}
.cm7D .function-content .tab-hd{width:100%;text-align: center;margin-top: 0.3rem}
.cm7D .function-content .tab-hd li{color:#1E1E1E;text-align: center;line-height:24px;font-size: 0.3rem;box-sizing: border-box;
	width:35%;height:30px;cursor: pointer;display: inline-block}
.cm7D .function-content .tab-hd li.activeTab{color:#295FD2;font-weight: 600;border-bottom: solid 2px #295FD2;}
.cm7D .function-content .tab-hd li .line{width:100px;height: 2px;background: #587EFB;margin: 8px auto;display: none;}
.cm7D .function-content .tab-bd > li{display: none;}
.cm7D .bd-left{overflow: hidden}
.cm7D .bd-left li{width: 25%;line-height: 0.6rem;border-radius: 25px;list-style: none;float: left;text-align: center;
	margin-top: 0.3rem;box-sizing: border-box;color: #000;cursor: pointer;position: relative;}
.cm7D .bd-left li.activeTab {background: linear-gradient(-45deg, #295FD2, #457BEE);color: #fff;}
.cm7D .bd-left li .arrow-icon {position: absolute;top: 11px;right: 25px;}
.cm7D .bd-right {border-radius: 10px;background:white;box-shadow: 0px 0px 20px rgba(19, 10, 113, 0.16);}
.cm7D .bd-right > li {list-style-type: none;color: #000;margin-top: 0.6rem;display: none;}
.cm7D .tab-bd1 .bd-right > li:nth-of-type(1){background:url(../img/mod4_ic_chaxun_b.png) no-repeat;background-position: right bottom;}
.cm7D .tab-bd1 .bd-right > li:nth-of-type(2){background:url(../img/mod4_ic_gongxu_b.png) no-repeat;background-position: right bottom;}
.cm7D .tab-bd1 .bd-right > li:nth-of-type(3){background:url(../img/mod4_ic_jianyan_b.png) no-repeat;background-position: right bottom;}
.cm7D .tab-bd1 .bd-right > li:nth-of-type(4){background:url(../img/mod4_ic_ruku_b.png) no-repeat;background-position: right bottom;}
.cm7D .tab-bd2 .bd-right > li:nth-of-type(1){background:url(../img/mod4_ic_zhidao_b.png) no-repeat;background-position: right bottom;}
.cm7D .tab-bd2 .bd-right > li:nth-of-type(2){background:url(../img/mod4_ic_guanli_b.png) no-repeat;background-position: right bottom;}
.cm7D .bd-right > li:first-child {display: block;}
.cm7D .bd-text{color:black;padding: 0.4rem}
.cm7D .bd-text .text-icon{width:30px;height:30px;display: inline-block;position: relative;top: 7px;}
.cm7D .bd-text .text-icon1{background: url(../img/mod4_ic_chaxun_s.png) center no-repeat;}
.cm7D .bd-text .text-icon2{background: url(../img/mod4_ic_gongxu_s.png) center no-repeat;}
.cm7D .bd-text .text-icon3{background: url(../img/mod4_ic_jianyan_s.png) center no-repeat;}
.cm7D .bd-text .text-icon4{background: url(../img/mod4_ic_ruku_s.png) center no-repeat;}
.cm7D .bd-text .text-icon5{background: url(../img/mod4_ic_zhidao_s.png) center no-repeat;}
.cm7D .bd-text .text-icon6{background: url(../img/mod4_ic_guanli_s.png) center no-repeat;}
.cm7D .bd-text h5{font-size: 0.3rem;color:black;display: inline-block;margin-left: 10px;}
.cm7D .bd-right .info li {color: black;list-style: none;margin-top: 0.4rem;padding-left: 22px;position: relative;}
.cm7D .bd-right .info li:before {content:"";width: 8px;height: 8px;display: block;background-color: #3f75e8;border-radius: 10px;position: absolute;left: 0;top: 5px;}

.cm7Fa{padding: 0.4rem 0;overflow: hidden}
.cm7Far ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.cm7Far ul li{width: 48.5%;float: left;margin-bottom: 0.4rem;text-align: center}
.cm7Far ul li dl h3{font-size: 0.28rem;font-weight: 600;color: black;margin: 0.2rem 0}

.cm8Bg{background-color: #f2f6f7}
.cm8Ba li{padding-bottom: 0.4rem}
.cm8Ba li dd img{max-width: 100%}
.cm8Ba li dl span{font-size: 0.32rem;display: inline-block;font-weight: normal;color: #333;margin-bottom: 0.2rem;}
.cm8Ba li dl p{color: #666;line-height: 1.8;padding: 5px 0}
.cm8Ba li dl p i{display: inline-block;margin-right: 10px;height: 10px;width: 10px;border-radius: 5px;background-color: #34BDE0;}
.cm8Ba li:nth-child(2n){padding-bottom: 0}

.nytitlew h2{color: #fff}
.nytitlew p{color: #fff}

/*========================================= 辉煌系列 =====================================*/
.huihA{overflow: hidden;margin-top: 0.5rem}
.huihAl{}
.huihAl h3{font-size:0.36rem;display: inline-block;font-weight: bold;
	background-image: linear-gradient(90deg, rgb(255, 138, 102) 0%, rgb(216, 27, 67) 99.1379%);
	-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.huihAl p{color: rgb(169, 169, 169);margin: 0.15rem 0}
.huihAl dd{line-height: 2}
.huihAl a{display: inline-block;font-size: 12px;color: #fff;width: 2rem;line-height: 0.6rem;text-align: center;margin-top: 0.3rem;
	border-radius: 30px;background: linear-gradient(90deg, rgba(255, 138, 102, 1) 0%,rgba(216, 27, 67, 1) 100%);}
.huihAr{width: 100%}
.huihAr ul li{width: 50%;float: left;margin-top: 0.4rem}
.huihAr ul li b{font-size:0.36rem;display: inline-block;font-weight: bold;
	background-image: linear-gradient(90deg, rgb(255, 138, 102) 0%, rgb(216, 27, 67) 99.1379%);
	-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.huihAr ul li h3{font-size: 0.28rem;font-weight: bold;margin: 0.1rem 0}
.huihAr ul li p{color: rgb(102, 102, 102);font-size: 12px;min-height: 32px}

.huihB{background-color: #F8F8F8;overflow: hidden;padding-bottom: 0.5rem;margin-top: 0.4rem}
.huihB ul li{margin-top: 0.4rem;text-align: center;float: left;width: 50%}
.huihB ul li h3{font-size: 0.3rem;font-weight: bold;margin: 0.2rem 0}
.huihB ul li p{line-height: 1.6}
.huihB ul li img{width: 0.8rem}

.huihC{height: 4.5rem;overflow: hidden}
.nytitlew h2{color: #fff}
.nytitlew p{color: #fff}

.huihD{background-color: #F8F8F8;overflow: hidden;padding-bottom: 0.5rem}
.huihD ul{overflow: hidden}
.huihD ul li{width: 48.5%;float: left;height: 285px;padding-top: 165px;margin-top: 0.4rem}
.huihD ul li h3{text-align: center;font-size: 0.3rem;color: #D81B43;}
.huihD ul li p{margin: 0 auto;line-height: 24px;margin-top: 0.2rem;color: #666;font-size: 12px;padding: 0 0.2rem}
.huihD ul li:nth-child(2n){float: right}

.huihE{text-align: center;padding: 0.5rem 0}
.huihE img{max-width: 100%}

.huih2Ar{text-align: center;width: 100%}
.huih2Ar img{max-width: 100%}

.huihD2{background-color: #F8F8F8;overflow: hidden;padding-bottom: 0.5rem}
.huihD2 ul{}
.huihD2 ul li{width: 48.5%;float: left;text-align: center;margin-top: 0.4rem}
.huihD2 ul li i{width: 1.8rem;height: 1.8rem;border-radius: 100%;border: 1px solid #FF5852;display: inline-block;text-align: center;
	background-color: #fff;position: relative}
.huihD2 ul li i img{position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 0.8rem}
.huihD2 ul li h3{font-size: 0.3rem;margin: 0.2rem 0;font-weight: bold}
.huihD2 ul li p{color: rgb(102, 102, 102);line-height: 1.8;}
.huihD2 ul dd{float: left;margin-top: 0.4rem}
.huihD2 ul dd img{width: 48px}

.huihC3{overflow: hidden;margin-top: 0.4rem}
.huihC3 ul li dd{width: 50%;float: left;color: #fff;padding: 0.3rem 0.2rem;line-height: 2;height: 2.3rem;
	background: linear-gradient(0deg, rgba(254, 135, 100, 1) 0%,rgba(254, 67, 76, 1) 100%);}
.huihC3 ul li dt{width: 50%;float: left;overflow: hidden}
.huihC3 ul li dt img{height: 2.3rem}

.huihD3{background-color: #F8F8F8;overflow: hidden;padding-bottom: 0.5rem;margin-top: 0.5rem}
.huihD3a{margin-top: 0.4rem}
.huihD3a dd img{max-width: 100%}
.huihD3a dl{line-height: 1.8;margin-top: 0.4rem}
.huihD3a dl h3{font-weight: bold;font-size: 0.3rem;color: #666666}
.huihD3a dl p{color: #666666;margin-top: 0.3rem}

.huihC4{margin-top: 40px;overflow: hidden}
.huihC4 ul li{width: 50%;float: left}
.huihC4 ul li dd{height: 3.4rem;padding: 0.2rem}
.huihC4 ul li dd b{-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 0.32rem;
	background-image: linear-gradient(90deg, rgb(255, 138, 102) 0%, rgb(235, 29, 78) 100%);}
.huihC4 ul li dd p{line-height: 2;color: rgb(75, 75, 75);margin: 0.25rem 0}
.huihC4 ul li dt{overflow: hidden}
.huihC4 ul li dt img{height: 3.4rem}

.huihD4{background-color: #F8F8F8;overflow: hidden;padding-bottom: 0.5rem;margin-top: 0.5rem}
.huihD4 ul{padding: 0.2rem;background-color: #fff;overflow: hidden;margin-top: 0.4rem}
.huihD4 ul li{width: 48.5%;float: left;border: 1px solid #eee;}
.huihD4 ul li dd img{width: 100%;}
.huihD4 ul li dt{text-align: center;padding: 0.2rem;}
.huihD4 ul li:nth-child(2n){float: right}

.huihE4{overflow: hidden}

.hh5{background-image: linear-gradient(90deg, rgb(131, 198, 131) 0%, rgb(5, 160, 69) 100%)!important;}
.huihB5{background-color: #fff}

.huihC5{background-color: #fff}
.huihC5 ul li dd{text-align: center}
.huihC5 ul li dd h3{font-weight: bold;margin-top: 0.15rem;font-size: 0.28rem}
.huihC5 ul li dd p{margin: 0.15rem 0}

.huihD5{background-color: #F8F8F8;overflow: hidden;padding-bottom: 50px}

.huihE5{overflow: hidden;padding: 0.7rem 0;margin-top: 0.4rem}
.huihE5a{background-color: #fff;padding: 0.2rem 0.4rem 0.6rem;overflow: hidden;margin: 0 0.2rem}
.huihE5a .nytitle{text-align: left}
.huihE5a ul li{width: 48.5%;color: rgb(75, 75, 75);float: left;margin-top: 0.45rem}
.huihE5a ul li b{font-size: 0.4rem;font-weight: normal;vertical-align: sub;margin-right: 0.1rem}
.huihE5a ul li:nth-child(2n){float: right}

.hh6{color: #1646E8!important;background-image: none!important;-webkit-text-fill-color:inherit!important;}
.huihC6 ul li dd{height: 3.4rem;padding: 0.2rem}
.huihC6 ul li dt{height: 3.4rem}
.huihC6 ul li dd p{line-height: 1.6}

.huihA6{margin-top: 0.4rem}

.huihB6{background-color: #F9F9F9;overflow: hidden;padding: 0.4rem 0;margin-top: 0.4rem}
.huihB6a{background-color: #fff;overflow: hidden}
.huihB6 dd{text-align: center}
.huihB6 dd img{max-width: 100%}
.huihB6 dl{padding: 0.3rem 0.4rem}
.huihB6 dl p{line-height: 2;margin-top: 0.2rem}
.huihB6 dl span{display: inline-block;width: 1.8rem;line-height: 0.6rem;font-size: 0.28rem;background-color: #2D5EF6;text-align: center;
	color: #fff;border-radius: 5px;margin-top: 0.6rem}
.text-right{text-align: right}

.huih7Al{}
.huih7Al h3{font-size: 0.36rem;color: #1F87E8;font-weight: bold}
.huih7Al ul li{margin-top: 0.2rem}
.huih7Al ul li p{line-height: 2;margin-top: 0.2rem}
.huih7Ar{margin-top: 10px;text-align: center}
.huih7Ar img{max-width: 100%}

.huihB7{background-color: #F8F8F8;overflow: hidden;margin-top: 0.4rem}
.huihB7a{margin: 0.4rem auto}
.huihB7a img{max-width: 100%}

.huihC7{background-color: #F8F8F8;overflow: hidden;padding: 0.25rem;margin-top: 0.4rem}
.huihC7 ul li{text-align: center;background-color: #fff;margin-top: 0.2rem;width: 48.5%;float: left}
.huihC7 ul li dt{padding: 0.2rem}
.huihC7 ul li dt h3{font-weight: bold;font-size: 0.26rem}
.huihC7 ul li dt p{line-height: 1.6;margin-top: 10px;font-size: 12px}
.huihC7 ul li:nth-child(2n){float: right}
.huihC7 ul li dd img{max-width: 100%}

.huihD7{background-color: #F8F8F8;overflow: hidden;margin-top: 0.4rem;padding-bottom: 0.5rem}
.huihD7 ul{margin-top: 0.4rem}
.huihD7 ul li{}
.huihD7 ul li dd{overflow: hidden;width: 100%;}
.huihD7 ul li dd img{width: 100%}
.huihD7 ul li dt{padding: 0.2rem;background-color: #fff;text-align: center;width: 100%;}
.huihD7 ul li dt h3{font-size: 0.26rem;font-weight: bold;}
.huihD7 ul li dt p{line-height: 1.8;margin-top: 0.15rem;color: #666}

/*========================================= 快马产品 =====================================*/
.kmA{overflow: hidden;padding-bottom: 50px}
.kmA ul li{background: url("../img/kmabg1.png") no-repeat center;padding: 0.3rem;margin-top: 0.5rem;
	width: 100%;overflow: hidden;background-size: cover;display: flex;justify-content: space-between;align-items: center}
.kmA ul li dd{}
.kmA ul li dl{width: 78%}
.kmA ul li dl h3{font-size: 0.26rem;font-weight: bold;color: #241E1E;}
.kmA ul li dl p{font-weight: 400;color: #666666;text-align: left;margin:0.2rem 0;line-height: 1.8;}
.kmA ul li span{display: inline-block;width: 1.6rem;background: #FFFFFF;border: 1px solid #6A6A6A;
	border-radius: 15px;font-weight: 400;color: #333333;line-height: 0.4rem;cursor: pointer;text-align: center;}
.kmA ul li:nth-child(3n){margin-right: 0}
.kmA ul div{text-align: center;margin-top: 50px;float: left;width: 369px}

.kmB{overflow: hidden;background: url("../img/kmb.png") no-repeat center;padding: 50px 0}
.kmB dd img{max-width: 100%}
.kmB dl{margin-top: 0.4rem}
.kmB dl h3{font-size: 0.36rem;font-weight: bold;color: #333333;}
.kmB dl p{font-weight: 400;color: #241E1E;text-align: left;margin-top: 0.4rem;line-height: 1.8;}
.kmB dl p b{color: #EE7B00}
.kmB dl a{display: inline-block;width: 150px;border: 1px solid #FD8856;color: #F48C00;
	font-weight: 400;margin-top: 0.3rem;text-align: center;line-height: 0.6rem;}

.kmC{background: url("../img/kmc.png") no-repeat center;overflow: hidden;background-size: cover}
.kmC ul li{width: 48.5%;float: left;margin-top: 0.5rem;text-align: center}
.kmC ul li dd{float: initial}
.kmC ul li dd img{height: 1.3rem}
.kmC ul li dl h3{font-size: 0.26rem;margin-top: 5px;font-weight: bold;color: #333333;line-height: 30px;}
.kmC ul li dl p{font-weight: 400;color: #9999AF;margin-top: 0.2rem;font-size: 12px}
.kmC ul li:nth-child(2n){float: right}

.kmD{background: url("../img/kmd.png") no-repeat center;overflow: hidden;padding-bottom: 0.8rem}
.kmDs{text-align: center;margin-top: 0.8rem}
.kmDs img{max-width: 100%}

.kmE{background: url("../img/kme.png") no-repeat center;background-size:cover;overflow: hidden;padding:0.2rem 0 0.5rem}
.kmE ul{margin-top: 0.2rem;overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap}
.kmE ul li{width: 32%;margin-top: 0.2rem}
.kmE ul li img{max-width: 100%}

/*========================================= 管家婆ishop =====================================*/
.kmA2{margin-top: 0.4rem;}
.kmA2 ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.kmA2 ul li{width: 50%;border: 1px solid #d9d9d9;box-sizing: border-box;text-align: center;padding: 20px 0;}
.kmA2 ul li img{height: 36px;margin-bottom: 0.3rem;}
.kmA2 ul li dl{color: #ff4949;position: relative;width: 84px;margin: 0 auto;margin-bottom: 10px}
.kmA2 ul li b{font-size: 36px;letter-spacing: 2px}
.kmA2 ul li span{font-size: 12px;position: absolute;top: 0;right: 0}
.kmA2 ul li:nth-child(2n) dl{width: 115px}

.kmB2{margin-top: 0.4rem;overflow: hidden}
.kmB2r{margin-top: 0.4rem}
.kmB2r h2{color: #ff4949;font-weight: normal;font-size: 0.32rem;}
.kmB2r .text{line-height: 2;margin-top: 15px}
.kmB2r .text h3{color: #3c3c3c;font-size: 0.28rem}
.kmB2r .text p{color:#545454}

.kmtitle{text-align: center;margin-top: 0.4rem;color: #ff4949;}
.kmtitle h2{font-weight: normal;font-size: 0.32rem}

.kmC2{margin-top: 0.4rem;}
.kmC2 ul{  display:flex;  justify-content: space-between;  align-items: center;  flex-wrap: wrap;  }
.kmC2 ul li{position: relative;overflow: hidden;width: 50%}
.kmC2 ul li img{width: 100%}
.kmC2 ul li dt{position: absolute;top: 0;left:0;width: 100%;height: 100%;background-color: rgba(0,0,0,.4);color: #fff;
	text-align: center;padding-top: 0.6rem;box-sizing: border-box}
.kmC2 ul li dt hr{width: 20px;height: 2px;  border: 0;  background: #ffffff;  margin: 0 auto;}
.kmC2 ul li dt span{font-size: 18px;line-height: 2}
.kmC2 ul li p{position: absolute;bottom: -51px;left: 0;width: 100%;background-color: #FF4949;line-height: 50px;text-align: center;
	transition: all .5s;color: #fff}
.kmC2 ul li:hover p{bottom: 0;transition: all .5s;}
.kmC2 ul li:hover dt{display: none}

.kmD2{width: 100%;position: relative;background: url(../img/center-bg.png);background-size: cover;margin-top: 0.4rem;
	display: flex;flex-direction: column;align-items: center;padding-bottom: 0.6rem}
.kmD2 .title h2{color: #fff}
.kmD2 ul{display: flex;justify-content: space-between;flex-wrap:wrap;margin-top: 0.6rem;padding: 0 0.2rem}
.kmD2 ul li{width: 50%;border: 1px solid white;color: #fff;padding-bottom: 0.2rem}
.kmD2 ul li i{width: 90px;height: 90px;display: block;margin: 0 auto;margin-top: 0.2rem}
.kmD2 ul li p{text-align: center;font-size: 20px;margin: 20px 0}
.kmD2 ul li span{display: block;width: 33px;height: 2px;background: #fff;margin: 0 auto;margin-bottom: 30px}
.kmD2 ul li dt{line-height: 2;padding: 0 0.2rem}
.kmD2 ul li:hover{background-color: #fff;color: #000}
.kmD2 ul li:hover span{background-color: #FF4949}
.kmD2 ul li:nth-child(1) i{background: url("../img/1whit.png") no-repeat center}
.kmD2 ul li:nth-child(2) i{background: url("../img/2whit.png") no-repeat center}
.kmD2 ul li:nth-child(3) i{background: url("../img/3whit.png") no-repeat center}
.kmD2 ul li:nth-child(4) i{background: url("../img/4whit.png") no-repeat center}
.kmD2 ul li:nth-child(1):hover i{background: url("../img/1red.png") no-repeat center}
.kmD2 ul li:nth-child(2):hover i{background: url("../img/2red.png") no-repeat center}
.kmD2 ul li:nth-child(3):hover i{background: url("../img/3red.png") no-repeat center}
.kmD2 ul li:nth-child(4):hover i{background: url("../img/4red.png") no-repeat center}

.kmE2{overflow: hidden}
.kmE2 ul li{width: 100%;}
.kmE2 ul li:nth-child(2){background: rgba(231, 231, 231, 0.25)}
.kmE2 ul li .text{padding:0.4rem 0.2rem;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap}
.kmE2 ul li dl,.oneE ul li .core-words{ flex-direction: column;  justify-content: center;  color: #212121;  align-items: flex-start;}
.kmE2 ul li dl{text-align: center}
.kmE2 ul li dl img{width: 50%}
.core-shu{  width: 20px !important;  height: 20px;  border-radius: 2px;  text-align: center;  line-height: 20px !important;  color: #ffffff;  background: #FF4949;  margin-bottom: 20px; display: inline-block}
.kmE2 ul li .core-words{line-height: 2}
.kmE2 ul li .core-words h1{width: 85%;line-height: 2;font-weight: bold;font-size: 0.3rem;color: #FF4949}
.kmE2 ul li .core-words p{color: #545454;}
.kmE2 ul li dl img:hover {transition: all 0.6s;  transform: scale(1.1);  }

.kmF2{background: url("../img/special-bgs.png");overflow: hidden;padding-bottom: 0.5rem}
.kmF2s{ display: flex;flex-wrap: wrap;color: #545454;}
.special-pic img{ width: 100%;animation:myfirst 4s;position: relative;animation-name:myfirst;animation-duration:4s;
	animation-timing-function:linear;animation-iteration-count:infinite;}
.special-item{ display: flex; flex-direction: column;  justify-content: space-around;flex-wrap: wrap;}
.special-item h1{font-size: 20px;font-weight: normal}
.special-item p {margin-top: 10px;line-height: 2;color: #545454;}
.special-words{margin-top: 0.4rem}
.special-words i{display: inline-block;width: 34px;height: 25px;}
.special-words:hover h1{color: #ff4949}
.special-words1 h1 i{background: url("../img/special-black1.png") no-repeat bottom;background-size: 70%}
.special-words2 h1 i{background: url("../img/special-black2.png") no-repeat bottom;background-size: 70%}
.special-words3 h1 i{background: url("../img/special-black3.png") no-repeat center;background-size: 70%}
.special-words4 h1 i{background: url("../img/special-black4.png") no-repeat bottom;background-size: 60%}
.special-words1:hover h1 i{background: url("../img/special-red1.png") no-repeat bottom;background-size: 70%}
.special-words2:hover h1 i{background: url("../img/special-red2.png") no-repeat bottom;background-size: 70%}
.special-words3:hover h1 i{background: url("../img/special-red3.png") no-repeat center;background-size: 70%}
.special-words4:hover h1 i{background: url("../img/special-red4.png") no-repeat bottom;background-size: 60%}
@keyframes myfirst
{
	0%   {top:0px;}
	25%  {top:12px;}
	50%  {top:24px;}
	75%  {top:12px;}
	100% {top:0px;}
}

.kmI2{margin-top: 0.4rem}
.kmI2 img{max-width: 100%}


.footnew{padding-bottom: 0.2rem;overflow: hidden}
.bg5{background-color: #f5f5f5;overflow: hidden}
.footnews ul{padding: 0.4rem 0.2rem 0.2rem;overflow: hidden}
.footnews ul li{overflow: hidden;background-color: #fff;padding: 0.25rem 0;margin-bottom: 0.2rem;box-shadow: 0 0 10px #ccc}
.footnews ul li dd{width: 20%;float: left;text-align: center;font-size: 12px}
.footnews ul li dd span{font-size: 0.5rem;display: block;text-align: center;color: #b4b1b1;}
.footnews ul li dt{width: 80%;float: right;margin-top: 0.1rem}
.footnews ul li dt h3{color: #666;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size: 0.26rem}
.footnews ul li dt p{color: #999;margin-top: 0.15rem}

.footnews2 ul li{box-shadow: initial}

/*========================================= 分站 =====================================*/
.fzA{overflow: hidden;margin-top: 0.4rem}
.fzA ul li{width: 50%;float: left;border: 2px solid #f2f2f2;padding: 0.5rem 0;text-align: center;background-color: #f9fafc;margin-left: -1px;}
.fzA ul li p{font-weight: bold;margin-top: 0.1rem}
.fzA ul li dd img{transition: All 0.8s ease-in-out;height: 1rem;}
.fzA ul li:hover dd img{transform: rotate(360deg);}

.fzB{background-color: #edeef3;overflow: hidden;margin-top: 0.4rem;padding-bottom: 0.5rem}
.fzBa{overflow: hidden;margin-top: 20px}
.fzBa ul{overflow: hidden}
.fzBa ul li{width: 48.5%;position: relative;float: left;margin-top: 0.2rem}
.fzBa ul li dd img{max-width: 100%}
.fzBa ul li dl{position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;text-align: center;color: #fff;
	font-weight: bold;background: rgba(0,0,0,0.4);padding: 0.3rem 0}
.fzBa ul li dl i{display: inline-block;width: 48px;height: 48px;}
.fzBa ul li dl p{margin-top: 0.1rem}
.fzBa ul li:nth-child(2n){float: right}
.fzB .more a{display: block;width: 45%;text-align: center;border: 1px solid #dddddd;color: #333;margin: 0 auto;line-height: 0.7rem;}

.fzC{margin-top: 0.3rem;background-color: #F8F8F8;overflow: hidden;padding-bottom: 0.5rem}
.fzC ul{margin-top: 0.4rem;}
.fzC ul li{width: 48.5%;float: left;padding: 0.2rem;background-color: #fff;margin-top: 0.2rem}
.fzC ul li dd{width: 100%;overflow: hidden}
.fzC ul li dd img{max-width: 100%;height: 1.8rem;transition: all 0.5s}
.fzC ul li h3{margin: 0.15rem 0;font-size: 0.26rem}
.fzC ul li p{color: #555;margin: 0.15rem 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 12px}
.fzC ul li span{display: inline-block;border: 1px solid #e0e0e0;border-radius: 5px;padding: 3px 10px;color: #555555;}
.fzC ul li:nth-child(2n){float: right}

.fzD{overflow: hidden;margin-top: 0.4rem;padding-bottom: 0.5rem}
.fzD ul li{width: 48.5%;float: left;text-align: center;}
.fzD ul li dd{text-align: center;height: 142px;position: relative}
.fzD ul li dd img{position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;max-width: 100%}
.fzD ul li p{margin-top: 0.2rem;padding: 0 0.12rem;min-height: 60px}
.fzD ul li:nth-child(2n){float: right}

/*=======================================产品详情页============================================*/
.show_tit{margin-top: 0.4rem;overflow: hidden;}
.show_tit img{float: left;margin-right: 0.2rem;width: 0.4rem}
.show_tit b{font-size: 0.3rem;color: #0271cd}

.showA{margin-top: 25px;overflow: hidden;}
.showAl{width: 100%;height: 3rem;background-color: #f5f5f5;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.showAl img{max-width: 100%}
.showAr{line-height: 2;color: #818181;margin-top: 0.4rem}
.showbg{background: #edeef3;overflow: hidden;margin-top: 0.4rem}

.showB{color: #818181;padding-bottom: 40px;}
.showB p{margin-bottom: 10px}
.glyphicon {display: inline-block;width: 10px;height: 10px;background: #0271cd;}

.showB div{width: auto!important;}
.showB .dashed{display: none}


/*******************s********分辨率兼容样式属性**************************/
@media screen and (min-width: 320px) {
	html,body{font-size:44.444px;}
}
@media screen and (min-width: 360px) {
	html,body{font-size:50px;}
}
@media screen and (min-width: 375px) {
	html,body{font-size:52.08333px;}
}
@media screen and (min-width: 385px) {
	html,body{font-size:53.47222px;}
}
@media screen and (min-width: 400px) {
	html,body{font-size:55.5555px;}
}
@media screen and (min-width: 414px) {
	html,body{font-size:57.5px;}
}
@media screen and (min-width: 420px) {
	html,body{font-size:58.3333px;}
}
@media screen and (min-width: 440px) {
	html,body{font-size:61.11111px;}
}
@media screen and (min-width: 480px) {
	html,body{font-size:66.66666px;}
}
@media screen and (min-width: 520px) {
	html,body{font-size:72.2222px;}
}
@media screen and (min-width: 560px) {
	html,body{font-size:77.7777px;}
}
@media screen and (min-width: 580px) {
	html,body{font-size:80.55555px;}
}
@media screen and (min-width: 600px) {
	html,body{font-size:83.333px;}
}
@media screen and (min-width: 640px) {
	html,body{font-size:88.8888px;}
}
@media screen and (min-width: 680px) {
	html,body{font-size:94.44444px;}
}
@media screen and (min-width: 720px) {
	html,body{font-size:100px;}
}
/***************************end分辨率兼容样式属性*************************/

