﻿/*分页*/
.g-page a{ background:#ca2524; 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:#ca2524; 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:#ca2524; 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: #ca2524; 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: #ca2524; 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:#ca2524;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:#ca2524;}

.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;}


/*新超级站样式*/
/*  新样式 */
.ny-tit{font-size: 1.5rem;color: #282828;line-height: 1.5rem;height: 1.5rem;margin-bottom: 2rem;font-weight: normal;}
.ny-tit i{font-size: 0.8rem;font-family: Arial;margin-left: 0.4rem;text-transform: uppercase;}
.ny-tit em{float: right;font-size: 1rem;color: #8b8b8b;}

.bk-tit{font-size: 1.5rem;color: #444;line-height: 1.5rem;padding-bottom: 0.6rem;position: relative;text-align: center;font-weight: normal;letter-spacing: 0.2rem;}
.bk-tit:after{position: absolute;width: 5rem;height: 2px;content: "";left: 50%;bottom: 0;transform: translateX(-50%);background: #FF3534;}

/*业务板块*/
.pro-nav2{padding: 2rem 4% 0;}
.pro-nav2 li{float: left;width: 32%;margin-right: 2%;margin-bottom: 1.2rem;text-align: center;height: 7rem;background: #5A5757;border-radius: 0.5rem;position: relative;}
.pro-nav2 li.cur{ background:#333;}
.pro-nav2 li:nth-child(3n+1){margin-right: 0;}
.pro-nav2 li:nth-child(1){width: 100%;}
.pro-nav2 li img{display: block;width: auto;height: 5rem;margin: 0.5rem auto 0;}
.pro-nav2 li span{position: absolute;left: 0;bottom: 0;width: 100%;font-size: 1rem;height: 2.2rem;line-height: 2.2rem;color: #ADD1D7;letter-spacing: 0.1rem;}

.intro{padding: 0 4% 2.5rem;}
.m-mcon .bk-tit{ padding-top:2.5rem;}
.intro img{ width:100%; display:block;}
.intro h3{font-size: 1.2rem;color: #464646;line-height: 3.2rem;border-bottom: 2px solid #C4C4C4;margin-top: 1rem;letter-spacing: 0.1rem;}
.intro_desc{font-size: 1.2rem;color: #555;line-height: 2.1rem;padding-top: 1.5rem;}
.intro_txt{font-size: 1.2rem;color: #555;line-height: 2.1rem;padding: 1rem 0.6rem;border: 1px solid #C6C6C6;border-radius: 0.3rem;}
.intro_txt em{display: block;font-size: 1.3rem;}
.intro h3 em{color: #FF3534;}
.intro h3 i{display: block;text-transform: uppercase;font-family: Arial;font-size: 0.9rem;letter-spacing: 0;}

.hzal h2{margin-bottom: 3rem;}
.hzal_con{padding: 0 4% 3rem;}
.hzal .bk-tit{ padding-top:3rem;}
.hzal_con img{ width:100%; display:block;}
.hzal_con h3{font-size: 1.3rem;color: #464646;height: 1.5rem;line-height: 1.5rem;padding-left: 0.8rem;border-left: 2px solid #FF3534;margin-bottom: 1.2rem;}
.hzal_txt{font-size: 1.2rem;color: #444;line-height: 2.1rem;padding: 1.5rem 0;}
.hzal_xq{width: 31.9%;background: #FF3534;display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
.hzal_xq span{display: block;font-size: 1.2rem;color: #fff;line-height: 2.4rem;padding-bottom: 1.2rem;background: url(/mobile/Images/Index/jia1.png) no-repeat bottom center;background-size: 1rem auto;}
.hzal_xq.rt span{padding-bottom: 0;padding-right: 3rem;background-position: right center;}
.hzal_m{display: block;width: 10rem;height: 3.3rem;line-height: 3.3rem;text-align: center;font-size: 1.3rem;color: #fff;background: rgba(255, 53, 52, 0.92);margin: 2rem auto 0;}
.hzal_list li{float: left;width: 30.7%;margin-right: 3.95%;margin-bottom: 1rem;background: #fff;}
.hzal_list li:nth-child(3n){margin-right: 0;}
.hzal_list li p{height: 2.8rem;line-height: 2.8rem;text-align: center;font-size: 0.9rem;color: #777;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.zbzal{padding: 2.8rem 4%;background: #F1F1F1;}
.zbzal h2{margin-bottom: 2.8rem;}
.zbzal_list{background: #fff;border-radius: 0.4rem;padding: 0 1rem 2rem;    box-shadow: 0px 0px 0.65rem 0px rgba(0, 0, 0, 0.1);}
.zbzal_list img{ width:100%; display:block;}
.zbzal_list dd{padding: 1.5rem 0;}
.zbzal_list dd h4 a{display: block;height: 2.2rem;line-height: 2.2rem;font-size: 1.3rem;color: #282828; /* background: url(/mobile/Images/Index/xq1.png) no-repeat right center;background-size: 2.2rem 2.2rem;*/}
.zbzal_list dd p{font-size: 1.2rem;color: #666;line-height: 2.1rem;margin-top: 1rem;}

.cgyyal_txt{line-height: 1rem;padding: 1.5rem 0;}
.cgyyal_txt p{font-size: 1.2rem;color: #444;line-height: 2.1rem;}
.cgyyal_txt .xq{display: block;width: 3.2rem;margin: 1.5rem auto;}
.cgyyal_list li{float: left;width: 48.4%;background: #fff;}
.cgyyal_list li:nth-child(2){float: right;}
.cgyyal_list li:nth-child(3){width: 100%;margin-top: 1.8rem;}
.cgyyal_list li span{display: block;height: 3.4rem;line-height: 3.4rem;text-align: center;font-size: 1.2rem;color: #464646;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}


.zhhzal{padding: 2.8rem 4%;background: #f1f1f1;}
.zhhzal h3 a{display: block; width: 99%; font-size: 1.3rem;color: #464646;height: 2.2rem;line-height: 2.2rem;margin: 2.5rem 0 1.5rem;background: url(/mobile/Images/Index/xq1.png) no-repeat right center;background-size: 2.2rem 2.2rem;}
.zhhzal h3 em{color: #FF3534;}
.zhhzal li span{display: block;width: 10rem;height: 2.6rem;line-height: 2.5rem;text-align: center;font-size: 1.2rem;color: #408AD4;border: 1px solid #408AD4;border-radius: 0.8rem;margin: 0 auto 2rem;background: #f1f1f1;position: relative;z-index: 1;}
.zhhzal li:nth-child(1) span{margin: -1.3rem auto 2rem;}
.zhhzal li img{border-radius: 0.8rem; width:100%; display:block;}
.zhhzal li p{font-size: 1.4rem;color: #444;line-height: 1.4rem;text-align: center;padding: 0 0 2rem;}
.zhhzal li:nth-child(2){float: left;width: 47%;}
.zhhzal li:nth-child(3){float: right;width: 49%;}
.zhhzal_txt{font-size: 1.2rem;color: #444;line-height: 2.1rem;padding: 1.5rem 0 2rem;}
.zhhzal_m{display: block;width: 10rem;height: 3.3rem;line-height: 3.3rem;text-align: center;font-size: 1.3rem;color: #fff;background: rgba(255, 53, 52, 0.92);margin: 2rem auto 0;}

.lshb{padding: 3.5rem 0 3rem;background: #F1F1F1;}
.lshb img{ width:100%; display:block;}
.lshb_txt{font-size: 1.2rem;color: #555;line-height: 2.1rem;letter-spacing: 0.1rem;padding: 0 4%;}
.lshb h3{font-size: 1.3rem;color: #555;line-height: 2.1rem;letter-spacing: 0.1rem;text-align: center;padding-top: 1rem;}
.lshb ul{padding: 2rem 5% 0 8.5%;}
.lshb li{margin-bottom: 4rem;}
.lshb li h4 img{display: inline-block;width: auto;height: 5.6rem;vertical-align: top;margin-right: 0.8rem;}
.lshb li h4{float: left;font-size: 1.4rem;color: #b89265;line-height: 5.6rem;height: 5.6rem;width: 10.8rem;font-weight: bold;margin-top: 0.6rem;}
.lshb li p{font-size: 1.3rem;color: #3F9F95;line-height: 2.3rem;}
.lshb li:last-child{margin-bottom: 0;}

.lshzal .bk-tit{ padding-top:3rem; background:#f1f1f1;}
.lshzal_con{padding: 2.5rem 4% 3rem;}
.lshzal_con img{ width:100%; display:block;}
.lshzal_con h2{margin-bottom: 2.5rem;}
.lshzal h3 a{display: block;font-size: 1.3rem;color: #464646;height: 2.2rem;line-height: 2.2rem;letter-spacing: 0.1rem;background: url(/mobile/Images/Index/xq1.png) no-repeat right center;background-size: 2.2rem 2.2rem;}
.lshzal h3 em{color: #FF3534;}
.lshzal_desc{font-size: 1.2rem;color: #444;line-height: 2.1rem;letter-spacing: 0.05rem;}
.lshzal_m{display: block;width: 10rem;height: 3.3rem;line-height: 3.3rem;text-align: center;font-size: 1.3rem;color: #fff;background: rgba(255, 53, 52, 0.92);margin: 2rem auto 0;}


/*会展案例*/
.case_nav ul{height: 4rem;border-bottom: 2px solid #d8d8d8; /*padding: 0 4%;*/}
.case_nav li{float: left;width: 50%;height: 4rem;line-height: 4rem;font-size: 1.5rem;color: #333;text-align: center;}
.case_nav li i{display: inline-block; display: none; width: 1.15rem;height: 4rem;vertical-align: top;margin-left: 1.2rem;background: url(/mobile/Images/Index/xl_ht.png) no-repeat center;background-size: 100% auto;}
.case_nav li a{color: #333;}
.case_nav li.cur{border-bottom: 2px solid #ff3534;}
.case_erji p{display: none;background: #f1f1f1;}
.case_erji p a{display: block;height: 3rem;line-height: 3rem;text-align: center;font-size: 1rem;color: #393939;border-bottom: 1px solid #d9d9d9;}
.case_erji p a:last-child{border: 0;}

.case_tag{height: 4rem;line-height: 4rem;font-size: 1.3rem;color: #393939;padding: 0 4%;}
.case_tag em{color: #FF3534;}
.case_tag a{color: #393939;margin-right: 1.5rem;}

.caselb{padding: 0 4%;}
.caselb li{margin-bottom: 1.5rem;  border-radius: 0.25rem; overflow: hidden; box-shadow: 0 0 1rem rgba(0,0,0,0.1);}
.caselb li img{ width: 100%; display: block;}
.caselb li h4{height: 2.5rem;line-height: 2.5rem;font-size: 1.083rem;color: rgba(40, 40, 40, 0.8);padding: 0 1.2rem;box-sizing: border-box;background: url(/mobile/Images/Index/eye.png) no-repeat 94% center;background-size: 1rem 0.55rem;}
.caselb li:last-child{margin-bottom: 0;}

.page{height: 1.5rem;text-align: center;line-height: 1.5rem;font-size: 0;padding: 2.5rem 0;}
.page i{font-size: 1.2rem;color: #182734;margin: 0 0.7rem;cursor: pointer;vertical-align: top;}
.page i.on{color: #ff3534;}
.page span{display: inline-block;margin: 0 1.5rem;vertical-align: top;cursor: pointer;}
.page span img{width: auto;height: 1.5rem;}

.news{padding: 3.5rem 4% 2.5rem;background: #F0F0F0;}
.news h2{text-align: center;font-weight: normal;height: 1.5rem;line-height: 1.5rem;margin-bottom: 1.5rem;}
.news h2 span{float: left;font-size: 1.5rem;color: #282828;}
.news h2 span i{font-size: 0.8rem;font-family: Arial;text-transform: uppercase;margin-left: 0.5rem;}
.news h2 em{float: right;font-size: 1rem;color: #8b8b8b;}
.new_con{background: #fff;border-radius: 0.4rem;  padding: 1.5rem 1.5rem 0.5rem;  box-shadow: 0px 0px 0.65rem 0px rgba(0, 0, 0, 0.1);}
.new_con dl{height: 7rem;margin-bottom: 1.5rem;}
.new_con dt{float: left;width: 36.5%;}
.new_con dd{float: left;width: 63.5%;padding: 0 1rem;box-sizing: border-box;}
.new_con dd h4 a{font-size: 1.2rem;color: #282828;line-height: 1.8rem;margin: 0.7rem 0 1.2rem;}
.new_con dd i{float: left;padding-left: 1.4rem;font-size: 0.8rem;color: #282828;height: 1rem;line-height: 1rem;background: url(/mobile/Images/Index/eye.png) no-repeat left center;background-size: 1rem 0.55rem;}
.new_con dd em{float: right;font-size: 0.8rem;color: #282828;height: 1rem;line-height: 1rem;}


/*会展案例详情*/
.case-pic{ position:relative;}
.case-pic .swiper-pagination{bottom: 1rem!important;height: 0.5rem;z-index:10;}
.case-pic .swiper-pagination .swiper-pagination-bullet{width: 0.5rem;height: 0.5rem;background: #fff;opacity: 1;border-radius:50%;margin:0 0.4rem;vertical-align:top;}
.case-pic .swiper-pagination .swiper-pagination-bullet-active{background: #f75352;}
.case-pic li img{ width:100%; display:block;}

.casexq{padding: 2rem 4%;}
.casexq h3{font-size: 1.5rem;color: #464646;line-height: 1.5rem;font-weight: bold;padding-bottom: 1rem;position: relative;margin-bottom: 1.7rem;text-align: center;}
.casexq h3:after{position: absolute;width: 4.3rem;height: 2px;content: "";background: #FF3534;left: 50%;transform: translateX(-50%);bottom: 0;}
.case_js{padding: 0.5rem 0 0.5rem 1rem;background: #fafafa; margin-bottom: 1.5rem;  border: 2px solid #E1E1E1;font-size: 0;}
.case_js i{display: inline-block;width: 33.3%;height: 2.3rem;line-height: 2.3rem;font-size: 0.9rem;color: #666;padding-left: 1.3rem;box-sizing: border-box;vertical-align: top;}
.case_js i.d1{background: url(/mobile/Images/Index/hangye.png) no-repeat left center;background-size: auto 1rem;}
.case_js i.d2{background: url(/mobile/Images/Index/site.png) no-repeat left center;background-size: auto 1rem;}
.case_js i.d3{background: url(/mobile/Images/Index/zhang.png) no-repeat left center;background-size: auto 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.case_js i.d4{background: url(/mobile/Images/Index/tag_ic.png) no-repeat left center;background-size: auto 1rem;}
.case_js i.d5{background: url(/mobile/Images/Index/date.png) no-repeat left center;background-size: auto 1rem;}
.case_js i:nth-child(4){width: 66.6%;}
.casexq-txt{font-size: 1rem;color: #464646;line-height: 1.8rem;letter-spacing: 0.05rem;}
.casexq-txt h4{font-weight: bold;font-size: 1rem; color:#464646;}
.casexq-pic{padding: 1rem 0;}


.relcase{padding: 2.5rem 4%;background: #f0f0f0;}
.relcase h2{text-align: center;font-weight: normal;height: 1.5rem;line-height: 1.5rem;margin-bottom: 1.5rem;}
.relcase h2 span{float: left;font-size: 1.5rem;color: #282828;}
.relcase h2 span i{font-size: 0.8rem;font-family: Arial;text-transform: uppercase;margin-left: 0.5rem;}
.relcase h2 em{float: right;font-size: 1rem;color: #8b8b8b;}
.relcase li{float: left;width: 48%;box-shadow: 0 0 1rem rgba(0,0,0,0.2); background: #fff;}
.relcase li img{ width:100%; display:block;}
.relcase li:nth-child(2){float: right;}
.relcase li span{display: block;height: 2rem;line-height: 2rem;text-align: center;font-size: 0.9rem;color: #282828;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}


/*新闻中心*/
.new_nav ul{height: 4rem;border-bottom: 2px solid #d8d8d8;padding: 0 4%;}
.new_nav li{float: left;width: 50%;height: 4rem;line-height: 4rem;font-size: 1.5rem;color: #333;}
.new_nav li i{display: inline-block; display: none; width: 1.15rem;height: 4rem;vertical-align: top;margin-left: 0.8rem;background: url(/mobile/Images/Index/xl_ht.png) no-repeat center;background-size: 100% auto;}
.new_nav li a{color: #333;}
.new_nav li.cur{border-bottom: 2px solid #ff3534;}
.new_erji p{display: none;background: #f1f1f1;}
.new_erji p a{display: block;height: 3.6rem;line-height: 3.6rem;text-align: center;font-size: 1.16rem;color: #393939;border-bottom: 1px solid #d9d9d9;}
.new_erji p a:last-child{border: 0;}

.newlb{padding: 1.5rem 4% 0;background: #f1f1f1;}
.newlb_list{background: #fff;border-radius: 0.4rem;  padding: 1.5rem 1.5rem 0.5rem;  box-shadow: 0px 0px 0.65rem 0px rgba(0, 0, 0, 0.1);}
.newlb_list dl{height: 7rem;margin-bottom: 1.5rem;}
.newlb_list dt{float: left;width: 36.5%;}
.newlb_list dd{float: left;width: 63.5%;padding: 0 1rem;box-sizing: border-box;}
.newlb_list dd h4 a{font-size: 1.2rem;color: #282828;line-height: 1.8rem;margin: 0.7rem 0 1.2rem;}
.newlb_list dd i{float: left;padding-left: 1.4rem;font-size: 0.8rem;color: #282828;height: 1rem;line-height: 1rem;background: url(/mobile/Images/Index/eye.png) no-repeat left center;background-size: 1rem 0.55rem;}
.newlb_list dd em{float: right;font-size: 0.8rem;color: #282828;height: 1rem;line-height: 1rem;}


/*新闻中心详情*/
.newxq{padding: 0 0 2rem;}
.new_bt{border-bottom: 2px solid #f0f0f0;padding: 1.5rem 2rem 0;margin-bottom: 1.5rem;}
.new_bt h3{font-size: 1.5rem;color: #464646;font-weight: bold;line-height: 2.6rem;text-align: center;letter-spacing: 0.1rem;}
.newly{font-size: 1.1rem;color: #777;line-height: 3rem;padding-top: 1rem;text-align: center;}
.newly i{margin: 0 1.5rem;}
.newxq_txt{font-size: 1.2rem;color: #464646;line-height: 2.1rem;padding: 0 4%;letter-spacing: 0.05rem;}
.newxq_txt p{text-indent: 2em;}
.newxq_pic{padding: 1.5rem 0;}
.next-new{font-size: 1.2rem;color: #464646;line-height: 2.1rem;margin-top: 2.1rem;padding: 0 4%;}
.next-new a{color: #464646;}
.next-new em{color: #ff3534;}


/*了解华阳*/
.abt{padding: 2rem 4% 0;}
.abt_desc{font-size: 1.2rem;color: #464646;line-height: 2.1rem;margin: 1.5rem 0 2.5rem;}

.ceo{padding: 2.5rem 4% 2rem;background: #f0f0f0;}
.ceo_box{padding: 2rem 1.3rem 0;background: #fff;border-radius: 0.4rem;    box-shadow: 0px 0px 0.65rem 0px rgba(0, 0, 0, 0.1);}
.ceo_box dt{float: left;width: 7.2rem;margin: 0 2.3rem 0 1.3rem;}
.ceo_box dt img{ width:100%; display:block;}
.ceo_box dd{float: left;width: 19rem;}
.ceo_box dd h4{font-size: 1.3rem;color: #3D3D3D;line-height: 1.3rem;font-weight: bold;margin-bottom: 0.5rem;}
.ceo_box dd h4 i{display: block;padding-top: 0.9rem;}
.ceo_box dd p{font-size: 1.2rem;color: #888;line-height: 2.1rem;}
.ceo_desc{font-size: 1.2rem;color: #333;line-height: 2.1rem;opacity: 0.7;padding: 1.5rem 0;}
.ceo_txt{font-size: 1.2rem;color: #777;line-height: 2.4rem;padding: 1.5rem 0 0;}
.ceo_txt h4{color: #222;font-size: 1.2rem;line-height: 2.4rem;font-weight: normal;}
.ceo_txt h4 em{color: #ff3534;}

.his{padding: 3.5rem 0 2.8rem;}
.his h2{padding: 0 4%;margin-bottom: 2.4rem;}
.his_con ul{height: 23.6rem;background: url(/mobile/Images/Index/his_bg.jpg) no-repeat center;background-size: cover;}
.his_con li{height: 2rem;line-height: 2rem;padding-left: 1.9rem;background: url(/mobile/Images/Index/his_c1.png) no-repeat left center;background-size: 1.3rem 1.3rem;font-size: 1.1rem;color: #282828;}
.his_con li b{display: inline-block;height: 2rem;padding: 0 0.7rem;font-size: 1rem;color: #fff;background: rgba(162, 120, 88, 0.68);margin-right: 0.6rem;}
.his_con li b em{font-size: 1.45rem;color: #fff;font-family: Arial;font-weight: normal;}
.his_con li:nth-child(1){margin: 5.2rem 0 6.5rem 18.4%;}
.his_con li:nth-child(2){    padding-left: 2.7rem;background: url(/mobile/Images/Index/his_c2.png) no-repeat left center;background-size: 1.95rem 1.95rem;height: 2.3rem;margin-left: 24%;line-height: 2.3rem;font-size: 1.3rem;}
.his_con li:nth-child(2) b{height: 2.3rem;font-size: 1.15rem;background: #A27858;}
.his_con li:nth-child(2) b em{font-size: 1.65rem;}
.his_con .swiper-pagination{bottom: 2rem!important;}
.his_con .swiper-pagination .swiper-pagination-bullet{background: #F1EFEE;opacity: 1;}
.his_con .swiper-pagination .swiper-pagination-bullet-active{background: #F75352;}


.ryzz{border-top: 2.2rem solid #F0F0F0;border-bottom: 2.2rem solid #F0F0F0;padding: 3.5rem 4% 2.5rem;}
.ryzz_box{padding: 0 2.5rem;border-radius: 0.3rem;box-shadow: 0 0 1rem rgba(0,0,0,0.1);}
.ryzz_tab{height: 3.3rem;font-size: 1.3rem;line-height: 3.3rem;text-align: center;padding-top: 1rem;border-bottom: 2px solid #666;}
.ryzz_tab span{float: left;width: 33.3%;height: 3.3rem;}
.ryzz_tab span.on{border-bottom: 2px solid #FF3534;}
.ryzz_bd{padding: 1rem 0 1.8rem;}
.ryzz_bd p{font-size: 1.2rem;line-height: 2.1rem;color: #666;}
.ryzz_bd h4{font-size: 1.2rem;line-height: 2.1rem;color: #000;}
.ryzz_bd .last p,.ryzz_bd .last h4{line-height: 2.4rem;}
.ryzz_list{margin-top: 2rem;padding-bottom: 2rem;}
.ryzz_list li img{border: 2px solid #D4D4D4;box-sizing: border-box;}
.ryzz_list li p{font-size: 0.8rem;color: #464646;line-height: 1.4rem;padding: 0.5rem 0;text-align: center;}
.ryzz_list .swiper-pagination{bottom: 0;}
.ryzz_list .swiper-pagination .swiper-pagination-bullet{background: #F1EFEE;opacity: 1;}
.ryzz_list .swiper-pagination .swiper-pagination-bullet-active{background: #F75352;}

.team{padding: 3.5rem 4% 2.5rem;}
.team dd p{font-size: 1.2rem;color: #555;line-height: 2.1rem;padding: 1rem 0.5rem;background: #F0F0F0;margin: 2rem 0 1.5rem;}

.cul{padding: 3.5rem 0 0;background: #F0F0F0;}
.cul h2{padding: 0 4%;}
.cul h2 a{float: right;font-size: 1rem;color: #464646;}
.cul_box{padding: 2rem 0 0;background: #fff;margin: 0 4%;}
.cul_box ul{height: 6.9rem;font-size: 0;text-align: center;}
.cul_box li{display: inline-block;width: 6.9rem;height: 6.9rem;text-align: center;border: 1px solid rgba(255, 53, 52, 0.4);box-sizing: border-box;border-radius: 50%;}
.cul_box li:nth-child(2){margin: 0 4.5rem;}
.cul_box li span{display: block;font-size: 1.3rem;color: #333;line-height: 1.8rem;padding-top: 1.6rem;}
.cul_box li span i{display: block;font-size: 0.8rem;color: #464646;text-transform: uppercase;}
.cul_desc{font-size: 1.1rem;color: #464646;line-height: 2.1rem;padding: 1.5rem 1rem 1rem;letter-spacing: 0.1rem;}
.cul_desc p{margin-bottom: 0.5rem;}
.cul_txt{padding: 2rem 0 1.5rem;}
.cul_txt h4{font-size: 1.3rem;line-height: 2.4rem;text-align: center;color: #333;}
.cul_txt p{font-size: 1.1rem;line-height: 2.1rem;text-align: center;color: #444;}


/*加入华阳*/
.leader{padding: 4rem 0 0;}
.leader h2{padding: 0 4%;}
.leader h3{font-size: 1.3rem;line-height: 1.3rem;}
.leader_desc{font-size: 1rem;color: #777;line-height: 1.8rem;text-align: center;padding: 1.5rem 0;}
.leader_con{padding: 2rem 4%; background: #f0f0f0;}
.leader_con .slide{}
.leader_con dl{background: #fff;border-radius: 0.4rem;    box-shadow: 0px 0px 0.65rem 0px rgba(0, 0, 0, 0.1);}
/*
.leader_con dl:nth-child(1){margin-bottom: 1.4rem;}
*/
.leader_con dl{ padding: 1.5rem 1.3rem 2.5rem;}
.leader_con dt{height: 7rem;}
.leader_con dt .img{float: left;width: 7rem;margin: 0 2rem 0 1.5rem; height: 7rem; overflow: hidden;border-radius: 100%;}
.leader_con dt .img img{ width: 100%; height:auto; display: block;}
.leader_con dt h4{font-size: 1.3rem;color: #000;line-height: 1.7rem;padding-top: 1.5rem;}
.leader_con dt h4 i{font-size: 0.8rem;color: #999;text-transform: uppercase;}
.leader_con dt em{display: block;font-size: 1.2rem;color: #888;line-height: 1.2rem;text-decoration: underline;padding: 0.5rem 0 1rem;letter-spacing: 0.1rem;position: relative;}
.leader_con dd p{font-size: 1.2rem;color: #888;line-height: 1.8rem;margin-top: 1rem;letter-spacing: 0.1rem;  height: 12.6rem;}

.leader_con{ position: relative;}
.leader_con .dot{ position: absolute; bottom: 0.8rem; text-align: center; width: 100%; z-index: 99;}
.leader_con .dot em{ width: 1rem; display: inline-block; height: 1rem; border-radius: 100%; margin-left: 0.25rem; margin-right: 0.25rem; background: #dedede;}
.leader_con .dot em.cur{ background: #FF3534;}

.join{padding: 3.5rem 0 0;}
.join h2{margin: 0 4% 1rem;}
.diqu{height: 3.3rem;line-height: 3.3rem;border-bottom: 2px solid #CACACA;padding-left: 4%;font-size: 1.3rem;color: #333;}
.diqu a{color: #333;margin-right: 2.1rem;}
.diqu a.cur{color: #FF3534;}
.join_list{padding: 0 4%;}
.join_list li{background: #F0F0F0;margin-top: 2rem;padding: 2rem 1rem 1rem 2rem;position: relative;}
.join_list li h4{font-size: 1.4rem;color: #282828;line-height: 1.4rem;padding-bottom: 2.5rem;position: relative;}
.join_list li h4:after{position: absolute;width: 6rem;height: 0.2rem;content: "";background: #FF3534;left: 0;bottom: 0;}
.join_list li .join-xq{position: absolute;    right: 1rem;top: 1.5rem;width: 7.2rem;height: 2.2rem;line-height: 2.2rem;text-align: center;font-size: 1.2rem;color: #ff3534;border: 2px solid #ff3534;}
.join_list li .join-xq img{display: inline-block;width: auto;height: 0.7rem;vertical-align: top;margin: 0.75rem 0 0 0.8rem;}
.join_txt{font-size: 1.2rem;color: #444;line-height: 3rem;padding-top: 1.5rem;}
.join_txt p{ display:block; text-align: left; clear: both;}
.join_txt em{float: left;height: 5.8rem; overflow: hidden;}
.join_detail{display: none;padding: 1rem 0 1rem;}
.join_detail p{font-size: 1.2rem;color: #666;line-height: 2.1rem; display: block; text-align: left; text-indent: 0; clear: both;margin-bottom: 0.25rem;}
.join_detail p em{display: inline-block;width: 6%;text-align: right;}
.join_detail p span{display: inline-block;width: 94%;vertical-align: top;margin-left:0;}
.join_detail h5{font-size: 1.2rem;color: #464646;line-height: 3.2rem;border-bottom: 1px solid #c1c1c1;margin: 0.5rem 0 1rem;letter-spacing: 0.1rem;}
.join_detail .zx{display: block;width: 8.2rem;height: 2.8rem;line-height: 2.8rem;text-align: center;font-size: 1.3rem;color: #fff;background: #ff4847;margin: 2rem auto 0;}

/*联系我们*/
.lxwm{padding: 2rem 4%;}
.lxwm img{ width:100%; display:block;}
.lxwm h3{font-size: 1.3rem;line-height: 1.3rem;margin-bottom: 2rem;}
.fbxx{letter-spacing: 0.1rem;}
.fbxx h4{font-size: 1.3rem;color: #464646;line-height: 3.3rem;border-bottom: 1px solid #C1C1C1;margin-bottom: 10px;font-weight: bold;}
.fbxx p,.fbxx em{display: block;font-size: 1.2rem;color: #464646;line-height: 3rem;padding-left: 1.8rem;}
.fbxx em{background: url(/mobile/Images/Index/lxwm_ic5.png) no-repeat left 1rem;background-size: auto 1rem;text-align: left; clear: both; display: block; text-indent: 0;}
.fbxx .p1{background: url(/mobile/Images/Index/lxwm_ic1.png) no-repeat left 1rem;background-size: auto 1rem;}
.fbxx .p2{background: url(/mobile/Images/Index/lxwm_ic2.png) no-repeat left 1rem;background-size: auto 1rem;}
.fbxx .p3{background: url(/mobile/Images/Index/lxwm_ic3.png) no-repeat left 1rem;background-size: auto 1rem;}
.fbxx .p4{background: url(/mobile/Images/Index/lxwm_ic4.png) no-repeat left 1rem;background-size: auto 1rem;}
.fbxx span{float: left;height: 6rem;}

.liuy{padding: 3.5rem 4% 2.5rem;background: #F1F1F1;}
.liuy_con{border-radius: 0.4rem;background: #fff;  padding: 2rem 0 2.5rem; box-shadow: 0px 0px 0.65rem 0px rgba(0, 0, 0, 0.1);}
.liuy_con h3{font-size: 1.3rem;line-height: 1.3rem;}
.liuy_con p{font-size: 1.2rem;color: #777;line-height: 1.8rem;padding: 2rem 1rem;}
.liuy_con .biao{padding: 0 2rem;}
.liuy_con li{float: left;width: 13.5rem;}
.liuy_con li:nth-child(2){float: right;}
.liuy_con li input{display: block;width: 100%;height: 3rem;line-height: 3rem;font-size: 1.2rem;color: #333;padding-left: 0.6rem;border: 1px solid #999;border-radius: 0.2rem;background: none;outline: 0;box-sizing: border-box;}
.liuy_con li:nth-child(3){width: 100%;margin-top: 2rem;}
.liuy_con li textarea{display: block;width: 100%;height: 9.7rem;box-sizing: border-box;border: 1px solid #999;border-radius: 0.2rem;font-size: 1.2rem;color: #333;line-height: 3rem;background: none;outline: 0;font-family: "Microsoft YaHei";padding: 0 0.6rem;}
.liuy_con .submit{display: block;width: 100%;height: 3.4rem;line-height: 3.4rem;text-align: center;font-size: 1.4rem;color: #fff;background: #FF5352;border-radius: 0.2rem;border: 0;outline: 0;cursor: pointer;margin: 2rem auto 0;}

.ny-banner img{ width:100%; display:block;}

/*排版通用*/
.f-mm{ margin-left:auto; margin-right:auto;}/*居中对齐*/
.fl{ float:left;} /*左浮动*/
.fr{ float:right;} /*右浮动*/
.f-tr{ text-align:right;} /*右对齐*/
.f-tl{ text-align:left;} /*左对齐*/
.f-tc{ text-align:center; margin-top: 1.2rem;} /*中间对齐*/
.f-pr{ position:relative;} /*定位*/
.f-di{ display:inline;}/******************算定义样式 http://www.xiaobiu.com 2021/5/17 9:41:14**********************/

.ryzz_list li img,.cul-pic img{ width: 100%; display: block;}
.newlb_list dt img{ width: 100%; display: block;}
.newlb_list dl{ height: auto;}
.new_con dt img{ width:100%;display: block;}
.new_con dl{ height: auto; position: relative;}
.new_con dl::after{  display: block; content: ''; clear: both; width: 0; height: 0px; font-size: 0; bottom: 0;}
.hzal_con:nth-child(2),.hzal_con:nth-child(2){ padding-top: 3rem;}
.hzal_con .tb{ overflow: hidden;}
.hzal_con .tb img{min-width: 100%;width: auto;height: 9.35rem; }
.hzal_con:nth-child(3), .hzal_con:nth-child(4){ padding-top: 3rem;}

.case_erji p a{ height: 3.6rem; line-height: 3.6rem; font-size: 1.16rem;}
.ryzz_bd h4{ font-weight: bold;}
.new_con dd h4{ margin-bottom: 1rem;}
.newxq_txt p{margin: 0.75rem 0;}
.newxq_txt p img{ margin-left: -2em;}

.g-news-info p{ text-indent: 2em;}
.g-news-info p img{ margin-left: -2em;}