@charset "utf-8";
/* CSS Document */


#header.mini { background: #fff; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); }
/*顶部导航背景默认色IPAD */


.lowB #header { background: #FFF; }


#header ul li.navitem a.active, #header ul li.navitem:hover a {
	spadding: 10px 40px;
	color: #000000;
	background-color: #FF9900;}
/*顶部导航菜单按钮选中状态 */

#pages a.active, #pages a:hover { background: rgba(255,255,255,.1); color: #FF9900; }

#header ul li.navitem a {
	color: #fff;
	display: block;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
/*顶部导航菜单文字 */

#header ul li.navitem { padding: 0px .5px 10px; }

#header ul li.navitem { line-height: 20px; }

#header ul li.navitem ul.subnav li a {
	width: 200px;
	height: 20px;
	line-height: 20px;
	background: rgba(41, 41, 41,.8);
	display: block;
	font-size: 14px;
	transition: all 0.2s ease-out 0s;
	color: #FFF;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
/*下拉菜单文字 */

#header ul li.navitem ul.subnav li a:hover {
	text-indent: 10px;
	color: #000;
	background-color: #FF9900;}
/*下拉菜单鼠标移上去状态 */	

#header ul li.navitem ul.subnav {
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7B7B7B;}
/*下拉菜单框边线及颜色 */	

#header ul li.navitem ul.subnav li { border-bottom: 1px solid #3B3B3B; }

.bdcs-container .bdcs-main, .bdcs-container .bdcs-main * {
    box-sizing:content-box;
    margin:0;
    padding:0;
    float:none;
    clear:none;
    overflow:hidden;
    white-space:nowrap;
    word-wrap:normal;
    border:0;
    background:none;
    width:auto;
    height:auto;
    max-width:none;
    min-width:none;
    max-height:none;
    min-height:none;
    border-radius:0;
    box-shadow:none;
    transition:none;
    text-align:left;
}

.bdcs-container .bdcs-clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.bdcs-container .bdcs-clearfix {
    zoom: 1;
}

.bdcs-container .bdcs-main {
    overflow: visible;
}
.bdcs-container .bdcs-search {
    display: block;
    overflow: visible;
    position: relative;
    border-style: solid;
}

.bdcs-container .bdcs-search-form-input-wrap {
    display: inline-block;
}

/*输入框自定义样式*/
.bdcs-container .bdcs-search-form-input {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    vertical-align: top;
    text-indent: 5px;
    float: left;
    border-color:#a6a6a6;
    margin-right:10px;
    width:246px;
    height:26px;
    line-height:26px;
    font-family:Arial,SimSun,sans-serif;
    color:#000000;
    font-size:14px;
    border-radius:0px;
    background-color:#f5f5f5;
}
.bdcs-container .bdcs-search-form-input:focus {
    border-width: 1px;
    border-style: solid;
    outline: none;
}
.bdcs-container .bdcs-search-form-submit-wrap {
    display: inline-block;
}

/*按钮样式自定义*/
.bdcs-container .bdcs-search-form-submit {
	display: inline-block;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
	text-align: center;
	width: 50px;
    /*IE67 submit width fix*/
    /*width: 1;
    *overflow: visible;
    /*fix IE6 submit height but width still bug*/
    //_overflow: hidden;
	border-color: #a6a6a6;
	height: 26px;
	background-color: #f5f5f5;
	color: #000000;
	font-family: "微软雅黑";
	font-size: 14px;
	border-radius: 0px;
    *height:28px;
    *margin-top:1px;
	line-height: 26px;
}

.bdcs-container .bdcs-search-form-submit-magnifier {
    width: 45px;
    padding: 0;
    text-indent: -999em;
    overflow: hidden;
    background: url('/static/customer-search/component/search/magnifier-icon.png') no-repeat center center;
    _background: url('/static/customer-search/component/search/magnifier-icon_ie6.png') no-repeat center center;
}
.bdcs-container .bdcs-search-form-input-wrap{}
.bdcs-container .bdcs-search-form-input-notspan{
    margin-left:0px;
    font-family:Arial,SimSun,sans-serif;
    color:#000000;
    font-size:14px;
}
.bdcs-container .bdcs-search-form-input .icon-nofocus{
    left:;
    right:;
    top:;
    height:;
    width:;
}
.bdcs-container .bdcs-search{
    width:310px;
    height:28px;
    overflow:visible;
    border-color:#ffffff;
    border-radius:0px;
    border-width:0px;
    box-shadow:none;
    background-color:none;
}

