@charset "utf-8";
/* CSS Document */
.content .header p.title {
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
}
/*顶部导航居右 */

#header .content {
	padding-left: 40px;
	padding-right: 40px;	
	width:820px;	
	float:right;
}
#header ul#nav {
	/*float: right;*/
}
/*顶部导航背景默认色 */

#header {
	border-bottom: 1px solid transparent;
}
/*顶部导航背景滚动颜色与阴影 */

#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 {
	color: #04a31c;
}
#indexPage a.more {
	color: #fe5b01;
	border-color: #ececec;
}
#indexPage a.more:hover {
	color: #fff;
	border-color:#fe5b01;
	text-indent: 56px;
	background: #fe5b01
}
#indexPage #mpartner .slider_control a:hover {
	background-color: #fe5b01
}
#contactform p .inputsub {
	background-color: #fe5b01;
}
#contactform .inputtxt.active {
	border-color: #fe5b01
}
#pages a.active, #pages a:hover {
	background: #fe5b01;
}
.bx-wrapper .bx-controls-direction a:hover {
	background-color: #fe5b01
}
.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: #fe5b01 1px solid;
	background-color: #fe5b01;
}
.serviceitem:hover .title {
	color: #fe5b01;
}
#header ul li.navitem a {
	color:#333;/* #999;*/
	font-size:16px;
	font-weight:bold;
}
.serviceitem div p.description {
	color: #A5A5A5;
	height: 50px;
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}
/*导航下拉菜单 */



#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: #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: #f4f4f4;
	color: #6c6c6c;
}
#header ul li.navitem ul.subnav {
	border-top: #fe5b01 3px solid;
	border-radius: 2px;
}
#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;
}
#category a.active, #category a:hover {
	background: #fff;
	border-color: #fff;
	color: #fe5b01;
}
.nobanner #header {
	background: #fff;
}
/*链接颜色 */

.postbody a {
	color: #fe5b01;
}
/*案例1180 */

#mproject {
	padding-bottom: 80px
}
#projectlist, #projectmore {
	margin: 30px auto;
	width: 95%;
}
#projectlist .projectitem {
	width: 18.3%;
	margin:30px 11px;
}
#projectlist .wrapper {
	margin-right: -20px
}
#projectmore {
	background: #fff;
	border: 1px solid #dfdfdf;
	font-family: "HELVETICANEUELTPRO-THEX";
	border-radius: 30px;
	color: #fe5b01;
	display: block;
	font-size: 20px;
	height: 58px;
	line-height: 58px;
	text-indent: 0px;
	transition: all 0.3s ease-out 0s;
	width: 360px;
	margin-top: 20px;
}
#projectmore:hover {
	background: #fe5b01;
	border: 1px solid #fe5b01;
	width: 360px;
	height: 58px;
	line-height: 58px;
	text-indent: 0
}
/*首页背景不平铺 */

#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;
}
/*首页BANNER 文字位置*/

/*#indexPage #mslider ul li div {
	margin: 0px 380px auto auto;
	width: 350px;
	height: 400px;
	padding-top: 252px;
}*/
#indexPage #mslider ul li p.subtitle {
	font-size: 14px;
	height: 20px;
	transition-delay: 0.2s;
	color: #8a8a8c;
	text-align: left;
}
#indexPage #mslider ul li p.title {
	font-size: 60px;
	line-height: 70px;
	height: 70px;
	font-family: "HELVETICANEUELTPRO-THEX";
	text-align: left;
}
#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: 220px;
	color: #333;
}
#projectlist .projectitem a:hover .project_info p.title {
	margin-top: 228px;
	color: #fe5b01;
	font-size: 14px
}
#projectlist .projectitem .project_info p.subtitle {
	margin-top: 0px;
	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;/*450px*/
	border-radius: 0px;
}
#indexPage #mteam .header p.title {
	color: #fe5b01;
	font-size: 24px;
	text-align: left;
	margin: 70px auto auto;
}
#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: 120px;
	font-size: 16px;
	margin: 0px auto;
	width: 490px;
}
#indexPage #mteam {
	height: 500px;
	background-color: #fff;/*#292a2e;*/
}
#indexPage #mteam .slider_control a i {
	color: #666;
}
#indexPage #mteam .slider_control a:hover i {
	color: #fe5b01
}
#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;
}
#contactform p .inputtxt:hover {
	border-bottom: 1px solid #fe5b01;
}
#contactform p .inputsub {
	background-color: #fe5b01;
	margin-top: 10px;
	padding: 8px 0px;
}
#contactinfo p {
	color: #717171;
}
#indexPage #mcontact {
	height: 600px;
	background-color: rgb(31, 31, 35);
}
#newslist .newsbody .title {
	height: 30px;
}
#newslist .newsbody h3.title a{color:#333}
#newslist .newstitem:hover .title a{color:#fff;}
#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 .newstitem:hover {
	background: #fe5b01
}
#newslist .newsinfo .md {
	color: #fe5b01;
	font-size: 50px;
	text-align: left;
}
#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: 120px;
}


