@charset "utf-8";
/*顶部导航居右 */
#header ul#nav {
	margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
/*顶部导航背景默认色 */

#header {
	border-bottom: 1px solid transparent;
	background: rgba(255,255,255,0);
}
/*顶部导航背景滚动颜色与阴影 */

#header.mini {
	background: #fff;
	box-shadow:0 0 24px rgba(10,2,4,0.24);
}
/*顶部导航背景默认色IPAD */

.lowB #header {
	background: #FFF;
}




#header ul li.navitem ul.subnav li a {
	padding: 14px 30px;
	width: 150px;
	height: 20px;
	line-height: 20px;
	background: rgba(255, 255, 255, 1);
	display: block;
	font-size: 12px;
	transition: all 0.2s ease-out 0s;
	color: #898989;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-indent: -15px;
}
#header ul li.navitem ul.subnav li a:hover {
	text-indent: 10px;
	background: #f4f4f4;
	color: #6c6c6c;
}

#header ul li.navitem ul.subnav li {
	border-bottom: 1px solid #FFF;
}
/*幻灯左右切换按钮 */

.bx-wrapper .bx-controls-direction a {
	background: rgba(0, 0, 0, 0.2);
}
/*副标题 */

.content .header p.subtitle {
	color: #ADADAD;
	font-size: 14px;
}
/*首页案例背景颜色 */

#indexPage #mproject {
	background-color: #FFF;
}
#category a {
	line-height: 16px;
	height: 16px;
	padding: 8px 40px;
	color: #898989;
	border: 1px solid #fff;
	margin-right: auto;
	display: inline-block;
	border-radius: 20px;
	transition: all 0.3s ease-out 0s;
}

/*案例1180 */

#mproject {
	padding-bottom: 80px
}
#projectlist, #projectmore {
	margin: 0 auto;
	width: 1180px
}
#projectlist .projectitem {
	width: 380px;
	margin-right: 20px;
	margin-bottom: 80px;
}
#projectlist .wrapper {
	margin-right: -20px
}

/*首页背景不平铺 */

#indexPage .module {
	background-size: auto;
}
/*首页背景不加透明蒙层 */

#indexPage #mproject .bgmask, #indexPage #mnews .bgmask, #indexPage #mservice .bgmask, #indexPage #mpage .bgmask {
	background-color: rgba(255, 255, 255, 0);
}
/*首页服务背景层 */

#indexPage #mservice {
	background-color: #f9fafc;
}
#indexPage #mslider ul li p.subtitle {
	font-size: 24px;
	height: 20px;
	transition-delay: 0.2s;
	color: #FFFFFF;
	font-family: "HELVETICANEUELTPRO-THEX", "NotoSansHans-Light", "微软雅黑";
	letter-spacing: 50px;
    position: absolute;
    text-align: center;
        width: 100%;
    left: 0px;
    top: 45%;
    margin-top: -20px;
}
#indexPage #mslider ul li p.title {
	font-size: 50px;
	line-height: 70px;
	height: 70px;
	font-family: "HELVETICANEUELTPRO-THEX", "NotoSansHans-Light", "微软雅黑";
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0px;
    top: 33%;
    margin-top: -20px;
}
#projectlist .projectitem .project_info p.title {
	font-size: 14px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	margin-top: 120px;
	color: #333;
}

#projectlist .projectitem .project_info p.subtitle {
	margin-top: 10px;
	color: #999;
}
#projectlist .projectitem a:hover .project_info p.subtitle {
	margin-top: -16px;
	color: transparent;
}
#projectlist .projectitem a:hover .project_info {
	background: transparent
}
/*首页团队*/

#indexPage #mteam .header img {
	float: left;
	margin: 60px 50px 80px 330px;
	border-radius: 0px;
}

#indexPage #mteam .header p.subtitle {
	font-size: 12px;
	color: #4B4B4B;
	text-align: left;
	margin: 0px auto;
}
#indexPage #mteam .description {
	color: #808080;
	overflow: hidden;
	text-align: left;
	line-height: 24px;
	height: 50px;
	font-size: 13px;
	margin: 0px -5px;
	width: 490px;
}
#indexPage #mteam {
	height: 500px;
	background-color: #292a2e;
}
#indexPage #mteam .slider_control a i {
	color: #666;
}

#indexPage .module .bgmask {
	background-color: transparent;
}
#indexPage a.more:hover i {
	text-indent: 18px;
	color: #fff;
}
/*首页联系 */	