.bdcs-container .bdcs-search-form-input:focus{
    border-color:#f79646;
}
.bdcs-container .bdcs-search-form-submit-wrap{

}

.bdcs-container .bdcs-search-sug-list{
    width:250px;
}
.bdcs-container .bdcs-search-sug-list-item{
    height:30px;
    line-height:30px;
    font-family:Arial,SimSun,sans-serif;
    font-size:14px;
}
.bdcs-container .bdcs-search-sug-list-item-value{
    color:#000000;
}
.bdcs-container .bdcs-hot{
    width:300px;
    height:30px;
    line-height:30px;
}
.bdcs-container .bdcs-hot-item{
    color:#632423;
    font-family:Arial,Microsoft YaHei,sans-serif;
    font-size:14px;
}

/*频道设置*/
div#default-searchbox  .default-channel-meun{
    position: relative;
    width: 75px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    float: left;
    overflow: visible;
}
div#default-searchbox .default-channel-current{
    border: 1px solid;
    position: relative;
    width: 100%;
    border-right: none;
}

div#default-searchbox .default-channel-current span{
    margin-left: 8px;
}

div#default-searchbox .default-channel-current i{
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 6px 6px 0;
    border-color: #9E9E9E #ffffff;
    border-style: solid;
    display: block;
    position: absolute;
    right: 10px;
    top: 11px;
}

div#default-searchbox .default-channel-list{
    display: none;
    width: 99%;
    list-style: none;
    background: #fff;
    border: 1px solid #DDD;
    border-top: none;
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    z-index: 30000;
}

div#default-searchbox .default-channel-list li{
    background: none;
    line-height: 24px;
    list-style: none;
    padding-left: 7px;
}
div#default-searchbox .default-channel-list li:hover{
    background: #DDD;
}


/*热搜词自定义*/
.bdcs-container .bdcs-hot, .bdcs-container .bdcs-hot * {
    box-sizing:content-box;
    margin:0;
    padding:0;
    float:none;
    clear:none;
    overflow:hidden;
    white-space:nowrap;
    word-wrap:normal;
    border:0;
    background:none;
    width:auto;
    height:auto;
    max-width:none;
    min-width:none;
    max-height:none;
    min-height:none;
    border-radius:0;
    box-shadow:none;
    transition:none;
    text-align:left;
}
.bdcs-container .bdcs-hot {
    display: block;
    white-space: normal;
}
.bdcs-container .bdcs-hot-item {
    margin-right: 10px;
}
.bdcs-container .bdcs-hot{
    width:300px;
    height:30px;
    line-height:30px;
}
.bdcs-container .bdcs-hot-item{
    color:#632423;
    font-family:Arial,Microsoft YaHei,sans-serif;
    font-size:14px;
}

.bdcs-container{
    /*width:px;*/
    height:35px;
}

.bdcs-main{
    overflow:visible;
}

.content .header p.subtitle {
	color: #dcdcdc;
	font-size: 15px;
	line-height: 30px;
}

/*首页案例背景颜色 */
.contentzs .header p.subtitle {
	font-size: 15px;
	line-height: 30px;
}

#indexPage #mpage {
	background-color: #333333;
}

#indexPage #msyal {
	float: left;
	width: 80%;
	padding-top: 40px;
	padding-right: 10%;
	padding-bottom: 40px;
	padding-left: 10%;
	background-image: url(../../../uploads/shouye/syal.jpg);
	background-size: cover;
    background-position: center center;
}

#indexPage #msyal ul li{
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

#indexPage #msyal p{
	font-size: 18px;
	text-align: center;
	color: rgba(51,255,0,1);
	padding-top: 10px;
}

#category a {
	padding: 8px 30px;
	margin-right: 10px;
	transition: all 0.3s ease-out 0s;
	color: #FFF;
	border: 1px solid #666666;}

#category a.active, #category a:hover { background: #FDD947; color: #474747; border: 1px solid #FDD947; }

.nobanner #header { background: darkslategray; }

/*案例*/


#projectmore { color: #FDD947; height: 100px; line-height: 100px; background: #262626; font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑"; font-size: 18px; }

#projectmore:hover { color: #FDD947; height: 100px; line-height: 100px; background: #262626; font-size: 18px; }

/*首页背景不加透明蒙层 */




#contactform p textarea.inputtxt { height: 80px; }

#contactform p .inputtxt {
	background: none;
}

#contactform p {
	padding-top: 5px;
}

