﻿@charset "utf-8";

/* CSS Document */


/*顶部导航背景滚动颜色与阴影 */

/* #header.mini {
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
} */

/* 首页产品中心选项 */

.index_scroll{
	width: 100% !important;
}

/*顶部导航背景默认色IPAD */

.lowB #header {
	background: #fff;
}

#header ul li.navitem a.active,
#header ul li.navitem:hover a {
	color: #fff;
	/* background: #66AD29;
	border-radius: 30px; */
}

#indexPage a.more {
	height: 40px;
	padding: 0;
	font-size: 14px;
	line-height: 40px;
	font-family: "微软雅黑";
	color: #fff;
	border-color: #0a2a56
;
	border-radius: 0px;
	background-color: #0a2a56
	!important;
	text-align: center;
	text-indent: 0px;
	/* margin: 30px auto 120px; */
	border-radius: 30px;
}

#indexPage a.more i {
	font-size: 22px;
}

#indexPage #mpage a.more {
	width: 14%;
	float: right;
	margin-left: 18%;
	margin-right: 23%;
}

#indexPage a.more:hover {
	border-color: #444;
	text-indent: 0px;
	background-color: transparent !important;
	color: #444;
}

#indexPage #mpartner .slider_control a:hover {
	background-color: #424242
}

#pages a.on,
#pages a:hover {
	background: #FFF;
	color: #838383;
}

#newslist .newstitem:hover {
	background: #0a2a56;
}

.bx-wrapper .bx-controls-direction a:hover {
	background-color: #4E4E4E
}

#header ul li.navitem a {
	color: #C9C9C9;
	padding: 10px 15px;
	display: block;
}

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


/*导航下拉菜单 */

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

#header ul li.navitem ul.subnav li a {
	padding: 14px 30px;
	width: 150px;
	height: 20px;
	line-height: 20px;
	background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
	display: block;
	font-size: 12px;
	transition: all 0.2s ease-out 0s;
	color: #999;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

#header ul li.navitem ul.subnav li a:hover {
	text-indent: 10px;
	background: #ECECEC;
	color: #454545;
}

#header ul li.navitem ul.subnav {
	border-top: 3px solid #7B7B7B;
	border-radius: 0px;
}

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


/*幻灯左右切换按钮 */

.bx-wrapper .bx-controls-direction a {
	background: rgba(0, 0, 0, .2);
}


/*副标题 */

.content .header p.subtitle {
	color: #787878;
	font-size: 14px;
}


/*首页案例背景颜色 */

#indexPage #mproject {
	background-color: #FFF;
}

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

#category a.active,
#category a:hover {
	background: #0a2a56;
	color: #fff;
	border: 1px solid #0a2a56;
}



/*案例*/

#projectlist .projectitem {
	margin-right: 1%;
	margin-bottom: 100px;
	width: 15.666%;
}

#projectlist .projectitem .project_info p.title {
	color: #4E4E4E;
	padding: 10px 0px;
    height: 15px;
    overflow: hidden;
}

#projectlist .projectitem a:hover .project_info p.title {
	color: #565656;
	margin-top: -36px;
}

#projectlist .wrapper {
	margin-left: 1%;
	margin-right: auto;
}

#projectmore {
	color: #a2d5ac;
	height: 100px;
	line-height: 100px;
	background: #212229;
	font-family: "微软雅黑";
	font-size: 18px;
}

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

#projectlist .projectitem .project_info div {
	position: absolute;
	height: 100px;
	width: 100%;
	bottom: -100px;
	margin-top: 0;
	top: auto;
}

#projectlist .projectitem a:hover .project_info p.subtitle {
	margin-top: 4px;
}

#mproject .content .header {
	padding-top: 40px;
	padding-bottom: 30px;
}


/*首页背景不平铺
#indexPage .module {background-size:auto;}*/


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

#indexPage #mproject .bgmask,
#indexPage #mnews .bgmask,
#indexPage #mservice .bgmask,
#indexPage #mpage .bgmask {
	background-color: rgba(255, 255, 255, 0);
}


/*首页服务背景层 */

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

#contactform p .inputtxt {
	border: none;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	background: none;
	width: 100%;
	padding: 10px 0;
	color: #2b2b2b;
}

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

#indexPage #mteam .description {
	color: : #848484;
}

.content .header p.title {
	font-family: "微软雅黑";
}

#footer {
	background: #ffffff;
}

#indexPage #mteam .slider_control a i:hover {
	color: #FDD947;
}