/*首页全屏 */
/*#indexPage #mslider{ height:0} */

/*chrome */
::-webkit-scrollbar-track-piece {
width:8px;
background-color:#f8f8f8;
}
::-webkit-scrollbar {
width:8px;
background-color:#fe5b01;
}
::-webkit-scrollbar-thumb {
width:8px;
background-color:#fe5b01;
}
::-webkit-scrollbar-thumb:hover {
width:8px;
background-color:#3d3d3d;
}
#projectib .projectitem {
	width: 165px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 14px;
}
.teamitem a div.wrap {
	background: #fe5b01;
}

/*#header ul li.navitem:last-child a {
	color: #fff;
	background-color: #fe5b01;
	padding: 8px 24px;
	border-radius: 20px;
}*/

.navitem .fa-angle-down {
	color: #9E9E9E;
	margin-left: 8px;
	font-size: 12px;
}


/*幻灯片视频*/
.video-wrap video{
	width:100%;	
}
.wz{
position: absolute;
top:40%;width: 1000px;left:50%;margin-left: -500px;height:360px;
text-align: center;z-index: 2;
}
@media(max-width:1350px) {
	.wz{
		top:30%;
	}
}
.wz h3{
font-size: 64px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin-bottom:60px;
    color:#c74d49 !important; 
}
.wz h3{
animation: myfirst 1s both;
-moz-animation: myfirst 1s both; /* Firefox */
-webkit-animation: myfirst 1s both;  /* Safari 和 Chrome */
-o-animation: myfirst 1s both; /* Opera */
animation-fill-mode: both;
}


@keyframes myfirst
{
from {opacity: 0;transform: translateY(-100px);}
to {opacity: 1;transform: translateY(0);}
}

@-moz-keyframes myfirst /* Firefox */
{
from {opacity: 0;-moz-transform: translateY(-100px);}
to {opacity: 1;-moz-transform: translateY(0);}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
from {opacity: 0;-webkit-transform: translateY(-100px);}
to {opacity: 1;-webkit-transform: translateY(0);}
}

@-o-keyframes myfirst /* Opera */
{
from {opacity: 0;-o-transform: translateY(-100px);}
to {opacity: 1;-o-transform: translateY(0);}
}


#indexPage #mslide .wz .ico{width: 100%;height: auto;display: block;}
.active .ico{}
.wz .ico .item{float: left;width: 20%;text-align: center;}
.wz .ico .item{

animation: flip 1s both;
-moz-animation: flip 1s both; /* Firefox */
-webkit-animation: flip 1s both;  /* Safari 和 Chrome */
-o-animation: flip 1s both; /* Opera */

}

.wz .ico .item2{animation-delay:.3s;
-ms-animation-delay:.3s;
-moz-animation-delay:.3s;
-webkit-animation-delay:.3s;
-o-animation-delay:.3s;
}
.wz .ico .item3{animation-delay:.6s;
-ms-animation-delay:.6s;
-moz-animation-delay:.6s;
-webkit-animation-delay:.6s;
-o-animation-delay:.6s;
}
.wz .ico .item4{animation-delay:.9s;
-ms-animation-delay:.9s;
-moz-animation-delay:.9s;
-webkit-animation-delay.9s;
-o-animation-delay:.9s;
}
.wz .ico .item5{animation-delay:1.2s;
-ms-animation-delay:1.2s;
-moz-animation-delay:1.2s;
-webkit-animation-delay:1.23s;
-o-animation-delay:1.2s;
}

 @-webkit-keyframes flip {
 0% {opacity: 0;
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {opacity: 0.4;
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {opacity: 0.5;
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {opacity: 0.8;
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {opacity: 1;
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @keyframes flip {
 0% {opacity: 0;
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {opacity: 0.4;
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {opacity: 0.5;
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {opacity: 0.8;
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 -ms-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {opacity: 1;
 -webkit-transform: perspective(400px);
 -ms-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}

.wz .ico .item .img{width: 100%;display: block;text-align: center;height: auto;}
.wz .ico .item img{margin: 20px auto; width: 125px;display: block;text-align: center;float:none;}
.wz .ico .item p{font-size: 22px; font-weight:400;color: #444242;background: rgba(255,255,255,0.3);width:63%;margin:0 auto;}


.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

/*幻灯片视频*/
@media (min-width:1560px) {
	.ads-lefter{
	width:43%;
	}
}
@media (max-width:1559px) {
	.ads-lefter{
	width:54%;
	}
}
.ads-lefter{
	display:inline-block;
	vertical-align: top;
}
.ads-righter{
	width:44%;
	display:inline-block;
}

.wechat-area .wctp{
	width:18%;
	display: inline-block;
	margin:0 7%;
}
.wechat-area .wctp .wcti{
	display: block;
	width:100%;
}
.wechat-area .wctp .wcti:hover{
	transform:scale(1.2);
}
.wechat-area .wctp .wcts{
	display: block;
	text-align: center;
	margin-top:10px;
	color:#fff;
	font-size:14px;
}