.content .header p.title {
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
	color: #FFFFFF;
}
/*首页产品中心标题字体和颜色*/
.contentzs .header p.title { font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑"; }

#indexPage #mslider {
	height: 150px;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url(../../../uploads/shouye/sydt.jpg);
	background-size: cover;
    background-position: center center;
	padding-top:150px;
}

#indexPage #mslider h1{
	font-size: 19px;
	color: #75f219;
	display: block;
	float: left;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
}

#indexPage #mslider p{
	font-size: 17px;
	color: rgba(255,255,255,1);
	display: block;
	float: left;
	width: 90%;
	padding-left: 10%;
	line-height: 30px;
	padding-top: 10px;
}


#indexPage #mproject{
	float: left;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 10px;
}

#indexPage #mproject h2{
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #ff9900;
}

#indexPage #mproject .wrapper .projectitem {
	display: inline-block;
	width: 23.5%;
	padding-right: 0.5%;
	padding-left: 0.5%;
}

#indexPage #sydqcj{
	float: left;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 10px;
}

#indexPage #sydqcj h2{
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #ff9900;
}

#indexPage #sydqcj .wrapper .projectitem {
	display: inline-block;
	width: 23.5%;
	padding-right: 0.5%;
	padding-left: 0.5%;
}



#indexPage #mproject .wrapper .projectitem a img,#indexPage #mpage .wrapper .projectitem a img{
	width: 100%;
	float: left;
}

#indexPage #mproject .wrapper .projectitem a:hover img,#indexPage #mpage .wrapper .projectitem a:hover img{
    transform: scale(1.1,1.1);
	transition: all 0.5s ease-out 0.3s;
}

#indexPage #mproject .wrapper .projectitem h3{
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	font-size: 15px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#indexPage #mproject .wrapper .projectitem h3 a{
	color: #C9F5CC;
}

#indexPage #mproject .wrapper .projectitem h3 a:hover{
	color: #FF6600;
}

#indexPage #mpage .wrapper .projectitem h3{
	text-align: center;
    display: block;
    float: left;
    width: 100%;
    padding-top: 10px;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#indexPage #mpage .wrapper .projectitem h3 a{
	color: #C9F5CC;
}

#indexPage #mpage .wrapper .projectitem h3 a:hover{
	color: #FF6600;
}

#indexPage #mproject .wrapper .projectitem a:hover h4,#indexPage #mpage .wrapper .projectitem a:hover h4{
	color: rgba(255,102,0,1);
}

#indexPage #mproject .wrapper .projectitem p{
	    color: #F0F0F0;
    display: block;
    float: left;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#indexPage #mpage .wrapper .projectitem p{
	    color: #F0F0F0;
    display: block;
    float: left;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#indexPage #mproject .wrapper .projectitem a:hover p,#indexPage #mpage .wrapper .projectitem a:hover p{
	color:#C9F5CC;
}

#indexPage #mproject.wrapper,#indexPage #mpage.wrapper{float:left; width:100%;}

#indexPage #mpage{
	float: left;
	width: 100%;
}

#indexPage #mpage .wrapper .projectitem {
	display: inline-block;
	width: 23.5%;
	padding-right: 0.5%;
	padding-left: 0.5%;
}

#indexPage #mpage h2{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ff9900;
}

#indexPage #mservice{
	float: left;
	width: 85%;
	padding-right: 7.5%;
	padding-left: 7.5%;
	background-image: url(../../../uploads/shouye/habout.jpg);
	background-size: cover;
    background-position: center center;
	padding-top:30px;
}


#indexPage #mservice ul{
	float: left;
	width: 85%;
	padding-left: 7.5%;
	padding-right: 7.5%;
	padding-bottom: 40px;
}

#indexPage #mservice ul li{
	display: block;
	text-align: center;
	width: 100%;
	line-height: 2em;
	font-size: 1.1em;
	color: rgba(0,0,0,1);
}

#indexPage #mnews{
	float: left;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#indexPage #mnews ul{
	float: left;
	width: 31.1%;
	display: inline-block;
	border: 1px dotted rgba(204,204,204,1);
	margin-right: 1%;
	margin-left: 1%;
	padding-bottom: 10px;
}

#indexPage #mnews ul h2{
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: rgba(51,51,51,0.6);
	padding-left: 6%;
	margin-bottom: 10px;
	font-size: 16px;
	color: #ff9900;
}

#indexPage #mnews ul li{
	font-size: 14px;
	line-height: 25px;
	padding-left: 6%;
	width: 94%;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 0px;
	margin-left: 0px;	
}

#indexPage #sydqcj ul li{
	font-size: 14px;
	line-height: 25px;
	padding-left: 6%;
	width: 94%;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 0px;
	margin-left: 0px;	
}


