@charset "utf-8";
.agent-pc ::-webkit-scrollbar{width:10px;height:10px}
.agent-pc ::-webkit-scrollbar-track{background:0 0}
.agent-pc ::-webkit-scrollbar-thumb{background-color:#333;border-radius:5px}
.agent-pc ::-webkit-scrollbar-thumb:hover{background-color:#963947}
.agent-pc ::-webkit-scrollbar-corner{background-color:#535353}
.agent-pc ::-webkit-scrollbar-resizer{background-color:#FF6E00}
.agent-pc body ::-webkit-scrollbar{width:8px}
.agent-pc body ::-webkit-scrollbar-thumb{background-color:#333}

* { padding: 0; margin: 0; }
ul li { list-style: none; }
a { text-decoration: none; transition: all .1s linear; }
img { border: none; float: left; }
input { border: none; background: none; }
input, textarea { font-family: "微软雅黑", Arial; outline: 0; font-size: 14px; -webkit-appearance: none; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.ellipsis { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block }
html, body { font: 12px Arial, "微软雅黑"; color: #7f7f7f; width: 100%; height: 100%; background: #1c1c1c; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
.fw { margin: 0 auto; width: 1180px; }
body { overflow-x: hidden;}
a, a i { color: #9e9e9e; }
a:hover, a.active { color: #ffffff; }
.yyloading { min-height: 50px; background: url(../images/loading.gif) center center no-repeat #ffffff; height: 100%; width: 100%; position: fixed; top: 0; left: 0; z-index: 96; }
.loading-overlay{text-align: center;position: fixed;display: table;z-index: 999;height: 100%;width: 100%;left: 0px;top: 0px;}
.loading-overlay .spinner {vertical-align: middle;display: table-cell;text-align: center;width: 100%;}
.loading-overlay .spinner > div {-webkit-animation: bouncedelay 1.4s infinite ease-in-out;animation: bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;background-color: #ffffff;display: inline-block;height: 10px;width: 10px;}
.loading-overlay .spinner .bounce1 {-webkit-animation-delay: -0.32s;animation-delay: -0.32s;}
@-webkit-keyframes bouncedelay { 0%, 80%, 100% {-webkit-transform: scale(0.0)}
40% {-webkit-transform: scale(1.0)}
}
@keyframes bouncedelay { 0%, 80%, 100% {transform: scale(0.0);-webkit-transform: scale(0.0);}
40% {transform: scale(1.0);-webkit-transform: scale(1.0);}
}
.owl-theme .owl-dots .owl-dot span{border: 1px solid #ffffff; border-color:rgba(255,255,255,.5); background:none; width:8px; height:8px; transition: all 0.2s ease-in}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#ffffff}
.owl-theme .owl-nav [class*="owl-"]{ width:80px; height:80px;background:none;padding:0; border-radius:0; margin:-40px 0 0 0}
.owl-theme .owl-nav i{font-size:52px;}
.owl-theme .owl-nav [class*="owl-"]:hover{background:none;}
.owl-theme .owl-nav > div{ position:absolute; top:50%; line-height:80px; background:none; transition:all ease-out .3s}
.owl-theme .owl-nav .owl-prev{left:-80px}
.owl-theme .owl-nav .owl-next{right:-80px}
.owl-theme .owl-dots{ position:absolute; width:100%; bottom:-50px; margin:0}
.lcbody { width: 30px; height: 30px; position: relative; transform: translateZ(0px) rotate(0deg); -webkit-transform: translateZ(0px) rotate(0deg); transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); }
.lcitem { position: absolute; left: 0; top: 0; transform: translateZ(0px) rotate(0deg); transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; -webkit-transform: translateZ(0px) rotate(0deg); -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; width: 30px; height: 30px; }
.lcitem .rect { width: 30px; height: 1px; background: #fff; position: absolute; left: 0; top: 14px; transition: transform 0.2s ease 0.2s; -webkit-transition: -webkit-transform 0.2s ease 0.2s; }
.lcitem .rect.top { transform: translate3d(0px, -10px, 0px); -webkit-transform: translate3d(0px, -10px, 0px); }
.lcitem .rect.bottom { transform: translate3d(0px, 10px, 0px); -webkit-transform: translate3d(0px, 10px, 0px); }
body.openMenu #header .content #openBtn .lcbody { transform: translateZ(0px) rotate(90deg); -webkit-transform: translateZ(0px) rotate(90deg); }
body.openMenu #header .content #openBtn .lcitem, .lcbody.close .lcitem { transform: translateZ(0px) rotate(45deg); transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s; -webkit-transform: translateZ(0px) rotate(45deg); -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s; }
body.openMenu #header .content #openBtn .lcitem.bottom, .lcbody.close .lcitem.bottom { transform: translateZ(0px) rotate(-45deg); -webkit-transform: translateZ(0px) rotate(-45deg); }
body.openMenu #header .content #openBtn .lcitem .rect, .lcbody.close .lcitem .rect { transition: transform 0.2s ease 0s; transform: translate3d(0px, 0px, 0px); -webkit-transition: -webkit-transform 0.2s ease 0s; -webkit-transform: translate3d(0px, 0px, 0px); }
.lcbody.prev .lcitem.top { transform:translateZ(0px) rotate(-45deg);}
.lcbody.prev .lcitem.bottom { transform:translate3d(0px,10px,0) rotate(45deg);}
.lcbody.next .lcitem.top { transform:translateZ(0px) rotate(45deg);}
.lcbody.next .lcitem.bottom { transform:translate3d(0px,10px,0) rotate(-45deg);}
#header { position: fixed; width: 100%;background: rgba(28,28,28,.9);border-bottom: #232323 1px solid; z-index:99;height: 84px;}
#header .module .module_container{padding-bottom:0;}
#header .wrapper { padding: 20px 5px 0 5px; height: auto; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; z-index:99 }
#header .content { height: 100%; padding:0; margin: 0 auto }
#header .content a#logo { display: block; height: 74px; float: left;padding: 15px 0; }
#header .content a#logo img { height: 100%; width: auto }
#header .content #openBtn { display: none; float: right; cursor: pointer; margin-right: 0px; margin-top: 17px }
#header .content #backBtn{width: 30px;height: 30px;vertical-align: middle;margin-top: 5px;cursor: pointer;}
#header .content #backBtn i{font-size: 32px; color:#fff}
#header .nav {float: right; height: 79px; position:relative }
#header .nav > li { float: left; font-size: 14px; height: 100%; position: relative }
#header .nav > li > a { display: block; padding: 0 20px; height: 74px; line-height: 74px; color: #9e9e9e; font-weight: 500; position: relative; overflow: hidden; font-size:16px;}
#header .nav > li > a span { display: inline-block; position: relative; transition: all ease-out .3s }
#header .nav > li > a > i { margin-left: 10px }
#header .nav .subnav { position: absolute; width: 220px;box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);background-color: #232323; height: auto; z-index: 199; top: 100%; left: 0; border-top: 2px solid #9e9e9e; overflow: hidden; visibility: hidden; opacity: 0; transition: all .36s ease }
#header .nav .subnav li { width: 100% }
#header .nav .subnav li a { font-weight: 500; color: #666; padding: 10px 15px; line-height: 22px; display: block; transition: all .2s ease-in-out; font-size: 13px }
#header .nav > li:hover .subnav { opacity: 1; visibility: visible }
#header .nav > li:hover a span, #header .nav > li a.active span,#header .nav > li:hover a i, #header .nav > li a.active i { color: #ffffff; }
#header .nav .subnav li a:hover, #header .nav .subnav li a.active { background-color: #3b3b3b; padding-left: 24px; color: #ffffff }
#header .nav > div.move{ width:100px; height:2px; top:-5px; background-color: #963947; position:absolute}
#hcontact { display:none}
#header,.singlescreen #header{}
#header .wrapper,.singlescreen #header .wrapper{ padding: 5px 5px 0 5px; height: 84px }
#header .nav,.singlescreen #header .nav { height: 79px; }
.gh1 #header{ height:160px; position:absolute}
.gh1 #header .wrapper{ padding:30px 0 0 0}
.gh1 #header .content{ padding-left:0; padding-right:0}
.gh1 #header #headTop{height:44px;padding-bottom: 30px; border-bottom:#3b3b3b 1px solid; text-align:center}
.gh1 #header .content a#logo{ float:none; display:inline-block}
.gh1 #header .content a#logo img{ float:none}
.gh1 #header #navWrapper{ position:relative; width:100%; left:0; top:0; z-index:99; height:54px}
.gh1 #header.mini #navWrapper{ position:fixed;animation:navFixed ease-out .3s; background:rgba(28,28,28,.9)}
.gh1 #header .nav{ margin-left:0; height:44px; padding:5px 0; text-align:center; float:none}
.gh1 #header .nav > li{ display:inline-block; float:none}
.gh1 #header .nav > div.move{ top:0}
@-webkit-keyframes navFixed {0% {-webkit-transform:translateY(-100%);}
100% {-webkit-transform:translateY(0);}
}
@keyframes navFixed{0% {transform:translateY(-100%);}
100% {transform:translateY(0);}
}
#sitecontent { padding-top: 84px }
.gh1 #sitecontent { padding-top: 160px }

#navMini { position: fixed; width: 100%; height: 0%;left: 0; top: 0; z-index: 98; -webkit-transition: background 0.35s linear,height 0.35s ease-in; transition:background 0.35s linear,height 0.35s ease-in; background:rgba(0,0,0,.8) }
body.openMenu #navMini {height:100%; background:#000; transition: background 0.35s linear,height 0.35s ease-in .2; -webkit-transition: background 0.35s linear,height 0.35s ease-in .2;}
#navMiniTable {width: 100%; height: 100%; overflow-x:hidden; overflow-y:auto }
#navMiniCell {}
#navMini .nav { font-size: 14px;padding:80px 40px;}
#navMini .nav a { border-bottom: 1px solid #333; height:49px; transition: all .3s linear; color: #787878; display:block;line-height:50px; text-align:left}
#navMini .nav a i { margin-left: 10px }
#navMini .nav a:hover, #navMini .nav a.active { color: #ffffff; border-bottom: 1px solid #ffffff; }
#navMini .nav a:hover i, #navMini .nav a.active i { color: #ffffff; }
#navMini .nav .subnav { font-size: 14px; overflow: hidden; opacity: 1; transition: height .36s ease, opacity .48s ease .10s; line-height: 30px; }
#navMini .nav .subnav.hide { height: 0 !important; opacity: 0; transition: height 0.36s ease 0s, opacity 0.26s ease 0s; display: block }
#navMini .nav .subnav a{ text-indent:30px}
#indexPage { position: relative; }
#indexPage .module { position: relative; border-bottom: 1px solid #2f2f2f;}
.singlescreen #indexPage > .module { position: relative;display: -webkit-flex;display: flex; -webkit-align-items: center;align-items: center;}

#indexPage .module.bgShow.bgParallax{ background-size:cover; background-repeat:no-repeat; background-attachment:fixed}
.module .module_container { max-width: 1460px; padding-left: 5px; padding-right: 5px; padding-bottom: 80px; margin: 0 auto }
.module .module_container.wide{max-width:100%; padding-left:0px; padding-right:0px}
.singlescreen #indexPage > .module > .module_container{max-height:100%; width:100%}
.singlescreen #indexPage .module .container_header{ padding-top:0px;padding-bottom:0}
#indexPage .module .container_header { text-align: center; padding: 80px 0 30px 0; position:relative;color: #7f7f7f}
#indexPage .module .container_header:before{background-color: #282828;display: block;height: 1px;margin: 0 auto 12px;width: 60px; content:''}
#indexPage .module .container_header .title { font-size: 20px; color:#ffffff}
#indexPage .module .container_header .subtitle { margin-top:15px;font-size: 14px;position: relative; text-transform: uppercase; }
.module .container_category { text-align:center; padding-bottom:55px; position:relative }
.module .container_category.one{ padding-bottom:30px}
.module .container_category.one a{ display:none}
.npagePage{margin-bottom:80px;}
.npagePage .module .container_category{ padding-top:30px; padding-bottom:20px}
.module .container_category a{ padding: 10px 26px; line-height:12px;font-size: 14px; color:#7F7F7F; position:relative;display:inline-block;}
.npagePage .module .container_category a{ font-size:16px}
.module .container_category a span{ position:relative; z-index:1}
.module .container_category a:after{ content: '';position: absolute;width: 1px;height: 12px;right:-3px;top:12px;background:#3b3b3b;}
.module .container_category a:last-of-type:after{ display:none}
.module .container_category a.active,.module .container_category a:hover{ color:#ffffff;}
.module .container_category a .move{background-color:rgba(150,57,71,.7); width:96%; height:100%; position:absolute; left:0; top:0; opacity:0; visibility:hidden;transition: visibility .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);}
.module .container_category a:hover .move{ opacity:1; visibility:visible}
#indexPage #topSlider { width: 100%; height: 100%; position: relative; overflow: hidden; display: block; }
#indexPage #topSlider .content_wrapper{}
#indexPage #topSlider .content_list{height:100%; overflow:hidden; display:block; visibility:hidden}
#indexPage #topSlider .content_list.owl-loaded{ visibility:visible}
#indexPage #topSlider .content_list .item_block{ width: 100%; height: 100%; display: block; position:relative}
#indexPage #topSlider .content_list .item_block div.item_bg{ position:absolute;width: 100%; height: 100%;}
#indexPage #topSlider .content_list .item_block div.item_bg.image{background-position: center; background-repeat: no-repeat; background-size:cover;width:100%; height:100%}
#indexPage #topSlider .content_list .item_block div.item_bg.video video{ width:100%; height:100%}
#indexPage #topSlider .content_list .item_block div.mask { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  background-color:rgba(0,0,0,.3) }
#indexPage #topSlider .content_list .item_block a { width: 100%; height: 100%; display: table; position: absolute; left: 0; top: 0 }
#indexPage #topSlider .content_list .item_block a div {display: table-cell;vertical-align: middle; padding:100px 50px; }
#indexPage #topSlider .content_list .item_block p { color: #ffffff;max-width: 1170px;margin: 0 auto;}
#indexPage #topSlider .content_list .item_block p.title { font-size: 48px; line-height: 60px; height: 60px; transition-delay: 0 }
#indexPage #topSlider .content_list .item_block p.subtitle { font-size: 20px; height: 20px; color: #ddd; transition-delay: 0.2s; margin-top:6px }
#indexPage #topSlider .content_list .item_block a i { text-indent: 20px; font-size: 24px }
#indexPage #topSlider .content_list .item_block p { transform: translateY(50px);transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .5s; -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .5s; opacity: 0 }
#indexPage #topSlider .content_list .owl-item.active .item_block p{transform: translateY(0px); opacity:1}
#indexPage #topSlider .content_list[data-slider-mode="3"]{ width:3600px; padding:40px 0}
#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer{ width:3600px; height:100%; left:50%; margin-left:-1800px}
#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before,#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after{ content:''; width:1200px; height:100%; display:block; background-color:rgba(0,0,0,.5); position:absolute; z-index:2; top:0; border:#1c1c1c 30px solid; box-sizing:border-box}
#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before{ left:0}
#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after{ right:0;}
#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-item.active .item_block p{transform: translateY(50px); opacity:0}
#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-item.active.active3 .item_block p{transform: translateY(0px); opacity:1}
#indexPage #topSlider .owl-theme .owl-nav .owl-prev{left:0}
#indexPage #topSlider .owl-theme .owl-nav .owl-next{right:0}
#indexPage #topSlider .owl-theme .owl-nav [class*="owl-"]:hover{background-color:rgba(150,57,71,.5);}
#indexPage #topSlider .owl-theme .owl-dots{  bottom:20px;}
#indexPage #topSlider .progress{ width:100%; height:1px; background:rgba(150,57,71,.8);bottom: 0;position: absolute; width:0; z-index:1}
#contactlist { max-width: 1460px; margin: 0 auto 0 auto }
#contactlist #contactinfo { width: 40%; float: left; }
#contactlist #contactform { margin-left: 0 }
#contactlist ul{width: 100%; overflow: hidden;}
#contactlist li{line-height: 30px; border-top: 5px solid #2f2f2f; width: 31.3%; font-size: 14px; float: left; display: inline-block; margin-right: 2%; padding-top: 20px; margin-bottom: 20px;}
#contactlist li:last-child{margin-right:0;}
#contactlist li p{text-overflow: ellipsis; overflow: hidden; white-space: nowrap;line-height: 32px; height: 32px;}
#contactlist li:last-child p{height: auto;}
#contactlist li p span{font-size:15px; font-weight:bold;}
#contactlist li p img{float:right; max-height:50px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
#contactlist li p img:hover{-webkit-transform:scale(1.1);transform:scale(1.1);}
#contactlist li p a{font-weight: normal; color:#7f7f7f;}
#contactlist li p a:hover{color:#fff;}
#contactlist li p a:hover i{color:#fff;}
#contactlist p.copyright{ font-size:14px; text-align: center; line-height:50px;}
/*20200312*/
#contactlist li p.guanwei{height: auto; text-align:center; padding-top:10px;}
#contactlist li p.guanwei img{max-height: 100px; float:none;}

#contactinfo h3 { font-size: 16px; line-height: 24px; margin-bottom: 12px; color: #ffffff; }
#contactinfo p { line-height: 24px; height: 24px; width: 100%; font-size: 13px; color: #7f7f7f; }
#contactinfo > a { color: #989898; text-decoration: underline }
#contactinfo div { margin-top: 24px }
#contactinfo div a { width: 36px; height: 36px; display: block; font-size: 16px; margin-right: 10px; text-align: center; line-height:36px;border: 1px solid #282828;}
#contactinfo div a:hover { background-color: #963947; border-color:#963947}
#contactinfo div a i { margin-top: 7px; font-size: 16px; margin-top:10px}
#contactinfo div a.mpbtn i{font-size:20px;}
#contactinfo div a:hover i{ color: #ffffff}
#contactform p { margin-bottom: 20px }
#contactform p .inputtxt { width: 100%; line-height: 22px; padding: 10px 26px; color: #ffffff;border: 1px solid #282828; -webkit-box-sizing: border-box; box-sizing: border-box; transition: all .1s linear; }
#contactform p .inputtxt:hover {border-color: #6e6e6e; }
#contactform p textarea.inputtxt { height: 100px; resize: none; overflow: hidden; background-color: transparent; }
#contactform p .inputtxt.submit { border-color: #383838; width: auto; cursor: pointer; padding-left:60px; padding-right:60px }
#contactform p .inputtxt.submit:hover { border-color: #963947; background-color: #963947; color: #ffffff; }
.module.mdir > .module_container{ max-width:none; padding-left:0; padding-right:0; padding-bottom:0}
.module.mcustomize .header {padding: 50px 0 20px 0; font-size: 20px; margin: 0 auto; color: #ffffff; position: relative; border-bottom: 5px solid #2f2f2f; margin-bottom: 30px; display:block;}
.module.mcustomize .header::after{content:''; position:absolute; left:0; bottom: 0; width: 0;  height: 0; margin-left: -5px; margin-bottom: -24px; border: 12px solid #2f2f2f; border-color: #2f2f2f transparent transparent transparent;}
.module.mcustomize .header .title{font-size: 26px;;}
.module.mcustomize .header .subtitle {margin: 5px 0 0 0; font-size: 20px; color: #7f7f7f; border-bottom: 5px solid #2f2f2f; padding-bottom: 15px; display:none;}
.module.mcustomize .header font{position: absolute; bottom: 10px;right: 0; font-size: 36px; color: #2f2f2f; opacity: 0.3; z-index: -1;}
.module.mcustomize .container_header{display:none;}

.module.mcustomize .description { max-width: 780px; margin: 0 auto; line-height: 24px; font-size: 14px; }
.module.mcustomize .description p{padding: 5px 0;}
.module.mcustomize .mediabody { text-align: center; margin-top: 50px; }
.module.mcustomize .mediabody a { display: block;position: relative;width: 100%;height: 100%;}
.module.mcustomize .mediabody img { float: none; max-width: 100% }
.module.mcustomize .mediabody a .mask{width: 100%; height: 100%; background: rgba(0,0,0,0.2); position: absolute; left: 0; top: 0; opacity: 0; transition:all ease-out .5s }
.module.mcustomize .mediabody a .link_icon {display: block; width: 38px; height: 38px; text-align: center; font-size: 42px; line-height: 38px; position: absolute; left: 50%; top: -110%; margin-left: -21px; margin-top:-21px; opacity:0; transition: all ease-out .5s; }
.module.mcustomize .mediabody a .link_icon i {font-size: 42px; color: #ffffff; margin-top: 8px }
.module.mcustomize .mediabody a:hover .mask{ opacity:1}
.module.mcustomize .mediabody a:hover .link_icon{ opacity:1; top:50%}
.module.mcustomize .description a.more { min-width: 120px; position: relative; display: inline-block; padding: 10px 30px; color: #9e9e9e; border: 1px solid #9e9e9e; transition: all 0.3s linear; z-index: 1; }
.module.mcustomize .description a.more:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #963947; z-index: -1; opacity: 0; -webkit-transform: scale3d(0.7, 1, 1); transform: scale3d(0.7, 1, 1); -webkit-transition: -webkit-transform 0.4s, opacity 0.4s; transition: transform 0.4s, opacity 0.4s; -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
.module.mcustomize .description a.more:hover { color: #ffffff; border-color: #963947 }
.module.mcustomize .description a.more:hover::before { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: scale3d(1, 1, 1); }
.module.mcustomize.horizontal .container_content{ height:400px; overflow:hidden}
.module.mcustomize.horizontal .contentbody{ height:100%; display:table;width:48%; float:left}
.module.mcustomize.horizontal .contentbody .wrapper{vertical-align: middle;display: table-cell;}
.module.mcustomize.horizontal .mediabody{height:100%;width:48%; float:left; }
.module.mcustomize.horizontal .mediabody div.image{width:100%; height:100%; text-align:center;}
.module.mcustomize.horizontal.tril .contentbody{ width:48%; height:100%; float:right;}

.module.mcustomize.horizontal.tril .mediabody{ width:48%; height:100%; float:left;}
.module.mcounter .module_container{ padding:60px 0; position:relative; z-index:1}
.module.mcounter .particles-js-canvas-el{ opacity:.5}
.module.mcounter ul.content_list{ width:100%; height:auto;}
.module.mcounter ul.content_list li{ width:25%; height:108px; float:left; text-align:center;}
.module.mcounter ul.content_list li div{border-right: #333 1px solid;}
.module.mcounter ul.content_list li:last-child div{ border-right:none}
.module.mcounter ul.content_list li p{text-align:center;font-size: 14px;color: #9e9e9e;}
.module.mcounter ul.content_list li p.number{margin-top:15px;}
.module.mcounter ul.content_list li p.number .counterDX{font-size: 48px;color: #ffffff;font-family: Arial;text-align: center;margin-top:15px;}
.module.mcounter ul.content_list li p.number .unit{ font-size:14px}
.module.mcounter ul.content_list li p.title{margin-bottom: 10px;}
#counterBgdx{ opacity:.5;position:absolute; width:100%; height:100%}
.singlescreen #counterBgdx{ display:none}
#pageTarget {border-bottom: #232323 1px solid;}
#pageTarget .module_container{ padding-bottom:0}
.container_target { padding: 20px 0;float: right }
.container_target a { color: #9e9e9e; position:relative}
.container_target a:hover{ color:#ffffff}
.container_target i { margin: 0 10px }
.container_target a:last-child{color:#ffffff}
.container_target a:last-child:before{content: '';position: absolute;left: 0;bottom: -21px;width: 100%;height: 1px;background-color: #963947;}
.content_wrapper.slider{ padding:0 0 30px 0;}
.mlist.project .content_wrapper { margin-right: -1%; position: relative }
.mlist.project .content_list .item_block { width: 32.3333%; margin-right: 1%; margin-bottom: 1%; float: left; transition: all .2s linear; -webkit-transition: all .2s linear; }
#indexPage .mlist.project .content_wrapper{ margin-right: -1%;border-bottom: 0;}
#indexPage .mlist.project .content_list .item_block {width: 32.3%; margin-right:1%;}
#indexPage .mlist.project .slider .content_list .item_block{ width:100%}
.mlist.project .content_list .item_block.item_block img { width: 100%; height: auto; transition: all ease-out .3s }
.mlist.project .content_list .item_block .item_link { display: block; position: relative; overflow: hidden }

.mlist.project .content_list .item_block .item_wrapper {padding: 20px;box-sizing: border-box;position:absolute; left:0; bottom:0; width:100%; height:60px;transition: all .3s;}
.mlist.project .content_list .item_block .item_info{color: #ffffff; position:absolute; left:0;bottom:0; padding: 5px 15px; width:100%;/*transition: all ease-out .3s ; transition-delay: 0.3s;*/transition: height .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);}
.mlist.project .content_list .item_block .item_info .title { font-size: 16px; line-height: 30px;}
.mlist.project .content_list .item_block .item_info .subtitle { font-size: 13px; line-height: 20px;}
.mlist.project .content_list .item_block .item_wrapper .icon{font-size:42px; color:#ffffff; float:right; opacity: 0; transform:all ease-out .3s; transition-delay: 0.3s;}
.mlist.project .content_list .item_block:hover .item_wrapper{height:100%;}
.mlist.project .content_list .item_block:hover .item_info{height:100%; top:50%; margin-top:-30px;}
.mlist.project .content_list .item_block:hover .item_wrapper .icon{opacity: 1;}


.item_tags { margin-top: 14px }
#indexPage .item_tags { margin-top: 20px }
.item_tags i { margin-right: 6px;}
.item_tags a { background: #232323; padding: 3px 12px; border-radius: 2px; color: #9e9e9e; font-size: 12px; margin-right: 3px; }
.item_tags a:hover { color: #ffffff; }

/*分页样式*/ 
.pagenavition {height: 30px;width: 100%;margin: 30px 0; text-align: center;}
.pagenavition a,.pagenavition span{color: #666;margin-right: 5px;margin-left: 5px;padding-top: 5px;	padding-right: 10px;padding-bottom: 5px;padding-left: 10px;	margin-top: 0px;margin-bottom: 0px;border: 1px solid #CCC;}
.pagenavition span{background-color: #3b3b3b;color: #FFF;}
.pagenavition a:hover{background-color: #3b3b3b;color: #FFF;text-decoration: none;}

.mlistpost.project .module_container{ max-width:1400px;}
.mlistpost.project #postWrapper #postInfo { float: right; width: 340px }
.mlistpost.project #postWrapper #postInfo .wrapper { width: 340px; font-size: 13px; top: 86px }
.mlistpost.project #postWrapper #postInfo .wrapper .title { font-size: 18px; color: #ffffff; }
.mlistpost.project #postWrapper #postInfo .wrapper .subtitle { color: #B0B0B0; margin-top: 4px }
.mlistpost.project #postWrapper #postInfo .wrapper .description { margin-top: 24px; padding-bottom: 48px; line-height: 24px; border-bottom: 1px solid #282828; }
.mlistpost.project #postWrapper #postInfo .wrapper .item_tags { margin-top: 24px }
.mlistpost.project #postWrapper #postContent { margin-right: 380px; }
.mlistpost.project #postWrapper #listContent { position: relative; margin-top: 40px; }
.mlistpost.project #postWrapper #listContent > .item_tags { padding: 30px 0; border-top: 1px solid #282828; }
.mlistpost.project #postContent .mlist.project .content_list .item_block { width: 32.33333%; margin-right: 1%; float: left; margin-bottom: 10px; }
.mlistpost.project #postContent .mlist.project .content_list .item_block .item_tags { display: none }
#fixed_projectPost{background:rgba(0,0,0,0); overflow:hidden; visibility:hidden; display:block}
#fixed_projectPost .fixed-container{background:#1c1c1c; transform:translate3d(0,0,0);}
#fixed_projectPost #postWrapper #postInfo #postControl{ margin-top:30px;}
#fixed_projectPost #postWrapper #postInfo #postControl .button{ float:left;box-sizing: border-box;background-color: #232323;border: 1px solid #282828;margin-bottom: 5px;color: #9e9e9e; text-align:center; width:60px; height:60px; line-height:60px; margin-right:5px; cursor:pointer; transition:background-color ease-out .3s,border-color ease-out .3s,color ease-out .3s}
#fixed_projectPost #postWrapper #postInfo #postControl .button:hover{background-color: #963947;border-color: #963947;color: #ffffff;}
#fixed_projectPost #postWrapper #postInfo #postControl .button.info{ position:relative}
#fixed_projectPost #postWrapper #postInfo .wrapper{ margin-top:40px}
#fixed_projectPost #postWrapper #postInfo {right:0; position:absolute; z-index:2; width:320px; padding:0 40px}
#fixed_projectPost #postWrapper #postContent { margin-right: 400px; }
#fixed_projectPost #postWrapper #postInfo .wrapper .title { font-size: 18px; color: #ffffff; }
#fixed_projectPost #postWrapper #postInfo .wrapper .subtitle { color: #7f7f7f; margin-top: 4px }
#fixed_projectPost #postWrapper #postInfo .wrapper .description { margin-top: 24px;line-height: 24px; font-size:13px; height:380px; overflow:hidden}
#fixed_projectPost #postWrapper #postContent #imageWrapper{ background-color:#1f1f1f}
#fixed_projectPost #postWrapper #postContent #imageWrapper .item_block{ width:100%; height:100%}
#fixed_projectPost #postWrapper #postContent #imageWrapper .image{ width:100%; height:100%; display:flex; -webkit-display:flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center; background: url(../images/loading.gif) center center no-repeat; transform:translate3d(0,0,0) scale(.7,.7);transition: all 1s ease 0s;}
#fixed_projectPost #postWrapper #postContent #imageWrapper .owl-item.active .image{ transform:scale(1,1);}
#fixed_projectPost #postWrapper #postContent #imageWrapper .item_block img{ margin-bottom:0; width:auto; max-width:100%; max-height:100%;}
#fixed_projectPost #imageWrapper .owl-dots{ bottom:20px}
#fixed_projectPost #imageWrapper .owl-nav{}
#fixed_projectPost #imageWrapper .owl-theme .owl-nav div:hover{background-color:rgba(150,57,71,1);}
#fixed_projectPost #imageWrapper .owl-theme .owl-nav .owl-prev{ left:0}
#fixed_projectPost #imageWrapper .owl-theme .owl-nav .owl-next{ right:0}
#fixed_pmask{overflow:hidden;width:100%; height:100%;background-color:rgb(0,0,0); transform-origin:100% 0 0; transition:cubic-bezier(x1,y1,x2,y2)}
.mlist.service_tabs.module .module_container.wide{ padding-left:0; padding-right:0; max-width:100%}
.mlist.service_tabs.module .container_category{ padding-bottom:0}
.mlist.service_tabs .content_wrapper {position: relative; }
.mlist.service_tabs .tab_content_wrapper{border-bottom: 1px solid #232323;border-top: 1px solid #232323; height:0px;overflow:hidden; visibility:hidden }
.mlist.service_tabs .tab_content_wrapper.show{ visibility:visible;}
.mlist.service_tabs .tab_content{ max-width:1290px; width:100%; margin:0 auto;}
.mlist.service_tabs .tab_content .tab_indexs{ float:left; width:120px; margin-top:-10px}
.mlist.service_tabs .tab_content .tab_indexs .nums_item{ display:inline-block;width:35px; height:60px; overflow:hidden}
.mlist.service_tabs .tab_content .tab_indexs .nums_item div{ width:35px;}
.mlist.service_tabs .tab_content .tab_indexs span{color: #303030; font-size:50px;font-family: Arial; display:inline-block; width:30px; height:60px; line-height:60px}
.mlist.service_tabs .tab_content .sliderWrapper{ margin-left: 120px;}
.mlist.service_tabs .tab_content .content_list .item_block{ width:100%; height:252px;}
.mlist.service_tabs .tab_content .content_list .item_block .item_wrapper{ margin-right:140px}
.mlist.service_tabs .tab_content .content_list .item_block .item_info .title { font-size: 16px; color:#ffffff;}
.mlist.service_tabs .tab_content .content_list .item_block .item_info .subtitle { font-size: 13px;color:#9e9e9e; margin:5px 0 15px 0}
.mlist.service_tabs .tab_content .content_list .item_block .item_info .description { font-size: 13px;line-height: 24px; height: auto; overflow: hidden;}
.mlist.service_tabs .tab_content .owl-theme .owl-dots{ display:none}
.mlist.service_tabs .tab_content .owl-theme .owl-nav{ margin-top: 0;position: absolute;right: 0;top: 0;width: 110px; background-color:#1c1c1c; display:block}
.mlist.service_tabs .tab_content .owl-theme .owl-nav > div{ width:110px; position:static; margin-top:0; box-sizing:border-box;background-color: #232323;border: 1px solid #282828; margin-bottom:5px; color:#9e9e9e}
.mlist.service_tabs .tab_content .owl-theme .owl-nav > div:hover{background-color:#963947; border-color:#963947; color:#ffffff}
.mlist.service_tabs .tab_content .owl-theme .owl-prev{}
.mlist.service_tabs .tab_content .owl-theme .owl-next{}
.mlist.service_tabs .tab_content .owl-theme .owl-nav > div.owl-close{background:none; border:none;}
.mlist.service_tabs .tab_button {max-width:1460px; margin:30px auto 0 auto; overflow: hidden;}
.mlist.service_tabs .tab_button .content_list{ margin-right:-1%}
.mlist.service_tabs .tab_button .content_list .item_block { width: 24%; height:auto; margin-right: 1%; margin-bottom: 1%; float: left; transition: all .2s linear; -webkit-transition: all .2s linear; background-color: #232323;border: 1px solid #282828; box-sizing:border-box}
.mlist.service_tabs .tab_button .content_list .item_block .item_link { display: block; position: relative; overflow: hidden; width:100%; height:100% }
.mlist.service_tabs .tab_button .content_list .item_block .item_img{overflow:hidden; margin:0 auto}
.mlist.service_tabs .tab_button .content_list .item_block .item_img img { max-width: 100%;height: auto;margin: 0 auto;display: block;float: none;}
.mlist.service_tabs .tab_button .content_list .item_block .item_wrapper {padding: 20px}
.mlist.service_tabs .tab_button .content_list .item_block .item_info{ margin-top:5px; height:75px}
.mlist.service_tabs .tab_button .content_list .item_block.nothumb .item_info{position: relative;top: -33px;}
.mlist.service_tabs .tab_button .content_list .item_block .item_info .nums{color: #ffffff; font-size:20px;font-family: Arial;}
.mlist.service_tabs .tab_button .content_list .item_block .item_info .title { font-size: 15px; color:#9e9e9e; margin-top:10px;}
.mlist.service_tabs .tab_button .content_list .item_block .item_info .subtitle { font-size: 12px; margin-top:3px}
.mlist.service_tabs .tab_button .content_list .item_block:hover{ background-color:#963947; border-color:#963947;}
.mlist.service_tabs .tab_button .content_list .item_block:hover .item_img img{}
.mlist.service_tabs .tab_button .content_list .item_block:hover .title,.mlist.service_tabs .tab_button .content_list .item_block.active .title{ color:#ffffff;}
.mlist.service_tabs .tab_button .content_list .item_block:hover .subtitle,.mlist.service_tabs .tab_button .content_list .item_block.active .subtitle{ color:rgba(255,255,255,.6);}
.mlist.service_tabs .tab_button .content_list .item_block.active .item_info .nums{ color:#963947}
.mlist.service_tabs .tab_button .content_list .item_block.active{background-color: #232323;border-color:#282828;}
.mlist.news .container_content { max-width: 1460px; margin: 0 auto }
.mlist.news .content_list .item_block { float: left; margin-bottom: 2%; width:100% }
.npagePage .mlist.news .content_list .item_block{border-bottom: #282828 1px dotted; padding-bottom:20px}
.mlist.news .content_list .item_block .item_img { display: block; position: relative; width: 266px; height: 176px; float: left; overflow: hidden }
.mlist.news .content_list .item_block .item_img img { width: 100%; height: 100% }
.mlist.news .content_list .item_block .item_img .rectborder { width:calc(100% + 20px); height:calc(100% + 20px); position:absolute; left:-10px; top:-10px; border:rgba(150,57,71,.9) 1px solid;transition: all ease-out .3s}
.mlist.news .content_list .item_block .item_img .icon{ position:absolute; left:50%; top:50%; margin-left:-25px; margin-top:0px; color:#ffffff; opacity:0; transition: all ease-out .3s; background:#963947; font-size:32px; width:50px; height:50px; line-height:50px; text-align:center}
.mlist.news .content_list .item_block .item_wrapper { margin-left: 296px; margin-top:8px }
.mlist.news .content_list .item_block .item_info .title { font-size: 16px; color: #9e9e9e; line-height:20px; transition:all ease-out .3s }
.mlist.news .content_list .item_block .item_info .subtitle { font-size: 12px; color: #7f7f7f; padding-bottom: 10px; margin-top:10px }
.mlist.news .content_list .item_block .item_info .description { font-size: 12px;padding-bottom: 10px; margin-top: 10px; line-height: 22px; }
.mlist.news .content_list .item_block .more{ font-size:12px; margin-top:10px;transition:all ease-out .3s;display:none;color:#545454}
.mlist.news .content_list .item_block .more i{ font-size:14px;margin-left:5px;transition:all ease-out .3s}
.mlist.news .content_list .item_block:hover .more{ text-decoration:underline; }
.mlist.news .content_list .item_block:hover .more i{margin-left:10px; color:#ffffff}
.mlist.news .content_list .item_block:hover .rectborder { width:calc(100% - 22px); height:calc(100% - 22px);left:10px; top:10px; }
.mlist.news .content_list .item_block:hover .icon{ opacity:1; margin-top:-25px}
.mlist.news .content_list .item_block:hover .item_info .title{ color:#ffffff}
#indexPage .mlist.news .content_wrapper { margin-right: -2%; }
#indexPage .mlist.news .content_list .item_block { width: 31.33333%; margin-right: 2%; margin-bottom: 3%; float: left }
#indexPage .mlist.news .content_list .item_block .item_img {height: auto; float: left; width: 100%; margin-bottom: 15px;}
#indexPage .mlist.news .content_list .item_block .item_img .icon{display:block}
#indexPage .mlist.news .content_list .item_block .item_wrapper { margin-left: 0; }
#indexPage .mlist.news .content_list .item_block .item_info .title { font-size: 16px; width: 100%;height: 25px; overflow: hidden; line-height:25px }
#indexPage .mlist.news .content_list .item_block .item_info .subtitle { padding-bottom:0; margin-top:5px}
#indexPage .mlist.news .content_list .item_block .item_tags, #indexPage .mlist.news .content_list .item_block .item_info .description { display: none }
#indexPage .mlist.news .content_list .item_block .more{ display:none}

.mlistpost.news #postWrapper { margin: 0 auto; }
.mlistpost.news #listContent{ width:33%; float:right;}
.mlistpost.news #listContent .item_tags { margin-top:0}
.mlistpost.news #listContent .item_tags a{ padding:5px 15px; background-color:#282828; transition:all ease-out .3s; display:inline-block; margin-bottom:5px}
.mlistpost.news #listContent .item_tags a:hover{background-color:#963947}
.mlistpost.news .mlist.news { margin-top: 35px }
.mlistpost.news #listContent .mlist.news .content_list .item_block { width: 100%; margin-bottom:20px }
.mlistpost.news #listContent .mlist.news .content_list .item_block .item_img { width: 35%; height: auto; float: left;}
.mlistpost.news #listContent .mlist.news .content_list .item_block .item_img .icon{ display:none}
.mlistpost.news #listContent .mlist.news .content_list .item_block .item_wrapper { margin-left: 38% }
.mlistpost.news #listContent .mlist.news .content_list .item_block .item_info .title { font-size: 14px; width: 100%;height: 16px; overflow: hidden; line-height:16px}
.mlistpost.news #listContent .mlist.news .content_list .item_block .item_info .subtitle { padding-bottom:0; margin-top:5px; line-height:15px}
.mlistpost.news #listContent .mlist.news .content_list .item_block .item_info .description { display: none }
.mlistpost.news #listContent .mlist.news .content_list .item_block .item_tags { display: none }
.mlistpost.news #listContent .mlist.news .content_list .item_block .more{ display:block}
.mlistpost.news #postContent {width:63%; float:left}
.mlistpost.news #postInfo {}
.mlistpost.news #postInfo .title { font-size: 16px; color: #ffffff; }
.mlistpost.news #postInfo .subtitle { font-size: 12px; color: #999; border-bottom: 1px solid #282828; padding-bottom: 10px;  }
.mlistpost.news #postContent .postbody { margin-top: 5px; font-size: 14px;line-height: 24px; margin-bottom: 30px; color:#9e9e9e }
.mlist.imagelink .content_wrapper { position: relative; margin-right: -1%;}
.mlist.imagelink .content_list .item_block { width: 15.666%; margin-right:1%; margin-bottom:1%; float: left; position: relative; background: #232323 }
.mlist.imagelink .content_list .item_block .item_img { position: relative; display: block;}
.mlist.imagelink .content_list .item_block img { width: 100%; height: auto; transition: all ease-out .3s .1s; float: none; opacity: .6; }
.mlist.imagelink .content_list .item_block .item_img:hover img { opacity: 1 }
.mlist.team .content_wrapper { position: relative; margin-right: -2% }
.mlist.team .content_list .item_block { width: 23%; margin-right:2%; margin-bottom:2%;float: left;}
.mlist.team .content_list .item_block img { width: 100%; height: auto; transition: all ease-out .3s; float:none; display:block }
.mlist.team .content_list .item_block .item_link { display: block}
.mlist.team .content_list .item_block .item_img{ position:relative; display:block;overflow: hidden;}
.mlist.team .content_list .item_block .item_img .rectborder { width:calc(100% + 20px); height:calc(100% + 20px); position:absolute; left:-10px; top:-10px; border:rgba(150,57,71,.9) 1px solid;transition: all ease-out .3s}
.mlist.team .content_list .item_block .item_img .icon{ position:absolute; left:50%; top:50%; margin-left:-25px; margin-top:0px; color:#ffffff; opacity:0; transition: all ease-out .3s; background:#963947;font-size:32px; width:50px; height:50px; line-height:50px; text-align:center; display:block}
.mlist.team .content_list .item_block .item_wrapper {padding:15px 20px; height:auto;background-color: #232323;box-sizing: border-box; transition:all ease-out .3s}
.mlist.team .content_list .item_block .item_info .title {font-size: 16px; color:#9e9e9e;}
.mlist.team .content_list .item_block .item_info .subtitle { font-size: 13px; margin-top:3px; color:#5d5d5d }
.mlist.team .content_list .item_block:hover .rectborder { width:calc(100% - 22px); height:calc(100% - 22px);left:10px; top:10px; }
.mlist.team .content_list .item_block:hover .icon{ opacity:1; margin-top:-25px}
.mlist.team .content_list .item_block:hover .item_wrapper{ background-color: rgba(150,57,71,.9);}
.mlist.team .content_list .item_block:hover .item_wrapper .title {color:#ffffff}
.mlist.team .content_list .item_block:hover .item_wrapper .subtitle {color:rgba(255,255,255,.7)}
.mlistpost.team #postWrapper { margin-bottom:70px}
.mlistpost.team #postWrapper #imageWrapper{width: 400px; height:auto; float:left;  }
.mlistpost.team #postWrapper #postInfo { margin-left:450px; width:auto}
.mlistpost.team #postWrapper #postInfo .wrapper {font-size: 13px;}
.mlistpost.team #postWrapper #postInfo .wrapper .title { font-size: 18px; color: #ffffff; }
.mlistpost.team #postWrapper #postInfo .wrapper .subtitle { color: #999; margin-top: 4px;border-bottom: 1px solid #282828; padding-bottom: 10px; }
.mlistpost.team #postWrapper #postInfo .wrapper .description { margin-top: 28px; line-height: 24px;}
.mlistpost.team #postWrapper #postInfo .wrapper .description a.more{ display:inline-block;padding: 10px 30px; color:#fff}
.mlistpost.team #postWrapper .owl-theme .owl-nav{ display:none}
.mlistpost.team #postWrapper .owl-theme .owl-dots{ bottom:-40px}
.mlist.job .content_wrapper { position: relative;  }
.mlist.job .content_list .item_block { width:100%;float: left;color: #9e9e9e}
.mlist.job .content_list .item_block .item_info{border-bottom: #232323 1px solid; height:30px; padding:10px 0; cursor:pointer; transition:background ease-out .3s; box-sizing: content-box;}
.mlist.job .content_list .item_block .item_info:hover,.mlist.job .content_list .item_block.active .item_info{ background-color:#282828}
.mlist.job .content_list .item_block p{ height:30px; line-height:30px; float:left}
.mlist.job .content_list .item_block p.title{ width:55%; text-indent:30px;transition:color ease-out .3s}
.mlist.job .content_list .item_block .item_info:hover p.title,.mlist.job .content_list .item_block.active p.title{color:#fff}
.mlist.job .content_list .item_block p.subtitle{ width:15%}
.mlist.job .content_list .item_block p.cattitle{ width:15%}
.mlist.job .content_list .item_block p.date{ width:10%}
.mlist.job .content_list .item_block p.more{ width:5%}
.mlist.job .content_list .item_block p.more a{ float:right; margin-right:20px}
.mlist.job .content_list .item_block p.more i{font-size: 24px; margin-top:2px; transition:all ease-out .3s}
.mlist.job .content_list .item_block.active p.more i{ transform:rotate(180deg)}
.mlist.job .content_list .item_block p.more a:hover i {color:#963947;}
.mlist.job .content_list .item_block .item_wrapper{}
.mlist.job .content_list .item_block .description { padding:20px 30px;font-size:13px;border-bottom: #232323 1px solid}
.mlist.job .content_list .item_block .description p{ float:none; height:auto}
.mlist.job .content_list .item_block .description a.more{background-color: #963947;padding:10px 20px; margin-top:20px; display:inline-block; width:auto; font-size:13px; color:#eaeaea}
.mlist.job .content_list .item_block.head{ display:block}
.mlist.job .content_list .item_block.head p{ color:#ffffff; font-size:14px}
.mlist.job .content_list .item_block.head .item_info{ background-color:#3b3b3b; cursor:default}
/*项目详情页*/
.mlistpost.projectinfo #postWrapper { margin: 0 auto; }

.mlistpost.projectinfo .mlist.news { margin-top: 35px }
.mlistpost.projectinfo #listContent{ width:33%; float:right;}
.mlistpost.projectinfo #listContent .mlist.news .content_list .item_block { width: 100%; margin-bottom:20px }
.mlistpost.projectinfo #listContent .mlist.news .content_list .item_block .item_img { width: 35%; height: auto; float: left;}
.mlistpost.projectinfo #listContent .mlist.news .content_list .item_block .item_img .icon{ display:none}
.mlistpost.projectinfo #listContent .mlist.news .content_list .item_block .item_wrapper { margin-left: 38% }
.mlistpost.projectinfo #listContent .mlist.news .content_list .item_block .item_info .title { font-size: 14px; width: 100%;height: 16px; overflow: hidden; line-height:16px}
.mlistpost.projectinfo #listContent .mlist.news .content_list .item_block .item_info .subtitle { padding-bottom:0; margin-top:5px; line-height:15px}
.mlistpost.projectinfo #listContent .mlist.news .content_list .item_block .item_info .description { display: none }
.mlistpost.projectinfo #listContent .mlist.news .content_list .item_block .item_tags { display: none }
.mlistpost.projectinfo #listContent .mlist.news .content_list .item_block .more{ display:block}
.mlistpost.projectinfo #postContent {width:100%;}
.mlistpost.projectinfo #postInfo {padding: 30px 0; border-bottom: 1px solid #2f2f2f;}
.mlistpost.projectinfo #postInfo .title {font-size: 18px; color: #ffffff; float: left;  padding-right: 30px; border-right: 1px solid #fff; margin-right: 30px; line-height: 22px;}
.mlistpost.projectinfo #postInfo .subtitle { font-size: 18px; color: #999; padding-bottom: 10px;  }
.mlistpost.projectinfo #postContent .postbody { margin-top: 5px; font-size: 14px;line-height: 24px; margin-bottom: 30px; color:#9e9e9e }

.mlistpost.projectinfo #postContent .item_tags { margin-top:0}
.mlistpost.projectinfo #postContent .item_tags a{ padding:5px 15px; background-color:#282828; transition:all ease-out .3s; display:inline-block; margin-bottom:5px}
.mlistpost.projectinfo #postContent .item_tags a:hover{background-color:#3b3b3b}

.mlistpost.projectinfo .project-box{text-align:center; padding: 30px 0 50px 0;  border-bottom: 1px solid #2f2f2f;}
.mlistpost.projectinfo .project-box img{float:none;}
.mlistpost.projectinfo .coverimg img{max-width: 100%; margin: 0 auto;}
.mlistpost.projectinfo .project-box ul{margin-left:-20px; margin-right:-20px; overflow:hidden;}
.mlistpost.projectinfo .project-box li {margin-top:20px; float:left;width:25%;}
.mlistpost.projectinfo .project-box li .img-box{margin-right: 20px; margin-left: 20px; display: block;}
.mlistpost.projectinfo .project-box li .img-box img{width: 100%;}

#projectpage .fancybox-button { background:none;}
#projectpage .fancybox-button div {text-align: center; position:relative;}
#projectpage .fancybox-button div::before {font-family: 'iconfont'; font-size: 48px; line-height: 38px; color: #fff;}
#projectpage .fancybox-button--arrow_left div::before {content: "\e731"; left:0;}
#projectpage .fancybox-button--arrow_right div::before {content: "\e735"; right:0;}
#projectpage .fancybox-button--arrow_left div::before,#projectpage .fancybox-button--arrow_right div::before{position: absolute; background: rgba(30,30,30,.6);}
#projectpage .fancybox-button div svg {display: none;}
#projectpage .fancybox-button { background:none;}
#projectpage .fancybox-button--close {padding: 3px;text-align: center; opacity:0.8}

.mlist .content_wrapper.slider{ margin-right:0}
.mlist .content_wrapper.slider .owl-loaded .owl-item .item_block{ width:100%}
#moduleControl{ position:fixed; right:20px; top:50%;}
#moduleControl a.moduleCItem{border: 1px solid transparent;border-radius: 6px; display:block;height: 10px;margin-bottom:5px;outline: 0 none;text-indent: -9999px;transition: all 0.3s ease-out 0s;width: 10px;}
#moduleControl a.moduleCItem span{width: 4px;height: 4px;border-radius: 50%;background: #555;display: block;margin: 3px 0 0 3px;}
#moduleControl a.moduleCItem:hover,#moduleControl a.moduleCItem.active{border-color:#ffffff;}
#moduleControl a.moduleCItem:hover span,#moduleControl a.moduleCItem.active span{ opacity:0}
#moduleControl a.moduleCItem span{}
.npagePage .module_container { padding-bottom: 0 }
.npagePage .module_container .module_container { padding-left: 0px; padding-right: 0px; max-width: 100% }
.npagePage .container_content { padding-top: 40px }
.npagePage .container_content.nocat{ padding-top:70px}
.npagePage #postWrapper{ padding-top: 30px }
.npagePage #banner { height: 280px }
.npagePage #banner div { height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover }
.npagePage .content { font-size: 14px; line-height: 24px }
.npagePage .content hr { border: none; border-top: 1px dotted #282828; margin-top: 10px; margin-bottom: 10px; word-wrap: break-word; word-break: normal; }
.npagePage .content .postbody{ color:#9e9e9e; width:100%; overflow:hidden; margin-top:50px;}
.npagePage .content .postbody ul li{ list-style:inherit;}
.npagePage .content .postbody .header {padding: 50px 0 20px 0; font-size: 20px; margin: 0 auto; color: #ffffff; position: relative; border-bottom: 5px solid #2f2f2f; margin-bottom: 30px;}
.npagePage .content .postbody .header::after{content:''; position:absolute; left:0; bottom: 0; width: 0;  height: 0; margin-left: -5px; margin-bottom: -24px; border: 12px solid #2f2f2f; border-color: #2f2f2f transparent transparent transparent;}
.npagePage .content .postbody .header .title{font-size: 32px;}
.npagePage .content .postbody .header .subtitle {margin: 5px 0 0 0; font-size: 20px; color: #7f7f7f; border-bottom: 5px solid #2f2f2f; padding-bottom: 15px; display:none;}
.npagePage .content .postbody .header font{position: absolute; top: 30px;right: 0; font-size: 58px; color: #2f2f2f; opacity: 0.3; z-index: -1;line-height: normal;}

.list-paddingleft-1{padding-left:0}
.list-paddingleft-2{padding-left:30px}
.list-paddingleft-3{padding-left:60px}
.npagePage .content .postbody a, .npagePage .content .description a { text-decoration: underline }
.postbody img { float: none; max-width: 100%; margin-bottom: 20px }
.npagePage .mpageEditor .container_header { padding: 60px 0 30px; font-size: 22px; text-align: center }
.npagePage .mpageEditor .container_header .title { color: #ffffff; }
.npagePage .mpageEditor .container_header .subtitle { font-size: 14px; text-transform: uppercase; }
.npagePage .mpageEditor .container_content { padding-top: 0 }
.npagePage .mpageEditor .postbody #contactinfo { float: left }
.npagePage .mpageEditor .postbody #contactform { float: right; margin-top: 0; width: 50%; }
.npagePage .mpageEditor #mcontact .module_container { max-width: 850px }

.npagePage .content .postbody .comimg{float:left; width:60%;}
.npagePage .content .postbody .comimg img{margin-bottom:0; max-width:100%;}
.npagePage .content .postbody .comdesc{float:right; width:38%;}
.npagePage .content .postbody .comdesc p{padding: 5px 0;}
#page_about .mpageEditor {border-bottom: 1px solid #2f2f2f; padding-bottom: 50px;}
#page_job .postbody{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;    margin-top: 0;}
#page_job { padding-bottom: 50px;}
#page_job .postbody .comimg{-webkit-box-flex: 10;  -ms-flex: 10; flex: 10;}
#page_job .postbody .comsplit{-webkit-box-flex: 1;  -ms-flex: 1; flex: 1;}
#page_job .postbody .comdesc{-webkit-box-flex: 10;  -ms-flex: 10; flex: 10;}
#page_job .mlist.project .content_list .item_block {width: 49%;}

#footer {}
#footer .footer_container{max-width: 1170px; padding-left: 5px; padding-right: 5px; margin: 0 auto;}
#footer .fttop{background: #212121; overflow: hidden; text-align: center; /* border-bottom: 1px solid #252525; */ padding: 10px; display:none;}
#footer .fttop li{width: 33.3%; text-align: center; float: left; font-size: 16px; color: #9e9e9e; line-height: 50px;}
#footer .fttop li:first-child{text-align:right;}
#footer .fttop li:nth-child(3){text-align:left;}
#footer .fttop li img{height: 50px; float: none; display: block; margin: 0 auto;}
#footer .fttop li i{font-size:20px;border: 1px solid #4c4c4c; margin-right: 5px;}
#footer .fttop1{background: #212121; overflow: hidden; text-align: center; /* border-bottom: 1px solid #252525; */ padding: 10px;}
#footer .fttop1 p{font-size:14px; line-height:30px; padding:0 10px; display: inline-block;}
#footer .fttop1 p.comname{/*font-size: 16px; font-weight: bold;*/}
#footer .fttop1 p.comname span{padding-left:20px; background:url(../images/logoimg.png) no-repeat left center;background-size: 16px;}
#footer .fttop1 p i{font-size:14px; border: 1px solid #4c4c4c; margin-right: 3px; padding: 1.5px;}
#footer .copyright { line-height: 40px; height: 40px; text-align: left; font-size: 14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
#footer .copyright span.ellipsis { display: inline-block; max-width: 70% }
#footer .copyright a#flogo { display: inline-block; width: 50px; height: 20px; vertical-align: top; margin-left: 10px; margin-right: 40px; }
#footer .copyright a#flogo img{height: 100%;}
#footer .copyright a { color: #8e8e8e; vertical-align: top; padding: 0; }
#shares { position: fixed; right: 7px; bottom: 63px; z-index: 99; height: 124px }
#shares a { width: 40px; height: 40px;line-height: 40px;border: 1px solid #282828; display: block; font-size: 16px; text-align: center; position: relative; transition: all 0.3s ease-out 0s; background-color:#1c1c1c}

#mcontact .flink{line-height:40px; text-align:center;}
#mcontact .flink a{padding: 0 10px;}

#shares a i { margin-top: 12px;transition: all 0.3s ease-out 0s; font-size:26px; display: initial;}
#shares a i.alicon-xinlangweibo { font-size: 20px;}
#shares a:hover i, #online_open:hover i { color: #ffffff; }
#shares a:hover { border-color: #963947; z-index: 1; background-color: #963947; }
#shares a#sweixin { top: -1px }
#shares a#gotop { margin-top: -2px; font-size: 22px; }
#shares a#gotop i { margin-top: 6px }
.fixed { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0,0,0); background: rgba(0,0,0,.6); overflow-y: auto; z-index: 100; display: none }
#fixed_weixin .fixed-container { width: auto; height: auto; padding: 20px 20px 0 20px; background: #ffffff; position: absolute; left: 50%; top: 50%; margin-left: -110px; margin-top: -140px }
#fixed_weixin .fixed-container div { height: 220px }
#fixed_weixin .fixed-container p { height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #000 }
#fixed_mp .fixed-container { width: 258px; height: 298px; background: #ffffff; position: absolute; left: 50%; top: 50%; margin-left: -129px; margin-top: -149px }
#fixed_mp .fixed-container p { padding: 0 20px; text-align: center; font-size: 14px; color: #000 }
#online_open { width: 40px; height: 40px; border: 1px solid #282828; cursor: pointer; position: fixed; right: -40px; bottom: 186px; z-index: 99; font-size: 18px; text-align: center; line-height: 40px; margin-right: -3px; background-color:#1c1c1c}
#online_open:hover { border-color: #963947; background-color: #963947; }
#online_open i { margin-top: 12px; transition: all 0.3s ease-out 0s; font-size:24px;}
#online_open:hover i{ color:#ffffff}
#online_lx { width: 180px; height: auto; background-color: #ffffff; -webkit-box-shadow: 0 5px 9px rgba(4,0,0,.17); box-shadow: 0 5px 9px rgba(4,0,0,.17); position: fixed; right: 7px; bottom: 188px; z-index: 99999; margin-right: -10px; }
#olx_head { padding: 20px; line-height: 16px; height: 16px; background: #444; color: #ffffff; font-size: 14px }
#olx_head i { font-size: 18px; color: #ffffff; cursor: pointer; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
#olx_head i:hover { color: #ffffff; transform: rotate(90deg); -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); }
#olx_qq li a { padding: 12px 30px; height: 18px; line-height: 18px; background: #e5e5e5; color: #353434; display: block; border-bottom: #ffffff 1px solid; transition: all ease-out .3s; font-size: 12px; box-sizing: content-box; }
#olx_qq li a i { color: #5e5e5e; font-size: 16px; vertical-align: middle; margin-right: 18px; transition: all ease-out .3s; }
#olx_qq li a:hover { color: #ffffff; background: #999 }
#olx_qq li a:hover i { color: #ffffff; }
#olx_tel { padding: 20px 30px }
#olx_tel div { color: #434343; line-height: 14px; height: 14px; margin-bottom: 10px }
#olx_tel div i { font-size: 18px; margin-right: 20px; vertical-align: middle }
#olx_tel p { line-height: 18px; font-family: Arial; font-size: 16px }
#openAssist{position:fixed; bottom:40px; right:2px; width:40px; height:40px; z-index:99; background-color: #3b3b3b; border-radius:25px; text-align:center; display:none}
#openAssist i{ font-size:30px; color:#fff; position:relative; top:4px; display:inline-block; transition: all ease-out .3s}
#openAssist.active i{ transform: translate3d(0,0,0) rotate(135deg)}
#assistBtn{position:fixed; bottom:90px; right:2px; z-index:99; display:none}
#assistBtn a{ width:40px; height:40px; display:block; text-align:center;background-color: #3b3b3b; border-radius:20px; margin-bottom:15px; opacity:0;transform: translate3d(0,8px,0) scale(.3);transform-origin: center bottom;}
#assistBtn a i{ font-size:18px; color:#fff; position:relative; top:10px}
.hide{ display: none; }
.popup { display: block; }
.popup .fixed-container{position: absolute;left: 50%;top: 50%; background:#ffffff; width:800px; height:600px}
.show { display: block; }
.netmask { display: block }
.netmask div { position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px }
.netmask.loading div i { display: block; background: url(../images/loading.gif); width: 40px; height: 40px }
.netmask div i:before { display: none; font-size: 40px; color: #ffffff; }
.netmask.success div i:before { display: block }

/*分享*/
.share-box{float:right}
.wx-share {
    margin-top: -130px;
    margin-left: -120px;
    border-radius: 3px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    padding: 20px 10px;
    width: 240px;
    height: 280px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.wx-share i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5;
    text-align: center;
    color: #000;
}
.wx-share img {
    display: block;
    width: 100%;
}
.wx-share p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    color: #000;
}

@media screen and (max-width:1580px) {
	.module .module_container {max-width: 1170px;}
	.mlist.service_tabs .tab_content {max-width: 1000px;}	
	.mlist.service_tabs .tab_button {max-width:1170px; margin:30px auto 0 auto}
	.mlist.news .container_content {max-width: 1170px;}
}
@media screen and (max-width:1270px) {
	.module .module_container.wide{max-width: 1170px;padding-left:5px; padding-right:5px}
}
@media screen and (max-width:1179px) {
	.module .module_container,.module .module_container.wide,.mlist.service_tabs.module .module_container.wide,.mlistpost.project .module_container { max-width: 768px }
	#header,.gh1 #header { height: 84px; box-shadow: 0 0 10px rgba(0,0,0,.1); z-index:99 }
	#header .content,.gh1 #header .content{ padding:0}
	#header .wrapper,.gh1 #header .wrapper{ padding: 5px 5px 0 5px; height: 79px }
	.gh1 #header #headTop{padding-bottom: 0px; border-bottom:none}
	.gh1 #header #navWrapper{ display:none}
	.gh1 #sitecontent{padding-top: 54px;}
	#footer { padding: 0 5px; }
	#footer p {}
	#header .nav { display: none }
	#header .content #openBtn { display: block;margin-top: 17px; }
	#indexPage .module .module_container { padding-bottom: 20px }
	#indexPage .module .container_category { display: none }
	.container_category { white-space: nowrap; overflow-x: auto; }
	.module.mcounter ul.content_list li{ width:50%}
	.module.mcounter ul.content_list li:nth-of-type(2) div{ border-right:none}
	.mlist.service_tabs .content_wrapper{ padding:0 5px}
	.mlist.service_tabs .tab_button{ max-width:none; }
	.mlist.service_tabs .tab_button .content_list .item_block { width: 49%; margin-right: 1%; margin-bottom:1%}
	.mlist.project .content_wrapper,#indexPage .mlist.project .content_wrapper { margin-right: -1%; }
	.mlist.project .content_list .item_block,#indexPage .mlist.project .content_list .item_block { width: 49%; margin-right: 1% ; margin-bottom:1%}
	.mlistpost.project #postContent .mlist.project .content_list .item_block { width: 49%; margin-right: 1% }
	.mlist.team .content_wrapper {  margin-right: -1% }
	.mlist.team .content_list .item_block { width: 49%;margin-right: 1%; margin-bottom:1%}
	.mlist.imagelink .content_wrapper{margin-right:-1%}
	.mlist.imagelink .content_list .item_block { width: 32.333%; margin-right:1%; margin-bottom:1% }
	#contactlist #contactinfo { width: 100% }
	#contactlist #contactform { width: 100%; margin-left: 0; margin-top: 30px; float: left }
	.mlist.news .content_list .item_block { margin-bottom:20px}
	.mlist.news .content_list .item_block .item_info .title { font-size: 14px;}
	.mlist.news .content_list .item_block .item_info .subtitle{padding-bottom:0px;margin-top:0px;}
	#indexPage .mlist.news .content_wrapper{ margin-right:-1%}
	#indexPage .mlist.news .content_list .item_block {width: 49%;margin-right: 1%; margin-bottom:20px}
	#indexPage .mlist.news .content_list .item_block .item_img { width: 100%; height: auto; float: none; margin-bottom: 15px }
	#indexPage .mlist.news .content_list .item_block .item_wrapper { margin-left: 0; }
	#indexPage .mlist.news .content_list .item_block .more{ display:none}
	#indexPage .mlist.news #news_item_0, #indexPage .mlist.news #news_item_1, #indexPage .mlist.news #news_item_2{ margin-bottom:20px}
	#indexPage .mlist.news #news_item_0 .item_wrapper .title, #indexPage .mlist.news #news_item_1 .item_wrapper .title, #indexPage .mlist.news #news_item_2 .item_wrapper .title{font-size: 14px;height: 16px;line-height: 16px;}
	#indexPage .mlist.news #news_item_0 .icon, #indexPage .mlist.news #news_item_1 .icon, #indexPage .mlist.news #news_item_2 .icon{ display:none}
	.mlistpost.news #listContent,.mlistpost.news #postContent{ width:100%; float:none}
	.mlistpost.news #listContent .mlist.news .content_wrapper { margin-right: -1%; }
	.mlistpost.news #listContent .mlist.news .content_list .item_block { width: 49%; margin-right: 1% }
	.mlistpost.project #postWrapper #postContent { margin-right: 0; }
	.mlistpost.project #postWrapper #postInfo { float: none; width: 100%; margin-bottom: 24px }
	.mlistpost.project #postWrapper #postInfo .wrapper { position: static; width: 100% }
	#shares, #online_open, #online_lx,#hcontact { display: none }
	#openAssist{ display:block}
	.module.mcustomize .header{display:none;}
	.module.mcustomize .container_header{display:block;}
	.module.mcustomize.horizontal .contentbody,.module.mcustomize.horizontal.tril .contentbody{ width:100%; height:auto; float:none;}
	.module.mcustomize.horizontal .mediabody,.module.mcustomize.horizontal.tril .mediabody{ width:100%; height:auto; float:none;}
	.module.mcustomize.horizontal .container_content{ height:auto}
	.mlist .content_wrapper.slider{ padding-bottom:50px}

	.npagePage{margin-bottom:50px;}
	.npagePage .content .postbody .comimg{float:none; width:100%; margin-right:0; text-align:center;}
	.npagePage .content .postbody .comdesc{float:none; width:100%;}

	#mcontact #contactlist li { width: 48%; margin-right:2%; }
	#page_job .postbody{display: block;}
	#page_job .postbody .comsplit{height:20px;}
}
@media screen and (max-width:767px) {
	#header .content #backBtn { display: block }
	#header .content #openBtn {display: block; margin-top: 9px;}
	.lcbody { width: 26px; height: 26px;}
	.lcitem {width: 26px; height: 26px; }
	.lcitem .rect { width: 26px; top: 12px;}
	.lcitem .rect.top { transform: translate3d(0px, -9px, 0px); -webkit-transform: translate3d(0px, -9px, 0px); }
	.lcitem .rect.bottom { transform: translate3d(0px, 9px, 0px); -webkit-transform: translate3d(0px, 9px, 0px); }
	.content_wrapper.slider { padding-left:0; padding-right:0}
	.module .module_container { max-width: 576px;}
	#header .wrapper, .singlescreen #header .wrapper {height: 54px;}
	#header { height: 54px; box-shadow: none }
	#header .wrapper { height: 44px; padding-top: 5px }
	#sitecontent { padding-top: 54px }
	#header .content { text-align: center }
	#header .content a#logo { display: inline-block; float: left; height:44px; padding: 6px 0;}
	#indexPage .module .container_header{padding: 30px 0 20px 0}
	#indexPage .module .container_header .title{ font-size:16px}
	#indexPage .module .container_header .subtitle{font-size:12px; margin-top:5px}
	#indexPage .module .container_header::before{ display:none}
	.mlist.project .content_list .item_block,#indexPage .mlist.project .content_list .item_block { width: 99%; margin-right: 1% ; margin-bottom:1%}
	.mlist.service_tabs .tab_button .content_list .item_block .item_img{}
	.mlist.imagelink .content_wrapper{margin-right:-1%}
	.mlist.imagelink .content_list .item_block { width: 49%; margin-right:1% }
	.mlist.imagelink .content_wrapper.slider{ margin-right:0; padding-top:0;padding-right:0;padding-left:0}
	.npagePage .container_content { padding-top: 10px }
	.npagePage .container_content.nocat{ padding-top: 30px }
	.npagePage #postWrapper{ padding-top:10px}
	#banner { display: none }
	#pageTarget { display: none }
	.mlist.service_tabs .tab_button{ margin-top:0}
	.mlist.service_tabs .tab_content .content_list .item_block .item_wrapper{ margin:0 10px}
	.mlist.service_tabs .tab_content .tab_indexs,.mlist.service_tabs .tab_content .owl-theme .owl-nav > div.owl-prev,.mlist.service_tabs .tab_content .owl-theme .owl-nav > div.owl-next{ display:none}
	.mlist.service_tabs .tab_content .sliderWrapper{ margin-left:0}
	.mlist.service_tabs .tab_content .content_list .item_block{ height:auto}
	.mlist.service_tabs .tab_content .content_list .item_block .item_info .description{height:auto;}
	.mlist.service_tabs .tab_content .owl-theme .owl-nav > div.owl-close{top: -20px;position: absolute;right: 0;width: 50px;height: 50px;line-height: 50px;}
	.mlist.service_tabs .tab_content .owl-theme .owl-nav > div.owl-close i{ font-size:21px}
	.mlistpost.service #postNav { display: none }
	.mlistpost.service #postContent { margin-left: 0 }
	.mlist.project .content_list .item_block.item_block img{ float:none}
	.mlist.project .content_list .item_block .item_wrapper{ position:static; opacity:1; visibility:visible; padding:15px;background-color: #232323; height:auto;}
	#sitecontent .mlist.project .content_list .item_block .item_wrapper{background-color: #232323;}
	.mlist.project .content_list .item_block .item_info{ transform:none!important; top:0; margin-top:0px; position:relative; padding:0;}
	.mlist.project .content_list .item_block .item_info .title{ font-size:14px; line-height:14px}
	.mlist.project .content_list .item_block .item_info .subtitle{ font-size:12px; color:#7f7f7f; line-height:12px; padding-top:5px;}
	.mlist.project .content_list .item_block .item_wrapper .icon{ display:none}
	.mlist.project .content_list .item_block:hover .item_wrapper{height:auto;}
	.mlist.project .content_list .item_block:hover .item_info{height:auto; top:50%; margin-top:0;}

	.mlistpost.project #postWrapper #postInfo .wrapper .title{ font-size:16px}
	.mlistpost.project #postWrapper #postInfo .wrapper .subtitle{ font-size:12px; margin-top:0; line-height:18px;}
	.mlistpost.project #postWrapper #postInfo .wrapper .description { padding-bottom: 24px; margin-top:12px}
	.mlist.team .content_list .item_block .item_wrapper{ padding:15px;}
	.mlist.team .content_list .item_block .item_info .title{ font-size:14px}
	.mlist.team .content_list .item_block .item_info .subtitle{ font-size:12px}
	.mlistpost.team #postWrapper #postInfo .wrapper .title{ font-size:16px}
	.mlistpost.team #postWrapper #postInfo .wrapper .subtitle{ font-size:12px; margin-top:0; line-height:18px;}
	.mlistpost.team #postWrapper #postInfo .wrapper .description{ margin-top:12px}

	#indexPage .mlist.news .content_wrapper{ margin-right:0}
	#indexPage .mlist.news .content_list .item_block {width: 100%;margin-right: 0;border-bottom: #282828 1px dotted;padding-bottom: 10px;margin-bottom:10px}
	#indexPage .mlist.news .content_list .item_block .item_img{ width: 35%;height: auto;float: left; margin-bottom:0 }
	#indexPage .mlist.news .content_list .item_block .item_wrapper { margin-left: 38%; }
	#indexPage .mlist.news #news_item_0, #indexPage .mlist.news #news_item_1, #indexPage .mlist.news #news_item_2{ margin-bottom:10px}
	#indexPage .mlist.news #news_item_0 .item_img, #indexPage .mlist.news #news_item_1 .item_img, #indexPage .mlist.news #news_item_2 .item_img{ width: 35%;height: auto;float: left; margin-bottom:0}
	#indexPage .mlist.news #news_item_0 .item_wrapper, #indexPage .mlist.news #news_item_1 .item_wrapper, #indexPage .mlist.news #news_item_2 .item_wrapper { margin-left: 38%; }
	#indexPage .mlist.news #news_item_0 .item_wrapper .more, #indexPage .mlist.news #news_item_1 .item_wrapper .more, #indexPage .mlist.news #news_item_2 .item_wrapper .more,#indexPage .mlist.news .content_list .item_block .more{ display:block}


	.mlist.job .content_list .item_block p.title{ width:65%; text-indent:10px; padding-right:10px; box-sizing:border-box}
	.mlist.job .content_list .item_block p.subtitle{ display:none}
	.mlist.job .content_list .item_block p.cattitle{ display:none}
	.mlist.job .content_list .item_block p.date{ width:25%}
	.mlist.job .content_list .item_block p.more{ width:10%;}
	.mlist.job .content_list .item_block p.more a{ margin-right:10px}
	.npagePage .mlist.news .content_list .item_block{padding-bottom: 10px;margin-bottom:10px; line-height:16px}
	.npagePage .mlist.news .content_list .item_block .item_img{ width: 35%;height: auto;}
	.npagePage .mlist.news .content_list .item_block .item_wrapper{ margin-left: 38%; }
	.npagePage .mlist.news .content_list .item_block .item_info .title{overflow: hidden; width:100%; height:16px}
	.npagePage .mlist.news .content_list .item_block .item_info .subtitle{ margin-top:5px}
	.npagePage  .mlist.news .content_list .item_block .item_img .icon{ display:none}
	.npagePage .mlist.news .content_list .item_block .item_tags,.mlist.news .content_list .item_block .item_info .description{ display:none}
	.npagePage .mlist.news .content_list .item_block .more{ display:block}
	.mlistpost.news #listContent,.mlistpost.news #postContent{ width:100%; float:none}
	.mlistpost.news #listContent .mlist.news .content_wrapper { margin-right: 0; }
	.mlistpost.news #listContent .mlist.news .content_list .item_block { width: 100%; margin-right: 0; margin-bottom:10px; padding-bottom:10px}
	.mlistpost.news #listContent .mlist.news .content_list .item_block .item_img{ display:block}
	.mlistpost.team #postWrapper #imageWrapper{ max-width:400px; width:100%; margin:0 auto; float:none}
	.mlistpost.team #postWrapper #postInfo{ margin-left:0; margin-top:50px}
	.module.mcustomize .header{padding: 30px 0 20px 0;margin-bottom: 20px;}
	.module.mcustomize .header .title{font-size: 24px;}
	.module.mcustomize .header .subtitle {margin: 5px 0 0 0; font-size: 16px; color: #7f7f7f; border-bottom: 5px solid #2f2f2f; padding-bottom: 15px; display:none;}
	.module.mcustomize .header font{position: absolute; top: 30px;right: 0; font-size: 36px; color: #2f2f2f; opacity: 0.3; z-index: -1;}
	.module.mcustomize .mediabody{ margin-top:30px}

	.npagePage{margin-bottom:40px;}
	.npagePage .content .postbody .header{padding: 30px 0 20px 0;margin-bottom: 20px;}
	.npagePage .content .postbody .header .title{font-size: 24px;}
	.npagePage .content .postbody .header .subtitle {margin: 5px 0 0 0; font-size: 16px; color: #7f7f7f; border-bottom: 5px solid #2f2f2f; padding-bottom: 15px; display:none;}
	.npagePage .content .postbody .header font{position: absolute; top: 30px;right: 0; font-size: 36px; color: #2f2f2f; opacity: 0.3; z-index: -1;}

	#mcontact #contactlist li { width: 100%; margin-right:2%; border-top:2px solid #2f2f2f; border:none; margin-bottom: 0; padding-top:0;}
	#mcontact #contactlist li p{float:none; text-align: center;line-height: 22px; height:auto;}
	#mcontact #contactlist li p span{width: 100%; display:block; line-height:30px;}	
	
	#contactlist li p span{font-size:15px; font-weight:bold;}
	#contactlist li p img{float:none; max-height:40px; margin: 5px auto;}
	#mcontact #contactlist li:first-child {border-top:5px solid #2f2f2f; padding-top:10px;}
	#mcontact #contactlist li p.copyright {margin-top: 10px; padding-top:10px; border-top:2px solid #2f2f2f;}

	#contactlist ul {padding: 10px;}
	#contactlist p.copyright {padding-left: 0; text-align: center; line-height: 50px; border-top: 2px solid #2f2f2f;}

	#contactlist{ margin-top:0}
	.npagePage .mpageEditor .postbody #contactform{ margin-top:30px}
	#contactform p{ margin-bottom:10px}

	#page_job .mlist.project .content_list .item_block {width: 99%;}
	
	/*项目详情*/
	.mlistpost.projectinfo #postInfo {padding: 30px 0; border-bottom: 1px solid #2f2f2f;}
	.mlistpost.projectinfo #postInfo .title {font-size: 16px; padding-right: 20px; margin-right: 20px;}
	.mlistpost.projectinfo #postInfo .subtitle { font-size: 16px;}

	.mlistpost.projectinfo .project-box{text-align:center;}
	.mlistpost.projectinfo .project-box img{float:none;}
	.mlistpost.projectinfo .coverimg img{max-width: 100%; margin: 0 auto;}
	.mlistpost.projectinfo .project-box ul{margin-left:-10px; margin-right:-10px;}
	.mlistpost.projectinfo .project-box li {width:50%;}
	.mlistpost.projectinfo .project-box li .img-box{margin-right: 10px; margin-left: 10px;}
	
	/*分享*/
	.share-box { float: none; margin-top: 20px; padding-top: 20px; border-top: 1px solid #2f2f2f; text-align: center;}
}
.agent-mobile .owl-theme .owl-nav{ display:none}
.mlist.service_tabs .tab_button .content_list .item_block.wow { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
.mlist.project .content_list .item_block.wow { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
.mlist.team .content_list .item_block.wow { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
.mlist.imagelink .content_list .item_block.wow { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
.mlist.news .content_list .item_block.wow { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
.mcustomize .header.wow { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
.mcustomize .description.wow { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
.mcustomize .mediabody.wow { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
#mcontact #contactinfo.wow { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
#mcontact #contactform.wow { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
#indexPage .module .container_header { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
.container_category { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
.container_target { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

.ff_social a{text-decoration: none!important;}
