/*分页*/
.g-page a{ background:#00367E; 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;}
.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:#00367E; 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:#00367E; 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: #00367E; 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(/mobile/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(/mobile/images/skins/si2.png) no-repeat .85rem center; background-size: 1.45rem }
.subscribe li:nth-child(3) { background: #f5f5f5 url(/mobile/images/skins/si3.png) no-repeat .95rem center; background-size: 1.4rem }
.subscribe li:nth-child(4) { background: #f5f5f5 url(/mobile/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: #00367E; 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:#00367E;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:#00367E;}

.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 2020/10/18 1:08:09**********************/
/*轮播广告*/
.g-adv {position:relative;width:100%;margin:0 auto;height:auto;z-index:1;font-size:0;margin-top:0rem;}
.g-adv .swiper-pagination {height:0.6rem;bottom:4.5%!important;}
.g-adv .swiper-pagination-bullet {width:0.85rem;height:0.85rem;background:none;opacity:0.8;margin:0 0.4rem !important;vertical-align:top;border-radius:50%;position:relative;border:0.05rem solid #fff;}
.g-adv .swiper-pagination-bullet-active {background:#FFD93F;opacity:1;border-color:#FFD93F;}
@keyframes warn {0% {opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);}
5% {opacity:1;}
to {opacity:0;-webkit-transform:scale(2);transform:scale(2);}
}
@keyframes warn2 {0% {opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);}
5% {opacity:1;}
to {opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5);}
}
.line {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.clear {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.g-adv li img{ width:100%; display:block;}
.project-detail {position:relative;padding:0 4% 0;}
.project-detail h3 i {display:block;font-size:2.5rem;font-weight:bold;line-height:85%;color:#333;font-family:"GalanoClassicAlt","arial";text-transform:capitalize;}
.project-detail h3 span {display:block;font-size:1.2rem;font-weight:normal;line-height:1.2rem;color:#333;position:relative;padding-left:1.1rem;margin-top:0.25rem;}
.project-detail h3 span::before {content:"";display:block;width:0.25rem;background:#00367E;position:absolute;left:0;top:0;height:100%;}
.project-desc {padding-top:3rem;}
.project-desc dl dt img {display:block;width:100%;}
.project-desc dl dd {position:relative;}
.project-desc dl dd h2 {display:block;font-size:1.8rem;font-weight:bold;line-height:2.4rem;color:#00367E;margin-top:2rem;}
.project-desc dl dd .desc p {display:block;font-size:1.2rem;font-weight:normal;line-height:2rem;color:#333;margin-top:1rem;}
.project-desc dl dd .desc > b {display:block;font-size:1.2rem;font-weight:bold;line-height:2rem;color:#333;margin-bottom:1.2rem;}
.project-desc dl dd .desc table {border:1px solid #9EB8DA;width:100%;border-collapse:collapse;border-spacing:0;}
.project-desc dl dd .desc table tr {background:#eff2f6;}
.project-desc dl dd .desc table tr:nth-of-type(even) {background:#e1e7ef;}
.project-desc dl dd .desc table tr td {text-align:center;font-size:1.2rem;font-weight:normal;line-height:4rem;color:#333;border:0.05rem solid #9EB8DA;padding:0 0.25rem;}
.project-ys {margin-top:3rem;}
.project-ys dl {margin-top:2rem;background:#f5f5f5;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;}
.project-ys dl dt {padding:2.1rem 1.2rem 2rem 1.2rem;order:2;}
.project-ys dl dt b {display:block;font-size:1.6rem;font-weight:bold;line-height:1.6rem;color:#333;margin-bottom:1.6rem;}
.project-ys dl dt p {display:block;font-size:1.2rem;font-weight:normal;line-height:2rem;color:#333;}
.project-ys dl dd {position:relative;order:1;width:100%;}
.project-ys dl dd > img {display:block;width:100%;}
.project-ys dl dd .play {position:absolute;left:50%;top:50%;width:4rem;height:4rem;cursor:pointer;margin-left:-2rem;margin-top:-2rem;}
.project-ys dl dd .play::before {content:'';position:absolute;width:4rem;height:4rem;-webkit-box-shadow:inset #fff 0 0 2rem;box-shadow:inset #fff 0 0 2rem;border-radius:50%;top:0;left:0;opacity:0;animation:warn2 2s ease-out 0.1s infinite;}
.project-ys dl dd .play::after {content:'';position:absolute;width:4rem;height:4rem;-webkit-box-shadow:inset #fff 0 0 2rem;box-shadow:inset #fff 0 0 2rem;border-radius:50%;top:0;left:0;opacity:0;animation:warn 2s ease-out 1.1s infinite;}
.project-ys dl dd .play img {background:#F2AC20;border-radius:50%;display:block;position:relative;z-index:1;width:4rem;}
.project-view {margin-top:4.3rem;}
.project-view ul {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;margin-top:2.1rem;}
.project-view ul li {width:47.8%;position:relative;margin-bottom:3.6rem;}
.project-view ul li i {position:absolute;left:50%;top:-1.9rem;transform:translateX(-49%);width:20.2rem;}
.project-view ul li i img {display:block;width:100%;}
.project-view ul li em {display:block;width:4.5rem;border-radius:50%;margin:1.5rem auto 0;position:relative;z-index:1;transition:0.5s;}
.project-view ul li em img {display:block;width:100%;}
.project-view ul li p {display:block;font-size:1.2rem;font-weight:normal;line-height:1.8rem;color:#333;height:8.1rem;width:100%;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;position:relative;z-index:1;text-align:center;padding:0 6%;box-sizing:border-box;}
.project-view ul li p span {width:100%;}
.project-view ul li b {display:block;font-size:1.3rem;font-weight:normal;line-height:4rem;color:#fff;text-align:center;width:100%;position:relative;z-index:1;}
.project-view ul li:nth-of-type(1) em {background:#184190;}
.project-view ul li:nth-of-type(2) em {background:#DC9E18;}
.project-view ul li:nth-of-type(3) em {background:#0773AB;}
.project-honor {margin-top:1.6rem;}
.project-honor .context {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.project-honor .context .honor-left {background-image:url('/mobile/images/ny-xq-p3cbg.png');background-repeat:no-repeat;background-position:left bottom;background-size:24rem auto;margin-top:2.5rem;width:64%;box-sizing:border-box;padding-bottom:6.8rem;margin-left:0;padding-left:0;padding-left:3rem;margin-left:-3rem;}
.project-honor .context .honor-left ul {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;margin-left:0.5rem;}
.project-honor .context .honor-left ul li {background-image:url('/mobile/images/ny-xq-p3ab.png');background-repeat:no-repeat;background-position:left top;background-size:9rem auto;width:9rem;padding:0.65rem 0.6rem 0.6rem 0.6rem;box-sizing:border-box;}
.project-honor .context .honor-left ul li img {display:block;width:100%;}
.project-honor .context .honor-left ul li:nth-of-type(2) {margin-left:-1.8rem;margin-top:3.1rem;width:8.8rem;background-size:8.8rem,auto;}
.project-honor .context .honor-right {width:calc(100% - 64% + 3rem);margin-top:1.7rem;}
.project-honor .context .honor-right p {margin-bottom:0.9rem;display:block;line-height:0;overflow:hidden;}
.project-honor .context .honor-right p img {display:block;width:100%;transition:1s;}
.project-honor .context .honor-right p:hover img {transform:scale(1.1);}
.project-honor .context .honor-right p:last-of-type {margin-bottom:0;}
.project-scene ul {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;position:relative;margin-top:2.1rem;}
.project-scene ul li {width:27.5%;margin-bottom:0.5rem;display:block;line-height:0;overflow:hidden;}
.project-scene ul li img {display:block;width:100%;transition:1s;}
.project-scene ul li:hover img {transform:scale(1.1);}
.project-scene ul li:nth-of-type(1) {position:absolute;left:50%;top:0;width:43.18%;margin-left:-7.45rem;}
.project-scene ul li:nth-of-type(even) {margin-right:44.8%;}
.project-form {margin-top:3.2rem;}
.project-form h3 {font-size:1.4rem;font-weight:normal;line-height:2.4rem;color:#333;}
.project-form h3 em {font-weight:bold;color:#00367E;}
.project-form ul {margin-top:1.7rem;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.project-form ul li {width:100%;background:#f5f5f5;margin-bottom:1rem;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;}
.project-form ul li label {font-size:1.2rem;font-weight:normal;line-height:3.5rem;color:#666;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;padding-left:1rem;width:6rem;box-sizing:border-box;}
.project-form ul li label img {display:block;width:1.15rem;margin-right:0.5rem;}
.project-form ul li input[type='text'] {width:calc(100% - 6rem);border:0;background:none;font-size:1.2rem;font-weight:normal;line-height:3.5rem;color:#333;outline:0;padding-right:0.5rem;box-sizing:border-box;}
.project-form ul li input[type='button'] {width:100%;font-size:1.2rem;font-weight:normal;line-height:3.5rem;color:#fff;background:#F2AC20;border:0;cursor:pointer;transition:0.5s;}
.project-form ul li input[type='button']:hover {background:#00367E;}
.project-form ul li textarea {width:calc(100% - 6rem);border:0;background:none;padding:0.75rem 1rem 0 0.5rem;outline:0;font-size:1.2rem;font-weight:normal;line-height:2rem;color:#333;box-sizing:border-box;height:10rem;font-family:"微软雅黑";}
.project-form ul li:nth-of-type(4) {width:100%;}
.project-form ul li:nth-of-type(5) {background:none;}
.project-case {margin-top:3.2rem;margin-bottom:3rem;}
.project-case .project-case-c {margin-top:2rem;}
.project-case .project-case-c ul {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.project-case .project-case-c ul li {width:47.82%;margin-bottom:1.5rem;background:#F5F5F5;}
.project-case .project-case-c ul li img{ width:100%; display:block;}
.project-case .project-case-c ul li h4 {font-size:1.2rem;font-weight:normal;line-height:1.8rem;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;background:#f5f5f5 url('/mobile/images/ny-xq-jt2.png');background-repeat:no-repeat;background-position:right 1.5rem center;background-size:1.3rem 0.4rem;margin:0.85rem 0 1.1rem 0;padding-right:3rem;padding-left:0.9rem;}
.guide-list {padding:4.6rem 4% 6.5rem;background-image:url('/mobile/images/yz-bg.jpg');background-repeat:no-repeat;background-position:center bottom;background-size:100% 47.5rem;box-sizing:border-box;}
.guide-list .guide-t dl {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;}
.guide-list .guide-t dl dt h3 {font-size:2.5rem;font-weight:normal;line-height:2.5rem;color:#00367E;font-weight:bold;margin-bottom:2.6rem;text-align:center;}
.guide-list .guide-t dl dt h3 span {display:block;font-size:1.2rem;font-weight:lighter;line-height:1.2rem;color:#666;margin-top:1rem;}
.guide-list .guide-t dl dt h3::after {content:"";display:block;width:2.5rem;height:0.1rem;background:#00367E;margin:1.7rem auto 0;}
.guide-list .guide-t dl dt .desc {display:block;font-size:1.2rem;font-weight:normal;line-height:2rem;color:#333;}
.guide-list .guide-t dl dt .zx {background:#00367E;width:14rem;text-align:center;margin-top:3.2rem;position:relative;top:0;margin:2.5rem auto 0;}
.guide-list .guide-t dl dt .zx a {display:inline-block;font-size:1.2rem;font-weight:normal;line-height:3.5rem;color:#fff;background-image:url('/mobile/images/per-r.png');background-repeat:no-repeat;background-position:right center;background-size:1.1rem 0.5rem;padding-right:1.6rem;}
.guide-list .guide-t dl dd {margin-top:5rem;position:relative;width:28rem;margin:5rem auto 0;}
    .guide-list .guide-t dl dd > img {
        display: block;
        mask-image: url(/mobile/images/shuidi.png);
        -webkit-mask-image: url(/mobile/images/shuidi.png);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-position: center;
        mask-size: 80%;
        -webkit-mask-size: 80%;
        width: 100%;
    }
.guide-list .guide-t dl dd .play {position:absolute;left:50%;top:13.5rem;width:4rem;height:4rem;cursor:pointer;margin-left:-2rem; z-index:999;}
.guide-list .guide-t dl dd .play::before {content:'';position:absolute;width:4rem;height:4rem;-webkit-box-shadow:inset #fff 0 0 2rem;box-shadow:inset #fff 0 0 2rem;border-radius:50%;top:0;left:0;opacity:0;animation:warn2 2s ease-out 0.1s infinite;}
.guide-list .guide-t dl dd .play::after {content:'';position:absolute;width:4rem;height:4rem;-webkit-box-shadow:inset #fff 0 0 2rem;box-shadow:inset #fff 0 0 2rem;border-radius:50%;top:0;left:0;opacity:0;animation:warn 2s ease-out 1.1s infinite;}
.guide-list .guide-t dl dd .play img {background:#F2AC20;border-radius:50%;display:block;position:relative;z-index:1;width:4rem;}
.guide-list .guide-t dl dd::after {content:'';display:block;opacity:0.2;background:url(/mobile/images/shuidi_bg.png) no-repeat center;background-size:74% auto;z-index:99;position:absolute;left:0;top:0;width:100%;height:100%;}
.guide-list .guide-b {margin-top:2.7rem;}
.guide-list .guide-b ul {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.guide-list .guide-b ul li {font-size:0;}
.guide-list .guide-b ul li em {display:inline-block;font-size:3.2rem;font-weight:bold;line-height:85%;color:#00367E;vertical-align:top;}
.guide-list .guide-b ul li i {display:inline-block;font-size:1.5rem;font-weight:bold;line-height:85%;color:#00367E;vertical-align:top;}
.guide-list .guide-b ul li span {display:inline-block;font-size:1.2rem;font-weight:bold;line-height:1.2rem;color:#333;vertical-align:bottom;}
.guide-list .guide-b ul li span.en {font-size:1.5rem;}
.guide-list .guide-b ul li p {display:block;font-size:0.9rem;font-weight:normal;line-height:1rem;color:#333;margin-top:1rem;}
.advantage-list {background-image:url('/mobile/images/wt-bg.jpg');background-repeat:no-repeat;background-position:center bottom;background-size:100% 87rem;height:87rem;box-sizing:border-box;padding-top:4rem;}
.advantage-list h2 {text-align:center;}
.advantage-list h2 b {display:block;font-size:2.1rem;font-weight:bold;line-height:2.1rem;color:#FFD93F;}
.advantage-list h2 span {display:block;font-size:2.1rem;font-weight:lighter;line-height:2.1rem;color:#fff;margin-top:1rem;}
.advantage-list .advantage-c {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;margin:2.5rem 0 0;}
.advantage-list .advantage-c dl {padding-top:2.5rem;padding-bottom:2rem;width:50%;position:relative;}
.advantage-list .advantage-c dl::before {content:"";display:block;width:0.05rem;height:90%;background:#fff;position:absolute;right:0;top:5%;opacity:0.2;}
.advantage-list .advantage-c dl::after {content:"";display:block;width:88%;height:0.05rem;background:#fff;position:absolute;left:8%;bottom:0;opacity:0.2;}
.advantage-list .advantage-c dl dt {background-image:url('/mobile/images/wt-cbg.png');background-repeat:no-repeat;background-position:center center;background-size:6.5rem 6.5rem;width:6.5rem;height:6.5rem;margin:0 auto;text-align:center;font-size:1.2rem;font-weight:bold;line-height:6.5rem;color:#fff;position:relative;}
.advantage-list .advantage-c dl dt::before {content:"";display:block;width:7.5rem;height:7.5rem;border:0.05rem dashed #fff;opacity:0.3;border-radius:50%;position:absolute;left:50%;top:50%;margin-left:-3.8rem;margin-top:-3.75rem;}
.advantage-list .advantage-c dl dt::after {content:'';position:absolute;width:6.5rem;height:6.5rem;-webkit-box-shadow:inset #FFD93F 0 0 4rem;box-shadow:inset #FFD93F 0 0 4rem;border-radius:50%;top:0;left:0;opacity:0;animation:warn2 2s ease-out 0.1s infinite;display:none;}
.advantage-list .advantage-c dl dd {text-align:center;margin-top:2.3rem;padding:0 1.6rem;}
.advantage-list .advantage-c dl dd b {display:block;font-size:1.3rem;font-weight:bold;line-height:1.3rem;color:#fff;margin-top:0;}
.advantage-list .advantage-c dl dd p {display:block;font-size:1.2rem;font-weight:lighter;line-height:2rem;color:#fff;margin-top:0.9rem;}
.advantage-list .advantage-c dl:nth-last-of-type(1)::after,.advantage-list .advantage-c dl:nth-last-of-type(2)::after {display:none;}
.advantage-list .advantage-c dl:nth-of-type(even)::after {left:4%;}
.advantage-list .advantage-c dl:nth-of-type(even)::before {display:none;}
.advantage-list .advantage-c dl:hover dt,.advantage-list .advantage-c dl.hov dt {background-image:url('/mobile/images/wt-cbgh.png');background-repeat:no-repeat;background-position:center center;background-size:6.5rem 6.5rem;}
.advantage-list .advantage-c dl:hover dt::after,.advantage-list .advantage-c dl.hov dt::after {display:block;}
.advantage-list .advantage-c dl:hover dt::before,.advantage-list .advantage-c dl.hov dt::before {border-color:#FFD93F;opacity:0.5;}

.advantage {background-image:url('/mobile/images/wt-bg.jpg');background-repeat:no-repeat;background-position:center bottom;background-size:100% 87rem;height:87rem;box-sizing:border-box;padding-top:4rem;}
.advantage h2 {text-align:center;}
.advantage h2 b {display:block;font-size:2.1rem;font-weight:bold;line-height:2.1rem;color:#FFD93F;}
.advantage h2 span {display:block;font-size:2.1rem;font-weight:lighter;line-height:2.1rem;color:#fff;margin-top:1rem;}
.advantage .advantage-c {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;margin:1.5rem 0 0;}
.advantage .advantage-c dl {padding-top:2.5rem;padding-bottom:2rem;width:50%;position:relative;}
.advantage .advantage-c dl::before {content:"";display:block;width:0.05rem;height:90%;background:#fff;position:absolute;right:0;top:5%;opacity:0.2;}
.advantage .advantage-c dl::after {content:"";display:block;width:88%;height:0.05rem;background:#fff;position:absolute;left:8%;bottom:0;opacity:0.2;}
.advantage .advantage-c dl dt {background-image:url('/mobile/images/wt-cbg.png');background-repeat:no-repeat;background-position:center center;background-size:6.5rem 6.5rem;width:6.5rem;height:6.5rem;margin:0 auto;text-align:center;font-size:1.2rem;font-weight:bold;line-height:6.5rem;color:#fff;position:relative;}
.advantage .advantage-c dl dt::before {content:"";display:block;width:7.5rem;height:7.5rem;border:0.05rem dashed #fff;opacity:0.3;border-radius:50%;position:absolute;left:50%;top:50%;margin-left:-3.8rem;margin-top:-3.75rem;}
.advantage .advantage-c dl dt::after {content:'';position:absolute;width:6.5rem;height:6.5rem;-webkit-box-shadow:inset #FFD93F 0 0 4rem;box-shadow:inset #FFD93F 0 0 4rem;border-radius:50%;top:0;left:0;opacity:0;animation:warn2 2s ease-out 0.1s infinite;display:none;}
.advantage .advantage-c dl dd {text-align:center;margin-top:2.3rem;padding:0 1.6rem;}
.advantage .advantage-c dl dd b {display:block;font-size:1.3rem;font-weight:bold;line-height:1.3rem;color:#fff;margin-top:0;}
.advantage .advantage-c dl dd p {display:block;font-size:1.2rem;font-weight:lighter;line-height:2rem;color:#fff;margin-top:0.9rem;}
.advantage .advantage-c dl:nth-last-of-type(1)::after,.advantage .advantage-c dl:nth-last-of-type(2)::after {display:none;}
.advantage .advantage-c dl:nth-of-type(even)::after {left:4%;}
.advantage .advantage-c dl:nth-of-type(even)::before {display:none;}
.advantage .advantage-c dl:hover dt,.advantage .advantage-c dl.hov dt {background-image:url('/mobile/images/wt-cbgh.png');background-repeat:no-repeat;background-position:center center;background-size:6.5rem 6.5rem;}
.advantage .advantage-c dl:hover dt::after,.advantage .advantage-c dl.hov dt::after {display:block;}
.advantage .advantage-c dl:hover dt::before,.advantage .advantage-c dl.hov dt::before {border-color:#FFD93F;opacity:0.5;}

.case-list {padding:4.1rem 0 0;}
.case-list h2 {text-align:center;}
.case-list h2 b {display:block;font-size:2.1rem;font-weight:bold;line-height:2.1rem;color:#00367E;}
.case-list h2 span {display:block;font-size:1.2rem;font-weight:lighter;line-height:1.2rem;color:#666;margin-top:1rem;}
.case-list .case-c {margin-top:2.75rem;position:relative;}
.case-list .case-c .prev {position:absolute;left:4%;top:13.5rem;width:4rem;border-radius:50%;overflow:hidden;z-index:2;background:rgba(0,0,0,0.2);}
.case-list .case-c .prev img {display:block;width:100%;}
.case-list .case-c .next {position:absolute;right:4%;top:13.5rem;width:4rem;border-radius:50%;overflow:hidden;z-index:2;background:rgba(0,0,0,0.2);}
.case-list .case-c .next img {display:block;width:100%;}
.case-list .case-c dl {background:#f5f5f5;}
.case-list .case-c dl dt {position:relative;}
.case-list .case-c dl dt img {display:block;width:100%;}
.case-list .case-c dl dt .play {position:absolute;left:50%;top:50%;z-index:2;width:4rem;height:4rem;cursor:pointer;margin-left:-2rem;margin-top:-2rem;}
.case-list .case-c dl dt .play::before {content:'';position:absolute;width:4rem;height:4rem;-webkit-box-shadow:inset #fff 0 0 2rem;box-shadow:inset #fff 0 0 2rem;border-radius:50%;top:0;left:0;opacity:0;animation:warn2 2s ease-out 0.1s infinite;}
.case-list .case-c dl dt .play::after {content:'';position:absolute;width:4rem;height:4rem;-webkit-box-shadow:inset #fff 0 0 2rem;box-shadow:inset #fff 0 0 2rem;border-radius:50%;top:0;left:0;opacity:0;animation:warn 2s ease-out 1.1s infinite;}
.case-list .case-c dl dt .play img {background:#F2AC20;border-radius:50%;display:block;position:relative;z-index:1;width:4rem;}
.case-list .case-c dl dd {box-sizing:border-box;padding:2.5rem 0 4.5rem 4%;}
.case-list .case-c dl dd h4 {font-size:1.8rem;font-weight:bold;line-height:2.4rem;color:#333;}
.case-list .case-c dl dd h4::after {content:"";display:block;width:3rem;height:0.1rem;background:#184190;margin-top:1.4rem;}
.case-list .case-c dl dd h4 a {color:#333;display:block;}
.case-list .case-c dl dd p {display:block;font-size:1.2rem;font-weight:normal;line-height:2rem;color:#333;margin-top:1.8rem;}
.case-list .case-c dl dd em {display:block;font-size:1.2rem;font-weight:bold;line-height:2rem;color:#333;margin-top:1.7rem;}
.case-list .case-c dl dd ul {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;margin-top:2.3rem;}
.case-list .case-c dl dd ul li {background-image:url('/mobile/images/ny-xq-p3ab.png');background-repeat:no-repeat;background-position:left top;background-size:8.65rem 12rem;width:8.65rem;height:12rem;padding:0.65rem 0.65rem 0.5rem 0.6rem;box-sizing:border-box;margin-right:1.5rem;}
.case-list .case-c dl dd ul li:last-of-type {margin-right:0;}
.case-list .case-c dl dd ul li img {display:block;width:100%;}
.video-list {padding-top:4rem;padding-bottom:4.5rem;}
.video-list h3 {font-size:2.1rem;font-weight:bold;line-height:2.1rem;color:#333;text-align:center;display:block;}
.video-list h3 span {color:#00367E;}
.video-list .video-list-c {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;margin-top:2.35rem;}
.video-list .video-list-c dl {position:relative;}
.video-list .video-list-c dl dt > img {display:block;width:100%;}
.video-list .video-list-c dl dt::before {content:"";display:block;width:100%;height:100%;background:rgba(0,0,0,0.4);position:absolute;left:0;top:0;}
.video-list .video-list-c dl dt::after {content:"";display:block;width:100%;height:60%;background-image:linear-gradient(to bottom,rgba(0,0,0,0.7),transparent);position:absolute;left:0;top:0;}
.video-list .video-list-c dl dt .play {position:absolute;left:50%;top:17.25rem;width:4rem;height:4rem;cursor:pointer;margin-left:-2rem;}
.video-list .video-list-c dl dt .play::before {content:'';position:absolute;width:4rem;height:4rem;-webkit-box-shadow:inset #fff 0 0 2rem;box-shadow:inset #fff 0 0 2rem;border-radius:50%;top:0;left:0;opacity:0;animation:warn2 2s ease-out 0.1s infinite;}
.video-list .video-list-c dl dt .play::after {content:'';position:absolute;width:4rem;height:4rem;-webkit-box-shadow:inset #fff 0 0 2rem;box-shadow:inset #fff 0 0 2rem;border-radius:50%;top:0;left:0;opacity:0;animation:warn 2s ease-out 1.1s infinite;}
.video-list .video-list-c dl dt .play img {background:#F2AC20;border-radius:50%;display:block;position:relative;z-index:1;width:4rem;}
.video-list .video-list-c dl dd {position:absolute;left:0;top:0;text-align:center;width:100%;padding-top:5rem;}
.video-list .video-list-c dl dd em {display:block;font-size:1rem;font-weight:lighter;line-height:85%;color:#fff;opacity:0.5;letter-spacing:0.1rem;}
.video-list .video-list-c dl dd h4 {display:block;font-size:2rem;font-weight:bold;line-height:2rem;color:#fff;margin-top:1.5rem;}
.video-list .video-list-c dl:nth-of-type(2) {width:33.4%;}
.video-list .swiper-pagination {height:auto;bottom:auto;position:relative;line-height:0;margin-top:2rem;}
.video-list .swiper-pagination-bullet {width:1rem;height:1rem;background:#ccc;opacity:1;margin:0 0.25rem !important;vertical-align:top;border-radius:0.5rem;position:relative;border:0.05rem solid #fff;}
.video-list .swiper-pagination-bullet-active {background:#295EAB;width:2rem;}
.honor-list {position:relative;}
.honor-list li img{ width:100%; display:block;}
.honor-list .honor-qh {position:absolute;left:0;top:0; z-index:999; top:45%;  width:100%;}
.honor-list .honor-qh .prev{ left:4%; width:4rem; height:4rem; display:inline-block; position:absolute; border-radius:50%; background: rgba(0,0,0,0.2);}
.honor-list .honor-qh .next{ right:4%;width:4rem; height:4rem; display:inline-block; position:absolute; border-radius:50%; background: rgba(0,0,0,0.2);}
.honor-list .honor-qh .prev img,.honor-list .honor-qh .next img{ border-radius:5%; width:100%;display:block; }
.honor-list .honor-hov {position:absolute;left:4%;top:4.6rem;z-index:11;width:92%;}
.honor-list .honor-hov h3 {display:block;font-size:2.1rem;font-weight:bold;line-height:2.1rem;color:#333;}
.honor-list .honor-hov h3 em {color:#00367E;}
.honor-list .honor-hov h3 span {display:block;font-size:1.2rem;font-weight:normal;line-height:1.2rem;color:#333;margin-top:0.85rem;}
.honor-list .honor-hov h3::after {content:"";display:block;width:3rem;height:0.1rem;background:#333;opacity:0.2;margin-top:2.2rem;}
.honor-list .honor-hov p {display:block;font-size:1.2rem;font-weight:normal;line-height:2rem;color:#333;margin-top:2rem;}
.honor-list .honor-hov .more {display:block;width:12rem;background:#00367E;margin-top:2.8rem;text-align:center;font-size:1.2rem;font-weight:normal;line-height:3.5rem;color:#fff;transition:0.5s;}
.honor-list .honor-hov .more::after {content:"";display:inline-block;background-image:url('/mobile/images/ry-more.png');background-repeat:no-repeat;background-position:left top;background-size:1.4rem 0.5rem;width:1.4rem;height:0.5rem;vertical-align:middle;margin-left:1.9rem;margin-top:-0.2rem;}
.safe-list {padding:4.1rem 4% 4rem;}
.safe-list h3 {font-size:2.1rem;font-weight:bold;line-height:2.1rem;color:#333;text-align:center;display:block;}
.safe-list h3 span {color:#00367E;margin-right:1rem;}
.safe-list .safe-list-c {margin-top:2.35rem;}
.safe-list .safe-list-c dl {border-bottom:0.1rem solid rgba(204,204,204,0.5);}
.safe-list .safe-list-c dl:first-of-type {border-top:0.1rem solid rgba(204,204,204,0.5);}
.safe-list .safe-list-c dl dt {display:none;}
.safe-list .safe-list-c dl dt img {display:block;width:100%;}
.safe-list .safe-list-c dl dd {padding:2.4rem 0;}
.safe-list .safe-list-c dl dd b {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;font-size:1.5rem;font-weight:bold;line-height:2.4rem;color:#333;position:relative;}
.safe-list .safe-list-c dl dd b img {width:2.4rem; height:2.4rem; margin-right:1rem;}
.safe-list .safe-list-c dl dd b::after {content:"";display:block;background-image:url('/mobile/images/ny-list-bz-sj.png');background-repeat:no-repeat;background-position:center top;background-size:1.3rem 0.75rem;width:1.3rem;height:0.75rem;position:absolute;right:1.2rem;top:50%;margin-top:-0.375rem;transition:0.5s;}
.safe-list .safe-list-c dl dd p {font-size:1.2rem;font-weight:normal;line-height:2rem;color:#666;padding-right:4rem;margin-top:1rem;display:none;}
.safe-list .safe-list-c dl.cur dt {display:block;}
.safe-list .safe-list-c dl.cur dd b::after {transform:rotate(180deg);}
.safe-list .safe-list-c dl.cur dd p {display:block;}
.more-list {padding:0 4% 3.5rem;}
.more-list h3 {display:block;font-size:2.1rem;font-weight:bold;line-height:2.1rem;color:#333;text-align:center;}
.more-list .more-list-c {display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;margin-top:2.4rem;}
.more-list .more-list-c dl {width:48%;background:#f5f5f5;margin-bottom:1.5rem;}
.more-list .more-list-c dl dt img {display:block;width:100%;}
.more-list .more-list-c dl dd {padding:1.3rem 0.5rem 0 0.9rem;height:11rem;box-sizing:border-box;}
.more-list .more-list-c dl dd h4 {display:block;font-size:1.2rem;font-weight:bold;line-height:1.8rem;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.more-list .more-list-c dl dd p {display:block;font-size:0.8rem;font-weight:normal;line-height:1.5rem;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-top:0.4rem;}
.more-list .more {display:block;width:12rem;background:#00367E;margin:0.5rem auto 0;text-align:center;font-size:1.2rem;font-weight:normal;line-height:3.5rem;color:#fff;}
.more-list .more::after {content:"";display:inline-block;background-image:url('/mobile/images/ry-more.png');background-repeat:no-repeat;background-position:left top;background-size:1.4rem 0.5rem;width:1.4rem;height:0.5rem;vertical-align:middle;margin-left:1.9rem;margin-top:-0.2rem;}