#indexPage #mnews ul li a{
	color: rgba(255,255,255,1);
}

#indexPage #mnews ul li a:hover{
	color: rgba(255,102,0,1);
}

#indexPage #sydqcj ul li a{
	color: rgba(255,255,255,1);
}

#indexPage #sydqcj ul li a:hover{
	color: rgba(255,102,0,1);
}

#indexPage #mcontact{
	float: left;
	width: 70%;
	background-image: url(../../../uploads/shouye/contact.jpg);
	padding-right: 15%;
	padding-left: 15%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-size: cover;
    background-position: center center;
}


 #indexPage #mcontact p{
	font-size: 14px;
	line-height: 24px;
}

/*首页全屏*/

#header .content { padding-left: 40px; padding-right: 40px; }

#shares a { background: transparent; }

#shares a#gotop { margin-top: 1px; background-color: rgba(0, 0, 0, 0.2); transition: all 0.3s ease-out 0s; }

#shares a#gotop:hover { background-color: rgba(0, 0, 0, 0.8); }


/*新导航*/

#header .content { padding-left: 0px; padding-right: 0px; }
/*head框边距*/	

#navwidth{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#header ul#nav {
	float: right;
	transition: all 0.3s ease-out 0s;
	padding-bottom: 0px;
	margin-top: 10px;
}
/*常规状态下菜单栏UL（首页菜单除外）*/	

#header.mini ul#nav {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;}
/*收缩状态下菜单栏UL*/	

#header.mini { background: rgba(0,0,0,.5); padding-top: 0px; }
/*收缩状态下菜单栏背景色和位置*/

#header ul li.navitem {
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(51,51,51,0.6);
}
/*常规状态下菜单栏li高度*/

#header.mini ul li.navitem { padding: 10px 0.5px; }
/*收缩状态下菜单栏li高度*/

#header { padding-top: 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
/*头部head的位置和边框*/

#top{
	width:75%;
    margin-left:auto;
	margin-right:auto;
}

#bdcs{
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#toptel{
	width: 20%;
	float: right;
	margin-top: 21px;
}


#header #logo {
	transition: all 0.3s ease-out 0s;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/*常规状态下LOGO框边距及位置*/

#header #logo img { transform: scale(1, 1); transition: all 0.3s ease-out 0s; }
/*常规状态下LOGO缩放比例*/

#header.mini #logo {
	margin-left: 50px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
}
/*收缩状态下LOGO框边距及位置*/

#header.mini #logo img { transform: scale(0.85, 0.85); }
/*收缩状态下LOGO缩放比例*/




#olx_head {
	border-radius: 0px;
	color: rgba(24, 25, 26, 0.5);
	background-color: rgba(24, 25, 26, 0.5);
}

#olx_qq li a:hover i { color: #FDD947; }

#olx_qq li a:hover { padding: 18px 30px; color: #363636;background: #FDD947;}

#shares a#sshare { color: transparent; background-image: url("/templets/cloud_23/images/fenxiang.png"); background-repeat: no-repeat; }

#shares {
	height: 32px;
	bottom: 5px;
	width: 150px;
}

#olx_qq li a:hover i { color: #3c3c3c;; }

#shares a#gotop { margin-top: 6px; background: none; color: #5f5f5f; }

#shares a i {  padding: 0 20px; }

#shares a i.fa-share-alt { padding: 0 16px; }

#shares a i.fa-qq {
	color: transparent;
	background-image: url(/templets/cloud_23/images/qqbtb.png);
	background-repeat: no-repeat;
	font-size: 17px;
	height: 17px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

#shares a i.fa-sq {
	color: transparent;
	background-image: url(/templets/cloud_23/images/qqbtb.png);
	background-repeat: no-repeat;
	font-size: 17px;
	height: 17px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

#shares a i.fa-weixin {
	color: transparent;
	background-image: url(/templets/cloud_23/images/wxbtb.png);
	background-repeat: no-repeat;
	font-size: 17px;
	height: 17px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

#shares a i.fa-youjian {
	color: transparent;
	background-image: url(/templets/cloud_23/images/yjbtb.png);
	background-repeat: no-repeat;
	font-size: 15px;
	height: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

#online_open i { margin-top: 5px; }

#shares a i.fa-share-alt { padding: 0 16px; }

#online_open { margin: 0 10px 0 0; background: none; bottom: 0px; color: #FDD947; }

#footer p {
	position: fixed;
	bottom: 0;
	background: rgba(0,0,0,.8);
	right: -20px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: rgba(255,255,255,1);	
}

