/*分页*/
.g-page a{ background:#fcc91c; color:#ffffff;}
.g-page a[href='javascript:void(0);']{ opacity:0.5;}
.ajax_page{ display:block; margin-top:1rem; margin-bottom:3rem; border-bottom:0.05rem solid #f1f1f1; position:relative; text-align:center; height:2rem;}
.ajax_page span{ display:inline-block; background:#ffffff;  position:relative; z-index:9; bottom:-1rem; line-height:2rem; padding:0 1rem; color:#999999;}
.ajax_page.complete{ opacity:0.5;} 
/*文章模块*/
.g-news{ background:#f2f3f8; background:#ffffff;}


/*--------------产品、方案列表模块-------------------*/

/*----------列表页  标题+图片--------------*/
/*一排1个*/
.news_list_1{ width:92%; padding-top:1.5rem; margin:0 auto; display:flex;justify-content:space-between; flex-wrap:wrap;}
.news_list_1 a{ display:block; width:100%; background:#f9f9f9; margin-bottom:1.5rem; position:relative;}
.news_list_1 a img{display: block; width: 100%; height: auto; border:0.05rem solid #dedede; box-sizing:border-box;}
.news_list_1 a span{font-size:1.36rem;  position:absolute; width:96%; padding:0.6rem 2%; bottom:0; background:rgba(0,0,0,0.55); color:#ffffff; text-align:center; line-height:125%; }
/*一排2个*/
.news_list_2{ width:92%; padding-top:1.5rem; margin:0 auto; display:flex;justify-content:space-between; flex-wrap:wrap;}
.news_list_2 a{ display:block; width:47.5%; background:#f9f9f9; margin-bottom:1.5rem;}
.news_list_2 a img{display: block; width: 100%; height: auto; border:0.05rem solid #dedede; box-sizing:border-box;}
.news_list_2 a span{ font-size:1.36rem; text-align:center; line-height:125%; margin:0.5rem 0; padding:0 0.5rem;}


/*----------列表页  标题+图片+简介--------------*/
/*一排1个*/
.news_dl_1{ width:100%; margin:0 auto;}
.news_dl_1 a{ display:block; width:100%;margin-bottom:0.2rem; position:relative; }
.news_dl_1 dl dt img{display: block; width: 100%; height: auto; border:0.05rem solid #dedede; box-sizing:border-box;}
.news_dl_1 dl{display:flex;justify-content:space-between; flex-wrap:wrap; padding: 1.2rem 1.2rem 1.2rem 1rem; border-bottom: 0.05rem solid #dedede; position:relative;}
.news_dl_1 dl dt{width: 38%;display: block;margin-right: 0.75rem;box-sizing: border-box;align-self: center;}
.news_dl_1 dl dd{width: 58%;}
.news_dl_1 dl dd h4{ font-size: 1.36rem;line-height: 126%;padding-right: 0.5rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block; }
.news_dl_1 dl dd p{ color:#666666; font-size:1.2rem; margin-top:0.5rem;padding-right: 0.4rem;}
.news_dl_1 dl dd span{display:block; width:0.8rem;height:0.8rem;position:absolute; top:calc(50% - 0.4rem);right:3%; font-size:0;}
.news_dl_1 dl span:before{content:"";position:absolute;background:#999999;width:100%;height:100%;right:-0.3rem;top:0; z-index:10;-moz-transform: rotate(45deg);-o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.news_dl_1 dl span:after{content:"";position:absolute; background:#ffffff; width:100%;height:100%;right:-0.2rem;top:0;z-index:11;-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.news_dl_1 dl span:after,.news_dl_1 a{background:#ffffff;}

/*一排2个*/
.news_dl_2{width:92%; padding-top:1.5rem; margin:0 auto; display:flex;justify-content:space-between; flex-wrap:wrap;}
.news_dl_2 a{ width:47.5%;box-shadow: 0 0 0.2rem #f1f1f1; margin-bottom:1.2rem;position:relative;}
.news_dl_2 dl{ padding-bottom:0.5rem;}
.news_dl_2 a dt img{display: block; width: 100%; height: auto; box-sizing:border-box;}
.news_dl_2 a dd{padding: 0.5rem 0.5rem 0.5rem 1rem;}
.news_dl_2 a dd h4{font-size: 1.36rem;line-height: 126%;padding-right: 0.5rem;}
.news_dl_2 a dd p{color:#666666; font-size:1.2rem; margin-top:0.5rem;padding-right: 0.4rem;}
.news_dl_2 a dd span{ display:none; color:#fcc91c; font-size:1.1rem; bottom:0.5rem; right:0.5rem; position:absolute; z-index:9;}


/*-------------新闻列表页模块-------------*/

/*-------------标题+简介-------------*/

/*一排1个*/
.news_desc_1{width:92%; margin:0 auto;}
.news_desc_1 a{ display:block;width:100%;margin-bottom:0.2rem; position:relative;}
.news_desc_1 dl{ padding-top:1rem; padding-bottom:1rem; border-bottom:0.05rem solid #f1f1f1;}
.news_desc_1 dd h4{font-size: 1.36rem;line-height: 180%;padding-right: 0.5rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}
.news_desc_1 dd p{color:#666666; font-size:1.2rem; line-height:150%; padding-right: 0.4rem;}
.news_desc_1 .news_editor { display:flex; justify-content:space-around; align-items:center;font-size:1rem; margin-top:0.25rem;}
.news_desc_1 dd .date{ width:100%; color:#999999; opacity:0.5; }
.news_desc_1 dd .view{ color:#999999; width:100%; text-align:right;opacity:0.5;padding-right: 0.5rem;}
.news_desc_1 dd .view img{ width:1rem; display:inline-block; opacity:0.5; vertical-align:middle; margin-right:0.3rem;}


/*一排2个*/
.news_desc_2{width:92%; padding-top:1.5rem; margin:0 auto; display:flex;justify-content:space-between; flex-wrap:wrap;}
.news_desc_2 a{ width:47.5%;box-shadow: 0 0 0.2rem #f1f1f1; margin-bottom:1.2rem;position:relative;}
.news_desc_2 dl{ padding-bottom:1rem; padding-top:0.25rem;}
.news_desc_2 a dt img{display: block; width: 100%; height: auto; box-sizing:border-box;}
.news_desc_2 a dd{padding:0.75rem;}
.news_desc_2 a dd h4{font-size: 1.36rem;line-height: 126%;padding-right: 0.5rem;}
.news_desc_2 a dd p{color:#666666; font-size:1.2rem; margin-top:0.5rem;padding-right: 0.4rem;}

.news_desc_2 .news_editor { padding-top:0; padding-bottom:0; display:flex; justify-content:space-around; align-items:center;font-size:1rem; margin-top:0.25rem;}
.news_desc_2 .date{ width:100%; color:#999999; opacity:0.5; }
.news_desc_2 .view{ color:#999999; width:100%; text-align:right;opacity:0.5;padding-right: 0.5rem;}
.news_desc_2 .view img{ width:1rem; display:inline-block; opacity:0.5; vertical-align:middle; margin-right:0.3rem;}

/*-------------标题+图片(同产品、方案)-------------*/

/*-------------标题+图片+简介-------------*/
/*一排1个*/
.news_dpc_1{width:100%;}
.news_dpc_1 a{display:block;width:92%;  margin:0 auto; margin-bottom:0.2rem; position:relative;}
.news_dpc_1 dl { padding-top:1rem; padding-bottom:1rem; border-bottom:0.05rem solid #f1f1f1; display: flex; justify-content:space-between; flex-shrink: 1;align-items: center;flex-wrap: wrap;}
.news_dpc_1 dt { display: block;  margin-right: 0.55rem; width: 38%; box-sizing: border-box;align-self: center;}
.news_dpc_1 dt img {display: block; width: 100%; height: auto; }
.news_dpc_1 dd { width: 58%;}
.news_dpc_1 h4 {font-size:1.36rem; line-height:126%; color: #333333;}
.news_dpc_1 p {font-size: 1.2rem; line-height: 126%; overflow: hidden; color:#666666; margin-top:0.5rem;}
.news_dpc_1 .news_editor { padding-top:0; padding-bottom:0; display:flex; justify-content:space-around; align-items:center;font-size:1rem; margin-top:0.5rem;width: 100%;}
.news_dpc_1 .date{ width:100%; color:#999999; opacity:0.5; }
.news_dpc_1 .view{ color:#999999; width:100%; text-align:right;opacity:0.5;padding-right: 0.5rem;}
.news_dpc_1 .view img{ width:1rem; display:inline-block; opacity:0.5; vertical-align:middle; margin-right:0.3rem;}

.news_dpc_1 span{ display:block; width:0.8rem;height:0.8rem;position:absolute; top:calc(50% - 0.4rem);right:-1%;}/*切换下面列表箭头样式*/
.news_dpc_1 span:before{ content:"";position:absolute;background:#999999;width:100%;height:100%;right:-0.3rem;top:0;z-indx:10;-moz-transform: rotate(45deg);-o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.news_dpc_1 span:after{ content:"";position:absolute;background:#f2f3f8; background:#ffffff; width:100%;height:100%;right:-0.2rem;top:0;z-indx:11;-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);}

/*一排2个*/
.news_dpc_2{width:92%;padding-top:1.5rem; margin:0 auto; display:flex;justify-content:space-between; flex-wrap:wrap;}
.news_dpc_2 a{ width:47.5%;box-shadow: 0 0 0.2rem #f1f1f1; margin-bottom:1.2rem;position:relative;}
.news_dpc_2 dl{ padding-bottom:1rem;}
.news_dpc_2 a dt img{display: block; width: 100%; height: auto; box-sizing:border-box;}
.news_dpc_2 a dd{padding:0.75rem;}
.news_dpc_2 a dd h4{font-size: 1.36rem;line-height: 126%;padding-right: 0.5rem;}
.news_dpc_2 a dd p{color:#666666; font-size:1.2rem; margin-top:0.25rem;padding-right: 0.4rem;}

.news_dpc_2 .news_editor { padding-top:0; padding-bottom:0; display:flex; justify-content:space-around; align-items:center;font-size:1rem; margin-top:0.25rem;}
.news_dpc_2 .date{ width:100%; color:#999999; opacity:0.5; }
.news_dpc_2 .view{ color:#999999; width:100%; text-align:right;opacity:0.5;padding-right: 0.5rem;}
.news_dpc_2 .view img{ width:1rem; display:inline-block; opacity:0.5; vertical-align:middle; margin-right:0.3rem;}




/*------------------新闻详情模块----------------------*/
/* 新闻详情模式  一*/
.g-news-info{ width:92%; margin:2.8rem auto 2.5rem; font-size:1.2rem; line-height:180%; color:#333333; /*overflow-x: hidden;*/ }
.g-news-info #v1,.g-news-info #v2,.g-news-info #v3{ display:none; }
.g-news-info video,.g-news-info #v1,.g-news-info #v2,.g-news-info #v3{ max-width:100%; height:20rem!important; display:block; width:100%;} /*视频*/
.g-news-info img{ max-width:100%; display:block;}
.g-news-info .xtitle{ font-size:1.36rem; font-weight:bold; line-height:2rem; color:#fcc91c; padding-bottom:0.8rem; border-bottom:0.05rem solid #dedede;}
.g-news-info .xtitle em{ display:block; font-size:1rem; color:#999999; font-weight:normal; padding-top:0.3rem; opacity:0.5;}
.g-news-info p{ font-size:1.2rem; line-height:180%; color:#333333; margin-top:1.5rem;}
.g-news-info h5 img{ display:block; width:100%; margin-top:1.2rem;}
.g-news-info h4{ font-size:1.26rem; font-weight:bold; color:#0056b6; margin-top:1.2rem;}
.g-news-info a{ display:inline-block; color:red; padding-left:0.05rem; padding-right:0.05rem;text-indent: 0;}




/*联系表单*/
h2.big_title { text-align: center }
h2.big_title a { display: block; font-size: 1.5rem; color: #fcc91c; line-height: 100%; text-transform: capitalize; font-weight: 900 }
h2.big_title span { display: block; margin: .95rem auto 0; width: 87.6%; font-size: 1.2rem; color: #8c8c8c; line-height: 1.3rem; font-weight: 400; letter-spacing: .05rem }

.subscribe { padding: 3.6rem 2% 4rem; }
.user_faq .subscribe{padding: 3.6rem 6.75% 4rem;}
.subscribe h2 span { letter-spacing: 0; width: 100%; margin-bottom: 1.65rem;line-height:1.8rem; }
.subscribe h2 span a{ display:inline-block; font-size:1.36rem;}
.subscribe li { background: #f5f5f5 url(../images/skins/si1.png) no-repeat 1.1rem center; background-size: 1.2rem; box-sizing: border-box; height: 3.4rem; border: .05rem solid #ebebeb; margin-bottom: .5rem }
.subscribe li label { font-size: 1.1rem; color: #4d4d4d; line-height: 3.3rem; padding-left: 2.9rem; padding-right: .5rem }
.subscribe li input { width: 14rem; border: 0; background: 0 0; outline: 0; font-size: 1.1rem; color: #888; line-height: 1.55rem }
.subscribe li:nth-child(2) { background: #f5f5f5 url(../images/skins/si2.png) no-repeat .85rem center; background-size: 1.45rem }
.subscribe li:nth-child(3) { background: #f5f5f5 url(../images/skins/si3.png) no-repeat .95rem center; background-size: 1.4rem }
.subscribe li:nth-child(4) { background: #f5f5f5 url(../images/skins/si4.png) no-repeat .85rem 1.15rem; background-size: 1.55rem; height: 10rem }
.subscribe li:nth-child(4) textarea { display: block; padding: 0 .85rem 1rem; background: #f5f5f5; width: 92%; height: 5.65rem; font-size: 1.1rem; color: #888; line-height: 1.55rem }
.subscribe li:last-child { width: 10rem; height: 3rem; background: 0 0; border: 0; margin: 2rem auto 0 }
.subscribe .form-btn-submit { width: 10rem; height: 3rem; background: #fcc91c; border-radius: 0.5rem; font-size: 1.3rem; letter-spacing:0.5rem; color: #ffffff; line-height: 3rem; font-weight: 700; text-align: center; cursor: pointer; text-transform: uppercase; transition: ease .3s }
.subscribe .form-btn-submit:hover { }


/*产品板块*/
.pro_gd .m-nowra { width:100%; max-width:640px; min-width:320px;  margin:0 auto; position:relative; overflow:hidden; }
.pro_gd .prev { width:35px; height:60px; position:absolute; top:50%; margin-top: -25px;left:0; z-index:99; background:url('/mobile/images/web/left_btn.png') no-repeat center center; background-size:100%; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
/*.pro_gd .prev:before { content:""; position:absolute; background:#bababa; width:15px; height:15px; left:10px; top:21px; z-index:10; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.pro_gd .prev:after { content:""; position:absolute; background:#f9f9f9; width:15px; height:15px; left:14px; top:21px; z-index:11; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
*/
.pro_gd .next { width:35px; height:60px; position:absolute; top:50%; margin-top: -25px; right:0; z-index:99;  background:url('/mobile/images/web/left_btn.png') no-repeat center center; background-size:100%;  }
/*
.pro_gd .next:before { content:""; position:absolute; background:#bababa; width:15px; height:15px; right:10px; top:21px; z-index:10; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.pro_gd .next:after { content:""; position:absolute; background:#f9f9f9; width:15px; height:15px; right:14px; top:21px; z-index:11; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
*/
.pro_gd .no_ov .sclwrap_box{ height:auto!important;}
.pro_gd .no_ov { max-width:640px; min-width:320px; position:relative;}
.pro_gd .no_ov span{ font-size:1.1rem; padding-left:0.5rem; padding-right:0.5rem; position:absolute; left:0px; top:0px;  z-index:999px; bottom: 0.833rem; height:2rem; line-height: 2rem; background:rgba(0,0,0,0.5); color:#ffffff; width:100%; }
.pro_gd .no_ov img{ width:100%; display:block; height:100%; }
.pro_gd .mbox {  overflow:hidden; }
.pro_gd .mbox p a { display:inline-block; width:250px; float:left; line-height:35px; text-align:center; }
.pro_gd .mbox p a.mr10 { margin-right:10px; }
.pro_gd .mbox p a img { float:left; }

.pro_desc{font-size: 1.2rem;color: #666666;line-height: 150%;margin-top: 0.6rem;border: 1px solid #f1f1f1;padding: 0.8rem;}



/*内页导航（头部）*/
.m-btit{ display:none;}
.fdh{ display:block;background: #f6f6f6; width:100%;}
.fdh .fdh_box{ display:none; padding-bottom: 0.5rem;}
.fdh .xsl_tit{ background:#fcc91c;font-size: 1.5rem; color:#ffffff; height:3.8rem; line-height:3.8rem;font-weight:bold;display: flex;align-items: center;justify-content: space-between;}
.fdh .xsl_tit span{ display:inline-block; width:90%;text-indent: 1.2rem;text-transform: uppercase;}
.fdh .xsl_tit a{ display:inline-block; position:relative;  font-size:2rem; text-align:center;padding-left: 5%;padding-right: 5%; color:#ffffff; font-size:0; }
.fdh .xsl_tit a::before{ position:absolute; margin-left:-1rem; content:''; width:1.2rem; background:#ffffff; height:0.2rem; border-radius:0.25rem; overflow:hidden; left:50%; top:50%; }
.fdh .xsl_tit a::after{ position:absolute; margin-left:-1rem; content:''; width:1.2rem; background:#ffffff; height:0.2rem; border-radius:0.25rem; overflow:hidden; transform:rotate(90deg);left:50%; top:50%;}
.fdh .xsl_tit a.sec:after{ display:none;}


.fdh h3{ display:flex; justify-content:space-around; align-items:center;border-bottom: 0.1rem dotted #e6e6e6;font-size: 1.3rem;
    text-transform: capitalize;}
.fdh h3 a{ line-height:4rem; height:4rem; color:#666666; position:relative; width:100%;text-indent: 0.75rem;margin-left: 1rem;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.fdh h3 i{ width:4rem;height: 4rem; position:relative; }
.fdh h3 i:before{ content:''; position:absolute; border:0.5rem solid transparent; border-left-color:#8e8e8e; right:1rem; top:50%;margin-top: -0.3rem; transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.fdh h3 i:after{ content:''; position:absolute; border:0.5rem solid transparent; border-left-color:#f6f6f6; right:1.2rem;top:50%;margin-top: -0.3rem;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.fdh h3.hov{ border:none;}
.fdh h3.hov i{transform: rotate(90deg);-webkit-transform: rotate(90deg);}
.fdh h3.hov i{transform: rotate(90deg);-webkit-transform: rotate(90deg);}

.fdh ul{ margin:0 1.5rem; background:#ffffff; padding:0 1.2rem; display:none;}
.fdh ul li{ height:4rem; line-height:4rem;border-bottom: 0.05rem solid #dfdfdf;padding-left: 3%;position: relative;font-size: 1.2rem;display: block;}
.fdh ul li:last-child{ border:none;}
.fdh .cur a,.fdh .cur{ color:#fcc91c;}

.fdh h3 a:before{
content: '';
position: absolute;
width: 0.05rem;
height: 0.25rem;
background: #6a6a6a;
left: 0;
top: 50%;
margin-top: -0.125rem;

}
.fdh h3 a:after{
    content: '';
        position: absolute;
        border-top: 0.125rem solid transparent;
        border-bottom: 0.125rem solid transparent;
        border-left: 0.15rem solid #6a6a6a;
        left: 0.1rem;
        top: 50%;
        margin-top: -0.125rem;
}


/*表格提示*/
.xsl_product_tips{ line-height:2rem; font-size:0; color:#999999; display:block; text-align:center; background:url(/Mobile/Images/Common/tip.png) no-repeat center;    background-size: auto 100%; margin-top:0.5rem; margin-bottom:0.25rem;}
/******************算定义样式 http://www.xiaobiu.com 2022/8/22 11:12:20**********************/
/*内页头部*/
.g-hd {height:6.8rem;position:relative;background:#0E0E0E;z-index:11;width:100%;border-bottom:0.05rem solid rgba(255,255,255,0.13);box-sizing:border-box;transition:0.5s;max-width:750px;left:50%;transform:translateX(-50%);}
.g-hd img {width:100%;}
.g-hd.color {background:rgba(0,0,0,0.85);height:4.4rem;}
.g-hd.color .logo {width:14%;margin-top:1rem;}
.g-hd.color .nav,.g-hd.color .m-nav2 {margin-top:1.5rem;}
.g-hd.color #menu {top:4.4rem;height:calc(100vh - 4.4rem);}
.g-hd .logo {float:left;width:16.67%;margin-top:1.85rem;margin-left:4.13%;transition:0.5s;}
.g-hd .logo img {width:100%;display:block;}
.g-hd .nav {margin-top:2.8rem;margin-left:26%;float:left;transition:0.5s;}
.g-hd .nav ul li {float:left;margin-right:2.4rem;}
.g-hd .nav ul li a {font-size:1.4rem;font-weight:normal;line-height:1.4rem;color:#fff;display:block;}
.g-hd .nav ul li:last-of-type {margin-right:0;}
.g-hd .m-nav2 {float:right;width:5.73%;line-height:0;margin-right:4%;margin-top:2.85rem;transition:0.5s;}
.g-hd #menu {display:none;position:absolute;right:0;top:6.8rem;width:100%;height:calc(100vh - 6.8rem);z-index:99;background:rgba(0,0,0,0.85);}
.g-hd #menu p {width:80%;margin:1rem auto 0;text-align:center;}
.g-hd #menu p a {display:block;font-size:1.4rem;font-weight:bold;line-height:4rem;color:#fff;height:4rem;border-bottom:1px solid rgba(255,255,255,0.1);}
.g-hd #menu em a {display:block;width:40%;height:3.5rem;font-size:1.2rem;font-weight:normal;line-height:3.5rem;background:#FCC91C;color:#fff;border-radius:1.75rem;margin:2rem auto 0;text-align:center;}

/*列表导航*/
.p101-fdh-2 {position:relative;padding:0 4%;height:4.35rem;background:#fcc91c;border-top:1px dashed rgba(255,255,255,0.37);}
#topNav {height:4.35rem;overflow:hidden;position:relative;}
#topNav .swiper-slide {width:auto;text-align:center;}
#topNav .swiper-slide span {transition:all .3s ease;color:#fff;font-size:1.5rem;display:block;height:4.35rem;line-height:4.35rem;position:relative;}
#topNav .active span {font-weight:bold;}
#topNav .active span:after {content:"";position:absolute;width:100%;height:0.2rem;border-radius:0.25rem;background-color:#fff;bottom:0.5rem;left:0;z-index:1;}

/*产品列表*/
 .p101-pro-2 {background:#f7f7f7;padding-top:1.5rem;}
.p101-pro-4-3-list {width:92%;margin:0 auto;display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;flex-flow:wrap;}
.p101-pro-4-3-list a {padding-bottom:1.5rem;width:48.6%;}
.p101-pro-4-3-list dl {background:#fff;border-radius:1rem;overflow:hidden;}
.p101-pro-4-3-list dt {overflow:hidden;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;}
.p101-pro-4-3-list dt img {display:block;width:100%;}
.p101-pro-4-3-list dd {position:relative;padding:1rem 1rem 4rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;}
.p101-pro-4-3-list dd h4 {height:2.5rem;line-height:2.5rem;font-size:1.6rem;color:#333333;margin-bottom:0.75rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.p101-pro-4-3-list .p101-pro-1-desc {line-height:1.8rem;font-size:1.2rem;color:#848484;text-align:justify;}
.p101-pro-4-3-list .p101-pro-1-more {position:absolute;right:0.8rem;bottom:1.5rem;line-height:1.2rem;font-size:1.1rem;color:#fcc91c;}

/*产品详情*/
.p101-pro-1-showcase{ padding-top:6.8rem; padding-top: 0;}
.g-hd{ border-bottom: none;}
.p101-pro-1-content img{ max-width:100%;}
.p101-pro-1-pic {position:relative;overflow:hidden;}
.p101-pro-1-pic a {position:absolute;width:2.8rem;height:2.8rem;background:rgba(0,0,0,0.34);border-radius:100%;top:2rem;left:4%;z-index:50;}
.p101-pro-1-pic a:after {content:"";width:1rem;height:1rem;border:0.15rem solid #fff;border-style:solid none none solid;border-radius:0.1rem;position:absolute;top:50%;right:0.6rem;margin-top:-0.5rem;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.p101-pro-1-pic li img {width:100%;display:block;}
.p101-pro-1-pic .p101-pro-1-page {font-size:1.4rem;width:12%;height:2rem;font-family:'Arial';border-radius:1.5rem;background:rgba(0,0,0,0.7);font-weight:normal;line-height:2rem;color:#fff;position:absolute;left:84%;bottom:2rem;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2;}
.p101-pro-1-pic .p101-pro-1-page i {font-family:"SimHei";}
.p101-pro-1-con {padding:1.75rem 4% 2rem;border-bottom:0.75rem solid #ececec;}
.p101-pro-1-con-title {height:3rem;line-height:3rem;font-size:1.8rem;color:#333333;font-weight:bold;}
.p101-pro-1-con-desc {padding-top:0.8rem;line-height:2.5rem;font-size:1.5rem;color:#666666;text-align:justify;}
.p101-pro-1-content {padding:1.5rem 4%;font-size:1.5rem;line-height:2.7rem;color:#444;text-align:justify;border-bottom:0.75rem solid #ececec;}
.p101-related-pro {padding:1.7rem 4% 2rem;}
.p101-related-pro-tit {height:3.5rem;border-bottom:1px solid #ededed;margin-bottom:1.5rem;position:relative;}
.p101-related-pro-tit h3 {display:inline-block;max-width:60%;height:3.5rem;line-height:3.5rem;font-weight:normal;font-size:1.8rem;color:#333333;position:relative;}
.p101-related-pro-tit h3:after {content:'';position:absolute;width:100%;height:0.15rem;background:#fcc91c;left:0;bottom:-0.1rem;z-index:1;}
.p101-related-pro-more {position:absolute;bottom:0;right:0;height:2.8rem;}
.p101-related-pro-more span,.p101-related-pro-more a {display:block;height:2.8rem;line-height:2.8rem;font-size:1.3rem;color:#333333;}
.p101-related-pro-more span {padding-right:1.7rem;}
.p101-related-pro-more i {position:absolute;width:1.1rem;height:1.1rem;border:0.1rem solid #fcc91c;border-radius:100%;top:0.7rem;right:0.25rem;}
.p101-related-pro-more i:after {content:"";width:0.35rem;height:0.35rem;border:0.1rem solid #fcc91c;border-style:solid solid none none;position:absolute;top:50%;right:0.37rem;margin-top:-0.2rem;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.p101-related-pro-list {display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;flex-flow:wrap;}
.p101-related-pro-list a {width:48.26%;}
.p101-related-pro-list dt {border-radius:0.5rem;overflow:hidden;}
.p101-related-pro-list dt img {width:100%;display:block;}
.p101-related-pro-list dd h4 {height:3.5rem;line-height:3.5rem;font-size:1.3rem;font-weight:normal;color:#333333;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*资讯列表*/
 .p101-info-4-3-list {width:92%;margin:0 auto;}
.p101-info-4-3-list dl {padding:1.5rem 0;border-bottom:1px solid #ebebeb;display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;flex-flow:wrap;}
.p101-info-4-3-list a:last-child dl {border-bottom:0;}
.p101-info-4-3-list dt {width:36.23%;overflow:hidden;border-radius:1rem;}
.p101-info-4-3-list dt img {display:block;width:100%;}
.p101-info-4-3-list dd {width:59.42%;position:relative;}
.p101-info-4-3-list dd h4 {padding-top:1rem;font-size:1.5rem;height:2rem;line-height:2rem;color:#333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.p101-info-4-3-list .p101-info-1-desc {position:absolute;width:100%;font-size:1.3rem;line-height:2rem;color:#666;text-align:justify;left:0;bottom:1rem;}


/*资讯详情*/
/*详情页图片自适应*/.endit-content img {max-width:100% !important;height:auto !important;}
/*详情内容关键字飘红加粗*/.endit-content a {color:red;font-weight:bold;}


.p101-ad-1 img {width:100%;display:block;}
.p101-fdh-1 {padding-bottom:0.5rem;position:relative;z-index:2;}
.fixed {position:fixed;width:100%;max-width:750px;min-width:320px;left:0;top:0;z-index:99;}
.p101-fdh-1-title {height:3.8rem;background:#fcc91c;padding:0 4%;cursor:pointer;}
.p101-fdh-1-title span {display:inline-block;max-width:60%;height:3.8rem;line-height:3.8rem;font-size:1.6rem;color:#fff;}
.p101-fdh-1-title i {float:right;width:1.7rem;height:3.8rem;position:relative;}
.p101-fdh-1-title i:before {content:'';position:absolute;width:1.7rem;height:0.2rem;background:#fff;left:0;top:50%;margin-top:-0.1rem;z-index:1;border-radius:1rem;}
.p101-fdh-1-title i.active:after {content:'';position:absolute;width:0.2rem;height:1.7rem;background:#fff;left:50%;margin-left:-0.1rem;top:50%;margin-top:-0.85rem;z-index:2;border-radius:1rem;}
.p101-fdh-1-list {background:#f6f6f6;box-shadow:0 0.5rem 0.8rem #edeff2;padding-bottom:0.5rem;}
.p101-fdh-1-list li {padding:0 4%;border-bottom:0.1rem dotted #e6e6e6;position:relative;}
.p101-fdh-1-list li:last-child {border-bottom:0;}
.p101-fdh-1-list li i {position:absolute;width:50%;height:4rem;right:0;top:0;z-index:5;}
.p101-fdh-1-list li i:after {content:"";width:0.6rem;height:0.6rem;border:0.15rem solid #8e8e8e;border-style:solid solid none none;position:absolute;top:50%;right:2rem;margin-top:-0.3rem;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.p101-fdh-1-list li>a {display:block;height:4rem;line-height:4rem;font-size:1.3rem;color:#666666;padding-left:3%;position:relative;}
.p101-fdh-1-list li>a:before {content:'';position:absolute;width:0.05rem;height:0.25rem;background:#6a6a6a;left:0;top:50%;margin-top:-0.125rem;}
.p101-fdh-1-list li>a:after {content:'';position:absolute;border-top:0.125rem solid transparent;border-bottom:0.125rem solid transparent;border-left:0.15rem solid #6a6a6a;left:0.1rem;top:50%;margin-top:-0.125rem;}
.p101-fdh-1-list li p {padding:0 10%;background:#fff;margin-bottom:1rem;}
.p101-fdh-1-list li p a {display:block;height:4rem;line-height:4rem;font-size:1.2rem;color:#333;padding-left:3%;position:relative;border-bottom:0.05rem solid #dfdfdf;}
.p101-fdh-1-list li p a:last-child {border-bottom:0;}
.p101-fdh-1-list li p a:before {content:'';position:absolute;width:0.05rem;height:0.25rem;background:#6a6a6a;left:0;top:50%;margin-top:-0.125rem;}
.p101-fdh-1-list li p a:after {content:'';position:absolute;border-top:0.125rem solid transparent;border-bottom:0.125rem solid transparent;border-left:0.15rem solid #6a6a6a;left:0.1rem;top:50%;margin-top:-0.125rem;}
.p101-fdh-1-list li.active i:after {content:"";width:0.6rem;height:0.6rem;border:0.15rem solid #fcc91c;border-style:none solid solid none;position:absolute;top:50%;right:2rem;margin-top:-0.5rem;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}


.p101-info-1-title {background:#fff;padding:2rem 4% 0;}
.p101-info-1-text {line-height:2.4rem;font-size:1.8rem;color:#333333;font-weight:bold;margin-bottom:1.3rem;}
.p101-info-1-time {height:1.8rem;line-height:1.8rem;border-bottom:1px dashed #999999;padding-bottom:1rem;font-size:1.2rem;color:#8a8b8e;}
.p101-info-1-content {padding:1.9rem 4% 2.25rem;font-size:1.5rem;line-height:2.7rem;color:#444444;text-align:justify;}
.p101-info-1-label {padding-bottom:3rem;border-bottom:0.75rem solid #ececec;}
.p101-info-1-key {height:3.5rem;padding:0 4%;background:#ececec;}
.p101-info-1-key p {font-size:1.2rem;line-height:3.5rem;color:#333333;}
.p101-info-1-key p a {color:#797979;margin-right:1.75rem;}
.p101-info-1-paging {padding:1.75rem 4% 0;font-size:1.3rem;line-height:2.2rem;color:#444444;}
.p101-info-1-paging-prev a,.p101-info-1-paging-next a {display:block;height:2.2rem;}
.p101-info-1-paging-prev {margin-bottom:1.1rem;}
.p101-info-1-paging span {float:left;width:17.4%;margin-right:3%;background:#ececec;text-align:center;border-radius:1.5rem;color:#444444;}
.p101-info-1-paging h4 {float:left;width:79.4%;color:#444444;}
.p101-related-pro {padding:1.7rem 4% 2rem;}
.p101-related-pro-tit {height:3.5rem;border-bottom:1px solid #ededed;margin-bottom:1.5rem;position:relative;}
.p101-related-pro-tit h3 {display:inline-block;max-width:60%;height:3.5rem;line-height:3.5rem;font-weight:normal;font-size:1.8rem;color:#333333;position:relative;}
.p101-related-pro-tit h3:after {content:'';position:absolute;width:100%;height:0.15rem;background:#fcc91c;left:0;bottom:-0.1rem;z-index:1;}
.p101-related-pro-more {position:absolute;bottom:0;right:0;height:2.8rem;}
.p101-related-pro-more span,.p101-related-pro-more a {display:block;height:2.8rem;line-height:2.8rem;font-size:1.3rem;color:#333333;}
.p101-related-pro-more span {padding-right:1.7rem;}
.p101-related-pro-more i {position:absolute;width:1.1rem;height:1.1rem;border:0.1rem solid #fcc91c;border-radius:100%;top:0.7rem;right:0.25rem;}
.p101-related-pro-more i:after {content:"";width:0.35rem;height:0.35rem;border:0.1rem solid #fcc91c;border-style:solid solid none none;position:absolute;top:50%;right:0.37rem;margin-top:-0.2rem;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.p101-related-pro-list {display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;flex-flow:wrap;}
.p101-related-pro-list a {width:48.26%;}
.p101-related-pro-list dt {border-radius:0.5rem;overflow:hidden;}
.p101-related-pro-list dt img {width:100%;display:block;}
.p101-related-pro-list dd h4 {height:3.5rem;line-height:3.5rem;font-size:1.3rem;font-weight:normal;color:#333333;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*公司详情*/
 .p101-about-1-content {padding:1.9rem 4% 2.25rem;font-size:1.5rem;line-height:2.7rem;color:#444444;text-align:justify;}

 /*公司列表*/
 .mc2-about-1 {padding:2rem 3% 1rem;}
.mc2-about-list ul {display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-ms-flex-pack:distribute;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.mc2-about-list ul li {width:48%;margin-bottom:1.5rem;}
.mc2-about-list ul li:nth-child(2n) {margin-left:4%;}
.mc2-about-list ul li img {width:100%;display:block;border-radius:0.5rem;box-shadow:0 0 0.25rem #ccc;}
.mc2-about-list ul li h4 {max-height:4rem;line-height:2rem;font-size:1.5rem;color:#333;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding-top:0.6rem;}