.teamitem a div.wrap span {
	background: #FDD947;
}

#contactinfo div a {
	background: #484848;
}

#footer p {
	text-align: center;
}

.teamitem a div.wrap {
	background: #171717;
}


/*首页幻灯高度*/

#indexPage #mslider {
	height: 400px;
}

bx-wrapper .bx-pager.bx-default-pager a {
	width: 20px;
	height: 4px;
	margin: 0px 5px;
	border-radius: 6px;
	border: 1px solid #C8C8C8;
}


/*首页全屏*/

#indexPage #mslider {
	height: 0
}

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

#indexPage #mslider ul li p.title {
	font-size: 42px;
	line-height: 70px;
	height: 80px;
	font-family: "微软雅黑" ;
}

#indexPage #mslider ul li p.subtitle {
	color: #e6efc2;
	width: 600px;
	margin: 10px auto;
	font-family: "微软雅黑";
	letter-spacing: 2px;
}

#indexPage #mslider ul li div {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 0px;
	/* background-color: rgba(0, 0, 0, .6); */
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 50px;
	height: 1px;
}

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

#mslider .sliderArrow {
	position: absolute;
	bottom: 80px;
	z-index: 2;
	animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
	-moz-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
	-webkit-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
	-o-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
	display: block;
	left: 50%;
	width: 29px;
	height: 25px;
	margin-left: -16px;
	color: #fff;
	font-size: 48px;
}


/*新导航*/

#header .content {
	padding-left: 0px;
	padding-right: 0px;
}
#header *{
	box-sizing: border-box;
}
#header ul#nav {
    padding: 0 40px;
	float: right;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease-out 0s;
}

/* #header.mini ul#nav {
	padding: 0px 20px 0px 20px;
}

#header.mini {
	background: #fff;
	padding-top: 0px;
} */

#header ul li.navitem {
	padding: 30px 0px;
	height: auto;
}

/* #header.mini ul li.navitem {
	padding: 10px 0.5px;
} */

#header {
	padding-top: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#header #logo {
    height: 100px;
    line-height: 100px;
    display: inline-block;
    position: absolute;
		left: 20%;
		top: 0;
		transform: translateX(-50%);
    /*position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);*/
}
#header #logo img{
	width: 90px;
}
#header #logo span{
    font-size: 24px;
    padding-left: 10px;
    color: #203d7e;
}
@media screen and (max-width: 1020px){
	#header{
		height: 100px;
	}
	#header #logo img{
		width: 70px;
	}
	#header #logo span{
		display: none;
	}
	#header #logo{
		padding-top: 10px;
	}
}

/* #header.mini #logo {
	padding: 10px 20px 10px 20px;
}

#header.mini #logo img {
	transform: scale(0.8, 0.8);
} */


/*在线咨询*/

#olx_head {
	background: #0a2a56;
	border-radius: 0px;
	color: #fff;
}

#online_lx {
	border-radius: 0px;
}

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

#olx_qq li a:hover {
	/*padding: 18px 30px;*/
	background: #0a2a56;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	border: 1px solid transparent;
	background-color: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid transparent;
	margin: 0px 0px;
	border-radius: 0px;
	background: transparent none repeat scroll 0% 0%;
}


/*服务*/

#indexPage #mservice .fw {
	width: auto;
}

#indexPage #mservice .slider_control {
	width: 0px;
	height: auto;
}

#indexPage #mservice .slider_wrapper {
	width: 100%;
	height: auto;
}
.slider_wrapper *{
	/*box-sizing: border-box;*/
}
#indexPage #mservice .slider_wrapper .slider {
	width: 100%;
	margin-left: 1%;
}
@media screen and (max-width: 991px){
	#indexPage #mservice .slider_wrapper .slider {
		margin-left: 0;
	}
}
.serviceitem a {
	display: block;
	height: 120px;
	margin: 50px auto 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.serviceitem:hover {
	background-color: #e95513;
	padding: 0 0;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.8);
}

.serviceitem {
	border-radius: 5px;
	height: 360px;
	margin-right: 1%;
	width: 32%;
	margin-top: 20px;
	margin-bottom: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-color: #0a2a56;
}

.serviceitem div p.description {
	color: #fff;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 70%;
	margin-top: 10px;
	padding: 0 15%;
	transition: all 0.2s ease-out 0s;
}

.serviceitem div p.title {
	font-size: 18px;
	width: 70%;
	padding: 0 15%;
	color: #fff;
}