#footer.mini p {
	right: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#shares a { color: #fff; background-color: transparent; display:inline-block; height: 22px; width: auto; }

#shares a#sweibo { background-color: transparent; transition: all 0.3s ease-out 0s; }

#shares a#sweibo:hover { background: transparent; }

#shares a#sweixin { background-color: transparent; transition: all 0.3s ease-out 0s; }

#shares a#sweixin:hover { background-color: transparent; }

#online_lx { border-radius: 0px; bottom: 250px; margin-right: -30px; background-color: rgba(29, 27, 27, 0.3);}

#olx_tel div {color: #898989;}

#olx_tel p {color: #ffcc00;}

#olx_qq li a {
	color: #FFF;
	border-bottom: rgba(255,255,255,.05) 1px solid;
}

#olx_qq li a i {color: #FFCC00;}

#olx_head i {
	color: #CCCCCC;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#olx_head i:hover{color: #fff; transform:rotate(90deg);

-ms-transform:rotate(90deg); 	/* IE 9 */

-moz-transform:rotate(90deg); 	/* Firefox */

-webkit-transform:rotate(90deg); /* Safari 和 Chrome */

-o-transform:rotate(90deg); 	/* Opera */}

#footer a path { fill: #dedede; }

/*
#indexPage .module .bgmask { background-color: rgba(0,0,0,.4); }
*/

.postbody hr { border-top: 1px dotted #505657; width: 100%;}


#projectlist .projectitem a .project_info::after { width: 0%; height: 80px; position: absolute; content: ""; top: 100%; left: 0; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; background-color: #FDD947; z-index: -1; }

#projectlist .projectitem a:hover .project_info::after { width: 100%; }

#projectlist .projectitem p {
	color: #F0F0F0;
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 24px;
	height:90px;
	overflow: hidden;
    text-overflow: ellipsis;
}

#projectlist .projectitem a h3.title {
	color: #C9F5CC;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	font-size: 15px;
}

#projectlist .projectitem a:hover  h3{
	color: #FF6600;
}

#projectlist .projectitem h3 a{
	color: #C9F5CC;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	font-size: 15px;
	font-weight: normal;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#projectlist .projectitem h3 a:hover{
	color: #FF6600;
}

/*首页产品中心最下排文字*/

#projectlist .projectitem a:hover .project_info p.subtitle { color: #7B7B7B; }

#projectlist .projectitem a:hover .project_info { background: transparent; }

#indexPage #mpage .content, #indexPage #mpage .module-content, #indexPage #mpage .wrapper, #indexPage #mpage .slider, #indexPage #mpage .wrapper li, #indexPage #mpage .wrapper li .fimg { height: 100% }

#mpage .content .header::after { position: inherit; content: ""; height: 0px; background: #474747; margin: 0px; width: 4%; float: right; }

#pages {
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}


 @keyframes mymove { 0% {

 transform:scale(1.2, 1.2)

}

 100% {

 transform:scale(1, 1)

}

}

#banner div { animation: mymove 20s; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.teamitem .teaminfo .title { color: #FFF; }

#teambody .theader .title { color: #fff; }

.postbody img {
	max-width: 100%;
	width: 100%;
	}



.npagePage #banner div{height: 120px;}
.npagePage #banner {height: 120px;}
#projecttags{ margin-left: 50px;}

/*以下为友情链接*/
.breadcrumb>li {
	display: inline-block
}

.breadcrumb {
	list-style: none;
	background-color: transparent;
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.met-links {
	color: #000;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	background-color: rgba(204,204,204,1);
	width: 100%;
}
.met-links a {
	color: #000;
	font-size:13px;
}
.met-links a:hover {
	color: #fff000 !important;
	text-decoration: none
}
.met-links ol {
	margin-bottom: 0
}
.met-links .breadcrumb>li+li:before {
	color: #aaa
}
@media(max-width:768px) {
.met-links .breadcrumb>li+li:before {
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	content: ''
}
.met-links li {
	width: 50%;
	float: left;
	text-align: left
}
.met-links li:first-child {
	width: 100%;
	font-size: 16px
}
}
@media(max-width:488px) {
.met-links li {
	width: 100%
}
}




.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
@media(min-width:768px) {
.container {
	width: 750px
}
}
@media(min-width:992px) {
.container {
	width: 970px
}
}
@media(min-width:1200px) {
.container {
	width: 1170px
}
}

.container {
	max-width: 100%
}

@media(min-width:1600px) {
.container {
	width: 1310px
}
}



.text-justify {
	text-align: justify !important

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

