
#header {
	position: fixed;
	width: 250px;
	height: 100%;
	top: 0px;
	z-index: 1001;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
#header.mini {
	position: fixed;
	width: 250px;
	height: 100%;
	top: 0px;
	z-index: 1001;
	background: #fff;
	padding-top: 20px;
}
#header #logo {
	height: auto;
	margin: 20px 40px 30px;
}
#header .content {
	padding-left: 0px;
}
#header ul li.navitem {
	width: 250px;
	padding: 0px 0px;
	text-align: center;
	height: 50px;
    line-height: 50px;
}

#header ul li.navitem:hover {
	width: 250px;
	padding: 0px 0px;
	background-color:#f1f1f1;
	
}
#header ul li.navitem a:hover {
	width: 250px;
	padding: 0px 0px;
	background-color:#f1f1f1;
	
}
	

#header ul li.navitem a {
	color: #9F9F9F;
}
#indexPage .module.bgShow {
	background-size: inherit;
}

#servicelist .serviceitem {
    margin-bottom: 0px;
    padding-top: 40px;
}

.serviceitem {
	width: 33.33%;
	margin-right: auto;
	transition: all 0.3s ease-out 0s;
	height: 300px;
}
.serviceitem:hover {
	background-color: #F6F6F6;
	height: 300px;
}
#servicelist .wrap {
    margin-right: 0px;
}

#indexPage #mservice .content {
	width: 100%;
}
#indexPage #mservice .slider_wrapper {
	width: 100%;
}
#indexPage #mslider .bx-wrapper {

}
.serviceitem a {
	margin: 10px auto 24px;
}
#indexPage #mservice .slider_wrapper .slider {
	width: 100%;
}
.serviceitem div p.description {
	width: 80%;
	margin: 0 auto;
}
#indexPage #mservice .slider_control {
	width: 0px;
	height: 180px;
}
#projectlist .projectitem2 {
	width: 33%;
}
#indexPage #mproject .bgmask, #indexPage #mnews .bgmask, #indexPage #mservice .bgmask, #indexPage #mpage .bgmask {
	background-color: transparent;
	;
}
#indexPage #mslider ul li p.title {
	font-size: 60px;
	line-height: 70px;
	height: 70px;
	color: #00FFAE;
}
.fw {
	margin: 0px auto;
	width: 100%;
}
#indexPage #mpage {
	background-color: #000;
}
#indexPage a.more {
	border: 1px solid rgba(255, 255, 255, 0.2);
}
#indexPage a.more:hover {
	border-color: #c9342d;
	text-indent: 120px;
	border: 1px solid #c9342d;
	background-color: #c9342d;
	color: #fff;
}

#indexPage a.more:hover i{
	 text-indent:18px;
	 color:#fff;
}


#mpage .content .header p.title {
	color: #00FFAE;
}
#mpage .content .header p.subtitle {
	color: #696969;
}
#mproject .content .header p.title {
	color: #00FFAE;
}
.nobanner .npagePage {
	padding-top: 0px;
}
#projectwrap {
	padding-top: 10px;
	min-height: 600px;
	padding-left: 10px;
}
#projectbody {
	width: 60%;
	float: left;
}
#projectinfo .header {padding-top: 40px;}
.nobanner #header {background: #fff;}
#indexPage #mteam .slider_control {
	height: 60px;
	width: 60px;
	position: absolute;
	top:50%;
	margin-top:-30px;
}


#indexPage #mteam .slider_control.prev {
	left:10px;
}

#indexPage #mteam .slider_control.next {
	right:10px;
}

#indexPage #mteam ul {
}

#indexPage #mteam .slider_wrapper {
	width: auto;
}

#teamlist {
	margin: 0px auto;
	width: 100%;
}
#teampost #teamimage {
	padding-left: 70px;
}
#teampost #teambody {
	margin-left: 520px;
}
#teambody .theader .postbody {
	margin-right: 50px;
}
#indexPage .module .bgmask {
	background-color: transparent;
}
#indexPage #mteam .header img {
	width:100%;height:220px;
}
#indexPage #mteam  p.title10 {
	font-size: 24px;
	text-align: left;
	margin: 80px auto auto;
	color: #00FFAE;
	text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}




#indexPage #mteam  p.title10 {
	font-size: 24px;
	text-align: left;
	margin: 80px auto auto;
	color: #c9342d;
	text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}


#indexPage #mteam .header p.subtitle {
	font-size: 12px;
	text-align: left;
	margin: 0px auto;
}
#indexPage #mteam .description {
	color: #808080;
	text-align:left;
	margin-left:0;
	margin-right:0;
	padding:0;
	line-height: 24px;
	font-size: 13px;
	width:auto;
	max-width:100%;
	margin-bottom:20px;
}



@media(max-width: 1200px){
#indexPage #mteam  p.title10 {
	margin: 40px auto auto;
}
}


@media(max-width: 920px){
#indexPage #mteam  p.title10 {
	margin: 30px auto auto;
}
}


@media(max-width: 730px){	

.show2 #indexPage  #mteam .col-xs-6{
	width:100%;
}
.show2 #indexPage  #mteam  p.title10 {
	margin: 20px auto auto;
}
}



@media(max-width: 480px){	
#indexPage #mteam .col-xs-6{
	width:100%;
}
#indexPage #mteam  p.title10 {
	margin: 10px auto auto;
}
}



.npagePage .postbody {
	padding: 0 50px;
	max-width: 860px;
}
.npagePage .fw {
	width: auto
}
.npagePage .theader .postbody {
	padding: 0
}
.serviceitem div p.title {
    font-size: 18px;
}

#header #logo {
    float: none;
    height: 40px;
    margin: 10px auto 30px auto;
    width: 154px;
}

#sitecontent {
transition: all ease .3s;
}

/*首页全屏*/
#indexPage #mslider{ height:0}

#servicelist {
    width: 100%;
    margin: 0px auto;
}
.teamitem a div.wrap {background:#c9342d;}

#projectlist .projectitem2 .project_info {
     background: transparent;
    transition: all 0.3s ease-out 0s;
    height: 60px;
    width: 100%;
    bottom: 50px;
}

#projectlist .projectitem2 a:hover .project_info p.title{
	margin-top:0px;
	 color:#c9342d;
}

/*导航下拉菜单*/
#header ul li.navitem ul.subnav {
    position: absolute;
    width: 250px;
    margin: -648px 0px 0px 250px;
    height: 2000px;
    background: #171717;
    overflow: hidden;
    padding-top: 600px;
    border-top: 3px solid #171717;
}

#header ul li.navitem ul.subnav li a {

}

#header ul li.navitem ul.subnav li a {background: transparent;}

/*chrome */
::-webkit-scrollbar-track-piece{width:8px;background-color:#f8f8f8;}
::-webkit-scrollbar{width:8px;background-color:#aeaeae;}
::-webkit-scrollbar-thumb{width:8px;background-color:#c9342d;}
::-webkit-scrollbar-thumb:hover{ width:8px; background-color:#aeaeae;}

#header ul li.navitem a.active {
    background: #c9342d none repeat scroll 0% 0%;
    width: 250px;
    display: block;
    color: #FFF;
}

.npagePage #banner div {}

#indexPage #mcontact {background-color: #050505;}

#contactform p .inputtxt {background-color: rgba(0,0,0,.3);border: 1px solid #171717;}

#indexPage #mslider ul li p {color: #CBCBCB;}



@media(max-width: 480px){
#projectlist .projectitem2 {
	width:100%;
}

}