#indexPage #mservice .content .header p.title {
	padding-top: 50px;
	padding-bottom: 10px;
	color: #444;
	font-size: 26px;
}

#indexPage #mservice .content .header p.subtitle {
	color: transparent;
	font-size: 0px;
	line-height: 0px;
}

#indexPage #mservice .content .header {
	padding-top: 0px;
	padding-bottom: 0px;
}

#indexPage #mservice {
	background-color: #f8f8f8;
	height: 520px
}

.serviceitem:hover .title {
	color:#fff;
}

.serviceitem:hover div p.description {
	color: #fff;
}


/*首页关于我们*/

#indexPage #mpage .slider_wrapper li .fimg {
	width: 40%;
	height: 501px;
	background-size: cover;
}

#mpage .content .header {
	width: 61%;
	float: right;
	padding-top: 6%;
}

#mpage .module-slider .description {
	/*max-height: 108px;*/
	line-height: 27px;
	padding-right: 10.1%;
	padding-left: 10.1%;
	float: right;
	width: 41%;
}


#indexPage #mpage .slider_wrapper li {
	background-color: #f3f3f3;
}


/*首页联系*/

#indexPage #mcontact .content {
	width: 100%;
}

#mcontact .content .header {
	width: 100%;
}

#contactinfo {
	width: 30%;
	padding: 0 10%;
}

#contactform.fr {
	background-color: rgba(255, 255, 255, 0.18);
	width: 27%;
	padding: 47px 10%;
}

#contactform p .inputsub {
	background-color: #0a2a56
;
	margin-top: 10px;
	padding: 8px 0;
	color: #fff;
	border: 1px solid #0a2a56
;
	border-radius: 30px;
	transition: linear 0.2s all;
	-webkit-transition: linear 0.2s all;
}
#contactform p .inputsub:hover {
	background-color: transparent;
	border: 1px solid #444;
	color: #444;
}
#contactform .inputtxt.active {
	border-color: #424242
}

#indexPage #mcontact .header p.title {
	color: #fff;
}

#indexPage #mcontact .header p {
	text-align: left;
	padding-left: 10%;
}

#contactinfo h3 {
	color: #e6efc2;
	text-align: left;
}


/*首页新闻*/

#mnews .content .header {
	padding-top: 80px;
	padding-bottom: 80px;
}

#newslist .newstitem {
	background-color: #f3f3f3;
	float: left;
	height: 340px;
	margin-bottom: 50px;
	margin-right: 1%;
	width: 32%;
	border-radius: 5px;
}

#newslist .newsinfo {
	display: block;
	float: none;
	margin: 0;
	padding: 0 60px;
	position: relative;
	transform: translate3d(0px, -14px, 10px);
}

#newslist .newstitem:hover .newsinfo {
	transform: translate3d(0px, -14px, 0px);
}

#newslist .newsbody .title {
	width: 100%;
}

#newslist .newsbody .description {
	width: 100%;
	margin-top: 30px;
}

#newslist .newstitem .md {
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
}

#newslist .newstitem:hover .md {
	color: #FFFFFF;
}

#newslist .newstitem:hover .year {
	color: #fff;
}

#newslist .newstitem:hover .description {
	color: #A1A1A1;
}

#newslist .newsdate {
	border-radius: 5px;
	width: auto;
	margin: 0 0 40px;
	background-color: #0a2a56;
	padding: 40px 10px 20px;
	transition: all 0.3s ease-out 0s;
}

#newslist .newstitem:hover .newsdate {
	background-color: #e75525;
	padding: 60px 10px 20px;
}

#newslist .newscontent {
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

#newslist .newstitem i {
	text-indent: -100px;
	color: transparent;
	font-size: 36px;
	margin-top: -200px;
}

#newslist .newstitem:hover i {
	text-indent: -80px;
	margin-top: -200px;
}

#newslist .newsbody {
	margin-left: 0;
	width: 100%;
}

#newslist {
	width: 100%;
}


/*首页团队*/

#indexPage #mteam {
	background-color: #303030;
	height: 600px;
}

#mteam .content .header {
	padding-top: 100px;
	padding-bottom: 20px;
}


/*服务内页*/

#servicelist .serviceitem {
	height: 360px;
	margin-right: 1%;
	width: 32%;
	margin-top: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-color: #F8F8F8;
	margin-bottom: 0px;
}

#servicelist .serviceitem:hover {
	background-color: #fff;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

#servicelist .serviceitem:hover .title {
	color:#7B7B7B;
}