#contactform p {
	padding-top: 5px;
}
#contactform p .inputtxt {
	border: medium none;
	margin-bottom: 5px;
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#contactinfo p {
	color: #717171;
}
#indexPage #mcontact {
	height: 600px;
	background-color: rgb(31, 31, 35);
}
#newslist .newsbody .title {
	height: 30px;
}
#newslist .newsbody .description {
	color: #A5A5A5;
}
#newslist .newsdate {
	width: 180px;
	float: right;
	margin: 0px 0px 0px 160px;
	padding-left: 40px;
	border-left: 1px solid rgb(230, 230, 230);
}
#newslist .newsinfo {
	margin-left: 40px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#newslist .newsinfo .year {
	text-align: left;
}
#newslist .newstitem i {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #ECE4E4;
}
#newslist .newstitem {
	height: 160px;
}


/*首页全屏 */
/*#indexPage #mslider{ height:0} */


#projectib .projectitem {
	width: 165px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 14px;
}
.teamitem a div.wrap {
	background: #8ec31f;
}

.navitem .fa-angle-down {
	color: #9E9E9E;
	margin-left: 8px;
	font-size: 12px;
}
/*2017-04-17 添加*/
#indexPage .mcounter {
background-color: #f8f8f8;
}
#indexPage .module {
position: relative;
overflow: hidden;
}
.module.mcounter .module_container {
padding: 60px 0;
}
.module .module_container {
max-width: 1170px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 50px;
margin: 0 auto;
}
.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: rgba(0,0,0,.08) 1px solid;
}
.module.mcounter ul.content_list li p.number {
margin-top: 15px;
}
.module.mcounter ul.content_list li p {
text-align: center;
font-size: 14px;
color: #939393;
}
.module.mcounter ul.content_list li p.number .counterDX {
font-size: 54px;
font-family: Arial;
text-align: center;
margin-top: 15px;
font-family: HELVETICANEUELTPRO-THEX;
color: #fff;
}
.module.mcounter ul.content_list li p.number .unit {
font-size: 14px;
vertical-align: top;
color: #959595;
}
.module.mcounter ul.content_list li p {
text-align: center;
font-size: 14px;
color: #939393;
}
/*case*/
.case{ width:1200px; margin:0 auto; overflow:hidden; }
.case.wu{ margin-top:0px;}
.case h1{ font-size:24px; line-height:30px; color:#333; text-align:center; margin:50px auto;}
.case .tabs{ width:1200px;background:url("../images/about_line.jpg")/*tpa=http://www.samwin.cn/styles/images/about_line.jpg*/ repeat-x left bottom;  overflow:hidden; margin:0 auto;}
.case .tabs a{ color:#333; font-size:14px; display:inline-block;  margin-right:5px; padding:0 10px; line-height:35px;}
.case .tabs a:hover{ color:#19b22b; border-bottom:2px solid #19b22b;}
.case .tabs a.on{ color:#19b22b; border-bottom:2px solid #19b22b;}
.case_con{ overflow:hidden;}
.case_con dl{ width:398px; height:300px; margin:0 3px 0 0; margin-top:40px;  float:left; color:#666;}
.case_con dl:nth-child(3n){ margin:40px 0 0 0;}
.case_con.blog_bg dl dt{ padding:0 20px; line-height:24px; font-size:13px;}
.case_con.blog_bg dl{ height:400px; background:#f8f8f8; line-height:24px;}
.case_con dl dd{ width:100%; height:230px; overflow:hidden; }
.case_con dd a{ display:block; width:100%; height:100%; transition:all .3s ease-in;}
.case_con dl dd:hover a{ transform:scale(1.1);}
.case_con dt{ margin-top:3px;}
.case_con h3{ margin-top:15px; margin-bottom:5px;}
.case_con dl h3 a{ font-size:16px; color:#333; }
.case_con dl h3 a:hover{ color:#1ab32c;}
.case .btn{ background:#24b727; width:120px; height:35px; text-align:center; font-size:14px; color:#fff; border-radius:2px; display:block; margin:40px auto 80px auto; clear:both; line-height:35px;   -moz-transition: all 0.3s  ease-in-out; -webkit-transition: all 0.3s  ease-in-out; transition: all 0.3s  ease-in-out;}
.case .btn:hover{ background:#8ec31f;}

.case .btn.wu{ background:#fff;  width:158px; height:38px; text-align:center; font-size:14px; color:#fff; border-radius:2px; display:block; margin:40px auto 80px auto; clear:both; line-height:35px;   -moz-transition: all 0.3s  ease-in-out; -webkit-transition: all 0.3s  ease-in-out; transition: all 0.3s  ease-in-out; color:#333;}
.case .btn.wu:hover{ background:#8ec31f; color:#fff;}

::-moz-selection {

  background: #8ec31f;
  color:#FFF;
}

::selection {

  background: #8ec31f;
  color:#FFF;
} 
