

/* 第一屏 */
.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	height: 86px;
	z-index: 999;

}

.menu {
	cursor: pointer;
	position: relative;
}

.menu::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 23px;
	background: #e72b24;
	transition: all .3s;
}

.menu img {
	transition: .4s;
	margin-top: 21px;
	display: block;
}

.menu:hover::before {
	height: 31px;
}

.menu:hover img {
	margin-top: 30px;
}

.down-menu {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, .8);
	z-index: 999;
	display: none;
	top: 0;
	left: 0;
}

.close {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.nav {
	margin-left: 70px;
}

.nav li {
	float: left;
}

.nav li:not(:last-child) {
	margin-right: 73px;
}

.nav a {
	display: block;
	font-size: 16px;
	color: #49463f;
	line-height: 86px;
}

.nav a:hover {
	color: #e72b24;
}

.logo {
	text-align: center;
}

.logo img {
	margin-top: 16px;
	text-align: center;
}

.btn {
	margin-right: 15px;
	margin-top: 30px;
}

.search {
	margin-right: 36px;
	cursor: pointer;
	position: relative;
}

.search input[type=text] {
	width: 0;
	height: 42px;
	border: 2px solid #e72b24;
	box-sizing: border-box;
	border-radius: 30px;
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	transition: all 1s;
	opacity: 0;
}

.search img {
	position: relative;
	z-index: 999;
}

.search:hover input {
	width: 250px;
	opacity: 1;
	padding: 0 52px 0 15px;
}

.language {
	cursor: pointer;
	position: relative;
}

.language img {
	position: relative;
	z-index: 99999;
}

.language-list {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 42px;
	line-height: 38px;
	right: -16px;
	box-sizing: border-box;
	border-radius: 30px;
	border: 2px solid #E72B24;
	font-size: 0;
	background: #fff;
	z-index: 9999;
	transition: all 1s;
	opacity: 0;
	padding-left: 15px;
	width: 0;
	overflow: hidden;
}

.language-list a {
	font-size: 16px;
	color: #333;
}

.language-list a:first-child {
	margin-right: 20px;
}

.language-list a:hover {
	color: #E72B24;
}

.language:hover .language-list {
	width: 170px;
	opacity: 1;
}

.banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 第二屏 */
.div2{ width:1225px; height:600px; margin:auto; padding-top:115px;/*/ background-color:#e3f2f9;/*/}
.div2 .yq1{ width:100%; height:38px;position:relative;}
.div2 .yq1 span{ font-size:26px; font-weight:bold; font-family:"微软雅黑"; }
.div2 .yq1 img{ position:absolute; right:0px; top:4px;}
.div2 .xian{ display:block; margin-top:46px;}
.div2 ul{ width:1225px; height:500px; margin:auto; margin-top:37px; overflow:hidden;}
.div2 ul li{ width:263px; float:left; text-align:center; border:2px solid #e3f2f9; transition: all 0.6s;-ms-transition: all 0.8s; font-size:13px; border-bottom:2px solid #666; padding-bottom:0px; margin-right:21px; margin-left:21px;}
.div2 ul li .img{ display:block;width:263px; height:299px; overflow:hidden; transition: all 0.6s;-ms-transition: all 0.8s;}
.div2 ul li:hover{border-bottom:2px solid #e72b24; border:2px solid #e72b24;}
.div2 ul li:hover a{ color:#fff; background-color:#e72b24;transition: all 0.6s;-ms-transition: all 0.8s;}
.div2 ul li:hover img{ transform: scale(1.1); -ms-transform: scale(1.1);}
.div2 ul li img{ background-color:#fff; width:263px; height:299px;}
.div2 ul li .p1{ width:100%; height:60px; line-height:60px; display:block; font-size:14px; margin-top:13px; color:#666; font-weight:bold;}
.div2 ul li .p1:hover{ color:#fff; font-weight:bold;}


/* 第三屏 */
.index-title-cn {
	font-size: 26px;
	color: #333;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	/* margin-bottom: 17px; */
}

.index-title-en {
	font-size: 50px;
	color: #e72b24;
	font-family: tt;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}

.baihe {
	font-size: 500px;
	font-family: arial;
	color: #f5f5f5;
	opacity: .5;
	z-index: -1;
	position: absolute;
}

.index-box2 {
	position: relative;
}

.index-box2-img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 46%;
}

.b {
	right: 287px;
	top: -134px;
}

.index-box2-txt-title {
	text-align: right;
	margin-bottom: 60px;
}

.index-box2-txt-title p {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin-top: 27px;
}

.index-box2-txt-title p::before {
	content: '';
	display: inline-block;
	width: 84px;
	height: 4px;
	background: #1320a1;
	vertical-align: middle;
	margin-right: 8px;
}

.index-box2-txt {
	width: 512px;
	margin-left: auto;
	margin-top: -14px;
}

.index-box2-txt>p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	letter-spacing: 0.3px;
	text-indent: 2em;
}
.index-box2-txt .pp{ text-indent:2em;}
.index-box2-txt .p2{ margin-top:32px;}
.morecon {
	display: inline-block;
	height: 46px;
	margin-top: 98px;
}

.more {
	display: inline-block;
	width: 136px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 3px;
	background: #e72b24;
	color: #f5f5f5;
	font-family: arial;
	font-size: 14px;
}

.morecon:hover .more {
	animation: move .3s ease-in-out;
	-webkit-animation: move .3s ease-in-out;
}

@keyframes move {
	0% {
		transform: translateY(-10px);
	}

	33% {
		transform: translateY(0px);
	}

	66% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes move {
	0% {
		transform: translateY(-10px);
	}

	33% {
		transform: translateY(0px);
	}

	66% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}


.oa {
	position: absolute;
	left: 357px;
	top: 50%;
	transform: translateY(-50%);
}

.oa span:first-child {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	/* display: block; */
	vertical-align: middle;
}


/* .oa span:last-child {
	font-size: 14px;
	color: #ccc;
	display: block;
}
 */
.oa li {
	background: #35424a;
	width: 231px;
	height: 102px;
	position: relative;
}

.oa li:hover {
	background: #e72b24;
}

.oa li:not(:last-child) {
	margin-bottom: 4px;
}

.oa a {
	display: block;
	text-align: center;
	font-size: 0;
	padding-top: 36px;
	
}
.oa ul li .box-note a{
	padding-top: 18px;
}
.oa p {
	display: inline-block;
	font-size: 0;
	text-align: left;
	/*text-align: center;*/
}
.oa small{
	display: block;
	font-size: 16px;
	color: #fff;
	opacity: .8;
	font-weight: 500;
	width: 200px;
	margin: 0 auto;
	padding-top: 12px;
	overflow: hidden;
}
.oa img {
	margin-right: 13px;
	vertical-align: middle;
}



/* 第四屏 */
.div4{width:100%;overflow: hidden;height:760px;position: relative; background-color:#e3f2f9;}
.con{ width:1225px; height:167px; margin:auto; padding-top:73px; background-color:#e3f2f9;}
.div4 .yq1{ width:100%; height:38px;position:relative;}
.div4 .yq1 span{ font-size:26px; font-weight:bold; font-family:"微软雅黑"; }
.div4 .yq1 img{ position:absolute; right:0px; top:4px;}
.div4 .xian{ display:block; margin-top:46px;}

.div4 ul{ width:1200px; margin:auto; margin-top:80px;}
.div4 ul li{ width:186px; height:242px; border-right:2px solid #666; float:left; margin-left:100px;}
.div4 ul li .p1{ font-size:18px; margin-top:0px; font-weight:bold; color:#666;}
.div4 ul li .p2{ font-size:14px; margin-top:8px; margin-bottom:40px; color:#999;}
.div4 ul .last{ border-right:0px solid #666;}
/* 第五屏 */
.div5{ width:1225px; height:600px; margin:auto; padding-top:90px; background-color:#fff;}
.div5 .yq1{ width:100%; height:38px;position:relative;}
.div5 .yq1 span{ font-size:26px; font-weight:bold; font-family:"微软雅黑"; }
.div5 .yq1 img{ position:absolute; right:0px; top:4px;}
.div5 .xian{ display:block; margin-top:30px;}


.div5 .tab{ width:1225px; height:40px; margin:auto;}
.div5 .tab .zj{ width:316px; height:40px; margin:auto; position:relative; top:-25px;}
.div5 .tab .zj p{ width:142px; height:32px; border:2px solid #e5e5e5; position:absolute; background-color:#fff; font-size:18px; line-height:32px; text-align:center;}
.div5 .tab .zj .z_left{ position:absolute; left:0px; cursor:pointer;}
.div5 .tab .zj .z_right{ position:absolute; right:0px; cursor:pointer;}
.div5 .tab .zj .on{ background-color:#e72b24; border:2px solid #e72b24; color:#fff;}
.div5 .hy{ display:none;}
.div5 .qy{ display:none;}
.div5 .show{ display: block;}



.div5 ul{ margin-top:37px;}
.div5 ul li{ width:338px; float:left; font-size:13px; padding-bottom:10px; margin-right:21px; margin-left:21px; position:relative;}
.div5 ul li img{ background-color:#fff; width:338px; height:224px;}
.div5 ul li .p1{ display:block; height:32px; font-size:18px; margin-top:33px; color:#666; text-align:left; font-weight:bold;}
.div5 ul li .p1:hover{ color:#e72b24;}
.div5 ul li .p2{ font-size:14px; margin-top:9px; line-height:21px; color:#999;}
.div5 ul li .p3{ display:block; color:#e72b24; text-align: center; font-size:13px; font-weight:bold; position:absolute; right:5px; bottom:0px;}




/* 第六屏 */
.index-box4 {
	position: relative;
}

.i {
	left: 362px;
}

.bg-img4 {
	position: absolute;
	right: 0;
	top: 50%;
	width: 51.198%;
	transform: translateY(-50%);
}

.bg-img4 .mask {
	position: absolute;
	right: 0;
	top: 0;
	width: 983px;
	height: 100%;
	width: 100%;
}

.index-title4 p:nth-child(2) {
	padding-top: 5px;
}

.index-title4 p:nth-child(3) {
	margin-top: 22px;
}

.index-box4-txt {
	width: 406px;
	margin-top: 145px;
}

.index-box4-txt p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.index-box4-txt .morecon {
	margin-top: 100px;
}

.index-box4 .oa {
	left: 475px;
}

/* 第七屏 */
.div7{ width:1225px; height:167px; margin:auto; padding-top:73px; background-color:#fff;}
.div7 .yq1{ width:100%; height:38px;position:relative;}
.div7 .yq1 span{ font-size:26px; font-weight:bold; font-family:"微软雅黑"; }
.div7 .yq1 img{ position:absolute; right:0px; top:4px;}
.div7 .xian{ display:block; margin-top:46px;}
.div7 .p1{ font-size:16px; margin-top:14px; color:#666;}

.zz{width:100%;overflow: hidden;height:515px;position: relative;}
.zz img{width: 1920px;position: absolute;left: 50%;margin-left: -960px;overflow: hidden;max-width: none;}


/* 第八屏 */
.div8{ width:1225px; height:759px; margin:auto; padding-top:73px; background-color:#fff;}
.div8 .yq1{ width:100%; height:38px;position:relative;}
.div8 .yq1 span{ font-size:26px; font-weight:bold; font-family:"微软雅黑"; }
.div8 .yq1 img{ position:absolute; right:0px; top:4px;}
.div8 .xian{ display:block; margin-top:46px;}
.div8 .p1{ font-size:27px; margin-top:73px; text-align:center; font-weight:bold;}
.div8 .p2{ font-size:15px; margin-top:17px; text-align:center; color:#666;}
.div8 .p3{ font-size:15px; margin-top:7px; text-align:center; color:#666;}
.div8 ul{ width:1225px; margin:auto; margin-top:75px; overflow:hidden;}
.div8 ul li{ float:left;}
/* 第九屏 */
.div9{ width:100%; height:756px; margin:auto; background:url(../images/1_02.jpg) no-repeat center center;}
.div9 .conn{ width:1230px; height:485px; margin:auto; position: relative; top:103px;}
.div9 .ly{ font-size:26px; color:#fff;}
.div9 .conn form{ width:1230px; height:60px; margin:auto; margin-top:25px; }
.div9 .conn form input{ padding-left:10px; padding-top:12px; margin-top:8px; margin-left:30px; border:2px solid #e5e5e5; padding-bottom:12px; color:#fff; background-color:transparent;  width:368px; position:relative; top:-18px;}
.div9 .conn form .first{ margin-left:0px;}
.div9 .conn form textarea{ padding-left:10px; padding-top:12px; margin-top:0px; margin-left:30px; border:2px solid #e5e5e5;  width:488px; height:32px;background-color:transparent;}
.div9 .conn form .tj{ width:152px; height:43px; padding:0px; margin-top:25px; margin-left:1063px; border:0px; cursor:pointer; background:url(../images/tj_03.jpg) no-repeat;}

.div9 .footer{font-family:"Microsoft Yahei"}
.div9 .footer-floor1{width:100%;padding:36px 0 60px}
.div9 .footer-list{width:700px;height:100%;float:left; margin-left:50px; margin-top:20px;}
.div9 .footer-list ul{float:left;margin-right:13%}
.div9 .footer-list .flist-4{margin-right:0}
.div9 .footer-list li{line-height:32px}
.div9 .footer-list li a{color:#eee;font-size:12px;text-decoration:none}
.div9 .footer-list li a:hover{text-decoration:underline;color:#fff}
.div9 .footer-list .flist-title{font-size:16px;color:#fff;margin-bottom:15px}
.div9 .footer-floor2{width:100%;padding:20px 0;text-align:center; margin-top:5px;}
.div9 .footer-floor2 p{ width:520px; margin:auto;text-align:center;color:#b6e2f2;font-size:12px;line-height:30px}
.div9 .footer-floor2 p span{font-family:PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif}
.div9 .footer-floor2 a{color:#b6e2f2}
.div9 .footer-floor2 a:hover{color:#a8d0e0;text-decoration:underline}
.div9 .foot-link{margin:0 15px;text-decoration:none;color:#b6e2f2}
.div9 .foot-link:hover{text-decoration:underline}
.div9 .footer-right{width:320px;padding-top:10px; float:right}



.telephone{width:100%;height:32px;line-height:32px;color:#fff}
.telephone span{display:inline-block;width:32px;height:32px;float:left;background:url(../images/phone_32px.png);margin-left:16%}
.telephone .tel-number{ width:300px;font-size:30px;font-weight:400;text-align:left}
.official-plat{width:100%;height:100%;/*/margin-top:20px;/*/position:relative;color:#fff;font-size:24px;}
.official-plat ul{/*/float:right;/*/margin-top:7px}
/*/.official-plat ul li span{display:inline-block;width:32px;height:32px;background:url(../images/plat_icon.png) no-repeat 0 0;line-height:32px;float:left;margin-right:12px}/*/
.official-plat ul li .weibo-logo{background:url(../images/plat_icon.png) no-repeat -32px 0}
.official-plat ul li .qq-logo{background:url(../images/plat_icon.png) no-repeat -64px 0}
.official-plat ul li{height:45px}
.official-plat ul a{display:inline-block;height:32px;width:100%;line-height:32px;color:#fff;text-decoration:none;font-size:12px}
.official-plat>p{display:inline-block;}
.official-plat .p1{font-size:12px;font-weight: 800;}
.official-plat .p2{font-size:28px;font-weight:bold;}
.official-plat .weixin{position:absolute;top:0;left:10px;background-image:url(../images/plat_qrcode.png);background-repeat:no-repeat;background-position:0 0}
.official-plat .weibo{position:absolute;top:0;left:10px;background-image:url(../images/plat_qrcode.png);background-repeat:no-repeat;background-position:-132px 0;display:none}
#wx-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:12px;right:-20px;z-index:10}
#wb-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:58px;right:-20px;z-index:10}
.five-superiority{width:100%;border-bottom:1px solid #fff;padding:10px 0 20px; margin-top:30px;}
.five-superiority-list li{float:left;width:20%;height:36px;text-align:center;border-left:1px solid #fff}
.five-superiority-list li:first-child{border-left:none}
.five-superiority-list li a{display:inline-block;position:relative;width:100%;height:36px;line-height:36px;background:no-repeat 2% center;text-indent:2em;color:#fff;font-size:16px}
.five-superiority-list li a:hover{color:#bfe7f5}
.five-superiority-list li a.superiority-text{text-indent:4em}
.superiority-icon{position:absolute;width:40px;height:40px;left:10%;background-repeat:no-repeat;background-image:url(../images/footer_youshi.png)}
.compensate_ico .superiority-icon{background-position:0 0}
.compensate_ico:hover .superiority-icon{background-position:0 -50px}
.retreat_ico .superiority-icon{background-position:0 -100px}
.retreat_ico:hover .superiority-icon{background-position:0 -150px}
.technology_ico .superiority-icon{background-position:0 -200px}
.technology_ico:hover .superiority-icon{background-position:0 -250px}
.prepare_ico .superiority-icon{background-position:0 -300px}
.prepare_ico:hover .superiority-icon{background-position:0 -350px}
.service_ico .superiority-icon{background-position:0 -400px}
.service_ico:hover .superiority-icon{background-position:0 -450px}
.marquee-box{overflow:hidden;width:100%;position:absolute;left:0;top:0}
.marquee{width:8000%;height:60px}
.wave-list-box{float:left}
.wave-list-box ul{float:left;height:60px;overflow:hidden;zoom:1}
.wave-list-box ul li{height:60px;width:100%;float:left;line-height:30px;list-style:none}
.wave-box{position:relative;height:60px;background:#fff}













/*---------------ny------------*/
.header1{
	position: initial;
}
.ny-nav{
	background: #f5f5f5;
	width: 100%;
	
}
.ny-nav ul li{
	float: left;
	width: 135px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.ny-nav ul li a{
	color: #666666;
	font-size: 14px;
}
.ny-nav ul li.dang,.ny-nav ul li:hover{
	background: #35424a;
}
.ny-nav ul li.dang a,.ny-nav ul li:hover a{
	font-weight: 600;
	color: #fff;
	display: block;
}
.nav ul li.dang-color a{
	color: #e72b24;
	display: block;
}
.ny-main{
	padding-top: 50px;
}
.ny-main-left{
	width: 252px;box-shadow: 0px 0px 9px  rgba( 204, 204, 204 ,.5);
}
.ny-main-left ul{
	padding: 32px 0 114px;
}
.ny-main-left ul li{
	padding-bottom: 20px;
}
.ny-main-left ul li a{
	color: #999999;
	font-size: 16px;
	padding-left: 23px;
}
.ny-main-left ul li a:before{
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #999999;
	content: "";
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 3px;
}
.ny-main-left ul li.ny-active a{
	color: #e72b24;
}
.ny-main-left ul li.ny-active a:before{
	background: #e72b24;
}
.ny-main-right{
	width: 907px;
}
.ny-main-ul ul li{
	text-align: center;
	margin-bottom: 28px;
	width: 289px;
	height: 235px;
	float: left;
	margin-left: 20px;
}
.ny-main-ul ul li:nth-child(3n+1){
	margin-left: 0;
}
.ny-main-ul ul li span{
	padding-top: 16px;
	color: #666;
	font-size: 16px;
	display: block;
	width: 100%;
}
.ny-main-pic{
	position: relative;
	overflow: hidden;
}
.ny-main-ding{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #e72b24;
	opacity: .8;
	
	transform: scale(0);
	
}
.ny-main-ding a{
	position: absolute;
	/*top: 50%;*/
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
}
.ny-main-ding p{
	color: #fff !important;
	padding-top: 45px;
}
/*.show-list ul li:hover .product_img_img*/
.ny-main-ul ul li:hover .ny-main-ding{
	transform: scale(1);
	transition: all 0.4s;
}
.ny-main-ul ul li:hover span{
	display: none;
}
.ny-main-ul ul{
	display: block;
}
.ny-main-ul ul:nth-child(6){
	display: block;
}
/*分页*/
.page{
	padding: 34px 0 114px;
}
.page ul{
	display: table;
	margin: 0 auto;
}
.page ul li{
	width: 36px;
	height: 36px;
	line-height: 36px;
	float: left;
	text-align: center;
	background: #ccc;
}
.page ul li a{
	color: #fff;
	font-size: 14px;
}
.page ul li:nth-child(1),
.page ul li:nth-child(2),
.page ul li:nth-child(6),
.page ul li:nth-child(7){
	width: 73px;
}
.page ul li:nth-child(1){
	background: #35424a;
	margin-right: 2px;
}
.page ul li:nth-child(3){
	margin: 0 4px;
}
.page ul li:nth-child(5){
	margin: 0 6px 0 4px;
}
.page ul li:nth-child(7){
	margin-left: 2px;
}
.page ul li.page-color,
.page ul li.page-color{
	background: #e72b24;
}
/*footer*/
.footer{
	 margin-top:130px;
	 border-top:1px solid #fff;
}
.footer .tel_x{ font-size:13px;}
.footer .div1200{
	padding-top: 50px;
}
.footer-left{
	padding-top: 60px;
	margin-right: 205px;
}
.footer-middle h4,.footer-right h4{
	font-size: 24px;
	color: #fff;
	padding-bottom: 23px;
}
.footer-middle p,.footer-middle p a,.footer-right p{
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
.footer-right ul{
	padding-top: 35px;
}
.footer-right ul li{
	float: left;
	margin-left: 20px;
}
.footer-right ul li:first-child{
	margin-left: 0;
}
.footer-right ul li .pic2{
	display: none;
}
.footer-right ul li:hover .pic2{
	display: block;
}
.footer-right ul li:hover .pic1{
	display: none;
}
.footer-down{
	text-align: center;
	padding: 80px 0 40px;
}
.footer-down p,.footer-down p a{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.footer-down p a{
	margin-left: 30px;
}
/*-----------ny1-----------*/
.ny1-main{
	padding-bottom: 110px;
}
.ny1-main-lunbo{
	width: 459px;
}
.ny1-main-lunbo .gallery-thumbs{
	padding-top: 13px;
	/*width: 200px;*/
	margin: 0;
}
.ny1-main-lunbo .gallery-thumbs .swiper-slide{
	border: 2px solid #fff;
	/*width: 20.04%;*/
	width: 92px !important;
}
.ny1-main-lunbo .gallery-thumbs .swiper-slide-thumb-active {border: 2px solid #e72b24;}
.ny1-main-right{
	width: 400px;
}
.ny1-main-right span{
	font-weight: 500;
	font-size: 24px;
	color: #666;
	display: inline-block;
	padding-bottom: 45px;
}
.ny1-main-right span:before{
	width: 4px;
	height: 24px;
	background: #e72b24;
	content: "";
	display: inline-block;
	/*margin-top: 3px;*/
	margin-bottom: -4px;
	margin-right: 11px;
}
.ny1-main-right p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.ny1-main-note{
	padding-top: 35px;
	width: 507px;
}
.ny1-main-nav ul li{
	height: 37px;
	line-height: 37px;
	padding:0 32px 0 60px;
	float: left;
	background: #fff;
	border-radius: 20px;
	cursor: pointer;
	margin-left: 10px;
	background: url(../img/ny1-icon1.png) 25px no-repeat;
}
.ny1-main-nav ul li:first-child{
	margin-left: 0;
}
.ny1-main-nav ul li.ny1-active{
	background: url(../img/ny1-icon2.png) 25px no-repeat;
	box-shadow: 0px 0px 9px rgba( 204, 204, 204,.5 );
}
.ny1-main-nav ul li p{
	color: #999999;
}
.ny1-main-nav ul li.ny1-active p{
	color: #e72b24;
}
.ny1-xuan-note{
	padding-top: 30px;
}
.ny1-xuan-note p{
	color: #666;
	font-size: 16px;
}
.ny1-main-xuan .ny1-xuan-note{
	display: none;
}
.ny1-main-xuan .ny1-xuan-note:first-child{
	display: block;
}
/*---------------------ny2----------------*/
.ny2-company-title{
	padding: 45px 0;
}
.ny2-title-left h2{
	color: #35424a;
	font-size: 36px;
}
.ny2-title-left h2 span{
	font-size: 14px;
	color: #666666;
	font-weight: 500;
}
.ny2-title-right ul li{
	float: left;
}
.ny2-title-right ul li.ny2-dang a,
.ny2-title-right ul li:hover a{
	color: #e72a24;
}
.ny2-title-right ul li a{
	/*display: block;*/
	padding-left: 8px;
}
.ny2-title-right ul li a:after{
	content: ">";
	color: #999999;
	font-size: 14px;
	display: inline-block;
	margin-left: 8px;
}
.ny2-title-right ul li:last-child a:after{
	display: none;
}
.ny2-title-right ul li a,
.ny2-title-right ul li span{
	color: #999999;
	font-size: 12px;
}
.ny2-title-right ul li span:before{
	background: url(../images/ny2-address_03.png) no-repeat;
	width: 15px;
	height: 13px;
	content: "";
	display: inline-block;
	margin-right: 11px;
	margin-bottom: -1px;
}
.ny2-company-note{
    padding-bottom: 80px;	
}
.ny2-company-note h2{
	padding-bottom: 37px;
	color: #e6e6e6;
	font-size: 50px;
}
.ny2-company-note h2 i{
	color: #e72a24;
	font-size: 80px;
}
.ny2-company-note h2,
.ny2-company-note h2 i{
	line-height: 60px;
	font-family: "arial narrow";
}
.ny2-company-note p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
	padding-bottom: 15px;
	text-align: justify;
}
.ny2-company-pic{
	background: #eaeced;
	margin-left: 30px;
	padding-left: 13px;
	padding-bottom: 12px;
	margin-top: 10px;
}
.ny2-company-note img{
	margin-top: -10px;
	display: block;
}
/*---------------ny3-------------*/
.ny3-market-cont ul li{
	overflow: hidden;
	padding:34px 0 35px;
	border-bottom: 1px solid #e2e2e2;
}
.ny3-market-cont ul li:first-child{
	padding-top: 0;
}
.ny3-market-cont ul li:hover span,
.ny3-market-cont ul li:hover .ny3-more a{
	color: #e72a24;
}
.ny3-market-left{
	width: 279px;
}
.ny3-market-right{
	width: 885px;
}
.ny3-market-new{
	width: 622px;
}
.ny3-market-new span{
	display: block;
	font-size: 22px;
	color: #333333;
	margin: 20px 0 25px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ny3-market-new  a{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.ny3-market-date{
	width: 77px;
	text-align: center;
}
.ny3-market-date h4{
	font-size: 40px;
	color: #666666;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}
.ny3-market-date strong{
	display: block;
	color: #999999;
	font-size: 20px;
	padding-top: 5px;
}
.ny3-more {
	padding-top: 14px;
}
.ny3-more a{
	font-size: 16px;
	color: #999;
	font-weight: 600;
	display: block;
}
.ny3-page{
	padding: 50px 0 75px;
}
/*---------------ny4-------------*/
.ny4-subsidiary-cont{
	padding: 25px 0 33px;
}
.ny4-subsidiary-cont ul li{
	width: 594px;
	overflow: hidden;
	margin-bottom: 44px;
}
.ny4-subsidiary-cont ul li:nth-child(odd){
	float: left;
}
.ny4-subsidiary-cont ul li:nth-child(even){
	float: right;
}
.ny4-subsidiary-cont ul li:hover .ny4-subsidiary-pic{
	border: 2px solid #e72a24;
}
.ny4-subsidiary-pic{
	border: 2px solid #cccccc;
	width: 286px;
	float: left;
}
.ny4-subsidiary-note{
	width: 285px;
	float: right;
}
.ny4-subsidiary-note p{
	line-height: 26px;
	color: #686666;
	font-size: 16px;
	text-align: justify;
	padding: 25px 20px 30px 0;
}
/*---------------ny5-------------*/
.ny5-contact-cont{
	padding-bottom: 95px;
}
.ny5-contact-left{
	width: 440px;
}
.ny5-contact-right{
	width: 750px;
}
.ny5-contact-cont h2{
	color: #666666;
	font-size: 24px;
	line-height: 68px;
}
.ny5-contact-cont p,
.ny5-contact-cont p a{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
/*---------------ny6-------------*/
.ny6-contact-cont{
	padding:23px 0 87px;
}
.ny6-contact-cont ul{
	padding: 0 77px;
}
.ny6-contact-cont ul li{
	float: left;
	text-align: center;
	margin-left: 274px;
}
.ny6-contact-cont ul li:first-child{
	margin-left: 0;
}
.ny6-contact-pic{
	width: 144px;
	height: 144px;
	border-radius: 100%;
	background: #35424a;
	position: relative;
	border: 5px solid #eaeced;
}
.ny6-contact-pic img{
	transition: all .8s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ny6-contact-cont ul li .ny6-contact-pic:hover img{
	transform: translate(-50%, -50%) rotateY(180deg);
}
.ny6-contact-cont ul li p{
	color: #35424a;
	font-size: 20px;
	font-weight: 600;
	padding-top: 25px;
}
/*修改*/
.index-box6-list{top: 80px !important;}


/*修改*/
.footer-left{margin-right: 60px;}
.footer-middle1{margin-left: 60px;}
.footer-right ul li{position: relative ;}
.footer-weixin{position: absolute;left: -30px;top: -112px;width: 106px;height: 106px;z-index: 9999;display: none;}
.footer-right ul li:hover .footer-weixin{display: block;}
.index-box7-list ul li:hover .footer-weixin{display: block;}
.footer-middle h4, .footer-right h4 ,.footer-middle h4{font-size: 22px;}
.footer-middle p,.footer-middle p a,.footer-right p{font-size: 14px;}

.silder-fixed{position: fixed;top: 90%;right: 0;cursor: pointer;}
.silder-note{width: 43px;height: 43px;background: #999999;border-radius: 100%;line-height: 43px;text-align: center;}
.silder-note p{color: #fff;font-size: 16px;}
.silder-note:hover{background: #e72a24;}

.index-box7-list ul li{position: relative;overflow: inherit;}
.index-box7-list ul li:hover .footer-weixin{display: block !important;}


.banner2 img{width: 100%;}

.oa small{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.bg-img4{height: 100%}

/*header样式

.header{ width:100%; height:100px; background-color:#fff;}
.header .right{ width:730px; height:100px; position:absolute; right:10px; top:0px;}
.header .div1400{ width:1300px; margin:auto;}
.header .logo{ margin-left:10px; margin-top:20px;}
.header .right .List{ height:100px; line-height:100px;}
.header .right .List li{ float:left; width:121px; text-align:center; height:40px; line-height:40px; margin-top:25px; background-color:#e72b24; margin-right:20px; border-radius:7px;}
.header .right .List li a{ color:#fff;}
.header .right .List .ulx{ position:relative; left:-10px;top:35px;box-shadow: 0 6px 10px rgba(0, 0, 0, .1);}
.header .right .List .ulx li{ width:130px; height:40px; background-color:#fefefe; text-align:center; margin-top:0px; border-top:1px #eaeaea solid;border-radius:0px;}
.header .right .List .ulx li a{ color:#000;}
.header .right .List .ulx li:hover{ background-color:#eee;}
*/

#header {width: 100%;height: auto;position: fixed;  padding-top: 20px;font-size: 14px;transition: all ease .3s;z-index: 99;transition-property: padding, background}.nobanner #header {background: rgba(255, 255, 255, 0.9);}#header .content {padding: 0 40px;}#header.mini {background-color: rgba(0,0,0,.51);padding-top: 10px}#header.mini ul li.navitem {padding-bottom: 0;}#header #logo {width: auto;height: 40px;display: block;float: left;margin-right: 50px}#header ul#nav {}#header ul li.navitem {padding: 0 20px 10px 20px;width: auto;height: 50px;line-height: 40px;float: left;position: relative;}#header ul li.navitem ul.subnav {transition: all 0.3s ease-out 0s; position: absolute;width: 210px;border-top: #e0a240 3px solid;top: 58px;left: -70px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);}#header ul li.navitem:hover ul.subnav {opacity: 1;visibility: visible; transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);}#header ul li.navitem a {color: #fff;transition: none ease-out .3s;transition-property: color, background, text-indent, opacity}#header ul li.navitem a.active, #header ul li.navitem:hover a {color: #e0a240}#header ul li.navitem ul.subnav li {border-bottom: #2e2f29 1px solid}#header ul li.navitem ul.subnav li a {padding: 14px 30px;width: 150px;height: 20px;line-height: 20px;background: rgba(0,0,0,.7);display: block;color: #bbb9b9;font-size: 12px;}#header ul li.navitem ul.subnav li a i {float: right;margin-top: 5px;transition: all ease-out .2s;opacity: 0}#header ul li.navitem ul.subnav li a:hover {text-indent: 10px;background: rgba(0,0,0,1);color: #fff}#header ul li.navitem ul.subnav li a:hover i {opacity: 1}#sitecontent {height: auto;min-height: 1000px;}#indexPage #mslider {height: 100%;width: 100%;position: relative;overflow: hidden}#indexPage #mslider .bx-wrapper {position: fixed;width: 100%;}#indexPage #mslider .bx-wrapper .bx-pager {bottom: 50px}#indexPage #mslider ul li {width: 100%;height: 100%;display: block;background-position: center;background-repeat: no-repeat;background-size: cover}#indexPage #mslider ul li a {display: table;width: 100%;height: 100%;display: table}#indexPage #mslider ul li div {display: table-cell;text-align: center;vertical-align: middle; color:transparent;}#indexPage #mslider ul li p {color: #fff;text-align: center;}#indexPage #mslider ul li p.title {font-size: 60px;line-height: 70px;height: 70px;transition-delay: 0}#indexPage #mslider ul li p.subtitle {font-size: 16px;height: 20px;transition-delay: 0.2s}#indexPage #mslider.sliderArrow {display: none}#indexPage #mslider ul li a i {text-indent: 20px;font-size: 24px}#indexPage #mslider ul li p {transform: translateY(25px);transition: all ease-out .3s;-webkit-transition: all ease-out .3s;opacity: 0}#indexPage #mslider ul li.active p {transform: translateY(0px);opacity: 1}#indexPage #mproject .bgmask, #indexPage #mnews .bgmask, #indexPage #mservice .bgmask, #indexPage #mpage .bgmask {}#indexPage .module {background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;z-index: 2;height: 100%}#indexPage .module:last-child {border: none}#indexPage .module .bgmask {background-color: rgba(0,0,0,.7);position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none}#indexPage .module.bgShow {background-attachment: fixed}#indexPage .module.bgShow .bgmask {display: block}#indexPage .module .content {position: absolute;top: 50%;width: 100%}#indexPage #mservice {background-color: #fff;}#indexPage #mservice .content {margin-top: -238px;height: 516px}.content .header {padding-bottom: 50px;padding-top: 80px}#indexPage .content .header {padding-top: 0}.content .header p {text-align: center;}.content .header p.title {color: #444;font-size: 26px}.content .header p.subtitle {color: #c1c1c1;font-size: 16px}#indexPage .slider_control {display: block;font-size: 36px;}#indexPage .slider_control i {color: #a1a1a1}#indexPage .slider_control.fr {text-align: right}#indexPage #mservice .wrapper {width: 100%}#indexPage #mservice .wrapper .bx-wrapper .bx-pager {display: none}#indexPage #mservice .wrapper .bx-wrapper .bx-next {right: -80px}#indexPage #mservice .wrapper .bx-wrapper .bx-prev {left: -80px}#indexPage #servicelist .serviceitem {margin: 0}#servicelist {width: 1126px;margin: 0 auto}#servicelist .wrap {margin-right: -50px}#servicelist .serviceitem {width: 342px;height: 335px;float: left;margin-bottom: 50px;margin-right: 50px;}#servicelist .serviceitem a {display: block;width: 100%;height: 100%}#servicelist .serviceitem a img {float: none;width: 342px;height: auto;margin: 0 auto}#servicelist .serviceitem div {text-align: center;margin-top: 15px}#servicelist .serviceitem div p.title {color: #595959;font-size: 16px;height: 40px;line-height: 40px;transition: all ease-out .2s}#servicelist .serviceitem div p.description {color: #848484;font-size: 13px;line-height: 24px;height: 50px;overflow: hidden;width: 100%}#servicelist .serviceitem:hover .title {color: #e0a240}#indexPage #mservice .slider_control {color: #898989}#indexPage #mservice .slider_control:hover {color: #141414;}#indexPage #mproject {}#indexPage #mproject .content {margin-top: -15%}#indexPage #mproject .content .wrapper {width: 100%;margin: 0}#projectlist .projectitem {width: 24%;height: auto;margin-right: 1%;margin-bottom: 1%;float: left;position: relative;background: #000}#indexPage #projectlist .projectitem {margin: 0}#indexPage #mproject .bx-wrapper .bx-pager {bottom: -40px}#indexPage #mproject .bx-wrapper .bx-controls-direction {display: none}#indexPage #mproject a.more {margin-top: 80px}#projectlist .projectitem a {display: block;overflow: hidden}#projectlist .projectitem a img {float: none;width: 100%;height: auto;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}#projectlist .projectitem a:hover img {transform: scale(1.2, 1.2)}#projectlist .projectitem a .project_info {width: 100%;height: 100%;background: rgba(0,0,0,0);position: absolute;left: 0;top: 0;transition: all ease-out .3s;}#projectlist .projectitem a:hover .project_info {background: rgba(0,0,0,.7)}#projectlist .projectitem a .project_info p {text-align: center;color: #fff;padding: 0 20px}#projectlist .projectitem a .project_info div {position: relative;top: 50%;margin-top: -15px}#projectlist .projectitem a .project_info p.title {margin-top: 10px;color: rgba(0,0,0,0);font-size: 16px;transition: all ease-out .3s;}#projectlist .projectitem a:hover .project_info p.title {margin-top: 0px;color: #fff;font-size: 16px}#projectlist .projectitem a .project_info p.subtitle {margin-top: 16px;color: rgba(0,0,0,0);font-size: 12px;transition: all ease-out .3s;}#projectlist .projectitem a:hover .project_info p.subtitle {margin-top: 0px;color: #b7b7b7;}#projectmore {width: 100%;height: 150px;line-height: 150px;text-align: center;font-size: 20px;color: #fff;display: block;background: #343434;transition: all ease-out .3s;text-indent: 0px;position: relative;z-index: 1}#projectmore:hover {width: 100%;height: 150px;line-height: 150px;text-align: center;font-size: 20px;color: #fff;display: block;background: #e0a240;text-indent: -50px;}.module-content .description {width: 720px;text-align: center;height: 50px;margin: 0 auto;font-size: 13px;color: #848484;line-height: 24px;overflow: hidden}#indexPage a.more,#indexPage a.details,#sitecontent .npagePage a.details{border: #dfdfdf 1px solid;background: rgba(255,255,255,.0);width: 360px;height: 58px;display: block;margin: 40px auto 50px;line-height: 58px;font-size: 20px;color: #e0a240;text-indent: 150px;border-radius: 30px;transition: all ease-out .3s;}#indexPage a.details,#sitecontent .npagePage a.details{ display:none;}#indexPage a.more:hover,#indexPage a.details:hover,#sitecontent .npagePage a.details:hover {border-color: #b6b6b6;text-indent: 130px;}#indexPage a.more i,#indexPage a.details i,#sitecontent .npagePage a.details i {text-indent: -10px;font-size: 24px;color: rgba(255,255,255,.0);transition: all ease-out .3s}#indexPage a.more:hover i,#indexPage a.details:hover i ,#sitecontent .npagePage a.details:hover i{text-indent: 18px;color: #707070;}#indexPage #mpage {background-color: #ffffff;}#indexPage #mpage .content {height: 592px;margin-top: -230px}#indexPage #mpage .wrapper {width: 100%;height: 100%;overflow: hidden;margin: 0 auto}#indexPage #mpage .wrapper li {width: 100%;height: auto;}#indexPage #mpage .wrapper li .fimg {background-repeat: no-repeat;background-position: top center;width: 100%;height: 466px}#indexPage #mteam {}#indexPage #mteam .content {margin-top: -180px}#indexPage #mteam .content > .header {display: none}#indexPage #mteam .header {padding-bottom: 0}#indexPage #mteam .header img {float: none;display: block;margin: 10px auto 24px auto;border-radius: 90px}#indexPage #mteam .summary p {text-align: center}#indexPage #mteam .summary p.title {color: #fff;font-size: 24px}#indexPage #mteam .summary p.title a{color:#474747;}#indexPage #mteam .summary p.subtitle {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #a5a5a5;font-size: 12px;margin-bottom: 30px}#indexPage #mteam .description {color: #bebebe}#indexPage #mteam .bx-pager {display: none}#indexPage #mnews {background-color: #f8f8f8;}#indexPage #mnews .content {height: calc(100% - 60px);margin-top: 60px;top: 0}#indexPage #mnews .content .header {display: none}#newslist, #newslist .wrapper, #indexPage #mnews .content_list {height: 100%;width: 100%}#newslist {margin: 0 auto}#indexPage #mnews .bx-controls {display: none}#newslist .newstitem {width: 100%;height: 33.3%;}#newslist .newstitem a.newscontent {height: 100%;display: block;text-align: center;position: relative}#newslist .news_wrapper {width: 37.5%;height: 100%;background: #fff;z-index: 1;transition: all 0.25s ease 0s}#newslist .news_wrapper::before {content: "";display: inline-block;height: auto;vertical-align: middle;}#newslist .newsbody {display: inline-block;max-width: 99%;vertical-align: middle;width: 330px;}#newslist .newsbody .date {color: #000;font-size: 12px;font-weight: bold;margin-bottom: 10px}#newslist .newsbody .title {font-size: 30px;color: #000;line-height: 40px;}#newslist .separator::before {right: 13px;}#newslist .separator::before, #newslist .separator::after {background-color: #c3c3c3;content: "";height: 1px;position: absolute;top: 50%;width: 45px;}#newslist .separator::after {left: 13px;}#newslist .separator {background: #000 none repeat scroll 0 0;border-radius: 3px;color: transparent;font: 0px/0;height: 6px;margin: 15px auto 20px;position: relative;text-decoration: none;width: 6px;}#newslist .newsbody .description {width: 100%;height: auto;line-height: 22px;font-size: 13px;color: #6a6a6a;margin-top: 10px;}#newslist .newstitem .newsimg {width: 62.5%;height: 100%;background-position: center;background-size: cover;}#newslist .newstitem .newsimg, #newslist .newstitem .news_wrapper {bottom: 0;left: 0;position: absolute;right: 0;top: 0;}#newslist .newstitem.left .news_wrapper {left: auto;}#newslist .newstitem.right .news_wrapper {right: auto}#newslist .newstitem.right a.newscontent .newsimg {left: auto}#newslist .newstitem.left a.newscontent {padding-left: 62.5%}#newslist .newstitem.right a.newscontent {padding-right: 62.5%}#newslist .newstitem.left a.newscontent:hover {padding-left: 60%}#newslist .newstitem a.newscontent:hover .news_wrapper {width: 40%;bbackground-color: #e5e5e5;transition-duration: .5s}#newslist .newstitem.right a.newscontent:hover {padding-right: 60%}#indexPage #mpartner {background-color: #fff;}#indexPage #mpartner .content {height: 480px;margin-top: -240px}#indexPage #mpartner .module-content {width: 980px;}#indexPage #mpartner .wrapper {width: 980px;height: 376px;}#indexPage #mpartner .bx-wrapper .bx-controls-direction {display: none}#indexPage #mpartner .wrapper ul li {width: 980px;height: 360px;}#indexPage #mpartner .wrapper ul li a {width: 225px;height: 168px;overflow: hidden;float: left;margin-right: 20px;margin-bottom: 20px}#indexPage #mpartner .wrapper ul li a img {width: 100%;height: 100%;}#indexPage #mpartner .bx-wrapper .bx-pager {bottom: -40px}#indexPage #mcontact {background-color: #303030;}#indexPage #mcontact .content {height: 425px;margin-top: -212px}#indexPage #mcontact .content .fw {width: 940px}#indexPage #mcontact .header p.title {color: #fff;}#indexPage #mcontact .header p.subtitle {color: #c1c1c1;}#contactinfo {width: 540px;}#contactinfo h3 {font-size: 16px;color: #fff;line-height: 24px;margin-bottom: 25px;font-weight: 100}#contactinfo p {line-height: 24px;font-size: 13px;color: #989898;height: 24px;width: 100%}#contactinfo > a {color: #989898;text-decoration: underline}#contactinfo div {margin-top: 24px}#contactinfo div a {color: #fff;width: 30px;height: 30px;display: block;font-size: 16px;background-color: #2e2f2f;margin-right: 10px;text-align: center;border-radius: 15px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}#contactinfo div a i {margin-top: 7px;font-size: 16px}#contactform p .inputtxt {width: 320px;height: 20px;line-height: 20px;padding: 10px 20px;color: #bcbcbc;background-color: #000;border: #3f3f3f 1px solid;margin-bottom: 10px;}#contactform p textarea.inputtxt {height: 100px;resize: none;overflow: hidden}#contactform p .inputsub {width: 100%;background-color: #e0a240;color: #ffffff;font-size: 16px;padding: 5px 0}#contactform .inputtxt.active {border-color: #e0a240}#moduleControl {position: fixed;right: 20px;top: 50%;}#moduleControl a.moduleCItem {border: 1px solid #c8c8c8;border-radius: 6px;display: block;height: 9px;margin-bottom: 5px;outline: 0 none;text-indent: -9999px;transition: all 0.3s ease-out 0s;width: 9px;}#moduleControl a.moduleCItem:hover, #moduleControl a.moduleCItem.active {background-color: #e0a240;border: 1px solid #e0a240;}#pages {padding: 40px 0;height: 36px;text-align: center}#pages a {width: 36px;height: 36px;background-color: #fff;display: inline-block;color: #a9a9a9;line-height: 36px;text-align: center;font-family: Arial;margin-right: 5px;transition: background-color 0.2s ease-out}#pages span {margin-right: 5px}#pages a i {font-size: 24px;top: 2px;position: relative}#pages a.active, #pages a:hover {background-color: #e0a240;color: #fff;}.nobanner .npagePage {padding-top: 80px}.npagePage #banner {width: 100%;height: 380px;position: relative;}.npagePage #banner div {background-color: #39383E;background-repeat: no-repeat;background-position: center;background-size: cover;position: fixed;width: 100%;height: 380px;}.npagePage .content {background-color: #fff;position: relative;z-index: 1}#plheader {padding-bottom: 30px}#category {text-align: center;padding-bottom: 50px}#category li {display: inline-block}#category li.hasmore {height: 107px}#category li.hasmore div {position: absolute;width: 100%;left: 0}#category li.hasmore div ul {text-align: center;margin-top: 20px;padding-top: 20px;border-top: rgba(0,0,0,0.10) 1px solid}#category a {line-height: 16px;height: 16px;padding: 8px 16px;color: #616161;border: #d2d2d2 1px solid;margin-right: 2px;display: inline-block;transition: all 0.3s ease-out 0s;}#category li.hasmore div ul a {border: none}#category a.active, #category a:hover {background: #e0a240;color: #fff;border-color: #e0a240}#category li.hasmore div ul a.active, #category li.hasmore div ul a:hover {background: #7d7d7d;color: #fff}#teamlist {margin: 0 auto;width: 1100px;}#teamlist .wrap {margin-right: -70px}.teamitem {float: left;width: 320px;height: 460px;margin-right: 70px;margin-bottom: 50px}.teamitem a {width: 320px;height: 320px;display: block;position: relative;overflow: hidden}.teamitem .title a{color: #9a9a9a;display:inline;}.teamitem a div.wrap {height: 50px;width: 100%;background: #da0000;position: absolute;bottom: -50px;color: #fff;transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transform: translate(0, 0px)}.teamitem a:hover div.wrap {transform: translate(0, -50px)}.teamitem a div.wrap div {width: 14px;height: 14px;margin: 18px auto;position: relative}.teamitem a div.wrap span {display: block;background: #fff;position: absolute;}.teamitem a div.wrap span.h {width: 14px;height: 2px;top: 6px}.teamitem a div.wrap span.v {width: 2px;height: 14px;left: 6px}.teamitem .teaminfo {margin-top: 33px;text-align: center}.teamitem .teaminfo .title {font-size: 18px;color: #484848;}.teamitem .teaminfo .subtitle {font-size: 12px;color: #9a9a9a;margin-top: 5px}.teamitem .teaminfo .description {font-size: 12px;color: #949494;margin-top: 15px;line-height: 18px;height: 35px;overflow: hidden}#teampost {padding-top: 50px}#teampost #teamimage {width: 408px;float: left;}#teampost #teamimage img {float: none}#teampost #teambody {margin-left: 450px;}#teambody .theader .title {color: #343434;font-size: 30px}#teambody .theader .subtitle {color: #626262;font-size: 14px}#teambody .theader .postbody {margin-top: 36px}#projectwrap {padding-top: 50px;min-height: 600px}#projectbody {width: 800px;float: left;}#projectimages {background: #fff;}#projectimages li {margin-bottom: 10px}#projectimages li img {display: block;float: none;margin: 0 auto;max-width: 100%}#projectbody .postbody {padding: 20px 0;}#projectinfo {width: 340px;margin-left: 40px;float: left}#projectih {width: 340px}#projecttags {margin-top: 20px}#projecttags a {float: left;font-size: 13px;color: #989898;padding: 5px 10px;background: #f3f3f3;margin-right: 5px;margin-bottom: 5px}#projecttags a:hover {color: #989898;background: #f3f3f3;}#projectib {margin-right: -10px;margin-top: 20px}#projectib .projectitem {width: 160px;height: auto;float: left;margin-right: 10px;margin-bottom: 14px}#projectib .projectitem img {width: 100%;height: auto;float: none}#projectib .projectitem a .project_info {width: 100%;height: 30px}#projectib .projectitem a .project_info p {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}#projectib .projectitem a .project_info p.title {margin-top: 10px;color: #333;font-size: 12px;transition: all ease-out .3s;}#projectib .projectitem a .project_info p.subtitle {margin-top: 0px;color: #b7b7b7;font-size: 12px;transition: all ease-out .3s;}#projectinfo .header {padding: 0;border-bottom: #cccccc 1px dotted;width: 340px}#projectinfo .header p {text-align: left}#projectinfo .header .description {color: #6a6a6a;font-size: 13px;line-height: 24px;margin: 30px 0}.postbody {line-height: 24px;font-size: 13px;color: #6a6a6a}.postbody a {color: #e0a240}.postbody a:hover {text-decoration: underline}.postbody img {float: none}.postbody hr {height: 1px;border: none;border-top: 1px dotted rgb(211, 211, 211);margin-top: 20px;margin-bottom: 20px;}.postbody p {word-wrap: break-word;word-break: normal}.lowB #header, .lowB #indexPage #mslider .bx-wrapper, .lowB .npagePage #banner div {position: relative}.lowB #indexPage .module.bgShow {background-attachment: scroll}.lowB #header {background: rgb(23, 28, 32)}.lowB .nobanner .npagePage {padding: 0}#footer {background: #000;width: 100%;position: relative;z-index: 2}#footer p {text-align: right;padding: 20px;font-size: 12px;color: #8e8e8e;height: 20px;line-height: 20px}#footer a {display: inline-block;height: 20px;vertical-align: top;}#footer a path {fill: #ff0000}#footer.mini {position: fixed;bottom: 0;background: rgba(0,0,0,.8)}#footer.mini p {padding: 5px}#shares { height:120px;position: fixed;right: 10px;bottom: 40px;z-index: 99}#shares a {width: 30px;height: 30px;display: block;background: #8b8b8b;background-color: rgba(31,31,31,.6);color: #fff;font-size: 16px;text-align: center;}#shares a i {margin-top: 7px}#shares a#sshare {cursor: default;}#shares a#sweibo {background-color: #ea493c}#shares a#sweixin {background-color: #24b727}#shares a#gotop {background-color: #666666;background-color: rgba(0,0,0,.6);margin-top: 20px;font-size: 22px}#shares a#gotop i {margin-top: 3px}.fixed {position: fixed;z-index: 9999;top: 0;left: 0;width: 100%;height: 100%;background: rgb(0,0,0);background: rgba(0,0,0,.6);overflow-y: auto;z-index: 100;display: none}{height:auto;cursor:default;}#fixed_weixin .fixed-container {width: 220px;height: auto;padding: 20px 20px 0 20px;background: #fff;position: absolute;left: 50%;top: 50%;margin-left: -110px;margin-top: -140px}#fixed_weixin .fixed-container div {height: 220px}#fixed_weixin .fixed-container p {height: 40px;line-height: 40px;text-align: center;font-size: 14px;color: #000}#fixed_mp .fixed-container {width: 258px;height: 298px;background: #fff;position: absolute;left: 50%;top: 50%;margin-left: -129px;margin-top: -149px}#fixed_mp .fixed-container p {padding: 0 20px;text-align: center;font-size: 14px;color: #000}#online_open {width: 30px;height: 30px;background: #00d420;cursor: pointer;position: fixed;right: -40px;bottom: 190px;z-index: 99999;font-size: 18px;color: #fff;text-align: center;line-height: 30px;}#online_open i {margin-top: 6px}#online_lx {width: 180px;height: auto;border-radius: 5px;background-color: #fff;-webkit-box-shadow: 0 5px 9px rgba(4,0,0,.17);box-shadow: 0 5px 9px rgba(4,0,0,.17);position: fixed;right: 10px;bottom: 160px;z-index: 99999}#olx_head {padding: 20px;line-height: 16px;height: 16px;background: #00d420;border-radius: 5px 5px 0 0;color: #fff;font-size: 14px}#olx_head i {font-size: 18px;color: #fff;cursor: pointer;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}#olx_qq li a {padding: 12px 30px;height: 18px;line-height: 18px;background: #f5f5f5;color: #353434;display: block;border-bottom: #fff 1px solid;transition: all ease-out .3s;font-size: 12px}#olx_qq li a i {color: #5e5e5e;font-size: 16px;vertical-align: middle;margin-right: 18px}#olx_qq li a:hover {color: #fff;background: #565656}#olx_qq li a:hover i {color: #00d420;}#olx_tel {padding: 20px 30px}#olx_tel div {color: #434343;line-height: 14px;height: 14px;margin-bottom: 10px}#olx_tel div i {font-size: 18px;margin-right: 20px;vertical-align: middle}#olx_tel p {line-height: 18px;font-family: HELVETICANEUELTPRO-THEX;font-size: 16px}.hide, .popup {display: none;}.show {display: block;}#mslider li video {position: absolute;}#indexPage #mslider ul li div.mask {background-color: transparent;width: 100%;height: 100%;position: absolute;left: 0;top: 0}.netmask {display: block}.netmask div {position: absolute;left: 50%;top: 50%;margin-left: -20px;margin-top: -20px}.netmask.loading div i {display: block;background: url(../images/loading.gif);width: 40px;height: 40px}.netmask div i:before {display: none;font-size: 40px;color: #fff;}.netmask.success div i:before {display: block}#page404 {padding-top: 200px}#page404 span {font-size: 150px;font-family: "HELVETICANEUELTPRO-THEX", Arial;color: #efefef;}#page404 div {margin-left: 320px;padding-left: 26px;border-left: #e9e9e9 1px solid;height: 70px;}#page404 div p.title {color: #787878;font-size: 36px;line-height: 36px}#page404 div p.subtitle {color: #787878;font-size: 14px;margin-top: 10px}#projectlist .wrapper {margin-left: 1%}#langnav {float: right}#langnav a {color: #fff}#langnav a:hover {color: #e0a240}#langnav a.active {color: #e0a240}#langnav span {color: rgba(255,255,255,.2);margin: 0 10px;display: inline-block}#headSHBtn {display: none;width: 40px;height: 40px;background: #000;line-height: 40px;text-align: center;color: #fff;position: absolute;top: 0;right: -40px}#header.show {right: 0}@media screen and (min-width:1780px) {}#mcontact .content > .header {animation-name: fadeInUp;}#mcontact .content #contactinfo {animation-name: fadeInLeft;animation-delay: 0.2s}#mcontact .content #contactform {animation-name: fadeInRight;animation-delay: 0.2s}#mcontact .content #contactform {animation-name: fadeInRight;animation-delay: 0.2s}#mnews a.more {display: none}#mpage .module-content .header {animation-name: fadeInUp;animation-delay: 0.2s}#mpage .module-content .description {animation-name: fadeInUp;animation-delay: 0.3s}#mpage .module-content .more {animation-name: fadeInUp;animation-delay: 0.5s}#mpage .module-content .fimg {animation-name: fadeInUp;animation-delay: 0.3s}#mpartner .content > .header {animation-name: slideInUp;animation-delay: 0.1s}#mproject .content > .header {animation-name: fadeInUp;}#projectlist .projectitem {animation-name: slideInUp;}#indexPage #mproject a.more {animation-name: fadeInUp;animation-delay: 0.5s}#mservice .content > .header {animation-name: fadeInUp;}#servicelist .serviceitem {animation-name: slideInUp;}#indexPage #mservice a.more {animation-name: fadeInUp;animation-delay: 0.5s}#mteam .content > .header {display: none}body.ipusher #header {width: 350px;height: 100%;background: #202122;padding: 0;left: -350px;transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}body.ipusher #header #headSHBtn i {font-size: 18px;margin-top: 12px;}body.ipusher.open #header #headSHBtn i:before {content: "\f00d";}body.ipusher.open #header {transform: translate3d(350px, 0, 0);-webkit-transform: translate3d(350px, 0, 0);-moz-transform: translate3d(350px, 0, 0);-o-transform: translate3d(350px, 0, 0);}body.ipusher #header .content {padding: 0}body.ipusher #header #logo {width: 100%;float: none;margin: 20px 0 0 0}body.ipusher #header #logo img {float: none;margin: 0 auto;display: block}body.ipusher #header ul li.navitem {width: 100%;padding: 0;text-align: center;line-height: 50px;border-top: 1px solid #272727;}body.ipusher #header ul li.navitem ul.subnav li a:hover {text-indent: 0px;}body.ipusher #header ul li.navitem ul.subnav {left: 100%;top: 0}#logoClone {position: fixed;top: 0;left: 0;z-index: 98;width: 100%;height: 40px;}#logoClone img {float: none}#teamlist .wow {animation-name: slideInUp;}#projecttags {margin-top: 20px;width: 340px;margin-left: 40px;float: left;}#projectib {margin-right: -10px;margin-top: 20px;margin-left: 40px;float: left;width: 340px;}#pageswitch{margin-top:-150px; display:none;}#pageswitch a{width:50%;height:40px;padding:20px 0;float:left;background:#fff;font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";transition: all ease-out .3s;position:relative;}#pageswitch a:hover{background:#CCC;box-shadow:0 0 15px #ccc;z-index:3}#pageswitch a .title{color: #444;}#pageswitch a .subtitle{color: #a5a5a5;}#pageswitch .prev div{ text-align:left; margin-left:30px;}#pageswitch .next div{ text-align:right;margin-right:30px;}
#header #logo {padding: 10px 0;float: left;
}

/*首页头部导航*/

#projectbody img{width: 100%;margin-bottom: 15px;}
#header { background:#fff; padding-top:10px; position:fixed; top:0px; border-bottom: 1px solid #f3f3f3;height: 70px;opacity: 0.9;}
#header .content { padding:0px;text-align: center;width: 1200px; margin: 0 auto;}
#header ul#nav { float:right; margin-top:5px; }
#header ul li.navitem { transition: all 0.4s ease-out 0s; padding:0; line-height:50px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
#header ul li.navitem a { color:#666; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; padding: 12px 26px; border-radius: 3px; font-size:14px; }
#header ul li.navitem a.active, #header ul li.navitem:hover a { color:#fff; background:#e72b24; }
#header.mini { background-color: rgba(255, 255, 255, 1); padding-top:0px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }
#header.mini ul li.navitem a.active:after, #header.mini ul li.navitem:hover a:after { margin-top: -5px; }
#header ul li.navitem ul.subnav { width:192px; background:#fff; border:0; box-shadow: 0 6px 10px rgba(0, 0, 0, .1); margin-left:30px; }
#header ul li.navitem ul.subnav li { border-bottom:1px solid rgba(0, 0, 0, .08);}
#header ul li.navitem ul.subnav li a { text-align:center; color: #666; width:100%; padding:14px 0; background:none; font-size:12px;  }
#header ul li.navitem ul.subnav li a i { display:none; }
#header ul li.navitem ul.subnav li a:hover { background:#fff; color:#000; text-indent:inherit; }
#header ul li.navitem ul.subnav li a:hover::after, #header ul li.navitem ul.subnav li a:after {display:none;}
#header ul li.navitem ul.subnav li a:hover { background-color:#f5f5f5; }
#header .content { text-align:center; width: 1200px; margin: 0 auto; }
video{
    bottom: 0;
    min-width: 100%;
    min-height: 100%; 
    width: auto;
    height: auto;
}
.videos{ position:absolute; left:0; top:0; width:100%;height:100%; overflow:hidden;background: url(../images/banner.jpg) center no-repeat; z-index:1}
.videos .bgs{ background:url(../images/vbj.png) repeat; width:100%; height:100%; position:absolute; left:0; top:0; }

.laymid {
	z-index: 100;
    position: absolute;
    top: 45%;
    left: 42%;

    margin-left: -195px;
    margin-top: -40px;
}
.logo {
    margin-bottom: 10px;
    width: 677px;
    height: 233px;
    background-repeat: no-repeat;
    background-position: -10px 0;
    background-size: 100% 100%;
    background-image: url(../images/banner.png);
}
.click-me a {
    display: block;
    text-decoration: none;
    float: left;
}
.button-login {
    letter-spacing: 5px;
    border-color: #00bbee;
}
.clearfix {
    zoom: 1;
   /*/ margin-left: 35px;/*/
}
.am-button {
    text-align: center;
    cursor: pointer;
    display: block;
    border-radius: 3px;
    outline: none;
    border: none;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    width: 280px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    margin-right: 40px;
}


.go-next {
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -15px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 99;
    cursor: pointer;
}
.iconfont {
    font-family: "alipayhome";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    display: block;
}



.mbx {
width: 1200px!important;
margin: 0 auto;
  color: #c1c1c1;  
  height: 30px;
  
	}
.mbx a {
	display: inline-block;
	white-space: nowrap;
	color: #c1c1c1;
	padding-top:5px;
}
.mbx a:hover {
	color: #b29364;
}


/*弹出*/
.footer_flex li:hover span { display: block; }
.footer_flex li:hover .img-n { display: none; }
.footer_flex li span { display: none; color: #fff; font-size: 13px; line-height: 45px; }
.footer_flex li .img-n { padding-top: 10px; }
.footer_flex { width: 365px; margin: 198px auto 0; }
.footer_flex li {margin-left: 60px; width: 45px; height: 45px; background-color: #bbb; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px 14px; float: left; text-align: center; cursor: pointer; position: relative; z-index: 10; }
.footer_flex li:hover { background-color: #ff8400; }
/*left*/
.footer_flex li:hover .flex-footerc { display: block; }
.footer_flex li .flex-footerc { width: 140px; height: 124px; position: absolute; left:-143px; top: -52px; text-align: center; padding-top: 20px; background: url(../images/you.png) 1px top no-repeat; display: none; }
/*top*/
.footer_flex li:hover .flex-footer { display: block; }
.footer_flex li .flex-footer { width: 146px; height: 124px; position: absolute; left: -49px; top: -140px; text-align: center; padding-top: 15px; background: url(../images/footerflex.png) 1px top no-repeat; display: none; }
/*button*/
.footer_flex li:hover .flex-footera { display: block; }
.footer_flex li .flex-footera { width: 146px; height: 124px; position: absolute; left: -49px; top: 50px; text-align: center; padding-top: 15px; background: url(../images/footerflex.png) 1px top no-repeat; display: none; }
/*right*/
.footer_flex li:hover .flex-footerb { display: block; }
.footer_flex li .flex-footerb { width: 140px; height: 120px; position: absolute; left: 42px; top: -48px; text-align: center; padding-top: 18px; background: url(../images/zuo.png) 1px top no-repeat; display: none; }





.im-box {width: 60px; position: fixed; top: 150px; right: 0; z-index: 999; }
.im-box .im-ewm { width: 58px; height: 78px; border: 1px solid #e8e8e8; position: relative; }
.im-box .im-ewm .ewm-hover { position: absolute; left: -145px; top: -25px; display: none; }
.im-box .im-ewm:hover .ewm-hover { display: block; }









/*/.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}/*/