#servicelist .serviceitem div p.description {
	color: #7B7B7B;
}

#servicelist .serviceitem div p.title {
	color: #6C6C6C;
}

#servicelist {
	width: 100%;
}

#servicelist .wrap {
	width: 100%;
	margin-left: 1%;
}


/*项目详情*/

#projectinfo {
	width: 340px;
	float: right;
	padding: 0px 50px;
	margin-left: 0px;
}

#projectwrap.fw {
	width: 100%;
}

#projectimages li img {
	display: block;
	float: none;
	margin: 0px auto;
	max-width: 100%;
}

#projectbody {
	max-width: 100%;
	margin: 0px auto;
	width: calc(100% - 490px);
	float: right;
	padding: 0 50px 0 0;
}

#projectimages li img {
	display: block;
	float: none;
	max-width: 100%;
	margin: 0px auto;
}

#projectimages {
	background: #f5f5f5;
	padding: 50px;
}

#projectinfo .description a {
	background: #444;
	border-radius: 30px;
	border: 1px solid #444;
}

#projectinfo .description a:hover {
	background: transparent;
	color: #444;
	border: 1px solid #444;
}

#sitecontent .npagePage .content #plheader.header p.title {
	color: transparent;
	font-size: 0;
}

#sitecontent .npagePage .content #plheader.header p.subtitle {
	color: transparent;
	font-size: 0;
}

#plheader {
	padding-bottom: 20px;
	padding-top: 0px;
}

.teamitem .teaminfo {
	text-align: left;
}


/*右下角*/

#online_open {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	transition: linear 0.2s all;
	-webkit-transition: linear 0.2s all;
}

#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;
	border-radius: 20px;
}
#online_open:hover{
	background-color: #444;
}
#shares a#gotop:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

#shares a#sweibo {
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-out 0s;
	border-radius: 20px;
}

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

#shares a#sweixin {
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-out 0s;
	border-radius: 20px;
	margin: 5px 0;
}

#shares a#sweixin:hover {
	background: #444;
}

.bx-wrapper .bx-controls-direction a i {
	color: #e6efc2;
}

#projectlist .projectitem .project_info {
	border-radius: 5px;
}

#projectlist .projectitem a:hover .project_info {
	background: rgba(0, 0, 0, .06);
}

#indexPage .module .bgmask {
    background-color: rgba(10, 42, 86, 0.6);
}

#indexPage a.more:hover i {
	color: #fff;
}

#projecttags a {
	border-radius: 2px;
}
.index-type{
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
}
.index-type a{
	border-radius: 30px;
	border:1px solid #ededed;
	color: #999;
	padding: 8px 30px;
	margin:0 5px;
}

.contactWidth{
	max-width: 1850px !important;
	margin: 0 auto;
	padding: 0 20px;
}

.contactWidth .w_5,.contactWidth .w_5_2{
	margin-top: 60px;
}

.about_contant{
	height: 286px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.team-person{
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: block;
}
.ellipsis{
	margin-bottom: 0px!important;
}
.fadeInUp p:first-child{
	height: 47px;
}
#contactform input::-moz-placeholder,
#contactform textarea::-moz-placeholder{
	color: #333;
	opacity: 1
}
#contactform input::-ms-input-placeholder,
#contactform textarea::-ms-input-placeholder{
	color: #333
}

#contactform input::-webkit-input-placeholder,
#contactform textarea::-webkit-input-placeholder {
	color: #333
}
@media screen and (max-width: 480px) {
   .about_contant{
   	    height: 436px;
   	    display: block;
   }
}

/*修改*/
@media screen and (max-width: 480px) {
   #newslist .newsinfo{
   	    padding: 0 20px;
   }
}
@media screen and (max-width: 640px) {
   #projectlist .projectitem .project_info div{
   	height: 80px;
   }
   #footer p{
   	height: auto;
   	margin: 0px;
   }
}


@media screen and (min-width: 640px) and (max-width:991px) {
	#indexPage #mpage a.more{
		margin-top: 125px;
	}
}
.about_contant-w{
	height: auto!important;
	-webkit-line-clamp:7!important;
}
#projectimages li{
    width: 31.3%;
    float: left;
    padding: 0 6px;
}
@media screen and (max-width: 1180px){
	#projectimages li{
    width: 30.5%;
}
}
@media screen and (max-width: 562px){
	#projectimages li{
    width: 29.5%;
}
}
@media screen and (max-width: 392px){
	#projectimages li{
    width: 28.4%;
}
}