body {font-family:"微软雅黑",Helvetica Neue,Tahoma,Arial;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background:#fff;height:100%;position:relative;}
textarea,input[type="text"] {-webkit-appearance:none;}
h1,h2,h3,h4,h5,h6,figure {font-weight:400;}
::-webkit-selection {color:#fff;background:#E7161A;}
::-moz-selection {color:#fff;background:#E7161A;}
::selection {color:#fff;background:#E7161A;}
a {color:#666;text-decoration:none;transition: all .5s}
a:focus,a:hover {transition:none;transition: all .5s}
a.text-gray:hover{color:#F32278}
p{margin:0}
dl,dd,ul,li {margin:0;padding:0;list-style:none}
.list-paddingleft-2 {padding:0}
@font-face {font-family: 'Conv_DINCondensedC';src: url('../fonts/DINCondensedC.eot');src: local('â˜º'), url('../font/DINCondensedC.woff') format('woff'), url('../font/DINCondensedC.ttf') format('truetype'), url('../font/DINCondensedC.svg') format('svg');font-weight: normal;font-style: normal;}
@font-face{font-family: "Bebas";src: url("../font/BEBAS___-webfont.woff.ttf") format('opentype');font-weight: normal;font-style: normal}
@font-face{font-family:Politica;src:url(../font/politicaregular.woff) format('opentype');font-weight:400;font-style:normal}
@font-face{font-family: 'fzlantingheis-ul-gbregular';src: url('../font/fzltcxhjw.eot');src: url('../font/fzltcxhjw.eot?#iefix') format('embedded-opentype');src:url('../font/fzltcxhjw.woff') format('woff'), url('../font/fzltcxhjw.ttf') format('truetype'), url('../font/fzltcxhjw.svg#fzltcxhjw') format('svg'),local('fzltcxhjw'),local('Myriad Pro');}
.Bebas {font-family:"Bebas";}
.Politica {font-family:"Politica";}
.Conv_DINCondensedC{font-family:"Conv_DINCondensedC";}

/* 布局 */
.container-wrap{max-width:900px;margin:0 auto;display:block;padding:0 10px;}
.container-wrap:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden}
.container-layout{max-width:86%;}
.sidebar-l {margin-right:30px}
.sidebar-r {margin-left:0px;}
.none{display: none;}
.block{display: inline-block;}
.bg-main {background:#666}
.bg-gray {background:#F5F5F5}
.bg-overlay{background-attachment: fixed;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;}/* background-attachment: fixed */
.bg-overlay:after {position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);}
.button-big {padding:10px 25px;}
.button-large {padding: 14px 50px;}
.padding-small{padding:10px;}
.padding-middle{padding:20px;}
.padding-big{padding:30px;}
.padding-large{padding:40px;}
.padding-large-left{padding-left:100px;}
.padding-large-right{padding-right:100px;}
.padding-large-bottom{padding-bottom:100px;}

.blank{height:10px;line-height:10px;clear:both;font-size:0;}
.blank-small {height:30px;line-height:30px;clear:both;font-size:0;}
.blank-middle {height:50px;line-height:50px;clear:both;font-size:0;}
.blank-big {height:80px;line-height:80px;clear:both;font-size:0;}
.blank-large{height:100px;line-height:100px;clear:both;font-size:0;}

.line-large {margin-left:-40px;margin-right:-40px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12 {position:relative;min-height:1px;padding-right:40px;padding-left:40px}

/* owl-carousel滚动插件*/
/* 默认圆点 */
.owl-carousel .owl-dots {position:absolute;top:50%;padding:0;text-align:left;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.owl-carousel .owl-dots .owl-dot {display:inline-block;position:relative;vertical-align:middle;}
.owl-carousel .owl-dots .owl-dot span {width:6px;height:6px;margin:0 5px;border-radius:50%;background-color:rgba(255,255,255,.6);display:inline-block;text-align:center;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;}
.owl-carousel .owl-dots .owl-dot.active span {background-color:rgba(0,0,0,.8);width:12px;border-radius:10px;}

/* 默认箭头 */
.owl-carousel .owl-nav i{font-size:20px;}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {background:#000;opacity:0;width:40px;height:40px;line-height:44px;top:50%;margin-top:-20px;-webkit-transition:all ease 500ms;-o-transition:all ease 500ms;transition:all ease 500ms;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;text-align:center;border-radius:50%;}
.owl-carousel .owl-nav .owl-prev {left:20px;right:auto;}
.owl-carousel .owl-nav .owl-next {right:20px;}
/* owl-carousel滚动插件 end */

/* ========================== 首页 ========================== */
.slides .media-img{position:relative;overflow:hidden}
.slides .media-img .post-link{background:rgba(0,0,0,0);width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;transition:.5s;text-indent:-3000px}
.slides .media-img .zoom-banner{transition:.5s;padding-bottom:42%;display:block;width:100%;height:0;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;position:relative}
.slides .media-img .title{padding-top:21%; text-align:center}/* 广告图的字要居中就将这个加入 text-align:center */
.slides .media-img .title h2{font-size:48px;margin-bottom:40px;margin-top:10px;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.3);letter-spacing:1px}
.slides .media-img .title h3 {letter-spacing:1px;font-size:24px;font-weight:300;margin: 0;position:relative;opacity:0.9;}
.slides .media-img .title p{font-size:18px;line-height:32px;color:#fff;opacity:0.9;}
.slides .media-img .title i{font-size:22px;color:#fff}
.slides-arrow:hover .owl-nav .owl-next,.slides-arrow:hover .owl-nav .owl-prev{opacity:.6;color:#fff;}
.slides-arrow.dot-center .owl-dots{position:relative;top:-30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}

/* 视频广告videbacking */
.video-back{position:relative;min-height: calc(100vh - 235px);}
.video-back:after{z-index:1;position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.video-back:hover:after{background-color:rgba(0,0,0,0);-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.video-back .title{position:relative;z-index:2;padding-top:25%;}
.video-back .title h2{margin-bottom:40px;font-size:54px;font-weight:600;letter-spacing:1px}
.video-back .title i{font-size:48px}
/* 视频广告videbacking */

/*服务项目 begin  */
.trade-box-item {position:relative;height:220px;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.trade-box-item:before {content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.03);transition:all .5s cubic-bezier(.4,0,.2,1)}
.trade-box-item:hover:before {background-color:rgba(0,0,0,.3)}
.trade-box-item a{position:absolute;width:100%;height:100%;left:0;top:0}
.trade-box-item .item-title {bottom:30px;left:50px;position:absolute;transition:all .5s cubic-bezier(.5,0,.2,1);}
.trade-box-item .item-title h2{font-size:24px;font-weight:600;margin:5px 0 20px 0;}
.trade-box-item .item-title h3{opacity:0;transition:all .5s cubic-bezier(.5,0,.2,1);}
.trade-box-item:hover .item-title{bottom:70px;transition:all .5s cubic-bezier(.5,0,.2,1);}
.trade-box-item:hover .item-title h3{opacity:.8;}
/* 服务项目  */

/* 友情链接*/
#friend {line-height:32px;position:relative;z-index:999;float:right}
#friend a{display:block;margin-left:30px;font-size:14px}
#friend a:hover{color:#ccc}
#friend ul {padding:10px 20px;min-width:160px;border:1px solid #202020;background:#181818;bottom:31px;display:none;right:0;overflow:hidden;position:absolute;}
#friend ul li a {display:block;line-height:28px;padding:0;margin:0}
#friend ul li a:hover {text-decoration:none;}
/* 友情链接 end*/

/* 首页弹出观点内容 为了SEO*/
#popup {line-height:32px;position:relative;z-index:999;float:right}
#popup a{display:block;margin-left:20px;font-size:16px;margin-top:5px;color:#999;}
#popup a:hover{color:#CCC}
#popup ul {overflow-y: auto;min-width:300px;background:#222;border-bottom:0;bottom:30px;display:none;right:0;overflow:hidden;padding:10px 20px;position:absolute;}
#popup li a{display:block;padding:5px 0;line-height:22px;margin:0;font-size: 14px}
#popup li.dot a {padding-left:15px;position:relative}
#popup li.dot:hover a:before {background:#E7161A;}
#popup li.dot a:before {content:'';position:absolute;left:0px;background:#ccc;width:5px;height:5px;top:13px;border-radius:50%}
/* 首页弹出观点内容 为了SEO end*/

/* 首页新闻 */
.home-news-h .media-img {position:relative;}
.home-news-h .media-img .h{padding-bottom:100%;display:block;width:100%;height:0;overflow:hidden;background-position:center 0;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;position:relative;text-indent: -3000px;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.home-news-h .media-img:hover .h{background-position:center bottom;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.home-news-h .media-img .post-title{background:rgba(0,0,0,0.3);bottom:0px;left:0px;width:100%;padding:20px;position:absolute;color:#333;transition:0.5s;}
.home-news-h .media-img .post-title strong a {color:#fff;font-size:18px;font-weight:300;line-height:24px;display:block;}
.home-news-h .media-img:hover .post-title strong a {color:#E7161A;}
.home-news-h:hover .owl-nav .owl-next,.home-news-h:hover .owl-nav .owl-prev{opacity:.6;color:#fff;}
.home-news-h.dot-center .owl-dots{position:relative;top:-30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页新闻 end */

/* 时间拆分的新闻 */
.post-time .media{position:relative;margin-top:0;margin-bottom:10px;padding:25px 30px;height:152px;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.post-time .media:hover{-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);}
.post-time .media .date{border-right:1px solid #efefef;height:auto;margin-right:30px;padding-right:30px}
.post-time .media .date .day{font-size:28px;color:#666;}
.post-time .media .date .year{font-size:16px;color:#999;}
.post-time .media .date hr{width:20px;height:2px;margin:10px auto 15px auto;background:#E7161A}
.post-time .media .media-body strong a{color:#666;font-size:18px;font-weight:400;line-height:28px;transition: all 0.3s;margin-bottom:10px}
.post-time .media:hover .media-body strong a{color:#C02F25;transition: all 0.3s;}
.post-time .media i{position:absolute;right:30px;bottom:30px}
/* 时间拆分的新闻 */

/* 时间拆分的新闻 */
.post-text .item{position:relative;margin-bottom:10px;padding:25px 30px;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.post-text .item:hover{-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);}
.post-text .item strong a{color:#666;font-size:18px;font-weight:400;line-height:30px;transition: all 0.3s;}
.post-text .item .date{border:1px solid #EEE;padding:10px 25px 5px 25px;margin-top:20px}
.post-text .item .date .day{font-size:28px;color:#666;}
.post-text .item .date .year{font-size:16px;color:#999;}
.post-text .item .date hr{width:20px;height:2px;margin:10px auto 10px auto;background:#E7161A}
.post-text .item p{line-height:24px;margin-top:0;color:#999;font-size:14px}
.post-text .item strong a{line-height: 28px}
.post-text .item:hover strong a{color:#C02F25;transition: all 0.3s;}
.post-text .item i{position:absolute;right:30px;bottom:30px}
/* 时间拆分的新闻 */



/* ========================== 首页 end==========================*/


/* ========================== 关于 =============================== */

/* 关于动画数字 */
.about-data-style3 i{font-style:normal;}
.about-data-style3 .media{position:relative;}
.about-data-style3 .counter{font-size:72px;line-height:90px;}
.about-data-style3 span{font-weight:normal;font-size:72px;}
.about-data-style3 p{line-height:20px;}

/* 关于团队图片 */
.about-team .media-img{position:relative;overflow:hidden}
.about-team .media-img img{transform: scale(1);-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.about-team .media-img:after {position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:rgba(0,0,0,0.3);-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.about-team .media-img:hover:after {background:rgba(0,0,0,.075);transition:0.5s;}
.about-team .media-img:hover img{transform: scale(1.3);-webkit-transition:0.9s;-o-transition:0.9s;transition:0.9s;}
/* 关于团队图片 end */

/*关于&首页-合作伙伴 logo*/
.partners-style1 ul {border-right:1px solid #E7161A;border-top:1px solid #EFEFEF;border-collapse:collapse;}
.partners-style1 ul li.col-5{width:20%;float:left;}
.partners-style1 ul li .list-li{overflow:hidden;border-left:1px solid #EFEFEF;border-bottom:1px solid #EFEFEF;border-right:1px solid #EFEFEF;border-top:1px solid transparent;margin-left:-1px;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.partners-style1 ul li .list-li:hover {-webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);z-index:2;position:relative;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.partners-style1 ul li .list-li img {padding:5px;margin:0 auto;}
/*-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);*/
.partners-style1 ul li .list-li img:hover {opacity:1;-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);filter:grayscale(0%);}
/*关于&首页-合作伙伴 logo end*/

/* 关于我们滚动图片 begin*/
.about-img-stroll{position:relative;}
.about-img-stroll .item{min-height:500px;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.about-img-stroll .about_contact {position:absolute;left:0;right:0;top:50%;margin-top:-100px;width:100%;text-align:center;z-index:2}
.about-img-stroll .about_contact h2{font-size:36px;font-weight:700;padding-bottom:38px;}
.about-img-stroll .about_contact h3{font-size:36px;font-weight:normal;padding-bottom:38px;}
.about-img-stroll .about_contact .button{color:#fff;border:2px solid #fff;}
.about-img-stroll .about_contact .button:hover{background: #C21819;color:#fff;border:2px solid #C21819;}
/* 关于我们滚动图片 begin*/

/* ========================== 关于 end====================== */

/* ==========================  服务 ==========================  */
.bg-invert-1{background:#F6A60F}
.bg-invert-2{background:#577DF6}
.bg-invert-3{background:#7E57F6}
.bg-invert-4{background:#F67B0F}

.service{padding:0;margin:10px 0 0 0;}
.service:hover .block{display: none;}
.service:hover .none{display: inline-block;}
.service a{display: block;width: 100%;height: 100%;}
.service .media{padding:40px}
.service .media-body strong{padding:20px 0;font-weight:600;position:relative;margin-bottom:0px}
/*.service .media-body strong:before {content:'';display:block;position:absolute;width:20px;height:2px;bottom:0px;left:0;background-color:rgba(255,255,255,.6);}*/
.service .media-body ul li{position:relative;}
.service .media-body ul li p{line-height:32px;padding-left:20px;}
.service .media-body ul li::before {content:'';position:absolute;top:15px;left:0;background:#fff;width:6px;height:6px;border-radius:50%;}

/* 优势 */
/* .whyus-bg{background-repeat:no-repeat;background-position:center center;background-size:cover;} */
.whyus-right{overflow:hidden;max-width:570px;margin:60px 0 60px 20px;}
.whyus-right h4{font-size:30px;font-weight:300;position:relative;font-family: 'Conv_DINCondensedC';text-transform: uppercase}
.whyus-right h2{font-size:40px;font-weight:400;text-transform:uppercase;margin:0 0 20px}

.whyus .item-inner{padding:30px;border-right:1px solid rgba(255,255,255,.05)}
.whyus .media{float:left;width:50%;margin:0}
.whyus .media:hover .block{display: none;}
.whyus .media:hover .none{display: inline-block;}
.whyus .media:nth-child(2n) .item-inner{border-right:0px solid rgba(255,255,255,.05)}
.whyus .media:nth-child(1) .item-inner,.whyus .media:nth-child(2) .item-inner{border-bottom:1px solid rgba(255,255,255,.05);}
.whyus .media-body strong{padding:20px 0 10px 0;font-weight:600;font-size:18px}
.whyus .media-body p{font-size:14px}/* color:rgba(255,255,255,0.6); */

/* 合作步骤 */
.step li{width:12.33%;height:146px;background-color:#f2f2f2; border-radius:50%; float:left;position:relative; margin-right:2.28%;}
.step li i{display:block;width:45px; height:48px; margin:37px auto 0 auto;background-position:0px 0px; background-repeat:no-repeat; -webkit-transition: all .5s ease; transition: all .5s ease;}
.step li:hover i{background-position:0px -48px;}
.step li p{display:block; line-height:30px; font-size:16px; color:#666; text-align:center;}
.step li.on-2,.step li.on-4,.step li.on-6{margin-top:150px;}
.step li:nth-of-type(7){margin-right:0;}
.step li:before{content:""; display:block; width:100%; height:1px; border-top:2px dashed #ddd; position:absolute; right:-80%; top:112%; -webkit-transform: rotate(38deg); transform: rotate(38deg);}
.step li.on-2:before,.step li.on-4:before,.step li.on-6:before{-webkit-transform: rotate(-40deg); transform: rotate(-40deg); top:-20px;}
.step li:nth-of-type(7):before{display:none;}
/* ==========================  服务 end ==========================  */

/* ========================== 案例  ========================== */
/*首页TAB 2022-01-05*/
.tab-normal .tab-head {border-bottom:0 solid #E5ECF2;border-radius:0;font-size:0;-webkit-text-size-adjust:none;}
.tab-normal .tab .tab-nav li {display:inline-block;width:auto;margin:0 20px;padding:0;}
/* .tab-normal .tab .tab-nav li:last-child {margin-right:0px} */
.tab-normal .tab .tab-nav li a {color:#666;padding:0;border:0;line-height:20px;border-radius:0;font-size:16px;text-align:center;outline:none}
.tab-normal .tab .tab-nav li a:hover{color:#E7161A;}
.tab-normal .tab .tab-nav .active a{position:relative;border-radius:0px;color:#E7161A}
.tab-normal .tab .tab-nav .active :before{position:absolute;border-radius:5px;width:100%;height:2px;left:0;bottom:-9px;background-color:#E7161A;display:block;content:'';}
.tab-normal .tab .tab-nav li a,.tab-normal .tab .tab-nav .active a:focus {outline:none;}
.tab-normal .tab .tab-body {padding:0;border-radius:0;border-top:0px}

/* 案例列表效果2 begin */
.list-case-overlay .media-img {position:relative;overflow:hidden;}
.list-case-overlay .media-img:after {position:absolute;top:0;left:0;z-index:1;content:"";width:100%;height:100%;transition:0.5s;}
.list-case-overlay .media-img:hover:after {background:rgba(0,0,0,.8);transition:0.5s;}
.list-case-overlay .media-img .post-overlay {width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;z-index:3;opacity:0;filter(alpha=0)}
.list-case-overlay .media-img .post-content {position:absolute;padding:40px;top:0;left:0;right:0;bottom:0;z-index:2;}
.list-case-overlay .media-img h2 {font-size:16px;opacity:0;transition:0.5s;}
.list-case-overlay .media-img p{opacity:0;transition:0.5s;}
.list-case-overlay .media-img:hover p{opacity:0.8;transition:0.6s;padding-top:35px}
.list-case-overlay .media-img .tags{opacity:0;transition:0.5s;position:absolute;bottom:30px;left:40px}
.list-case-overlay .media-img:hover .tags{opacity:1;transition:0.5s;bottom:40px;}
.list-case-overlay .media-img:hover h2{opacity:1;transition:0.5s;padding-top:10px;position:relative;}
.list-case-overlay .media-img h2:before {content:'';display:block;position:absolute;width:20px;height:2px;bottom:-15px;background:#fff;left:0}
.list-case-overlay .media-img img{transform: scale(1);transition:0.5s;}
.list-case-overlay .media-img:hover img{transform: scale(1.1);transition:0.5s;}
.list-case-overlay .border-top{border-top:2px solid #fff}
/* 案例列表效果2 end*/

/* 案例列表效果1 begin*/
.list-case-zoom dl {-webkit-transition:.3s;transition:.3s;margin-bottom:20px}
.list-case-zoom dl dt{position:relative;}
.list-case-zoom dl dt:after {position:absolute;top:0;left:0;content:"";width:100%;height:100%;transition:0.3s;}
.list-case-zoom dl dt .button{width:140px;margin:-20px auto;top:50%;text-align:center;opacity:0;left:0;right:0;position:absolute;text-transform:uppercase;z-index:3;transition:0.3s;}
.list-case-zoom dl dd {padding:25px;-webkit-transition:.3s;transition:.3s;background:#FFF;}
.list-case-zoom dl dd h4 {color:#181818;display:block;font-size:16px;line-height:20px;position:relative;padding-left:0px;padding-bottom:8px}
.list-case-zoom dl dd h4:before {content:'';display:block;position:absolute;background:#E7161A;width:20px;height:2px;top:10px;left:-25px}
/* .list-case-zoom dl dd h4 a {font-weight:normal;color:#181818;display:block;font-size:16px;} */
.list-case-zoom dl dd p{color:#666;height:20px;line-height:20px}
.list-case-zoom dl:hover dd{background:#F5F5F5}
/* .list-case-zoom dl:hover dd h2 a,.list-case-zoom dl:hover dd p{color:#FFF} */
.list-case-zoom dl:hover dd h2:before{background:#E7161A}
.list-case-zoom dl:hover dt:after {background:rgba(0,0,0,0.6);-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.list-case-zoom dl:hover dt .button{opacity:1;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
/* 案例列表效果2 end*/

/* 案例介绍页头部 */
.case-topic{min-height: calc(100vh - 200px);background-attachment: fixed;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.case-topic:after {position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);}

.case-head {z-index: 3;padding-top:28%;position:absolute;left:0;right:0;z-index:3}
.case-head h2{font-size:48px;color:#fff;font-weight:600;position:relative;margin-bottom:50px}
.case-head h2:before {left:0;bottom:-10px;width:46px;height:3px;background:#E7161A;content:'';display:block;position:absolute;}
.case-head span{width:48px;height:48px;line-height:48px;border:1px solid #fff;color:#fff;display:block;text-align:center;border-radius:50%}
.case-head span:hover{background:#FFF;color:#333}

.case-content h2{font-size:36px;font-weight:600;line-height:42px;margin:10px 0;}
.case-content p {font-size:16px;line-height:28px;margin-bottom:10px;color:#666}
.case-content img {padding:30px 0 20px 0;max-width:100%}
.case-content a.button{padding:15px 45px;background:#000}
.case-content a.button:hover{background:#E7161A}

.case-video{z-index: 3;padding-top:18%;position:absolute;left:0;right:0;z-index:3}
.case-video video{height: 100%;width:100%;object-fit: fill;border-radius: 6px}
/* 案例介绍页 end */
/* ========================== 案例 end ========================== */

/* ========================== 新闻  ========================== begin */

/* 置顶新闻 */
.list-news-top{padding-top:120px}
.list-news-top img{padding-right:20px}
.list-news-top .info {padding:50px;}
.list-news-top .info h2 {margin:10px 0 20px 0}
.list-news-top .info h2 a{font-size:32px;font-weight:600}
/* 置顶新闻 */

.normal-list li{position:relative;display:block;background:#FFF;margin-bottom:10px;transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;}
.normal-list li a{display:block;font-size:16px;line-height:24px;padding:20px 30px 20px 50px;color:#333;transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;}
.normal-list li span{color:#999;position:absolute;right:30px;top:28px}
.normal-list li:hover{background:#C02F25;color:#FFF;transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;}
.normal-list li:hover a,.normal-list li:hover span{color:#FFF}
.normal-list li.dot:hover a:before {background:#fff;}
.normal-list li.dot a{position:relative}
.normal-list li.dot a:before {content:'';position:absolute;left:30px;background:#ececec;width:7px;height:7px;top:30px;border-radius:50%}

/* 纯文字列表  begin*/
.list-post-text li {padding:5px 0;}
.list-post-text li a{display:block;}
.list-post-text li.dot a{padding-left:15px;position:relative}
.list-post-text li.dot:hover a:before {background:#C02F25;}
.list-post-text li.dot a:before {content:'';position:absolute;left:-2px;background:#ccc;width:6px;height:6px;top:9px;border-radius:50%}
/* 纯文字列表  end*/

/* 左图右文 */
.excerpt {position:relative;overflow:hidden;margin-bottom:20px;}
.excerpt:last-child{border-bottom:none;;}
.excerpt .focus {float:left;overflow:hidden;position:relative;}
.excerpt .focus .imagelink {width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;z-index:2;opacity:0;filter(alpha=0)}
.excerpt .focus span{display:block;position:absolute;top:20px;right:20px;padding:0 10px;z-index:1}
.excerpt .thumb-big {width:60%;margin-right:30px;}
.excerpt .thumb-small {width:40%;margin-right:30px;}

.excerpt h2{display:block;line-height:28px;max-height:56px;margin:30px 30px 20px 0;font-weight:600;overflow:hidden}
.excerpt h2 a{font-size:20px;color: #333;}
.excerpt .note {color:#999;word-wrap:break-word;line-height:24px;padding-right:30px}
.excerpt .time {position:absolute;left:40%;margin-left:30px;bottom:30px;}
.excerpt .itag {position:absolute;right:30px;bottom:30px;}
.excerpt .focus:after {position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);-webkit-transition:.3s;transition:.3s;}
.excerpt:hover .focus:after {position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);-webkit-transition:.3s;transition:.3s;}
/* 左图右文 end */

/* 左图右文 */
.excerpt-one {position:relative;overflow:hidden;margin-bottom:20px;}
.excerpt-one:last-child{border-bottom:none;;}
.excerpt-one .focus {float:right;overflow:hidden;position:relative;}
.excerpt-one .focus .imagelink {width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;z-index:2;opacity:0;filter(alpha=0)}
.excerpt-one .focus span{display:block;position:absolute;top:20px;left:20px;padding:0 10px;z-index:1}
.excerpt-one .thumb-big {width:50%;margin-left:30px;}
.excerpt-one .thumb-small {width:40%;margin-left:30px;}

.excerpt-one h2{display:block;line-height:28px;max-height:56px;margin:30px 0 20px 30px;font-weight:600;overflow:hidden}
.excerpt-one h2 a{font-size:20px;color: #333}
.excerpt-one .note {color:#999;word-wrap:break-word;line-height:24px;padding-right:30px}
.excerpt-one .time {position:absolute;right:40%;margin-right:30px;bottom:30px;}
.excerpt-one .itag {position:absolute;left:30px;bottom:30px;}
.excerpt-one .focus:after {position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);-webkit-transition:.3s;transition:.3s;}
.excerpt-one:hover .focus:after {position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);-webkit-transition:.3s;transition:.3s;}
/* 左图右文 end */

/* 内容 begin */
.article .post-meta{line-height:32px}
.article .padding-large{padding:0 100px 50px 100px}
.article .post-title h1{font-size:28px;font-weight:500;margin:10px 0}
.article .post h2{font-size:24px;font-weight:600;line-height:28px;margin:10px 0;color:#333}
.article .post h3{font-size:18px;font-weight:600;line-height:24px;margin:10px 0;color:#333}
.article .post hr{margin:10px 0;height:1px}
.article .post strong{font-size:16px;font-weight:600;margin:5px 0;color:#333}
.article .post table{margin:20px 0}
.article .post table th{color:#666;border:1px solid #eee}
.article .post table td{padding:5px 3px;color:#666;}
.article .post table tr.ue-table-interlace-color-single{background:#daf0fd}
.article .post p{line-height:30px;margin-bottom:10px;color:#666;}
.article .post img{max-width:100%;}
.article .post a{text-decoration:none;border-bottom:1px solid #0053c4;color:#0053c4}
.article .post a:hover{color:#e7161a;border-bottom:0 solid #e7161a}
.article .post .text-right{text-align:right}
.article .post ul li{padding:0 0 5px 20px;position:relative;font-size:16px}
.article .post ul li p{line-height:24px}
.article .post ul li:before{content:'';position:absolute;top:10px;left:0;background:#999;width:8px;height:8px;border-radius:50%}
.article .post ol{padding:10px 0 0 0}
.article .post ol.list-paddingleft-2{position:relative}
.article .post ol li{padding:0;position:relative}
.article .post ol li p{line-height:26px;font-size:16px;color:#999}

/*
.content ol li:before {content:'';position:absolute;top:8px;left:0px;background:#FFF;width:12px;height:12px;border:2px solid #E7161A;border-radius:50%;}
.content ol li:after{content:'';position:absolute;top:12px;left:4px;background:#E7161A;width:4px;height:4px;border-radius:50%;}
.content ol li:hover:after{background:#000;}
*/
/* 内容 end */

/*  ========================== 新闻 end ==========================  */


/* =========================== 报价 ============================== */
/* 常见问题 begin**/
.collapse {width:100%;margin-bottom:10px;box-shadow: 0 1px 1px rgba(0,0,0,.075);}
.collapse .head {font-size:16px;height:70px;line-height:70px;padding:0 20px 0 30px;cursor:pointer;font-weight:600;background:#fff;border-radius:8px}
.collapse .head i {margin:28px 0 0 0;}
.collapse .arrow {float:right;width:16px;height:16px;overflow:hidden;background:url(../images/ico_jia.png) no-repeat;display:inline-block;border:0px}
.collapse .icon-jia {background-position:0 0;}
.collapse .icon-jian {background:url(../images/ico_jian.png) no-repeat;}
.collapse .cbody {padding:10px 40px 20px 30px;display:block;font-size:16px;background: #fff;color:#666;border-radius:0 0 8px 8px;margin-top:-20px;}
.collapse .cbody p {line-height:28px;margin-bottom:10px;}
.collapse .cbody a{color:#2C4BFF;text-decoration:underline;}
.collapse .cbody a:hover{text-decoration:none;}
.collapse .cbody ul li{padding:0 0 5px 20px;position:relative;font-size:16px}
.collapse .cbody ul li p{line-height:24px}
.collapse .cbody ul li:before{content:'';position:absolute;top:10px;left:0;background:#666;width:8px;height:8px;border-radius:50%}

/* 常见问题 end*/

/* ==========================价格 ==========================*/
.price-table {margin-top:70px;padding:50px 30px 30px 30px;background:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.05);box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.05);}
.price-table:hover {-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px);-webkit-box-shadow: 0px -5px 40px rgba(0, 0, 0, 0.06);box-shadow: 0px -5px 40px rgba(0, 0, 0, 0.06);}

.price-table.active.top{top:-20px;}
.price-table.active {position:relative;z-index:2;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}

.price-table:hover .price-ribbon {background:#E7161A;color:#fff}
.price-header {position:relative;text-align:center}
.price-header .price-ribbon {position:absolute;top:-60px;right:-40px;height:48px;line-height:48px;width:48px;background:#333;color:#fff;font-size:14px;font-weight:400;box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);}
.price-header .price-title {text-transform:uppercase;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.price-header .price-price {padding:30px 0 10px 0;font-size:36px}
.price-header .price-description {margin:0 0 20px;padding:0 30px;}

.price-body {padding:0 80px;}
.price-body ul li{position:relative;}
.price-body ul li p{line-height:36px;padding-left:25px;}
.price-body ul li::before {content: "\f00c";font-family: "Font Awesome 5 Pro";position:absolute;top:10px;left:0;color: #ed1e24;}
.price-order {padding:30px;background-color:transparent}
.price-order .button {max-width:150px;padding:12px 30px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);}
/* =========================== 报价 end============================== */

/*  ========================== 联系 ==========================  */
.c-l{padding:0 0 0 7%;}
.c-r{padding:0 7% 0 0;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.c-l h2,.c-r h2 {font-size:24px;font-weight:400;margin-bottom:5px}
.c-l .contact{padding:80px 0 70px 10px;}
.c-l .contact hr {height:1px;background:#F2F2F2}
.c-l .contact .media {margin:8px 0;padding:0 0 8px 0;}
.c-l .contact .media span{width:28px;height:28px;line-height:42px;}
.c-l .contact .media i {font-size:24px;}
.c-l .contact .media .media-body {padding:0 0 0 10px;margin-top:0px;}
.c-l .contact .media .media-body p{color:#666;}
.c-r .guestbook{padding:80px 10px 0 80px;min-height:580px;z-index:2;position:relative;}
.baidu-map {width:100%;height:680px;}

 /* 弹出层*/
.dialog {border:0;width:50%;margin:0 auto;box-shadow:0 10px 25px rgba(0,0,0,0.3);position:relative;border-radius:12px}
.dialog .dialog-head{padding:15px 0 15px 40px ;border-bottom: 0;background-color: #000000;border-radius:0;color:#fff;}
.dialog .dialog-head strong{font-size: 36px;font-weight: 600}
.dialog .close{position:absolute;right:15px;top:10px;z-index:9;font-size:32px;}
.dialog .close:hover{color:#D81A1B}
.dialog.fb{width:40%;border-radius:0}
.dialog.fb .close{font-size:48px;right:35px;top:23px;color:#fff;}

.dialog .dialog-body{padding:0px;line-height:24px;}
.dialog .dialog-body .register_img{position:relative;}
.dialog .dialog-body .register_img img{border-radius: 12px 0 0 12px}
.dialog .dialog-body .register_text{position:absolute;bottom:10px;right:30px;z-index:3}
.dialog-body h3 {font-size:24px;font-weight:600;color:#3A3A3F;margin-bottom:20px}
.dialog-body .form-group {padding-bottom:12px}
.dialog-body .input{height:48px;line-height:24px;padding:0 20px;width:100%;display:block;-webkit-appearance:none;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;b}
.dialog-body .textarea {padding:15px 20px;line-height:24px;width:100%;}
.dialog-body .label {padding-bottom:10px;display:block;line-height:24px;}
.dialog-body .label label {font-weight:400;}
.dialog-body select {padding:0 30px 0 15px;width: 100%; height:48px;line-height:48px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff url(../images/select-down.png) no-repeat right 50%;}
.dialog-body .form-tips .dialog-body .input-help ul {border:solid 0px #DDD;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.dialog-body .input::-webkit-input-placeholder, .dialog-body .textarea::-webkit-input-placeholder {color: #000;}
.dialog-body .input:-moz-placeholder, .dialog-body .textarea:-moz-placeholder {color: #000;}
.dialog-body .input::-moz-placeholder, .dialog-body .textarea::-moz-placeholder {color: #000;}
.dialog-body .input:-ms-input-placeholder, .dialog-body .textarea:-ms-input-placeholder {color: #000;} 
 /* 弹出层 end*/
.dialog-body .input-group .addon {background-color:#fff;border:0px solid #EBEBEB;border-radius:0px;line-height:1;padding:0;text-align:center}
.dialog-body .input-group .addon img{max-height:50px}

/*  ========================== 联系 end ==========================  */


/* ==========================  系统  ========================== */

/* 路径 */
.bread-style1 {line-height:60px;height:60px;font-size:0;}
.bread-style1 i{font-size:14px;color:#999}
.bread-style1 a{color:#999;font-size:14px;display:inline-block;}
.bread-style1 a:hover{color:#E7161A}
.bread-style1 a:after {content:"";padding:0 10px;background:url(../images/bread-style1.png) no-repeat center 50%;}
.bread-style1 a:last-child:after {content:"";background:none;}
/* 路径 */

/*悬浮客服 begin*/
.kefu-style1{position:fixed;width:40px;right:20px;top:50%;padding:10px 0 8px 0;z-index:999;border-radius:80px;box-shadow:0px 5px 10px 0px rgba(0,0,0,.3);}
.kefu-style1 ul li{width:40px;float:left;position:relative;transition:all .3s;cursor:pointer;margin:8px 0}
.kefu-style1 ul li i{font-size:16px;}
.kefu-style1 ul li.sidewx .wxBox.son{left:-150px;width:150px;padding:10px;display:none;position:absolute;top:0;box-shadow:0px 0 10px 0 rgba(0,0,0,.1)}
.kefu-style1 ul li.sidetel .telBox.son{left:-180px;width:200px;padding-right:20px;display:none;text-align:left;position:absolute;top:0px;}
.kefu-style1 ul li.sidetel .telBox .post{position:relative;padding:15px 10px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-radius:5px}
.kefu-style1 ul li.sidetel .telBox .post:after,.kefu-style1 ul li.sidewx .wxBox.son:after{border-left:6px solid #fff;z-index: 3;position: absolute;top:25px;right:-6px;display: inline-block;border-top:6px solid transparent;border-bottom: 10px solid transparent;content: '';}
.kefu-style1 ul li.sidetel .telBox .post .media {padding:5px 0;}
.kefu-style1 ul li.sidetel .telBox .post .media.media-x .float-left{margin-left:0px}
.kefu-style1 ul li.sidetel .telBox .post .media i{font-size:24px;}
.kefu-style1 ul li.sidetel .telBox .post .media .media-body {padding:0;margin:0px;}
.kefu-style1 ul li.gotop{margin-top:5px}
.kefu-style1 ul li.gotop:hover{opacity:.8;filter:Alpha(opacity=80);z-index:0}
.kefu-style1 ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}to{opacity:1}}
/*悬浮客服 end*/

/* 标签 */
.tag{display:inline-block;transition:0.3s;}
.tag.padding-small{padding:3px 8px;}
.tag.padding{padding:5px 12px;}
.tag.bg-none{padding:0;}
.tag.bg-white{background-color:rgba(255,255,255,.1);}
.tag.bg-black{background-color:rgba(0,0,0,.3);}

/* 社会化图标 */
.social-button{height:30px;margin:0 0 25px 0;text-align:right}
.social-button a{font-size:14px;border-radius:5px;border:2px solid #666;display:inline-block;width:26px;height:26px;line-height:20px;margin-left:10px;cursor:pointer;overflow:hidden;}
.social-button a:hover{color:#FFF;border:2px solid #FFF;}

/*分页样式 begin*/
.pagination li {margin:5px;font-size:16px;border:none;border-radius:3px;background:#fff}
.pagination li a {border-radius:3px;color:#666;padding:12px 16px;border:1px solid #DCDCDC;}
.pagination li i {font-size:18px;padding:0 2px}
.pagination li.active a,.pagination li a:hover {background:#E7161A;color:#fff;border:1px solid #E7161A;}
/*分页样式 end*/

/* ==========================  系统  end========================== */


/* ========================== 内页头部 ========================== */

/* 内页-广告 */
.banner{background-attachment: fixed;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.banner:after {position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);}

.banner-big{min-height: calc(100vh - 90px)}/* 0的时候浏览器高度全屏 */
.banner-middle{min-height:680px;}
.banner-small{min-height:550px;}

.banner-info {position:absolute;top:36%;left:0;right:0;z-index:3}
.banner-info h2 {letter-spacing:1px;font-size:48px;font-weight:600;margin-bottom:30px}
.banner-info h3 {font-family: 'fzlantingheis-ul-gbregular';letter-spacing:1px;font-size:40px;font-weight:300;margin:20px 20px 50px 20px;position:relative;}
.banner-info h3:before {left:50%;bottom:-20px;width:30px;margin-left:-15px;height:2px;background:#E7161A;content:'';display:block;position:absolute;}
.banner-info p{font-size:18px;line-height:32px;color:#fff;opacity:0.9;}

/* 内页-广告 end*/

/* ========================== 内页头部 ========================== */


/* ========================== footer-页脚 begin========================== */
footer{background:#000 url(../images/stay_low_key.png) no-repeat left 50%;background-size: 30% auto;}
footer .copyright{margin:30px 0 120px 0;text-align:right;color:#666}
footer .top{padding-top:100px;}
footer hr{background:#202020;margin-top:30px;margin-bottom:50px}
footer .contact p{line-height:32px}

footer .foot-link{line-height:32px;}
footer .foot-link a{display:block;color:#999;float:left;margin-left:20px;font-size:14px}
footer .foot-channel{line-height:40px;}
footer .foot-channel a{display:block;color:#999;float:left;margin:0 20px;font-size:16px}
footer .foot-link a:hover,footer .foot-channel a:hover{color:#fff;transition: all .5s}
.bottom-bar{display:none;z-index:999;}
/* ========================== footer-页脚 end==========================*/

/* ========================== 排版 ==========================  */


/* 标题样式2 */
.title-block-style1 h2 {position:relative;font-size:32px;font-weight:600;text-transform:uppercase;margin-bottom:40px}
.title-block-style1 h2:before {content:'';display:block;position:absolute;width:30px;height:3px;bottom:-10px;left:50%;margin-left:-15px;background:#E7161A;}
.title-block-style1 p,.title-block-style2 p {max-width:900px;margin:0 auto;padding:0 10px}

/*.title-block-style2{position:relative;z-index:2;}*/
.title-block-style2 h4{font-size:20px;text-transform: uppercase;}
.title-block-style2 h2{letter-spacing:1px;position:relative;font-size:42px;text-transform:uppercase;margin:0px auto 30px auto;}
.title-block-style2 h2:before {content:'';display:block;position:absolute;width:30px;height:3px;bottom:-10px;left:50%;margin-left:-15px;background:#E7161A;}

/* 标题样式4 */
.title-block-style4 h2 {line-height:18px;height:18px;color:#333;position:relative;font-size:20px;letter-spacing:0;padding-left:20px;margin-bottom:10px;}
.title-block-style4 h2:before {content:'';display:block;position:absolute;width:5px;height:20px;top:0px;background:#E7161A;left:0}

/* 分类样式2 */
.cat-menu-style2 .ul-list li {display:inline-block;position:relative;margin:0 20px;}
.cat-menu-style2 .ul-list li a{padding:0;font-size:16px;line-height:24px;color:#666;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;text-transform: uppercase}
.cat-menu-style2 .ul-list li a:hover{color:#E7161A;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.cat-menu-style2 .ul-list li a.active{color:#E7161A;border-bottom:2px solid #E7161A;padding-bottom:5px}
/* 分类样式2 */

/* ==========================  排版 end ==========================  */
@media screen and (max-width:1920px) {
.home-news-h .media-img .h{padding-bottom:90%;}
}

@media screen and (max-width:1440px) {
.container-layout {max-width:90%;}
.blank-middle {height:30px;line-height:30px;}
.blank-big {height:50px;line-height:50px;}
.blank-large {height:80px;line-height:80px;}
.padding-large{padding:30px;}
.padding-large-left{padding-left:30px;}
.padding-large-right{padding-left:30px;}
.padding-large-bottom{padding-bottom:30px;}
.line-large {margin-left:-30px;margin-right:-30px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12 {padding-right:30px;padding-left:30px}

/* 视频广告videbacking */
.video-back{min-height: calc(100vh - 200px);}
.video-back .title{padding-top:20%;}
.video-back .title h2{font-size:48px;margin-bottom:20px;}
/* 视频广告videbacking */

/* 首页-服务项目 */
.trade-box-item {height:180px;}
.trade-box-item .item-title {bottom:30px;left:30px;}
.trade-box-item:hover .item-title{bottom:50px;}
/* 首页-服务项目 end*/

.about-data-style3 .counter{font-size:54px;line-height:68px;}
.about-data-style3 span{font-size:54px;}

/* 顶头广告 */
.banner-middle{min-height:480px}
.banner-small{min-height:400px;}
.banner-info {top:36%;}
.banner-info h2 {font-size:42px;}
.banner-info h3 {font-size:36px;}

/* 时间拆分的新闻 */
.post-time .media{padding:20px;height:115px;}
.post-time .media .date{margin-right:20px;padding-right:20px}
.post-time .media .date .day{font-size:28px;}
.post-time .media .date .year{font-size:16px;}
.post-time .media .date hr{margin:10px auto;}
.post-time .media .media-body strong a{font-size:16px;line-height:18px;}
.post-time .media i{right:20px;bottom:20px}
/* 时间拆分的新闻 */

/* 时间拆分的新闻 */
.post-text .item{padding:10px 20px 20px 20px;height:178px;}
.post-text .item .p1440{display: none;}
.post-text .item strong a{font-size:16px;line-height:18px;}
.post-text .item .date{padding:8px 20px 5px 20px;margin-top:10px}
.post-text .item .date .day{font-size:28px;}
.post-text .item .date .year{font-size:16px;}
.post-text .item .date hr{margin:10px auto 5px auto}
.post-text .item p{line-height:24px;}
.post-text .item i{right:20px;bottom:20px}
/* 时间拆分的新闻 */

/* 服务 */
.whyus{max-width:100%;margin:20px;}
.whyus .item-inner{padding:15px 10px;}
.whyus .media-body strong{padding:10px 0;}
.whyus .media-body p{font-size:16px}
.whyus-right{margin:40px 0 40px 20px}
.whyus-right h4{font-size:24px;}
.whyus-right h4:before {left:50px}
.whyus-right h2 {font-size:36px;margin:0}
/* 服务  */

/* 联系 */
.baidu-map {height:480px;}
.c-l,.home-l{padding:0 0 0 5%;}
.c-r,.home-r{padding:0 5% 0 0;}
.contact-join{padding:80px 0}
.contact-join a.button {padding:10px 30px;}

/* footer页脚 */
footer .top{padding-top:120px;}
footer .copyright{margin:20px 0 120px 0;}
footer{background-size:45% auto;}

/* 系统 */
.social-button{margin:0 0 20px 0;}
/* 系统 end */

}

@media screen and (max-width:768px) {
/* .flex-control-nav {position:absolute;bottom:20px;} */
/* .flex-direction-nav {display:none} */
.container-layout{max-width:100%;}
.sidebar-l {margin-right:0px}
.sidebar-r {margin-left:0px;}
.padding-small,.padding-middle{padding:10px;}
.padding-big,.padding-large {padding:20px;}
.padding-large-left{padding-left:20px;}
.padding-large-right{padding-left:20px;}
.blank-small{height:10px;line-height:10px;}
.blank-middle {height:20px;line-height:20px;}
.blank-big {height:20px;line-height:20px;}
.blank-large {height:30px;line-height:30px;}
.button-big {padding:8px 20px;}
.button-large {padding: 8px 25px;margin:10px 0}
.text-default {font-size: 16px;}
.text-large{font-size:20px}

.line-big {margin-left:-6px;margin-right:-6px}
.line-big .x1,.line-big .x2,.line-big .x3,.line-big .x4,.line-big .x5,.line-big .x6,.line-big .x7,.line-big .x8,.line-big .x9,.line-big .x10,.line-big .x11,.line-big .x12,.line-big .xl1,.line-big .xl2,.line-big .xl3,.line-big .xl4,.line-big .xl5,.line-big .xl6,.line-big .xl7,.line-big .xl8,.line-big .xl9,.line-big .xl10,.line-big .xl11,.line-big .xl12,.line-big .xs1,.line-big .xs2,.line-big .xs3,.line-big .xs4,.line-big .xs5,.line-big .xs6,.line-big .xs7,.line-big .xs8,.line-big .xs9,.line-big .xs10,.line-big .xs11,.line-big .xs12,.line-big .xm1,.line-big .xm2,.line-big .xm3,.line-big .xm4,.line-big .xm5,.line-big .xm6,.line-big .xm7,.line-big .xm8,.line-big .xm9,.line-big .xm10,.line-big .xm11,.line-big .xm12,.line-big .xb1,.line-big .xb2,.line-big .xb3,.line-big .xb4,.line-big .xb5,.line-big .xb6,.line-big .xb7,.line-big .xb8,.line-big .xb9,.line-big .xb10,.line-big .xb11,.line-big .xb12 {position:relative;min-height:1px;padding-right:6px;padding-left:6px}
.line-large {margin-left:-5px;margin-right:-5px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12 {position:relative;min-height:1px;padding-right:5px;padding-left:5px}

.video-back{min-height: calc(100vh - 230px);}
.video-back .title{padding-top:65%;}
.video-back .title h2{font-size:28px;}

/*服务项目 begin  */
.trade-box-item {height:180px;}
.trade-box-item .item-title {bottom:20px;left:30px;}
.trade-box-item:hover .item-title{bottom:40px;}

.slides .media-img{text-align:center}
.slides .media-img .zoom-banner{padding-bottom:120%}
.slides .media-img .title{padding-top:45%;}
.slides .media-img .title h2{font-size:28px;margin:10px 0 20px 0;}

/* 默认箭头 */
.owl-carousel .owl-nav i{font-size:18px;}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {width:30px;height:30px;line-height:32px;margin-top:-15px;top:60%;}
.owl-carousel .owl-nav .owl-prev {left:10px;}
.owl-carousel .owl-nav .owl-next {right:10px;}
.owl-carousel.dot-center .owl-dots{top:-20px;}
/* owl-carousel滚动插件 end */

.post-time .date-list{height:120px;padding:0 10px;margin-right:20px}
.post-time .media .date .f-day{font-size:36px;}
.post-time .media .date .f-day-list{font-size:36px;}
.post-time .media .date .f-year{font-size:16px;}
.post-time .media .date hr{width:20px;height:2px;margin-top:20px;background:#C02F25}
.post-time .media .media-body h3 a{font-size:16px;font-weight:400;line-height:26px;transition: all 0.3s;}

.about-data-style3 .media{margin:20px 0 0 0;}
.about-data-style3 .counter{font-size:48px;line-height:56px;}
.about-data-style3 span{font-size:48px;}

/* 广告 */
.banner-middle{min-height:360px}
.banner-small{min-height:300px;}
.banner-info h2 {font-size:34px;}
.banner-info h3 {font-size:24px;margin:20px 20px 40px 20px;}
.banner-info p{display:none}

/* 案例详细页 */
.case-topic{min-height:360px;background-position:center top;background-size:auto 360px;}
.case-head h2 {font-size:28px;margin-bottom:30px}
.case-head h2:before {bottom:-10px;width:25px;height:2px;}
.case-content h2{font-size:24px;line-height:30px;}
.case-content img {padding:10px 0 0 0;}
.case-content a.button{padding:12px 30px;}

.title-block-style1 h2 {font-size:24px;margin:10px auto;}
.title-block-style2 h2 {font-size:26px;margin:0px auto 10px auto;}
.title-block-style2 h4{font-size:24px;line-height:26px}
.title-block-style1 p,.title-block-style2 p {padding:20px 10px 10px 10px}

.cat-menu-style1 a.active {height:48px;}
.cat-menu-style2 .ul-list li {display:block;width:25%;text-align:center;float:left;margin:8px 0;}

/* 内容页 */
.article .padding-large{padding:10px 10px 20px 10px}
.article .post h2{font-size:20px;line-height:26px}
.article .post h3{font-size:18px;line-height:24px}
.article .post img{width:100%;}

/* 左图右文 begin */
.excerpt {margin-bottom:12px;}
.excerpt .thumb-small,.excerpt .thumb-big {width:40%;margin-right:12px}
.excerpt h2 {margin:8px 12px 0 0;line-height:20px;height:48px;}
.excerpt h2 a {font-size:16px;}
.excerpt .note {color:#999;font-size:14px;}
.excerpt .time {left:40%;margin-left:12px;bottom:8px;line-height:14px}
.excerpt .itag {bottom:10px;right:12px;line-height:14px}

/* 右图左文 begin */
.excerpt-one {margin-bottom:12px;}
.excerpt-one .thumb-small,.excerpt-one .thumb-big {margin-left:10px}
.excerpt-one h2 {margin:10px 0 0 10px;line-height:26px;max-height:52px;}
.excerpt-one h2 a {font-size:16px;}
/* 右图左文 end */

/*首页TAB 2022-01-05*/
.tab-normal{margin-bottom:30px}
.tab-normal .tab-head{margin-bottom: 10px}
.tab-normal .tab .tab-nav li a {padding:0px;height:20px;line-height:20px;margin:0 10px;}
.tab-normal .tab .tab-nav li {margin: 0;}

/* 案例列表效果1 begin*/
.list-case-zoom dl dd {padding:10px 20px;}
.list-case-zoom dl dd h4 {overflow:hidden;height:22px;}
.list-case-zoom dl dt .button{width:106px;padding:5px 8px}

.list-news-top{padding-top:80px}
.list-news-top img{padding-right:0}
.list-news-top .info {padding:20px 0 0 0;}
.list-news-top .info h2 a{font-size:18px;}

.c-r .guestbook{padding:30px 10px 50px 20px;min-height:auto;}
.c-l .contact{padding:30px 0 50px 0;}
.about-img-stroll .item{min-height:300px;}
.about-img-stroll .about_contact h3{font-size:28px;padding-bottom:30px;}
.bread-style1 {line-height:50px;height:50px;}
.baidu-map {height:380px;}

/* 流程 */
.step li.on-1,.step li.on-3,.step li.on-5,.step li.on-7{width:47%;height:165px; margin:10px 15px 10px 0;}
.step li.on-2,.step li.on-4,.step li.on-6{width:47%;height:165px; margin:10px 0 15px 10px;}
.step li:before{display:none;}

/* 价格 begin*/
.price-table {padding:30px 20px 20px 20px;margin-top:10px}
.price-table.active.top{top:0;}

.price-header {position:relative;text-align:center}
.price-header .price-ribbon {top:-35px;right:-25px;height:42px;line-height:42px;width:42px;font-size:12px}
.price-header .price-price {padding:20px 0 5px 0;font-size:24px}
.price-header .price-description {margin:0 0 20px;padding:0 30px;}

.price-body {padding:0 100px;}
.price-body ul li p{line-height:36px;}
.price-order {padding:30px;background-color:transparent}
.price-order .button {max-width:150px;padding:12px 30px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}

/*移动底部导航 begin*/
.blank-bottom{height:50px;line-height:50px;clear:both; font-size:0;}
.bottom-bar{box-sizing:border-box; -webkit-box-sizing:border-box;display:block;}
.bottom-menu{height:50px; line-height:50px; border-right:1px solid #EB2C2F; box-sizing:border-box; -webkit-box-sizing:border-box;}
.bottom-menu:last-child{border-right:none;}
.bar-name a{display:block;padding:8px 0 0 0;line-height:20px;font-size:14px;}
.bar-name a i{font-size:16px;display:block;}
.bottom-menu-sub .arrow{width:0px;height:0px;position:absolute;left:50%;margin-left:-10px;bottom:-9px;border-top:10px solid #EEEEEE;border-left:10px solid transparent;border-right:10px solid transparent;z-index:10;}
.bottom-menu-sub .downward{width:0px;height:0px;position:absolute;left:50%;margin-left:-9px;bottom:-8px;border-top:9px solid #FFF;border-left:9px solid transparent;border-right:9px solid transparent;z-index:11;}
/*移动底部导航 end*/

footer{background:#000;}
footer .top{padding-top:50px;}
footer .contact p{text-align:center}
footer .logo{text-align:center;margin-bottom:20px}
footer .copyright {margin:20px 0 30px 0;text-align:center}

.social-button{margin:20px 0 0 0;text-align: center;}
.dialog,.dialog.fb{width:100%}
.dialog.fb .close{right:15px;top:15px;}
.dialog .dialog-head{padding:10px 0 10px 20px ;}
.dialog .dialog-head strong{font-size: 32px;}
.dialog .dialog-body{padding:20px}
.dialog .dialog-body .padding-large{padding:0px}

.post-time .media .date{margin-right:20px;padding-right:25px;padding-left:10px}
.post-time .media,.post-text .item{padding:20px;height:auto}
.post-text .item .date{padding:10px 15px 5px 15px;}
.post-text .item i,.post-time .media i{right:20px;bottom:10px}

.collapse .head {height:70px;line-height:24px;padding:10px 20px;}
.collapse .head i {margin:5px 0 0 10px;}
.collapse .cbody {padding:20px 40px 20px 20px;}
}
@media screen and (max-width:480px) {
/* 流程 */
.step li.on-1,.step li.on-3,.step li.on-5,.step li.on-7{width:46%;height:165px; margin:10px 15px 10px 0;}
.step li.on-2,.step li.on-4,.step li.on-6{width:46%;height:165px; margin:10px 0 15px 10px;}
}