html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.15; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body { margin: 0; font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; line-height: 1.42857143; font-size: 14px; min-width: 1230px; background: #fff; color: #333; }
h1 { font-size: 2em; margin: .67em 0; }
figure { margin: 1em 40px; }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }
a { -webkit-text-decoration-skip: objects; background-color: transparent; }
abbr[title] { border-bottom: none; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
ol, ul { list-style: none; }
button, input, optgroup, select, textarea { line-height: 1.42857143; margin: 0; outline: none; }
body, button, input, select, textarea { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; }
button, input { overflow: visible; }
button, select { text-transform: none; }
 button, html [type=button],/* 1 */ [type=reset], [type=submit] {
 -webkit-appearance:button;
}
 button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
 border-style:none;
 padding:0;
}
 button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
 outline:1px dotted ButtonText;
}
fieldset { padding: .35em .75em .625em; }
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
 [type=checkbox], [type=radio] {
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 padding:0;
}
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
 height:auto;
}
 [type=search] {
 -webkit-appearance:textfield;
 outline-offset:-2px;
}
 [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
 -webkit-appearance:none;
}



::-webkit-file-upload-button {
 -webkit-appearance:button;
 font:inherit;
}
summary { display: list-item; }
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu { display: block; }
pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
audio, video, canvas { display: inline-block; }
 template, [hidden] {
 display:none;
}
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }
a { color: #333; text-decoration: none; }
a:hover { color: #015cb5; }
ul { margin: 0; list-style: none; padding: 0; }
.img-center { text-align: center; font-size: 0; }
.img-center img { display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%; vertical-align: middle; }
.img-cover { overflow: hidden; }
.img-cover span { display: block; width: 100%; background: no-repeat center / cover; -webkit-transition: all 0.5s; transition: all 0.5s; }
.container { padding: 0 15px; width: 1300px; margin: 0 auto; }
/* 弹幕样式 - 覆盖在banner图上 */
.danmaku-container {
    width: 100%;
    position: absolute;
        margin-top: 110px;
    top: 0;
    left: 0;
    height: 40px;
    background: rgba(0,0,0,0.3);  /* 半透明黑色背景 */
    overflow: hidden;
    z-index: 10;  /* 确保在banner图上方 */
}

.danmaku-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
}

.danmaku-track {
    display: flex;
    animation: danmaku-scroll 30s linear infinite;
}

@keyframes danmaku-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.danmaku-item {
    display: inline-flex;
    align-items: center;
    padding: 0 40px;
    font-size: 14px;
    color: #ffffff;
}

.danmaku-item .icon {
    margin-right: 8px;
    color: #ffd700;
    font-size: 12px;
}

.danmaku-item .client-name {
    color: #ffd700;
    font-weight: 500;
}

.danmaku-item .status {
    margin: 0 10px;
    color: #90EE90;
}

.danmaku-item .case-type {
    color: #ffffff;
    font-size: 13px;
}

.danmaku-divider {
    color: rgba(255,255,255,0.5);
    margin: 0 5px;
}
/*客服*/

.num {
  display: inline-block;
  transition: all 1s ease-in-out;
}

.kf { width: 208px; position: fixed; /* right: 20px; */ right: -208px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 999; }
.kt-top { height: 40px; line-height: 40px; background: url("../images/kefu.png") 12px center no-repeat #007ccb; -o-background-size: auto 20px; -ms-background-size: auto 20px; -moz-background-size: auto 20px; -webkit-background-size: auto 20px; background-size: auto 20px; padding-left: 46px; font-size: 14px; color: #fff; }
.kt-top span:hover { transform: rotate(90deg); }
.kt-top span { width: 18px; height: 16px; float: right; position: relative; margin: 10px 10px 0px 0px; cursor: pointer; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; }
.kt-top span b { width: 100%; height: 2px; background: #fff; display: block; position: absolute; top: 50%; left: 0; }
.kt-top span b:first-child { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.kt-top span b:last-child { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.kf .con { overflow: hidden; background: #fff; }
.kf .qq li { height: 36px; line-height: 36px; border-bottom: #f5f5f5 solid 1px; padding-left: 16px; }
.kf .qq li a { height: 36px !important; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: initial; display: block; }
.kf .qq li a img { padding-right: 6px; }
.kf .con h5 { height: 26px; line-height: 26px; margin-top: 12px; background: url('../images/lianxi.png') 16px center no-repeat; padding-left: 45px; color: #666; font-size: 14px; margin-bottom: 0; }
.kf .contact { margin-top: 1px; }
.kf .contact p { height: 26px; line-height: 26px; color: #666; font-size: 14px; padding-left: 22px; margin: 0; }
.kf .contact p:nth-child(2n) { padding-left: 32px; }
.kf .con h5.qr-icon { background: url('../images/erweima.png') 16px center no-repeat; }
.kf .con .qr { margin-top: 10px; padding-left: 40px; }
.kf .con .qr img { width: 110px; height: 110px; }
.kf .backTop { width: 100%; height: 40px; margin-top: 10px; background: url('../images/huidaodingbu.png') center center no-repeat #007ccb; background-size: 18px auto; cursor: pointer; }
.kf-side { padding: 18px 10px 10px; background: #007ccb; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); left: -34px; cursor: pointer; }
.kf-side b { display: block; color: #fff; line-height: 18px; font-size: 14px; font-weight: normal; }
.kf-side span.arrow { width: 12px; height: 12px; background: url('../images/jt-1.png') no-repeat; -o-background-size: auto 12px; -ms-background-size: auto 12px; -moz-background-size: auto 12px; -webkit-background-size: auto 12px; background-size: auto 12px; display: block; margin-top: 10px; }
.kf-side span.on { background: url('../images/jt-2.png') no-repeat; -o-background-size: auto 12px; -ms-background-size: auto 12px; -moz-background-size: auto 12px; -webkit-background-size: auto 12px; background-size: auto 12px; }
/*.kefu{position:fixed;right:-170px;top:50%;z-index:900;}*/



/*.kefu li a{text-decoration:none;}*/



/*.kefu li{margin-top:1px;clear:both;height:71px;position:relative;}*/



/*.kefu li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}*/



/*.kefu li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}*/



/*.kefu .kefu-qq i{background-position:4px 5px;}*/



/*.kefu .kefu-tel i{background-position:0 -21px;}*/



/*.kefu .kefu-liuyan i{background-position:4px -53px;}*/



/*.kefu .kefu-weixin i{background-position:-34px 4px;}*/



/*.kefu .kefu-weibo i{background-position:-30px -22px;}*/



/*.kefu .kefu-ftop{display:none;}*/



/*.kefu .kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}*/



/*.kefu .kefu-left{float:left;width:77px;height:47px;position:relative;}*/



/*.kefu .kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}*/



/*.kefu .kefu-right{width:20px;}*/



/*.kefu .kefu-tel-main{background:#015cb5;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}*/



/*.kefu .kefu-main{background:#015cb5;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}*/



/*.kefu .kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}*/



/*.kefu-weixin-pic img{width:115px;height:115px;}*/



.fixed_bar { position: fixed; z-index: 999999; margin: 0 auto; width: 100%; height: 110px; top: 0; background: #FFF;  }
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; height: 110px; }
.header .container { border-bottom: 1px solid #BAB6B5 }
.header .logo { float: left; font-size: 0; height: 80px; line-height: 80px; text-align: left; padding: 15px 0; }
.header .nav { font-size: 0; color: #000; float: right }
.header .nav li { display: inline-block; vertical-align: middle; }
.header .nav li a { display: block; font-size: 16px; line-height: 108px; padding: 0 25px; color: #000; }
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover { color: #000; border-bottom: 2px solid #611A61 }
.menu-btn { display: none; padding: 18px 0; float: right; margin-left: 15px; }
.menu-btn:before, .menu-btn:after, .menu-btn span { display: block; height: 2px; background-color: #015cb5; content: ''; }
.menu-btn:before { width: 24px; }
.menu-btn:after { width: 18px; margin-left: 6px; }
.menu-btn span { width: 12px; margin: 6px 0 6px 12px; }
/************/



.banner .swiper-slide { background: no-repeat center / cover; height: 750px; position: relative }
.banner .swiper-slide img { display: block; width: 100%; height: auto; }
.banner .swiper-pagination { bottom: 30px; }
.banner .swiper-pagination-bullet { width: 44px; border-radius: 5px; background-color: #fff; opacity: 1; }
.banner .swiper-pagination-bullet-active { background-color: #b5010100; }
.banner .swiper-slide .ban-txt { width: 800px; position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -120px; text-align: left; display: none }
.banner .swiper-slide .ban-txt .h1 { margin-top: 5px; font-size: 50px; color: #611961; }
.banner .swiper-slide .ban-txt .h2 { margin-top: 5px; font-size: 16px; color: #777777; }
.banner .swiper-slide .ban-txt .h3 { padding: 25px 0; font-size: 32px; color: #777777; }
.banner .swiper-slide .ban-txt .h4 { font-size: 16px; color: #777777; line-height: 40px; }
.banner .swiper-slide .ban-txt .h4 p { color: #777777; line-height: 40px; }
.banner .swiper-slide .ban-txt .h5 { font-size: 14px; color: #fff; margin-top: 50px; }
.banner .swiper-slide .ban-txt .h5 .btn { background: #611961; text-align: center; color: #FFF; float: left; width: 120px; line-height: 50px; display: block }
/**********/



.yunu-showcase { margin: 0 auto 20px; }
.yunu-showcase-info { margin-left: 430px; }
.yunu-showcase-info h1 { font-size: 20px; margin: 0; border-bottom: 1px dashed #ddd; padding-bottom: 15px; }
.yunu-showcase-info p { margin: 15px 0 0; color: #666; line-height: 1.8; }
.yunu-showcase-info .tel { margin-top: 15px; }
.yunu-showcase-info .tel a { line-height: 42px; color: #fff; display: inline-block; width: 120px; text-align: center; border-radius: 5px; background-color: #015cb5; }
.pc-slide { float: left; width: 400px; }
.view .swiper-slide .imgauto { width: 100%; height: 300px; line-height: 300px; }
.view .swiper-container { width: 100%; }
.preview { width: 100%; margin-top: 10px; position: relative; }
.preview .swiper-container { margin: 0 30px; }
.preview .swiper-slide .imgauto { height: 80px; border: 1px solid #ddd; text-align: center; cursor: pointer; position: relative; }
.preview .swiper-slide .imgauto img { max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
.preview .arrow-left { background: url(../images/feel3.png) no-repeat left top; position: absolute; left: 0; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; }
.preview .arrow-right { background: url(../images/feel4.png) no-repeat left bottom; position: absolute; right: 0; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; }
.preview img { padding: 1px; }
.preview .active-nav .imgauto { border: 1px solid #015cb5; }
div.zoomDiv { z-index: 999; position: absolute; top: 0; left: 0; background: #ffffff; border: 1px solid #ddd; display: none; text-align: center; overflow: hidden; font-size: 0; }
div.zoomMask { position: absolute; background: url(../images/mask.png) repeat scroll 0 0 transparent; cursor: move; z-index: 1; }
.yunu-sou { padding: 15px 0; background-color: #f5f5f5; }
.hform { margin: 20px auto; width: 700px; height: 60px; }
.hform input { float: left; font-size: 15px; border: 1px solid #eee; padding: 5px 12px; line-height: 34px; width: 510px; border-right: 0; color: #CCC }
.hform button { border: 0; padding: 0; float: left; cursor: pointer; outline: none; width: 100px; height: 45px; background: url(../images/ico_search.png) left 60px center no-repeat #611961; color: #fff; text-align: left; text-indent: 20px; line-height: 45px; font-size: 16px }
.hform2 { float: right; width: 350px; height: 40px; }
.hform2 input { float: left; font-size: 15px; border: 1px solid #eee; padding: 5px 12px; line-height: 29px; width: 210px; border-right: 0; color: #CCC }
.hform2 button { border: 0; padding: 0; float: left; cursor: pointer; outline: none; width: 80px; height: 40px; background: url(../images/ico_search.png) left 50px center no-repeat #611961; color: #fff; text-align: left; text-indent: 20px; line-height: 40px; font-size: 14px }
.news-more { text-align: center; padding-bottom: 50px; padding-top: 50px; }
.news-more a { display: inline-block; width: 178px; height: 48px; border: 1px solid #611961; line-height: 48px; text-align: center; font-size: 16px; color: #611961; text-transform: uppercase; }
.news-more a:hover { background-color: #611961; color: #fff }
/***********************/











.yunu-link { padding: 20px 0; }
.yunu-link h4 { border-bottom: 1px solid #ddd; margin: 0; font-size: 18px; color: #015cb5; padding-bottom: 15px; }
.yunu-link h4 small { text-transform: uppercase; font-size: 16px; font-weight: normal; color: #999; }
.yunu-link ul { margin-left: -20px; }
.yunu-link li { float: left; margin-left: 20px; margin-top: 20px; }
.section { padding: 70px 0; }
.section-title { font-family: "新宋体"; text-align: center; margin-bottom: 50px; font-size: 32px; font-weight: bold; background: url(../images/titbg.png) center no-repeat }
.section-title small { display: block; font-weight: normal; font-size: 18px; font-family: "新宋体"; }
.in-prd-cate { float: left; width: 246px; }
.in-prd-cate dl { margin: 0 0 10px; }
.in-prd-cate dt { margin-bottom: 10px; }
.in-prd-cate dt a { display: block; line-height: 50px; background: url(../images/cpfl.jpg) no-repeat center; color: #fff; padding-left: 20px; font-size: 16px; font-weight: bold; }
.in-prd-cate dt a:hover { background-image: url(../images/cpflh.jpg); }
.in-prd-cate dd { margin: 0; border: 1px solid #ddd; padding: 10px 20px 12px; }
.in-prd-cate dd li { border-bottom: 1px dashed #e3e3e3; line-height: 32px; height: 32px; overflow: hidden; background: url(../images/flico.jpg) no-repeat 0 10px; padding-left: 20px; }
.in-prd-con { width: 100%; }
/******征集******/



.list-1 { margin: -20px 0 0 -20px; }
.list-1 li { float: left; width: 33.333333%; }
.list-1 .wrap { margin: 20px 0 0 20px; background-color: #fff; padding: 10px; border: 1px solid #E8EBF2; color: #666666 }
.list-1 .img-cover { display: block; }
.list-1 .img-cover span { padding-top: 100%; }
.list-1 .text { border-top: 0; padding: 20px; text-align: center; }
.list-1 .text h4 { margin: 0; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: left; font-size: 20px; color: #333; font-family: "Microsoft Yahei"; border-left: 3px solid #611961; padding: 0; padding-left: 10px; line-height: 20px; margin-bottom: 15px; }
.list-1 .text h4 span { font-size: 14px; color: #999999; padding: 0 10px; font-weight: 500 }
.list-1 .text .h5 { margin: 0; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: left; line-height: 30px; }
.list-1 .text .h5 img { display: inline-block; padding: 0 5px; vertical-align: middle; line-height: 30px; }
.list-1 .text p { margin: 15px 0; font-size: 14px; height: 60px; text-align: left }
.list-1 .text .bt { display: inline-block; margin: 0 15px; line-height: 40px; color: #fff; padding: 0 55px; background-color: #611961; border: 1px solid transparent; }
.list-1 .wrap:hover { box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
.list-1 .wrap:hover a { color: #fff; }
.list-1 .text h4 a { font-size: 20px; color: #333; font-family: "Microsoft Yahei"; }
.list-1 .wrap:hover .text h4 a { color: #611961 }
.list-1 .wrap:hover .bt { background: #BBBBBB; }
.bg1 { background: #F6F6F6; }
.bg1 .section-title { color: #000; }
.bg1 .section-title:after { display: none; }
/**律师介绍*********/







/**********成功案例***********************/



.soft-topag .aflist, .soft-topag .arlist { margin: 5px 15px; }
.agf-list2 { padding-bottom: 15px; margin-left: -15px; margin-right: -15px; }
.agf-list2 li { height: 160px; width: 46%; margin: 20px 15px 0 0; float: left; display: inline; padding: 0 0 7px 2px; overflow: hidden; position: relative; padding-bottom: 20px; }
.agf-list2 li:nth-child(2n) { float: right }
.agf-list2 li:hover a { color: #611961 }
.agf-list2 li.en { width: 550px; border-bottom: none; padding-bottom: 8px; margin-left: 34px; }
.agf-list2 li .img { float: left; width: 250px; height: 160px; }
.agf-list2 li .img img { display: block; width: 250px; height: 160px; }
.agf-list2 li .intro { float: left; width: 290px; height: 130px; overflow: hidden; margin-left: 20px; }
.agf-list2 li .tit { font-size: 18px; font-weight: bold; height: 45px; line-height: 45px; overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.agf-list2 li .other { font-size: 14px; line-height: 20px; color: #888; text-indent: 2em; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.agf-list2 li .other a { color: #999; }
.agf-list2 li .other a:hover { color: #666; }
.agf-list2 li .down-link { width: 90px; height: 26px; line-height: 26px; text-align: center; color: #666; letter-spacing: 1px; overflow: hidden; background-color: #fff; margin-left: 20px }
.agf-list2 li.hover .down-link { display: block; }
.agf-list2 li:hover .down-link, .agf-list2 li .down-link:hover { color: #611961; }
/**********************/



.in-jjfa { margin-left: -28px; }
.in-jjfa li { float: left; width: 25%; }
.in-jjfa li a { display: block; background-color: #fff; margin-left: 28px; border-bottom: 3px solid #dddddd; }
.in-jjfa li .img-cover { position: relative; }
.in-jjfa li .img-cover span { padding-top: 66.7%; }
.in-jjfa li .img-cover p { background-color: rgba(0, 0, 0, 0.6); color: #fff; position: absolute; left: 0; bottom: 0; width: 100%; margin: 0; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; padding: 12px 0; }
.in-jjfa li .text { height: 200px; padding: 30px 20px; position: relative; }
.in-jjfa li .text p { margin: 0 0 8px; color: #666; font-size: 13px; padding-left: 24px; background: url(../images/faico.jpg) no-repeat 0 5px; line-height: 1.85; }
.in-jjfa li .text .more { position: absolute; right: 0; bottom: 0; line-height: 30px; background-color: #adadad; color: #fff; padding: 0 20px; }
.in-jjfa li a:hover .img-cover p { background-color: #015cb5; }
.in-jjfa li a:hover .text .more { background-color: #015cb5; }
.hy-menu { float: right; width: 760px; margin-top: -30px; }
.hy-menu li { float: left; width: 33.333333%; }
.hy-menu li a { display: block; margin: 30px 0 0 30px; }
.hy-menu li a:after { display: block; content: ''; width: 60px; height: 2px; background-color: #015cb5; margin-top: 15px; visibility: hidden; }
.hy-menu li h4 { margin: 0; position: relative; font-size: 16px; color: #fff; background-color: #666; width: 125px; text-align: center; line-height: 2; font-weight: normal; }
.hy-menu li h4 small { position: absolute; font-size: 15px; width: 26px; line-height: 26px; border-radius: 50%; border: 2px solid #fff; background-color: #f7c433; left: -15px; top: -15px; font-weight: bold; }
.hy-menu li p { margin: 10px 0 0; color: #666; font-size: 13px; line-height: 1.8; height: 46px; overflow: hidden; }
.hy-menu li.active h4 { background-color: #015cb5; }
.hy-menu li.active a:after { visibility: visible; }
.hy-con { float: left; width: 390px; }
.hy-con .swiper-slide .img-center { position: relative; padding: 10px 10px 0 0; }
.hy-con .swiper-slide .img-center:before { position: absolute; right: -10px; top: -10px; width: 100%; height: 100%; background-color: #f1f1f1; content: ''; }
.hy-con .swiper-slide .img-center img { position: relative; }
.tel-tl { background: url(../images/xban.jpg) no-repeat center #1867c6; color: #fff; }
.tel-tl dl { margin: 0; }
.tel-tl dt { float: left; }
.tel-tl dt a { display: block; width: 145px; line-height: 50px; background-color: #f7c433; color: #015cb5; text-align: center; font-weight: bold; font-size: 16px; }
.tel-tl dd { float: left; margin-left: 20px; line-height: 1; }
.tel-tl dd strong { display: block; font-size: 30px; font-family: Impact; margin-top: 5px; }
.bg2 { background: #F6F6F6; color: #000; }
.bg2 .section-title:after { background-image: url(../images/cptit.png); }
/*****************/







/*****************/











.in-rz { padding-bottom: 50px; }
.in-rz li { float: left; width: 25%; text-align: center }
.in-rz li .wrap { display: table; width: 100%; height: 150px; position: relative; }
.in-rz li .inner { display: table-cell; vertical-align: middle; text-align: center; padding: 0 25px; }
.in-rz li .inner p { margin: 0; cursor: pointer; font-size: 16px; font-weight: 600 }
.in-rz-tel { margin-top: 50px; text-align: center; }
.in-rz-tel p { margin: 0 auto; width: 480px; background: url(../images/rztel.png) no-repeat 0 0; height: 64px; padding-left: 110px; font-size: 16px; line-height: 40px; }
.in-rz-tel strong { color: #f7c433; font-size: 30px; font-family: Impact; }
.in-rz-tel .btn { display: block; width: 190px; line-height: 45px; color: #fff; background-color: #015cb5; margin: 20px auto 0; }
.bg3 { background-color: #f5f5f5; }
.bg3 .section-title:after { background-image: url(../images/zjtit.jpg); }
.in-about { background-color: #fff; margin: 0; }
.in-about dt { float: left; width: 770px; }
.in-about dd { margin-left: 770px; padding: 40px; }
.in-about dd h4 { margin: 0 0 30px; font-size: 24px; }
.in-about dd h4 small { display: block; font-weight: normal; font-size: 14px; color: #999; letter-spacing: -1px; }
.in-about dd h4:after { display: block; content: ''; width: 130px; height: 3px; background-color: #015cb5; margin-top: 15px; }
.in-about dd p { margin: 0; color: #666; line-height: 1.8; text-align: justify; }
.in-about dd .more { display: block; margin-top: 40px; line-height: 40px; width: 135px; text-align: center; color: #fff; background-color: #015cb5; }
/*******新闻*******/

/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;

}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #611961;
  border: 1px solid #611961;
}
.pagination a.page-num-current {
  color: #fff;
  background: #611961;
  border: 1px solid #611961;
}
/* ----- PB分页数字条效果 结束 ----- */


.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.news { }
.news .item { float: left; width: 622px; }
.news ul { zoom: 1; padding: 0; overflow: hidden }
.news li { float: left; margin-bottom: 22px; border: 1px solid #F3F3F3; width: 620px; padding: 26px 0; background: #FFF }
.news li .date { width: 80px; padding: 0 20px; height: 90px; font-size: 16px; font-weight: 600; text-align: center; font-family: "微软雅黑"; color: #989898; border-right: 2px solid #F3F3F3 }
.news li .date span { display: block; font-size: 50px; color: #989898; padding: 0; margin: 0 }
.news li .fr { width: 450px; float: right; padding-right: 20px }
.news li .fr span { display: block; margin-top: -2px; font-weight: bold; font-size: 18px; color: #444 }
.news li .fr p { font-size: 14px; color: #888888; line-height: 24px; margin-top: 10px; }
.news li a:hover .fr p { color: #611961; }
.news li a:hover .fr span { color: #611961 }
.news li:hover { border-color: #ccc }
.news .item2 { float: right }
.news .item2 img { max-width: 100%; width: 622px; padding: 0; margin: 0; vertical-align: bottom }
.news .item2 a { display: inline-block; padding: 0; margin: 0 }
/********/



.footer { background-color: #2D3033; color: #999999; padding-top: 50px; }
.footer a { color: #999999; }
.copyright { text-align: center; line-height: 60px; color: #999999; height: 60px; background: #27282A }
/****内页banner********/



.banner-sub { height: 495px; background: no-repeat center / cover; position: relative }
.banner-sub .ban-txt { width: 800px; position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -50px; text-align: left; font-family: "新宋体" }
.banner-sub .ban-txt .catecn { font-size: 50px; color: #611961; font-family: "新宋体" }
.banner-sub .ban-txt .caten { font-size: 26px; color: #555555; font-family: "新宋体" }

.banner-sub .ban-txt .catenum { font-size: 28px; color: #000; font-family: "新宋体"; padding-top:30px }

.mcatenum {  font-family: "新宋体"; padding-top:30px;   }


.ct2 { padding: 50px 0; }
.ct2-sd { float: left; width: 290px; }
.ct2-sd-right { float: right; }
.ct2-mn { float: right; width: 950px; }
.ct2-mn2 {  width:100%; }



.ct2-mn-left { float: left; }
.panel-sd { margin-bottom: 20px; }
.panel-sd .tit { line-height: 50px; background-color: #CCD0E6; text-align: left; padding-left: 50px; color: #000; font-family: "Microsoft Yahei" }
.panel-sd .tit img { display: inline-block; padding: 0 5px; vertical-align: middle }
.panel-sd .bd { padding: 20px; background: #F8F8F8; overflow: hidden }
.contact-sd .tel { border-bottom: 1px solid #ddd; padding-bottom: 10px; text-align: center; }
.contact-sd .tel strong { display: block; font-family: Impact; margin-top: 15px; font-size: 22px; }
.contact-sd p { margin: 10px 0 0; line-height: 1.8; color: #666; }
.lanmu .tit { line-height: 50px; background-color: #CCD0E6; text-align: left; padding-left: 50px; color: #000; font-family: "Microsoft Yahei" }
.lanmu .tit img { display: inline-block; padding: 0 5px; vertical-align: middle }
.lanmu li { margin-bottom: 20px; }
.lanmu li:last-child { margin-bottom: 0; }
.lanmu li>a { display: block; line-height: 36px; background-color: #015cb5; border-radius: 3px; text-align: center; color: #fff; }
.lanmu-box { margin-top: 10px; }
.lanmu-box p { border-bottom: 1px dashed #e3e3e3; line-height: 32px; height: 32px; overflow: hidden; background: url(../images/flico.jpg) no-repeat 0 10px; padding-left: 20px; margin: 0; }
.panel-sd .bd img { margin: 0 auto; max-width: 100%; display: inline-block }
.bd_infos { margin: 10px 0; color: #611961; padding: 10px; background: #F8F8F8; text-align: center; font-family: "Microsoft Yahei" }
.bd_infos h4 { font-size: 24px; color: #611961; font-family: "Microsoft Yahei" }
.bd_infos p { font-size: 16px; color: #611961; font-family: "Microsoft Yahei"; font-weight: 500 }
.bd_ul { zoom: 1; padding: 0; overflow: hidden }
.bd_ul li { float: left; width: 48%; text-align: center; background: #F8F8F8; height: 35px; line-height: 35px; font-size: 14px; margin-bottom: 10px; }
.bd_ul li img { display: inline-block; vertical-align: middle; padding-right: 5px; }
.bd_ul li:nth-child(2n) { float: right }
/**************/



.position { margin-bottom: 20px; border-bottom: 1px dashed #D9D9D9; padding-bottom: 20px; display: block; overflow: hidden }
.position .catcn { padding: 0 0 0 15px; font-weight: 600; border-left: 3px solid #611961; font-size: 22px; color: #333333; line-height: 30px; float: left; width: 300px; }
.pages { margin: 30px 0 0; text-align: center; font-size: 0; }
.pages a { display: inline-block; font-size: 14px; line-height: 35px; padding: 0 14px; background-color: #f5f5f5; border-radius: 3px; -webkit-transition: all 0.5s; transition: all 0.5s; }
.pages a:hover, .pages a.active { background-color: #015cb5; color: #fff; }
/***新闻列表********/







.listbox { margin: 0px auto; overflow: hidden; }/*内容区域*/
.listbox { min-height: 600px; }
.listbox li { margin: 0px auto; width: 100%; height: 35px; line-height: 35px; overflow: hidden; margin-bottom: 10px; list-style: none }/*新闻列表*/
.listbox li::before { display: inline-block; float: left; color: #DFDFDF; content: "◆"; width: 30px; height: 35px; line-height: 35px; font-size: 30px; }
.listbox li:hover::before { color: #611961 }
.listbox li:hover a { color: #611961; font-size: 16px; font-weight: 600 }
.listbox li b { font-weight: 500 }
.listbox hr { background: none; border: 0px; height: 5px; border-bottom: 1px dashed #D9D9D9; }
.listbox li a { display: inline; float: left; line-height: 30px; text-align: left; width: 600px; overflow: hidden; font-size: 16px; }
.listbox li span { float: right; text-align: right; line-height: 30px; overflow: hidden; }
/*********/

/*******新增****/
.positionx { margin-bottom: 20px; border-bottom: 1px dashed #D9D9D9; padding-bottom: 20px; display: block; overflow: hidden }
.positionx .catcn { padding: 0 0 0 15px; font-weight: 600; border-left: 3px solid #611961; font-size: 22px; color: #333333; line-height: 30px; float: left; width: 300px; }

.listbox2 { margin: 10px auto; overflow: hidden; }/*内容区域*/
.listbox2 { min-height: 200px;  }
.listbox2 li { margin: 0px auto; width: 100%; height: 30px; line-height: 30px; overflow: hidden; margin-bottom: 10px; list-style: none; border-bottom: dotted 1px #ccc; }/*新闻列表*/
 
.listbox2 li:hover a { color: #611961; font-size: 16px; font-weight: 600 }
.listbox2 li b { font-weight: 500 }
.listbox2 hr { background: none; border: 0px; height: 5px; border-bottom: 1px dashed #D9D9D9; }
.listbox2 li a { display: inline; float: left; line-height: 30px; text-align: left; width: 600px; overflow: hidden; font-size: 16px; }

.listbox2 li span { float: right; text-align: right; line-height: 30px; overflow: hidden; }

.listbox2  .more { float: right; line-height: 36px; width: 90px; text-align: center; background-color: #999; color: #fff; margin-top: 20px; }

.listb-more{  padding-bottom: 5px; padding-top: 5px; margin-bottom:30px; }
.listb-more a { display: inline-block; width: 178px; height: 48px; border: 1px solid #611961; line-height: 48px; text-align: center; font-size: 16px; color: #611961; text-transform: uppercase; }
.listb-more a:hover { background-color: #611961; color: #fff }

/*********/



.list-5 li { margin-bottom: 10px; background: #F6F6F6 }
.list-5 li a { display: block; overflow: hidden; padding: 15px; background-color: #F6F6F6; color: #000 }
.list-5 li .img { float: left; width: 190px; text-align: center; padding: 0; }
.list-5 li .img img { max-width: 100% }
.list-5 li .text { margin: 0 20px 0 210px; }
.list-5 li .text h4 { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; }
.list-5 li .text .date { margin: 3px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; }
.list-5 li .text .date img { vertical-align: middle; padding-right: 5px; }
.list-5 li .text p { margin: 5px 0 0; line-height: 1.8; height: 50px; overflow: hidden; color: #666; text-align: justify; }
.list-5 li:hover a { color: #611A61 }
.list-5 li:nth-of-type(even) a { background-color: #F2F2F2; }
/*********/



.list-4 li { margin-bottom: 10px; }
.list-4 li a { display: block; overflow: hidden; padding: 20px; background-color: #f5f5f5; }
.list-4 li .more { float: right; line-height: 36px; width: 90px; text-align: center; background-color: #999; color: #fff; margin-top: 20px; }
.list-4 li .date { float: left; width: 76px; background-color: #fff; text-align: center; padding: 14px 0; }
.list-4 li .date strong { display: block; font-family: Impact; font-size: 24px; line-height: 1; margin-bottom: 5px; }
.list-4 li .text { margin: 0 110px 0 95px; }
.list-4 li .text h4 { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; }
.list-4 li .text p { margin: 5px 0 0; line-height: 1.8; height: 50px; overflow: hidden; color: #666; text-align: justify; }
.list-4 li:nth-of-type(even) a { background-color: #edf6f4; }
.list-3 { margin-top: -15px; }
.list-3 li a { display: block; margin: 15px 0 0; -webkit-transition: all 0.5s; transition: all 0.5s; }
.list-3 li .img-center { overflow: hidden; }
.list-3 li .img-center img { -webkit-transition: all 0.5s; transition: all 0.5s; }
.list-3 li .text { text-align: center; padding: 0 10px; line-height: 30px; height: 30px; overflow: hidden; font-size: 14px; }
.list-3 li a:hover .img-center img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.list-7 li a { display: block; line-height: 26px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-7 li span { display: inline-block; vertical-align: top; width: 20px; line-height: 20px; text-align: center; background-color: #999; color: #fff; margin-top: 3px; margin-right: 5px; -webkit-transform: scale(0.8); transform: scale(0.8); }
.list-7 li:nth-of-type(1) span, .list-7 li:nth-of-type(2) span, .list-7 li:nth-of-type(3) span { background-color: #015cb5; }
.content-title { margin-bottom: 20px; text-align: center; }
.content-title h1 { font-size: 22px; margin: 0; color: #333333; font-family: "Microsoft Yahei" }
.content-title p { margin: 15px 0 0; font-size: 12px; color: #999; text-align: center; padding: 15px 0; background: #F8F8F8 }
.content-title p span { padding: 0 10px; display: inline-block; }
.content-body { line-height: 35px; color: #777777; font-size: 14px; padding-bottom:20px; }
.content-body img { max-width: 100% !important; height: auto !important; }
.content-links { color: #611961; text-align: center; padding: 50px 0 0 }
.content-links a.btn:hover { display: inline-block; border: 2px solid #fff; padding: 15px 55px; color: #fff; background: #611961; cursor: pointer }
.content-links a.btn { display: inline-block; padding: 15px 55px; color: #611961; border: 2px solid #611961; background: #FFF; cursor: pointer }
.content-links a.btn2 { display: inline-block; border: 2px solid #fff; padding: 15px 55px; color: #fff; background: #611961; cursor: pointer }
.content-links a.btn2:hover { display: inline-block; padding: 15px 55px; color: #611961; border: 2px solid #611961; background: #FFF; cursor: pointer }
/****上一篇，下一篇****/



.content-exp { font-size: 14px; border-bottom: 1px solid #D7D7D7; border-top: 1px solid #D7D7D7; height: 50px; line-height: 50px; margin: 50px auto }
.content-exp li { line-height: 50px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; width: 570px; cursor: pointer; }
.content-exp li.exnext { float: right; text-align: right }
.content-exp li div { margin: 0 2px; }
.content-exp li.sp { float: left; width: 50px; height: 50px; border-left: 1px solid #CCC; border-right: 1px solid #CCC }
.content-exp li.sp img { max-width: 100% }
.content-exp li { font-size: 16px; }
.content-exp li .ev { width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 40px; float: left; border-left: 1px solid #CCC; border-right: 1px solid #CCC }
.content-exp li:hover .ev { background: #601960; color: #FFF }
.content-exp li .ne { width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 40px; float: right; border-left: 1px solid #CCC; border-right: 1px solid #CCC }
.content-exp li:hover .ne { background: #601960; color: #FFF }
/**************/







.cp-content-tit { margin-bottom: 20px; font-weight: bold; border-bottom: 1px solid #ddd; padding-bottom: 10px; font-size: 16px; }
.cp-content-tit small { font-size: 12px; text-transform: uppercase; color: #999; padding-left: 5px; }
.cp-about { margin: 0 0 20px; }
.cp-about dt { float: left; width: 560px; }
.cp-about dd { margin-left: 610px; padding-top: 50px; }
.cp-about dd h4 { color: #015cb5; margin: 0; font-size: 16px; }
.cp-about dd p { margin: 15px 0 0; }
.yunu-message { margin-bottom: 20px; }
.form-group { margin-bottom: 20px; }
.form-label { line-height: 42px; display: block; float: left; width: 110px; text-align: right; }
.form-label span { color: #c5262b; }
.form-content { margin-left: 110px; }
.form-control { line-height: 20px; font-size: 14px; border: 1px solid #efefef; padding: 10px 15px; width: 100%; display: inline-block; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; }
.form-content.yzm .form-control { width: 100px; }
.form-content.yzm .img { height: 42px; width: auto; }
select.form-control { height: 1.7rem; }
.form-submit { padding: 10px 20px; color: #fff; background-color: #015cb5; border: 0; cursor: pointer; border-radius: 0.15rem; font-size: 14px; }
.form-button { padding: 10px 20px; color: #fff; background-color: #767676; border: 0; cursor: pointer; border-radius: 0.15rem; font-size: 14px; }
.hlbd .form-group { float: left; width: 33.333333%; }
/****相关产品*****/



.list-6 { margin: -20px 0 0 -20px; }
.list-6 li { float: left; width: 25%; }
.list-6 li a { display: block; margin: 20px 0 0 20px; }
.list-6 li .img-cover { border: 1px solid #efefef; -webkit-transition: all 0.5s; transition: all 0.5s; }
.list-6 li .img-cover span { padding-top: 74%; }
.list-6 li .text { margin-top: 10px; text-align: center; }
.list-6 li .text h4 { margin: 0; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-6 li a:hover .img-cover { border-color: #015cb5; }
.list-6 li a:hover .img-cover span { -webkit-transform: scale(1.1); transform: scale(1.1); }
.yunu-menu-inner { text-align: center; margin-bottom: 40px; margin-top: -20px; }
.yunu-menu-inner a { float: left; width: 16.666666666%; }
.yunu-menu-inner span { display: block; margin-left: 1px; background-color: #f4f4f4; color: #333; font-size: 18px; line-height: 55px; }
.yunu-menu-inner a:hover span, .yunu-menu-inner a.active span { background: #015cb5; color: #fff; }
/***关于我们**********/







.ab-title { color: #611961; font-size: 26px; font-weight: 600; font-family: "Microsoft Yahei" }
.box-main { padding: 20px 0 0; }
.about-desc { margin-bottom: 40px; line-height: 35px; text-align: justify; color: #777777; font-size: 14px; }
/*********/



.about-list { margin-left: -15px; margin-bottom: 40px; }
.about-list li { float: left; width: 20%; }
.about-list li a { display: block; border: 1px solid #ddd; padding: 15px; margin-left: 15px; }
.about-list li .text { margin-top: 15px; }
.about-list li .text h4 { margin: 0; font-size: 16px; text-align: center; color: #015cb5; }
.about-list li .text p { margin: 10px 0 0; line-height: 1.8; text-align: justify; height: 150px; overflow: hidden; }
.about-list li a:hover { border-color: #015cb5; }
.about-ser { margin: 0; border: 1px solid #ddd; }
.about-ser dt { float: left; width: 220px; }
.about-ser dd { margin-left: 220px; padding: 15px 20px; }
.about-ser dd h4 { color: #015cb5; margin: 0 0 10px; font-size: 16px; }
.about-ser dd p { margin: 5px 0 0; }
.about-ser dd strong { color: red; }
.contact-desc { margin-bottom: 40px; }
.contact-desc h4 { margin: 0; display: inline-block; padding: 0 40px; background-color: #015cb5; color: #fff; line-height: 34px; font-size: 16px; }
.contact-desc p { margin: 20px 0 0; text-align: justify; line-height: 1.8; }
/*************************/



.contact-about { background: url(../images/contactbg.png) center no-repeat #fff; margin-bottom: 40px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); height: 370px; }
.contact-about dl { padding: 50px; }
.contact-about dl dt { font-size: 28px; color: #444444; }
.contact-about dl h4 { color: #875287; font-size: 40px; padding: 10px 0 }
.contact-about dl p { line-height: 30px; font-size: 16px; color: #666666 }
.map { height: 530px; }
.liuyan { background: url(../images/suopei2.png) #F6F6F6 no-repeat left center; padding: 50px 0 50px 464px; }
.list-2 { margin: -20px 0 0 -20px; }
.list-2 li { float: left; width: 25%; }
.list-2 li a { display: block; margin: 20px 0 0 20px; border: 1px solid #ccc; -webkit-transition: all 0.5s; transition: all 0.5s; padding: 2px; }
.list-2 li .img-center { overflow: hidden; height: 186px; line-height: 186px; }
.list-2 li .img-center img { -webkit-transition: all 0.5s; transition: all 0.5s; }
.list-2 li a:hover { -webkit-box-shadow: 0 0 15px #ccc; box-shadow: 0 0 15px #ccc; }
.list-2 li a:hover .img-center img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.yunu-footer-fix { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #015cb5; z-index: 10; display: none; }
.yunu-footer-fix li { float: left; width: 25%; }
.yunu-footer-fix li a { display: block; text-align: center; color: #fff; padding: 7px 0; font-size: 12px; line-height: 1; }
.yunu-footer-fix li i { display: block; height: 20px; background: no-repeat center; background-size: contain; margin-bottom: 4px; }
.yunu-footer-fix li i.i1 { background-image: url(../images/f_01.png); }
.yunu-footer-fix li i.i2 { background-image: url(../images/f_02.png); }
.yunu-footer-fix li i.i3 { background-image: url(../images/f_03.png); }
.yunu-footer-fix li i.i4 { background-image: url(../images/f_04.png); }

     .mcatenum{ display:none}

 @media screen and (max-width: 767px) {
     .catenum{ display:none}
        .mcatenum{ display:block; 
   
    font-family: "新宋体";
    padding-top: 10px;}
	 .kefubox{ display:none}
body { min-width: 320px; padding-top: 50px; padding-bottom: 50px; }
.container { width: auto; }
.kf { display: none; }
.header .container{ border:none; background:#FFF}
.header { padding: 0; position: fixed; z-index: 10; width: 100%; top: 0; left: 0; height:50px;  }

.fixed_bar { position: fixed; z-index: 999999; margin: 0 auto; width: 100%; height: 110px; top: 0; background: #FFF; border:none }
  .danmaku-container {
    width: 100%;
    position: absolute;
           margin-top: 0;
    top: 0;
    left: 0;
    height: 40px;
    background: rgba(0,0,0,0.3);  /* 半透明黑色背景 */
    overflow: hidden;
    z-index: 10;  /* 确保在banner图上方 */
}

.header .topbar, .header .text, .header .tel { display: none; }
.header .logo { height: 50px; line-height: 30px; float: none; padding: 0; }
.header .logo img{ max-height:50px;}
.header .nav { margin: 10px 0 -10px; text-align: left; display: none; background-color: transparent; border-bottom: 0; width:100%; }

.header .nav ul { margin: 0 -15px; }
.header .nav li { display: block; margin: 0; border-top: 1px solid #eee; background: none; }
.header .nav li a { line-height: 40px; padding: 0 15px; color: #333; }
.header .nav li .arr { display: block; }
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover { background-color: transparent; color: #015cb5 }
.header .nav li.open .arr:after { border-color: #015cb5; -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.header .nav .dropdown-box { position: static; background-color: #f5f5f5; min-width: auto; text-align: left; }
.header .nav .dropdown-box a { color: #333 !important; border-top: 1px dotted #ddd; padding: 0 15px; line-height: 40px; background-color: transparent !important; border-bottom: 0; }
.header .nav .dropdown-box a:hover { background-color: transparent !important; }
.menu-btn { display: block; }
.banner .swiper-slide { height: 200px; }
.banner .swiper-pagination { bottom: 10px; }
.banner .swiper-pagination-bullet { width: 24px; height: 4px; }
/*******/
.content-title h1 {
    font-size: 14px;
    margin: 0;
    color: #333333;
    font-family: "Microsoft Yahei";
}
.listbox2 {
    min-height: auto;
}
 .listbox2 li {
    margin: 0px auto;
    width: 100%;
  height: auto;
    line-height: 2;
    overflow: hidden;
    margin-bottom: 10px;
    list-style: none;
    border-bottom: dotted 1px #ccc;
}

.listbox2 li a {
    /* --- 核心修改点 --- */
    word-break: break-all;      /* 【关键】强制在任意字符间断行，解决长数字/中文撑破布局 */
    display: block;             /* 修改为 block。原本的 inline + float 在处理换行时不够稳定 */
    /* float: left;             删除这一行，float 会影响块级元素的正常换行流，且 width:100% 下不需要 float */
    
    line-height: 2;
    text-align: left;
    width: 100%;
    overflow: hidden;           /* 确保超出部分被隐藏（如果不需要省略号效果，这行可保留也可删） */
    font-size: 14px;
      display: -webkit-box;
    -webkit-line-clamp: 2;   /* 【关键】限制的行数 */
    -webkit-box-orient: vertical;

}


.banner .swiper-slide .ban-txt { width: 100%; margin: 0; left: 10px; top: 50px }
.banner .swiper-slide .ban-txt .h1 { margin-top: 5px; font-size: 18px; color: #611961; }
.banner .swiper-slide .ban-txt .h2 { margin-top: 5px; font-size: 14px; color: #777777; }
.banner .swiper-slide .ban-txt .h3 { padding: 10px 0; font-size: 14px; color: #777777; }
.banner .swiper-slide .ban-txt .h4 { font-size: 14px; color: #777777; line-height: 40px; }
.banner .swiper-slide .ban-txt .h4 p { color: #777777; line-height: 40px; }
.banner .swiper-slide .ban-txt .h5 { font-size: 14px; color: #fff; margin-top: 50px; }
.banner .swiper-slide .ban-txt .h5 .btn { background: #611961; text-align: center; color: #FFF; float: left; width: 120px; line-height: 50px; display: block }
.hform { margin: 20px auto; width: 360px; height: 60px; }
.hform input { float: left; font-size: 15px; border: 1px solid #eee; padding: 5px 12px; line-height: 34px; width: 220px; border-right: 0; color: #CCC }
.hform button { border: 0; padding: 0; float: left; cursor: pointer; outline: none; width: 100px; height: 45px; background: url(../images/ico_search.png) left 60px center no-repeat #611961; color: #fff; text-align: left; text-indent: 20px; line-height: 45px; font-size: 16px }
/**********成功案例***********************/



.soft-topag .aflist, .soft-topag .arlist { margin: 5px 15px; }
.agf-list2 { padding-bottom: 15px; margin-left: -15px; margin-right: -15px; }
.agf-list2 li { height: auto; width: 96%; margin: 10px 0 0 0; float: none; display: inline-block; padding: 0 0 7px 2px; position: relative; padding-bottom:10px; text-align:center }


.agf-list2 li:nth-child(2n) { float: right }
.agf-list2 li:hover a { color: #611961 }
.agf-list2 li.en { width: 550px; border-bottom: none; padding-bottom: 8px; margin-left: 34px; }
.agf-list2 li .img { float: none; margin:0 auto; display:inline-block; text-align:center; width: 250px; height: 160px; }
.agf-list2 li .img img { display: block; width: 250px; height: 160px; }
.agf-list2 li .intro { width:auto;   height: 130px; margin:0; padding:0 20px; text-align:left }
.agf-list2 li .tit { font-size: 18px; font-weight: bold; height: 45px; line-height: 45px; overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.agf-list2 li .tit a{ text-align:center}
.agf-list2 li .other { font-size: 14px; line-height: 20px; color: #888; text-indent: 2em; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.agf-list2 li .other a { color: #999; }
.agf-list2 li .other a:hover { color: #666; }
.agf-list2 li .down-link { width: 90px; height: 26px; line-height: 26px; text-align: center; color: #666; letter-spacing: 1px; overflow: hidden; background-color: #fff; margin-left: 20px }
.agf-list2 li.hover .down-link { display: block; }
.agf-list2 li:hover .down-link, .agf-list2 li .down-link:hover { color: #611961; }
.news-more{ padding:10px 0}
/**********************/

.section-title{ max-width:100%; padding:0}
.news .item{ width:100%; max-width:100%}
.news li .fr { width: 200px; display: block; float: left }
.news .item2 {width:100%; max-width:100%  }
.in-rz li .inner p { font-size: 12px; }
.news li{ width:100%; max-width:100%}
.lawtab{ height:auto; width:100%}

.news li .date { width: 80px; padding: 0 5px; height: 90px; font-size: 16px; font-weight: 600; text-align: center; font-family: "微软雅黑"; color: #989898; border-right:0px solid #F3F3F3 }
.news li .date span { display: block; font-size: 50px; color: #989898; padding: 0; margin: 0 }
.copyright { text-align: center; line-height: 30px; color: #999999;   background: #27282A ; white-space: normal;}

/****************/



.pc-slide { float: none; width: auto; }
.yunu-showcase-info { margin: 20px 0 0; }
.yunu-showcase-info h1 { padding-bottom: 10px; }
.yunu-showcase-info p { margin-top: 10px; }
.yunu-sou { padding: 0; }
.yunu-sou .container { padding: 0; }
.yunu-sou .hot { display: none; }
.yunu-sou .hform { float: none; position: relative; }
.yunu-sou .hform input { font-size: 14px; border-color: transparent; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 20px; padding: 9px 60px 9px 15px; border-radius: 0; background-color: #f5f5f5; }
.yunu-sou .hform button { position: absolute; right: 0; top: 0; width: 50px; height: 40px; font-size: 14px; }
.section { padding: 30px 0; }
.section-title { font-size: 20px; margin-bottom: 20px; }
.section-title small { font-size: 12px; }
.section-title:after { height: 12px; margin-top: 5px; }
.in-prd-cate { display: none; }
.in-prd-con { float: none; width: auto; }
.list-1 { margin: -10px 0 0 -10px; }
.list-1 li { width: 100%; }
.list-1 .wrap { margin: 10px 0 0 10px; }
.list-1 .text { padding: 10px 0 0; }
.list-1 .text p { display: none; }
.in-jjfa { margin: -10px 0 0 -10px; }
.in-jjfa li { width: 50%; }
.in-jjfa li a { margin: 10px 0 0 10px; }
.in-jjfa li .img-cover p { font-size: 14px; padding: 8px 0; }
.in-jjfa li .text { padding: 10px; height: 140px; }
.in-jjfa li .text p { font-size: 12px; line-height: 1.45; padding-left: 20px; background-position: 0 3px; }
.in-jjfa li .text .more { display: none; }
.hy-con { display: none; }
.hy-menu { float: none; width: auto; margin: -20px 0 0 -10px; overflow: hidden; }
.hy-menu li a { margin: 20px 0 0 10px; }
.hy-menu li a:after { display: none; }
.hy-menu li h4 { font-size: 14px; width: auto; background-color: #015cb5; }
.hy-menu li h4 small { display: none; }
.hy-menu li p { font-size: 12px; line-height: 1.45; height: 52px; }
.tel-tl { text-align: center; background-image: none; }
.tel-tl dt { float: none; }
.tel-tl dt a { margin: 0 auto; }
.tel-tl dd { margin: 20px 0 0; float: none; }
.in-rz { margin: -20px 0 0; }
.in-rz li { width: 50%; margin: 20px 0 0; }
.in-rz li .wrap { width: 131px; margin: 0 auto; }
.in-rz-tel { margin-top: 30px; }
.in-rz-tel p { background: none; width: auto; padding: 0; height: auto; }
.in-rz-tel strong { display: block; }
.in-about dt { float: none; width: auto; }
.in-about dd { margin: 0; padding: 20px; }
.in-about dd h4 { font-size: 18px; margin-bottom: 20px; }
.in-about dd h4:after { width: 65px; margin-top: 10px; }
.in-about dd .more { margin-top: 20px; }
.in-news { margin-top: -40px; }
.in-news .item { float: none; width: auto; margin-top: 40px; }
.in-news .tit { margin-bottom: 20px; }
.in-news .tit:after { margin-top: 10px; }
.footer { padding: 30px 0; }
.footer-logo { display: none; }
.footer-ewm { width: 80px; }
.footer-ewm p { font-size: 12px; }
.footer-info { float: none; margin-right: 95px; font-size: 12px; }
.footer-link { display: none; }
.banner-sub { height: 100px; }
.banner-sub{ background-size:100%; background-position: center}
 .banner-sub .ban-txt { width: auto; position: absolute; left: 10%; margin-left: 0; top: 30%; margin-top: 0; text-align: left; font-family: "新宋体" ; padding:0}
.banner-sub .ban-txt .catecn { font-size:26px; color: #611961; font-family: "新宋体" }
.banner-sub .ban-txt .caten { font-size: 16px; color: #555555; font-family: "新宋体" }

 
  #suopei.ban-txt { top:10%}
  
  #suopei.ban-txt .catenum{ padding-top:5px; font-size:20px}
  

.pages { margin-top: 15px; }
.pages a { font-size: 12px; line-height: 30px; padding: 0 12px; }
.ct2 { padding: 30px 0; }
.ct2-sd { display: none; }
.ct2-mn { float: none; width: auto; }
.position { font-size: 12px; display: none; }
.list-4 li a { padding: 10px; }
.list-4 li .more { display: none; }
.list-4 li .date { font-size: 12px; width: 60px; padding: 10px 0; }
.list-4 li .date strong { font-size: 18px; }
.list-4 li .text { margin: 0 0 0 70px; }
.list-4 li .text h4 { font-size: 14px; }
.list-4 li .text p { font-size: 12px; height: 42px; margin-top: 2px; }
.content-title { margin-bottom: 15px; }
.content-title p { margin-top: 10px; padding-top: 10px; }
.content-title p span { padding: 0 5px; }
.content-exp { margin-top: 15px; }
.cp-about dt { float: none; width: auto; }
.cp-about dd { margin: 0; padding-top: 20px; }
.cp-about dd p { margin-top: 10px; }
.form-group { margin-bottom: 10px; }
.form-label { line-height: 34px; width: 85px; }
.form-content { margin-left: 85px; }
.form-control { padding: 6px 10px; }
.hlbd .form-group { width: 100%; }
.form-content.yzm .form-control { width: 80px; }
.form-content.yzm .img { height: 34px; width: 90px; }
.list-6 { margin: -10px 0 0 -10px; }
.list-6 li { width: 50%; }
.list-6 li a { margin: 10px 0 0 10px; }
.yunu-menu-inner { display: none; }
.box-main { padding: 15px; }
.about-desc { margin-bottom: 15px; }
.about-list { margin: -10px 0 15px -10px; }
.about-list li { width: 50%; }
.about-list li a { padding: 5px; margin: 10px 0 0 10px; }
.about-ser dt { float: none; width: auto; }
.about-ser dt img { width: 100%; }
.about-ser dd { margin: 0; padding: 15px; }
.contact-desc { margin-bottom: 15px; }
.contact-desc h4 { font-size: 14px; padding: 0 15px; }
.contact-desc p { margin-top: 10px; }
.contact-about { margin-bottom: 15px; }
.contact-about dd { padding: 15px 0; }
.liuyan { padding: 0; background: none; }
.list-2 { margin: -10px 0 0 -10px; }
.list-2 li { width: 50%; }
.list-2 li a { margin: 10px 0 0 10px; }
.list-2 li .img-center { height: 110px; line-height: 110px; }
.yunu-footer-fix { display: block; }


.list-5 li { margin-bottom: 10px; background: #F6F6F6 }
.list-5 li a { display: block; overflow: hidden; padding: 15px; background-color: #F6F6F6; color: #000 }
.list-5 li .img { float: none; width: 100%; margin:0 auto; text-align: center; padding: 0; }
.list-5 li .img img { max-width: 100%; display:inline-block}
.list-5 li .text { margin: 0  auto; }
/******/
.content-exp { font-size: 14px; border-bottom: 1px solid #D7D7D7; border-top: 1px solid #D7D7D7; height: auto;  margin: 10px auto }
.content-exp li { line-height: 20px; white-space: normal; overflow: hidden; text-overflow: ellipsis; float: none; width: 100%; cursor: pointer; }
.content-exp li.exnext { float: none; text-align: left }
.content-exp li div { margin: 0 2px; }
.content-exp li.sp { display:none; float: left; width: 50px; height: 50px; border-left: 1px solid #CCC; border-right: 1px solid #CCC }
.content-exp li.sp img { max-width: 100% }
.content-exp li { font-size: 14px; }
.content-exp li .ev { wdth: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 40px; float: left; border-left: 1px solid #CCC; border-iright: 1px solid #CCC; display:none }


.content-exp li .ne { width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 40px; float: right; border-left: 1px solid #CCC; border-right: 1px solid #CCC; display:none }
 




}  /***768px*****/
/*pages*/ .pagination-wrapper { margin: 20px 0; }
.pagination { height: 34px; text-align: center; }
.pagination li { display: inline-block; height: 34px; margin-right: 5px; }
.pagination li a { float: left; display: block; height: 32px; line-height: 32px; padding: 0 12px; font-size: 16px; border: 1px solid #dddddd; color: #555555; text-decoration: none; }
.pagination li a:hover { background: #f5f5f5; color: #015cb5; }
.pagination li.thisclass { background: #015cb5; color: #fff; }
.pagination li.thisclass a, .pagination li.thisclass a:hover { background: transparent; border-color: #015cb5; color: #fff; cursor: default; }
/*********/



.dede_pages { padding: 20px 0; font-size: 14px; text-align: center; overflow: hidden }
.dede_pages ul { display: inline-block; margin: 0 auto; padding: 0 }
.dede_pages ul li { float: left; font-family: 'microsoft yahei'; margin: 0 2px; line-height: 25px; background: #fff; border: 1px solid #d8dadf }
.dede_pages ul li:nth-child(1) { padding: 0 10px }
.dede_pages ul li:nth-child(1) a { padding: 0 }
.dede_pages ul li a { color: #555; display: block; padding: 0 10px; }
.dede_pages ul li:hover { text-decoration: none; color: #fff; border: 1px #333 solid; background-color: #333 }
.dede_pages ul li:hover a { color: #fff }
.dede_pages ul li:hover a:hover { color: #fff; text-decoration: none }
.dede_pages ul li.thisclass { background-color: #333; color: #fff; border: 1px #333 solid; padding: 0 10px }
.dede_pages ul li:last-child { padding: 0 10px }
.dede_pages ul li:last-child a { padding: 0 }
.dede_pages ul li.thisclass a { color: #fff; padding: 0 }
.dede_pages .pageinfo { line-height: 30px; padding-left: 5px }
.dede_pages strong { font-weight: 400 }
#maximg img { max-width: 100%; height: auto !important }
/**********/







.retalist { padding: 2%; width: 96%; display: block; overflow: hidden }
.retalist li { width: 100%; float: left; line-height: 36px; border-bottom: 1px dashed #ccc; text-align: left; font-size: 14px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/****表单********/

.bg6 { padding: 70px 0 20px }
.bg5 { padding: 0 }
.bg4 { background-color: #F6F6F6; }
form, input, legend, textarea, th, td { margin: 0; padding: 0; }
button { outline: 0; }
mark { color: #000; background: #ff0; }
small { font-size: 80%; }
img { border: 0; }
button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; outline: none; }
li { list-style: none; }
i { font-style: normal; }
em { font-style: oblique; }







 











	/* ------------------- */



	::-moz-placeholder {
 color: #9fa3a7;
}







	::-webkit-input-placeholder {
 color: #9fa3a7;
}







	:-ms-input-placeholder {
 color: #9fa3a7;
}
.pc-kk-form { padding: 15px 20px; }
.pc-kk-form h4 { text-align: center; font-size: 20px; width: 100%; padding-bottom: 10px }
.pc-kk-form h5 { text-align: center; font-size: 14px; font-weight: 500; width: 100%; padding-bottom: 10px; color: #999 }
.pc-kk-form-list { background: #fff; border: 1px solid #e5e5e5; border-radius: 5px; height: 44px; line-height: 44px; margin-bottom: 10px; position: relative; padding-left: 10px }
.pc-kk-form-list span { float: left; }
.pc-kk-form-list input { width: 80%; border: none; background: none; color: #9fa3a7; font-size: 14px; height: 36px; padding: 4px 10px; }
.pc-kk-form-list i { font-style: normal; color: #f00; padding-right: 5px; }
.pc-kk-form-list textarea { background: none; border: none; height: 60px; padding: 10px; resize: none; width: 94%; line-height: 22px; color: #9fa3a7; font-size: 14px; }
.nice-select { position: relative; background: #fff url(../images/a2.jpg) no-repeat right center; background-size: 18px; width: 570px; float: left; height: 44px; line-height: 44px; }
.nice-select ul { width: 100%; display: none; position: absolute; left: -1px; top: 44px; overflow: hidden; background-color: #fff; max-height: 150px; overflow-y: auto; border: 1px solid #b9bcbf; z-index: 9999; border-radius: 5px; }
.nice-select ul li { padding-left: 10px; }
.nice-select ul li:hover { background: #f8f4f4; }
.pc-kk-form-list-clear { }
.pc-kk-form-btn { text-align: center }
.pc-kk-form-btn button { background: #ec5224; color: #fff; border: none; width: 100%; height: 50px; line-height: 50px; font-size: 16px; border-radius: 50px; display: inline-block }
.pc-kk-form-btn .tijiao { background: #611961; color: #fff; border: 1px solid #fff; width: 120px; height: 50px; line-height: 50px; font-size: 16px; text-align: center; cursor: pointer; display: inline-block }
.pc-kk-form-btn .tijiao:hover { background: #fff; color: #611961; border: 1px solid #611961; width: 120px; height: 50px; line-height: 50px; font-size: 16px; text-align: center }
.pc-kk-form-btn .tijiao2:hover { background: #611961; color: #fff; border: 1px solid #fff; width: 120px; height: 50px; line-height: 50px; font-size: 16px; text-align: center; cursor: pointer }
.pc-kk-form-btn .tijiao2 { background: #fff; color: #611961; border: 1px solid #611961; width: 120px; height: 50px; line-height: 50px; font-size: 16px; text-align: center; display: inline-block }


 @media screen and (max-width: 767px) {
#invest_content{ width:320px; margin:0 auto}
.pc-kk-form-list input { width: 160px; border: none; background: none; color: #9fa3a7; font-size: 14px; height: 36px; padding: 4px 10px; }
.nice-select{ width:180px;}

.listbox li a { display: inline; float: left; line-height: 30px; text-align: left; width: 90%; overflow: hidden; font-size: 16px; }
.contact-about dl { padding:20px; }
.

 }

 
 /****************/
 

 
/* 颜色 */
.title-130 {
    border-bottom: 1px solid #e2e2e2;
    font-size: 24px;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 32px;
}
.list-130 li {
    border-bottom: 1px dotted #ccc;
}
/* 颜色 end*/
.title-130 small {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-left: 10px;
}
.list-130 li span {
    float: right;
    font-size: 12px;
}
.news130 {
    padding: 50px 0;
}
 .more130 {
     font-size: 14px;display: inline-block; margin:  15px 0; line-height:25px; color: #fff; padding: 0 15px; background-color: #611961; border: 1px solid transparent; 
}
 




.banner-sub  .item130 {      
      position: absolute;
        right: 40%;
        left: auto;
        top: 30%;  
  width:400px;
}
 .wrap130 {
  
}
.title-130 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.list-130 li a {
    display: block;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0px;
}
@media screen and (max-width: 767px) {
 .banner-sub .item130{
  
    width: 100%; display: none;
}
  .wrap130 {
    margin-top: 20px;display: none;
}
  .title-130 {
    font-size: 18px;
}
}

