@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 28px;
	color: #666;
	overflow-x: hidden;
	background:#fff;
}
@font-face {
	font-family: 'dincond-medium-webfont';
	src: url('../fonts/dincond-medium-webfont.eot');
	src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2') format('woff2'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
}
.ziti {
	font-family: 'dincond-medium-webfont';
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #555555;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
a:hover {
	color: #df6325;
	text-decoration: none;
}
.clear {
	clear: both;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
	-webkit-margin-start: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0px;
}
.pad60 {
	padding-top: 60px;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.w1380 {
	width: 93%;
	max-width: 1380px;
	margin: 0 auto;
	clear: both;
}
.blank8 {
	clear: both;
	height: 8px;
	overflow: hidden;
}
.blank20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.blank30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}
.blank80 {
	clear: both;
	height: 80px;
	overflow: hidden;
}
.blank55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}

/*手机端按钮*/
.dompc {
	display: block;
}
.dommobile {
	display: none;
}
.mobile_btn {
	cursor: pointer;
	width: 38px;
	display: none;
	height: 40px;
	position: absolute;
	right: 12px;
	top: 10px;
	z-index: 999;
	box-sizing: border-box;
	padding: 10px 9px;
	background:#fb903e;
}
.mobile_btn.on .line1 {
	transform: rotate(45deg);
	transform-origin: 10% 300%;
}
.mobile_btn.on .line2 {
	width: 0;
}
.mobile_btn.on .line3 {
	transform: rotate(-45deg);
	transform-origin: 6% -200%;
}
.mobile_btn span {
	display: block;
	width: 20px;
	height: 3px;
	background: #fff;
	transition: all .45s;
}
.mobile_btn .line2 {
	margin: 6px 0;
	width: 20px;
}
.m03 {
	margin-left: 18px;
	font-size: 23px;
}
#baiduMap {
	width: 100%;
	height: 413px;
}
/*304am永利集团官网集团css*/
/*header*/
#header {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 80px;
	max-width: 1920px;
	margin: 0 auto;
/*    font-family:"仿宋", "Microsoft YaHei", "微软雅黑";*/
}
.header {
	width: 100%;
	height: 80px;
	background: #fff;
	position: relative;
	z-index: 100;
}
.header .logo {
	float: left;
	margin-left: 20px;
	padding: 0;
	margin-top: 17px;
}
.header .logo img {
	width: 170px;
}
.header .logo .logo2 {
	display: none;
}
.header .head {
	float: right;
	background: #fff;
	height: 80px;
}
.header .head .head-nav {
	float: left;
	position: relative;
	height: 80px;
}
.header .head .nav {
	padding-right: 14px;
	height: 80px;
	position: relative;
	float: left;
}
.header .head .nav li {
	float: left;
	height: 80px;
}
.header .head .nav li a {
	font-size: 15px;
	color: #616161;
	font-weight: bold;
	line-height: 80px;
	padding: 0 15px;
	position: relative;
	display: block;
	margin-left: 10px;
	font-weight:bold;
}
.header .head .nav li a:hover {
	color: #fff;
}
.header .head .nav li a font {
	z-index: 999;
	position: relative;
}
.header .head .nav li a i {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 80px;
	background-color: #ff8e43;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.header .head .nav li a:hover i {
	left: 0;
	width: 100%;
	display: block;
}
.header .head .nav li.on a {
	color: #fff;
}
.header .head .nav li.on a i {
	left: 0;
	width: 100%;
	display: block;
}
.header .head .nav span {
	height: 5px;
	background: #ff9f00;
	position: absolute;
	top: 0;
	left: 0;
}
.header .head .subNav {
	width: 1600px;
	height: 55px;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: -1;/*overflow:hidden;*/
}
.header .head .subNav .item {
	width: 100%;
	height: 55px;
	background: rgba(0,0,0,.6) !important;
	background: #000000;
	filter: alpha(opacity=60);
	position: absolute;
	bottom: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header .head .subNav .item ul {
	padding-left: 16px;
}
.header .head .subNav .item li {
	float: left;
	margin: 0 13px;
}
.header .head .subNav .item li a {
	font-size: 14px;
	color: #ffffff;
	line-height: 55px;
	padding: 0;
}
.header .head .subNav .item li a:hover {
	color: #ff8e43;
}
.i_body {
	padding-top: 0;
}
#header.i_head .header, #header.i_head .head {
	background: transparent;
}
#header.i_head .head-nav .subNav {
	opacity: 0;
	filter: alpha(opacity=0);
}
#header.i_head .nav span {
	background: #fff;
}
#header.i_head .header .logo .logo1 {
	display: none;
}
#header.i_head .header .logo .logo2 {
	display: block;
}
#header.i_head .nav li a {
	color: #fff;
}
.header .head .head-btn {
	height: 80px;
	float: left;
	margin-right: 24px;
	border-left:1px solid #dfdfdf;
	box-sizing:border-box;
}
#header.i_head .header .head .head-btn{
	border:0;
}
.header .head .head-btn .update {
	width: 118px;
	height: 80px;
	position: relative;
	float: left;
}
.header .head .head-btn .update-top {
	width: 118px;
	padding-left: 16px;
	white-space: nowrap;
	height: 80px;
	font-size: 14px;
	color: #616161;
	font-weight: bold;
	line-height: 80px;
	background: url("../images/update.png") no-repeat 75px center;
	display: block;
}
.header .head .head-btn .update-bot {
	width: 157px;
	padding: 23px 0;
	background: #feb62c;
	position: absolute;
	right: -16px;
	top: 80px;
	text-align: right;
	display: none;
	z-index: 100;
}
.header .head .head-btn .update-bot ul {
	padding-right: 30px;
	padding-left: 16px;
}
.header .head .head-btn .update-bot li {
	line-height: 30px;
}
.header .head .head-btn .update-bot a {
	font-size: 14px;
	color: #4f4f4f;
	font-weight: bold;
	text-align: right;
	padding-right: 18px;
}
.header .head .head-btn .update-bot a:hover, .header .head .head-btn .language .language-con a:hover {
	color: #fff;
}
.header .head .head-btn .update:hover .update-top {
	color: #ffffff;
	background: #feb62c url("../images/update2.png") no-repeat 75px center;
}
#header.i_head .head-btn .update-top {
	color: #fff;
	background-image: url("../images/update2.png");
}
.tabs {
	width: 100%;
	height: 43px;
	overflow: hidden;
}
.tabs a {
	color: #a6a6a6;
	cursor: pointer;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-right: 26px;
	width: 60px;
	display: block;
	float: left;
	text-align: center;
	border-bottom: 4px solid #fff;
}
.tabs a.active {
	border-bottom: 4px solid #ffbf5e;
}
.synews {
	padding: 15px 0px 0px 0px;
	zoom: 1;
}
.synews li {
	height: 26px;
	line-height: 26px;
}
.synews li a {
	color: #a6a6a6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 84%;
	float: left;
}
.synews li a:hover {
	color: #333;
}
.synews li .date {
	float: left;
	color: #999;
	width: 14%;
	text-align: left;
}
.arrow-left, .arrow-right {
	position: absolute;
	top: 44%;
	width: 27px;
	height: 36px;
	cursor: pointer;
	z-index: 9;
}
.arrow-left {
	left: 10px;
	background: url(../images/left.png) center no-repeat;
}
.arrow-right {
	right: 10px;
	background: url(../images/right.png) center no-repeat;
}
.sy_content {
	padding: 35px  0px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.yearbb {
	font-size: 23px;
	color: #333333;
	width: 110px;
	float: left;
	font-size: 107px;
	color: #ffbf5e;
	padding-top: 30px;
	text-align: left;
}
.yearbb span {
	font-size: 20px;
	padding-left: 6px;
}
.sy_list {
		width:calc(100% - 116px);
	float: right;
}
.home-news-title {
	font-size: 25px;
	color: #a6a6a6;
	line-height: 29px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home-news-information {
	font-size: 14px;
	color: #a6a6a6;
	line-height: 26px;
	padding-top: 15px;
}
.sy_l {
	width: 44%;
	float: left;
	line-height: 25px;
	float: left;
	color: #6e6e6e;
}
.sy_m {
	width: 30%;
	float: left;
	margin-left: 5%;
	position: relative;
	margin-top: -8px;
}
.sy_r {
	width: 15%;
	float: right;
	padding-top: 15px;
	position: relative;
	margin-top: -16px;
}
.sh_ch {
	font-size: 36px;
	color: #a6a6a6;
}
.sh_jj {
	font-size: 24px;
	color: #a6a6a6;
	clear: both;
	padding-top: 16px;
}
.sh_more {
	position: absolute;
	left: 0px;
	top: 100px;
}
.sh_more a {
	width: 77px;
	height: 41px;
	background: #ffbf5e;
	border-radius: 20px;
	color: #fff;
	line-height: 40px;
	display: block;
	text-align: center;
}
.sh_more a:hover {
	background: #ff8e43;
}
.in_pro_boxts {
	width: 100%;
	height: 211px;
	overflow: hidden;
	clear: both;
}
.in_pro_boxts > ul >li {
	width: 25%;
	float: left;
	position: relative;
	height: 211px;
	transition: width 1s;
	-moz-transition: width 1s;	/* Firefox 4 */
	-webkit-transition: width 1s;	/* Safari 和 Chrome */
	-o-transition: width 1s;	/* Opera */
}
.in_pro_boxts ul li.onwid {
	width: 37%;
}
.in_pro_boxts ul li.offwid {
	width: 21%;
}
.in_pro_boxts ul li.onwid .in_pro_listts {
	background: rgba(0,0,0,0.00);
}
.syvideo {
	position: absolute;
	top: 40%;
	left: 0px;
	text-align: center;
	width: 100%;
	color: #fff;
}
.sy01 {
	font-size: 70px;
	height: 80px;
}
.sy02 {
	font-size: 30px;
}
.in_pro_listts {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;/*	background: rgba(0,0,0,0.20);*/
}
.in_pro_iconts {
	width: 120px;
	height: 210px;
	position: absolute;
	top: 60px;
	left: 30%;
	margin-left: -60px;
	text-align: left;
}
.in_pro_iconts span {
	font-size: 28px;
	display: inline-block;
	color: rgba(255,255,255,.8);
}
.in_pro_iconts p {
	font-size: 17px;
	font-weight: bold;
	padding: 2px 0;
	color: #fff;
}
/*haiyi底部*/
.bottombg {
	background: #454545;
	width: 100%;
	clear: both;
	height: 87px;
	color: #8d8d8d;
}
.bottombg a {
	color: #8d8d8d;
}
.bottombg a:hover {
	color: #fff;
}
.fot2 {
	position: relative;
	background: url(../images/weixin.png) no-repeat top center;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
}
.fot2 .d-project-erwei {
	position: absolute;
	width: 152px;
	height: 0px;
	bottom: 40px;
	left: -45px;
	overflow: hidden;
	transition: all .3s;
	z-index: 9;
}
.fot2 .d-project-erwei img {
	width: 140px;
	height: 140px;
}
.fot2:hover .d-project-erwei {
	height: 152px;
	transition: all .3s;
}
.bottom_l {
	width: 38%;
	float: left;
	text-align: left;
	padding-top: 26px;
}
.bottom_l img {
	width: 211px;
	padding-top: 10px;
}
.bottom_m {
	width: 22%;
	float: left;
	font-weight: bold;
	padding-top: 25px;
	line-height: 29px;
	background: url(../images/tel.png) no-repeat 3px 25px;
	text-indent: 48px;
	color: #e2e2e2;
}
.bottom_m span {
	color: #ffbf5e;
	font-size: 29px;
	font-weight: 400;
	margin-left: 10px;
}
.bottom_r {
	width: 40%;
	float: right;
	text-align: right;
	padding-top: 30px;
	font-weight: bold;
}
.banquan {
	clear: both;
	float: left;
	padding-top: 7px;
}
.banquan li {
	float: left;
	position: relative;
}
.banquan li a {
	float: left;
	font-weight: bold;
	margin-right: 26px;
}
.banquan li a:hover {
	color: #fff;
}
/*内页banner*/
.bannerny {
	width: 100%;
	height: 140px;
	overflow: hidden;
	position: relative;
}
.banner_about {
	width: 100%;
	height: 140px;
	background: url(../images/about_ban.jpg) no-repeat top center;
	background-size: cover;
}

.ban01 {
	padding-top: 3px;
	color: rgba(255,255,255,.5);
	text-transform: uppercase;
	clear: both;
	font-size: 44px;
}
.ban02 {
	font-size: 18px;
	height: 45px;
	line-height: 50px;
	color:#fff;
	font-weight: bold;
	padding-top:26px;
}
/*haiyi二级菜单*/
.juzhong {
	width: 100%;
	height: 94px;
	line-height: 94px;
	clear: both;
	position: relative;
}
.juzhong:before {
	width: 100%;
	background: #ececec;
	bottom: 2px;
	position: absolute;
	content: "";
	height: 1px;
}

.aboutmenu .jpgcmenu {
	width: 500px;
	float: left;
}
.onemenu .jpgcmenu {
	width: 100px;
	float: left;
}
.newsmenu .jpgcmenu {
	width: 400px;
	float: left;
}
.crumbs {
	float: left;
	color: #9e9e9e;
	text-align: left;
	position: relative;
	background: url(../images/cc03.png) no-repeat 0px 40px;
	text-indent: 29px;
	font-weight:bold;
}
.crumbs span {
	background: url(../images/cc04.png) no-repeat 6px 6px;
	padding-left: 18px;
}

.columns {
	position: relative;
	float: right;
	display: block;
}
.columns li {
	float: left;
}
.columns li a {
	position: relative;
	color: #9e9e9e;
	padding: 0px 0px;
	text-align: center;
	position: relative;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	display: block;
	font-weight:bold;
	margin: 0px 18px;
}
.columns li a:nth-child(1) {
	margin-left: 0px;
}
.columns li a i {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 3px;
	background-color: #ff8e43;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.columns li.on a i, .columns li a:hover i {
	left: 0;
	width: 100%;
	display: block;
}
.columns li.on a{color:#ff8e43;
}

.jpgcmenu .btt {
	display: none;
}
/*关于304am永利集团官网-集团简介*/
.about_l {
	width: 32%;
	float: left;
	padding-top:90px;
}
.about_r {
	width: 66%;
	float: right;
	background: url(../images/aboutbg.jpg) no-repeat bottom right;
	background-size:100% auto;
	color: #9e9e9e;
	padding-bottom:134px;
	padding-top:87px;
		border-left: 1px solid #ececec;
		box-sizing:border-box;
		padding-left:90px;
}
.about_ch {
	color: #ffb558;
	font-size: 20px;
	height: 44px;
	line-height: 40px;
	overflow: hidden;
	clear: both;
	font-weight: bold;
	position: relative;
	padding: 15px 0px 0px;
}
.about_ch:before {
	content: "";
	width: 18px;
	height: 4px;
	background: #ffb458;
	position: absolute;
	bottom: 0px;
}
.about_jj {
	color: #ff8e43;
	font-size: 32px;
	line-height: 58px;
	clear: both;
	height:58px;
	font-weight: bold;
	background-image:-webkit-linear-gradient(top right,#ff8e43,#ffac53);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
	padding-top:6px;
}
.about_since {
	color: #ffb558;
	font-size: 68px;
	line-height: 58px;
}
.about_develop{
	color:#ffbf5e;
	font-size:16px;
	font-weight:bold;
	padding-top:20px;
}
/*关于304am永利集团官网-董事长*/
.ceobg{
	/*background:url(../images/ceobg.jpg) no-repeat left bottom;*/
	padding-bottom:76px;
	overflow:hidden;
}
.ceo_l {
	width: 43%;
	float: left;
	padding-top:90px;
	box-sizing:border-box;
	padding-left:120px;
	text-align:center;
}
.ceo_l img{
	width:100%;
	max-width:275px;
}
.ceo_r{
	width: 57%;
	float: right;
		box-sizing:border-box;
		padding-left:76px;
		padding-top:100px;
}
.ceo_ch {
	color: #ffb558;
	font-size: 20px;
	height: 56px;
	line-height: 40px;
	overflow: hidden;
	clear: both;
	font-weight: bold;
	position: relative;
	padding: 5px 0px 0px;
}
.jiyu{
	color:#9e9e9e;
	line-height:26px;
	padding-top:50px;
}
.ceo_ch:before {
	content: "";
	width: 18px;
	height: 4px;
	background: #ffb458;
	position: absolute;
	bottom: 0px;
}

.name{
	text-align:right;
	padding-top:40px;
	padding-right:60px;
}
.ceo_eng {
	color: #ffbf5e;
	font-size: 44px;
	line-height:28px;
}
/*企业荣誉*/
.hy_honor li{
	width:100%;
		transition: all .6s;
}
.honorico{
	position:absolute;
	left:264px;
	top:60px;
		opacity: 0;
	transition: all .6s;
}
.hy_honor li:hover{
	width:100%;
	background:#f7f7f7;
}
.hy_honor li:hover .honorico{
			opacity: 1;
				top:20px;
}
.xthis{
	width: 800px;
	display: block;
	overflow: hidden;
	margin:0 auto;
	position:relative;
}
.xthis_l {
	width: 320px;
	height:48px;
	line-height:48px;
	float: left;
	color: #ffbf5e;
	font-size: 60px;
	text-align:center;
	margin-top: 60px;
	border-right: 4px solid #ffcf87;
	font-family: 'dincond-medium-webfont';
		box-sizing:border-box;
}
.xthis_r {
	width: 480px;
	float: right;
	font-size: 14px;
	line-height: 30px;
	border-left: 1px solid #ececec;
	padding: 60px 0px 30px 70px;
	color:#9e9e9e;
	box-sizing:border-box;
}
.xthis_r h1{
	font-size:18px;
}
	
/*haiyi新闻中心*/
.news_l {
	width: 31%;
	float: left;
	position:relative;
	padding:58px 0 0;
}
.news_ser{position:relative;
	/*position:absolute;
	bottom:0;*/
	background:#f5f5f5;
	/*width:1000px;*/
	/*right:0px;*/
	height:349px;
}
.news_ser:before{content:"";position:absolute;top:0;right:100%;width:100%;height:100%;background:#f5f5f5;}
.news_serlist{position:relative;
	/*position:absolute;
	top:167px;*/
	background:#f5f5f5;
	/*width:1000px;
	right:0px;*/
	height:167px;
	margin-top:40px;
}
.news_serlist:before{content:"";position:absolute;top:0;right:100%;width:100%;height:100%;background:#f5f5f5;}
.ser_box{
	width:90%;
	max-width:360px;
	/*float:right;
	margin-right:50px;*/
	padding-top:60px;
}
.ser_title {
	color: #d4d4d4;
	font-size: 31px;
	height: 34px;
	line-height: 40px;
	overflow: hidden;
	clear: both;
	position: relative;
	padding: 15px 0px 0px;
}
.ser_title:before {
	content: "";
	width: 16px;
	height: 4px;
	background: #d4d4d4;
	position: absolute;
	top: 0px;
}
.ser_title01 {
	color: #ffbf5e;
	font-size: 31px;
	height: 34px;
	line-height: 40px;
	overflow: hidden;
	clear: both;
	position: relative;
	padding: 15px 0px 0px;
}
.ser_title01:before {
	content: "";
	width: 16px;
	height: 4px;
	background: #ffbf5e;
	position: absolute;
	top: 0px;
}
.ser_intro01{
	color: #ffbf5e;
	font-weight:bold;
}
.ser_intro{
	color: #545454;
	font-weight:bold;
	padding-top:2px;
}
.search{background:#ffffff;padding:0 70px 0 15px;position:relative;border-radius:12px;box-sizing:border-box; margin-top:16px; }
.search input{width:100%;height:60px;line-height:60px;font-size:14px;color:#333;border:none;background:none; outline:none;}
.search button{width:70px;height:65px;border:none;position:absolute;top:0;right:0;
		background:url(../images/serch.png) no-repeat center; cursor:pointer;}
	
.newscj {
	width: 100%;
}
.newscj_l {
	float: left;
	width: 100%;
	text-align: left;
	height: 244px;
	overflow: hidden;
}
.newscj_l .img {
	width: 100%;
	height: 100%;
	transition: all .6s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.newscj_l:hover .img {
	transform: scale(1.1, 1.1);
}
.newscj_r {
	float: left;
	width: 100%;
	padding: 25px 34px 0px 14px;
	line-height: 26px;
	box-sizing: border-box;
	/*height:584px;*/
}

a .kjzts {
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
	color: #9e9e9e;
	clear: both;
	font-weight: bold;
}
a:hover .kjzts {
	color: #333;
}
.team_jj {
	padding-bottom: 56px;
	clear: both;
	color: #9e9e9e;
}


.news_l .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	border-radius: 8px;
	background:#ffc6a1;
}
.news_l .swiper-pagination-bullet-active {
	background: #ff8e43;
	width: 30px;
	border-radius:3px;
}
.news_l .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	top: 420px;
	left: 0px;
	width: 100%;
}
.newscjlist {
	width: 100%;
	height: 135px;
	clear: both;
	position: relative;
}
.newscjlist:before {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 135px;
	width: 0px;
	background: #f2f2f2;
	content: "";
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	z-index: -1;
}
.newscjlist:hover:before {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 135px;
	width: 1800px;
	background: #f2f2f2;
	content: "";
}
.newscjlist_l {
	float: left;
	width: 95px;
	text-align: center;
	overflow: hidden;
	font-size: 65px;
	color:#ffbf5e;
	padding-top: 36px;
	padding-left:12px;
}
.newscjlist_l span {
	font-size: 17px;
}
.newscjlist_l .img {
	width: 100%;
	height: 100%;
	transition: all .6s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.newscjlist_l:hover .img {
	transform: scale(1.1, 1.1);
}
.newscjlist_r {
	float: right;
	width:calc(100% - 116px);
	line-height: 26px;
	padding: 20px;
	box-sizing: border-box;
}
.newscjlist_r .team_jj{
	padding-bottom:0px;
}
.newscjlist a {
	color: #666;
}

.kjzts01 {
	font-size: 16px;
	height: 36px;
	display: block;
	clear: both;
	/*float: left;*/
	color:#9e9e9e;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_r {
	width: 69%;
	float: right;
	padding-left:4%;
	border-left:1px solid #ebebeb;
	box-sizing:border-box;
	padding-top:60px;
}
.news_l .swiper-slide a {
	display: block;
}

/*分页*/
.pgbtn A {
	DISPLAY: block;
	COLOR: #666;
	LINE-HEIGHT: 28px;
	FONT-FAMILY: verdana;
	TEXT-DECORATION: none
}
.pagnum a {
	WIDTH: 29px;
	height: 38px;
	font-family: 'dincond-medium-webfont';
	line-height:38px;
	font-size:20px;
}
.pagnum A:hover {
	WIDTH: 29px;
	text-align: center;
	color: #FFFFFF;
	background: #ffbf5e;
}
.pagnumts a {
	width: 40px;
	margin-top: 7px;
	text-align: center;
}
a.currentpg {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #ffbf5e;
}
.pagek {
	height: 50px;
	padding: 40px 0px 60px 0px;
	clear: both;
	overflow: hidden;
}
.pages {
	MARGIN: 1px 0px 1px 0px;
	TEXT-ALIGN: center;
	height: 25px;
}
.pagetb {
	MARGIN: 0px auto
}
.pregro {
	WIDTH: 10px;
	PADDING-TOP: 2px;
	HEIGHT: 10px
}
.nxtgro {
	WIDTH: 10px;
	PADDING-TOP: 2px;
	HEIGHT: 10px
}
.pregro {
	DISPLAY: inline;
	FLOAT: left;
	MARGIN: 1px 0px 1px 5px;
	text-align: center;
}
.nxtgro {
	DISPLAY: inline;
	FLOAT: right;
	MARGIN: 2px 5px 2px 0px;
	text-align: center;
}
.pages li {
	float: left;
}
/*haiyi新闻详情页*/
.xiangq {
	width:100%;
	float: left;
	box-sizing: border-box;
}
.news_title {
	color: #737373;
	text-align: center;
	font-size: 32px;
	line-height: 43px;
	font-weight:bold;
	padding:0px 30px;
}
.xian {
	height: 56px;
	margin-top: 28px;
	text-align: center;
	font-size: 14px;
	color:#cccccc;
	font-weight:bold;
}
.box01 {
	padding: 20px 0px;
	clear: both;
	font-size: 14px !important;
	color: #a2a2a2;
	line-height: 26px !important;
	text-align: justify;
	padding-bottom:70px;
	overflow:hidden;
}
.box01 img {
	max-width: 800px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.hit {
	font-weight:400;
	font-size:16px;
	margin-right:20px;
}
.top {
	position: fixed;
	right: 0px;
	top: 460px;
	text-align: right;
	cursor:pointer;
}
.xiangq .fx{}
.xiangq .bdsharebuttonbox{float:right;}
.xiangq .bdsharebuttonbox span{height:41px;line-height: 41px;display:inline-block;float:left;margin:6px;font-size:14px;color:#7f7f7f;font-weight:bold;}
.xiangq .bdsharebuttonbox .bds_weixin{background:url(../images/icon_wx.png) no-repeat center; background-size:41px auto; width:46px; height:46px;}
.xiangq .bdsharebuttonbox .bds_tsina{background:url(../images/icon_wb.png) no-repeat center;width:46px; height:46px;}

/*社会责任*/
.shzrbg{
	background:url(../images/gybg.jpg) no-repeat;
	width:100%;
	height:387px;
	background-size:cover;
	padding:52px;
	box-sizing:border-box;
}
.trainbg{
	background:url(../images/trainbg.jpg) no-repeat;
	width:100%;
	height:387px;
	background-size:cover;
	padding:52px;
	box-sizing:border-box;
}
.shzr01 {
	padding-top: 3px;
	color: rgba(255,255,255,.8);
	text-transform: uppercase;
	clear: both;
	font-size: 54px;
	line-height:44px;
}
.shzr02 {
	font-size: 17px;
	height: 45px;
	line-height: 50px;
	color:#fff;
	font-weight: bold;
}
.shzr03{
	color:666666;
	font-size:20px;
	line-height:26px;
	padding-top:50px;
}
/*haiyi战略板块*/
.huibg{
	background:#f5f5f5;
	width:100%;
	clear:both;
	overflow:hidden;
	padding-bottom:40px;
}
.news_lists {
	margin-left: -2%;
}
.news_lists li {
	width: 31.3%;
	margin-bottom: 30px;
	position: relative;
	float: left;
	margin-left: 2%;
	overflow: hidden;
	height: 381px;
}
.news_lists .imgbox {
	width: 100%;
	height: 246px;
	overflow: hidden;
}
.news_lists li .img {
	width: 100%;
	height: 100%;
	transition: all .6s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news_lists li:hover .img {
	transform: scale(1.1, 1.1);
}
.news_lists li .info {
	background:#fff;
	padding: 5px 30px;
	box-sizing: border-box;
	width: 100%;
	position:absolute;
	transition: all .6s;
	height: 135px;
   color: #9e9e9e;
   bottom:0px;
}
.news_lists li .pro_more{

	position:absolute;
	z-index:6;
	width:57px;
	height:57px;
	right:40px;
	top:200px;
	opacity: 0;
	transition: all .6s;
}
.news_lists li:hover .pro_more{
	display:block;
	opacity: 1;
	top:230px;
}
.news_lists li:hover .info{
	height:198px;
	background:#ffbf5e;
	color:#fff;
	padding-top:30px;
}

.news_lists li:hover .info:before {
	width: 100%;
}
.news_lists li h3 {
	font-size: 20px;
	line-height: 45px;
	height: 45px;
	margin-bottom: 0px;
	padding-top:6px;
}
.dizhi {
	line-height: 23px;
	font-size:13px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dianhua {
	font-size: 23px;
}

.project_menu {
	height: 83px;
	font-size: 16px;
	margin: 0 auto;
	line-height: 83px;
	z-index: 99;
	width: 100%;
	margin: 0 auto;
	background:#5e5e5e;
}
.project_menu li {
	color: #484848;
	cursor: pointer;
	width: 50%;
	display: block;
	float: left;
	text-align: left;
	position:relative;
	box-sizing: border-box;
    color:#fff;
	text-indent:80px;
	font-weight:bold;
}
.project_menu li:before{
	background:#fff;
	width:43px;
	height:2px;
	position:absolute;
	content:"";
	right:37px;
	top:29px;
}
.project_menu li:after{
	background:#fff;
	width:43px;
	height:2px;
	position:absolute;
	content:"";
	right:37px;
	top:41px;
	transition:0.33s;
}
.project_menu li.on {
	background:#fe8d43;
}
.project_menu li.on:after {
	width:20px;
}
.pro_l{
	width:678px;
	float:left;
	padding:20px 0px;
	overflow:hidden;
}
.pro_r{
	width:calc(100% - 800px);
	float:right;
	padding-top:100px;
}
.pro01 {
	color: #ffbf5e;
	font-size: 44px;
	height: 44px;
	line-height: 40px;
	overflow: hidden;
	clear: both;
	position: relative;
	padding: 15px 0px 0px;
	padding-left:5px;
}
.pro01:before {
	content: "";
	width: 18px;
	height: 4px;
	background: #ffb458;
	position: absolute;
	top: 0px;
}

.pro02 {
	color: #ffbf5e;
	font-size: 18px;
	font-weight:bold;
	padding-left:5px;
}
.pro03 {
	color: #ffbf5e;
	font-size: 49px;
	/*height:79px;*/
	line-height:79px;
}
.pro03 span{
		font-family: 'dincond-medium-webfont';
		padding:0px 5px;
		font-size:63px;
}
.pro04{
	color:#9e9e9e;
	padding:20px 0px;
	clear:both;
	overflow:hidden;
	padding-left:5px;
}
.dishi{
	padding-top:20px;
	padding-left:5px;
}
.dishi li {width:20%;float:left; position:relative}

.dishi li a{color:#878787;display:block;text-align:left; height:38px; line-height:38px;border-bottom:2px solid #fff; font-weight:bold; text-indent:6px;}
.dishi li a:hover{color:#ffbf5e; border-bottom:2px solid #ffbf5e;}
.dishi a:hover:before{
	content:"+";
	position:absolute;
	right:13px;
	top:0px;
	color:#ffbf5e;
}

/*hayi项目详情*/
.yspro_box {
	width: 565px;
	height: 356px;
	position: absolute;
	top: 26%;
	z-index: 6;
	left: 12%;
	background:#fe8d43;
	color: #fff;
	padding:53px;
	box-sizing:border-box;
}
.yspro_title {
	text-align: left;
	font-size: 50px;
	height: 70px;
	line-height: 70px;
	font-weight:bold;
}
.yspro_telts{
	text-align: left;
	height: 70px;
	line-height: 70px;
	background:url(../images/tel6.png) no-repeat 0px 6px;
	font-size:33px;
	text-indent:70px;
}
.yspro_jj {
	width: 260px;
	box-sizing: border-box;
	font-size:14px;
	float:left;
	line-height:24px;
	color:#ffebe2;
	
}
.zhanl_en{
	font-size:46px;
	text-align:center;
	color:#ffbf5e;
	height:33px;
	padding-top:50px;
}
.zhanl_ch {
	color: #ffb558;
	font-size: 20px;
	height: 50px;
	line-height: 40px;
	overflow: hidden;
	clear: both;
	font-weight: bold;
	position: relative;
	padding: 5px 0px 0px;
	text-align:center;
}
.zhanl_ch:before {
	content: "";
	width: 18px;
	height: 4px;
	left:50%;
	margin-left:-9px;
	background: #ffb458;
	position: absolute;
	bottom: 0px;
}
.liangdian {
	color:#9e9e9e;
	text-align: center;
	padding: 30px 0px 50px;
	line-height:30px;
	width:93%;
	overflow:hidden;
	margin:0 auto;
}
.yspro_tel {
	padding-top:30px;
}
.yspro_tell {
	width: 86px;
	height:90px;
	line-height:146px;
	float: left;
	background:url(../images/yuyue.png) #ffbf5e no-repeat  13px 4px;
	text-align: center;
	display:block;
	cursor:pointer;
}
.yspro_telr {
	width: 90px;
	float: left;
	text-align: center;
	margin-left:5px;
}
.yspro_telr img {
	width: 90px;
	height: 90px;
}



.tujibg {
	background: #efefef;
	width: 100%;
	clear: both;
	overflow: hidden;
}
.zj1005 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.zj1005 .swiper-slide {
	width: 650px;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.zj1005 .swiper-slide img {
	max-height: 450px!important;
	max-width: 650px!important;
	width: auto!important;
	height: auto!important;
}
.zj1005 .swiper-button-next:after {
	content: 'next';
}
.zj1005 .swiper-button-prev:after {
	content: 'prev';
}

.office_menu {
	height: 94px;
	font-size: 18px;
	margin: 0 auto;
	position: relative;
	line-height: 94px;
	z-index: 99;
	width: 640px;
	margin: 0 auto;
	font-weight:bold;
}
.office_menu li {
	color: #ffc778;
	cursor: pointer;
	width: 32.8%;
	display: block;
	float: left;
	background:#fff;
	margin-left:0.5%;
	text-align: center;
	box-sizing: border-box;
}

.office_menu li.on {
	color: #fff;
	background:#ff8e43;
}
.offi_content {
	padding-top: 86px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.huibg .offi_content{
	padding-top:60px;
}
.offi_box {
	background: #fff;
	padding: 0px 0px 8px 0px;
	border-radius: 5px;
	margin: 8px 0px;
	color: #465885;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.newsR{
    position: relative;
	width:1200px;
	margin:0 auto;
	clear:both;
	padding:50px 0px;
	overflow:hidden;
}
.newsR li{
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
}
.newsR li a{
    display: block;
}
.newsImg{
    position: relative;
    float: left;
    width: 239px;
    height: 138px;
    overflow: hidden;
	float:left;
}
.newsImg img{
  -webkit-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
	 width: 239px;
    height: 138px;
}
.newsR li:hover .newsImg img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.jpgcmenu li a{
	font-size:14px;
}
.newsTxt {
    position: relative;
	margin:0 auto;
    width:900px;
	float:right;
    height: 139px;
    overflow: hidden;
    margin-right:20px;
	    border-bottom: 1px solid #dddddd;
}
.newsTxt h2{
    font-size: 22px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsTxt p{
    font-size: 15px;
    color: #7f7f7f;
    text-align: justify;
    line-height: 26px; 
}
.newsTxt span.data{
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    color: #e89215;
    font-family: arial;
    font-size: 16px;
}
.newsTxt span.more{
    display: block;
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #e89215;
}
.newsR li:hover h2,.newsR li:hover span.more{
    color: #e08f34;
}


/*hayi视频*/
.fw-left, .fw-right {
	position: absolute;
	top: 44%;
	width: 54px;
	height: 54px;
	cursor: pointer;
		width:45px;
	height:45px;
	border-radius:50%;
}
.fw-left {
	left: -60px;
	background: url(../images/fwleft.png) #aeaeae center no-repeat;
}
.fw-left:hover{
	background: url(../images/fwleft.png) #ffbf5e center no-repeat;
}
.fw-right:hover{
	background: url(../images/fwright.png) #ffbf5e center no-repeat;
}
	
.fw-right {
	right: -60px;
	background: url(../images/fwright.png) #aeaeae center no-repeat;
}
.video_pop {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999!important;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.close_btn {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/colse.png) no-repeat center;
	z-index: 100;
	cursor: pointer;
}
#video {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}
.more_viedo {
	position: absolute;
	bottom: 7px;
	right: 30px;
	z-index:6;
}
.news_bbs {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	height: 343px;
	cursor: pointer;
	margin: 0px 10px;
	margin-bottom: 49px;
	position:relative;
}
.news_bbs .imgbox {
	width: 100%;
	height: 273px;
	overflow: hidden;
	position: relative;
}
.news_bbs .img {
	width: 100%;
	height: 100%;
	transition: all .6s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news_bbs:hover .img {
	transform: scale(1.1, 1.1);
}
.news_bbs a .info {
	padding: 0px 0px;
	box-sizing: border-box;
	width: 100%;
	transition: all .6s;
	color: #9e9e9e;
	height: 69px;
	background: #f0f0f0;
	line-height: 69px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 0px 20px;
}

.news_bbs a:hover .info{
	background:#ffbf5e;
	color:#fff;
}
#swiper3{
	padding-top:60px;
	height:400px;
	
}
#swiper3 .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	border-radius: 8px;
	background:#ffc6a1;
}
#swiper3 .swiper-pagination-bullet-active {
	background: #ff8e43;
	width: 30px;
	border-radius:3px;
}
.content{
	padding:20px 0px 90px;
	overflow:hidden;
}
.content img{
	width:100%;
	max-width:1153px;
}
.imgbg {
	background: no-repeat center center;
	background-size: cover;
}
.imgbg img {
	opacity: 0;
}
#bannerSwiper img{
	display:block;
}
.culture img{
	width:100%;
	display:block;
}
#newlist{
	height:500px;
}
/*登录css1130add*/
.loginbtn {
	cursor: pointer;
}
.boxbb {
	display: none;
	z-index: 99999;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pd_show {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}
.pd_show .modal-container {
	background: #fff;
	border-radius: 6px;
	z-index: 9;
	width: 400px;
	height: 320px;
}
.pd_show .modal-container .modal-header {
	height: 30px;
	position: relative
}
.pd_show .modal-container .modal-header .modal-title {
	margin: 0;
	font-size: 16px;
	line-height: 46px;
	padding-left: 24px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
}
.infinity-hover {
	cursor: pointer;
}
.pd_show .modal-container .modal-header .modal-close {
	position: absolute;
	top: 7px;
	right: 18px;
	font-size: 29px;
	color: #999;
	font-weight:bold;
}
.pd_show .modal-container .modal-header .modal-close:hover {
	color: #065395;
}
.pd_show .modal-container .modal-content {
	padding: 0 24px;
	height: calc(100% - 52px);
	overflow: hidden
}
.pd_show .modal-container .modal-content .modal-content-box {
	overflow: auto
}
.ysinput {
	clear: both;
	height: 42px;
	line-height: 42px;
	width: 340px;
	margin: 19px auto;
	border-radius: 6px;
	border: 1px solid #d5d5d5;
}

.ysinput_l {
	width: 6px;
	float: left;
	text-align:center;
	padding-top:6px;
}
.ysinput_r {
	width: 280px;
	float: left;
}
.ysinput_r .text {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	padding: 0 10px;
	font-size: 14px;
	color: #7b7a7b;
	-webkit-appearance: none;
	line-height: 40px;
	border: 0;
	color: #000;
}
.ysinput_r .text:focus {
	outline: none;
	border: 0;
}
.cc_ysbb {
	padding: 0px 30px;
	box-sizing: border-box;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0 16px;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
}
.loginBtn {
	float: left;
	background: #fe8d44;
	width: 340px;
	color: #fff;
	height: 43px;
	line-height: 32px;
	font-size: 20px;
	border-radius: 6px;
	margin:5px auto 20px;
	overflow:hidden;
}
.loginBtn:hover {
	float: left;
	background: #df6f27;
	color: #fff;
	height: 43px;
	line-height: 32px;
	font-size: 20px;
	border-radius: 6px;
}
.admin_hj{
	font-size:24px;
	font-weight:bold;
	color:#fe8d44;
	font-weight:bold;
	height:40px;
	line-height:40px;
	text-align:center;
}
.sm{
	color:#919191;
	box-sizing:border-box;
	padding:10px 0px 60px 80px;
	overflow:hidden;

}

.navmobilets {
	width: 93%;
	box-sizing: border-box;
	background:#f5f5f5;
	padding-top:30px;
	text-align:left;
	padding:30px;
	margin:0 auto;
}

.navmobilets ul li {
	width:92%;
	margin:0 auto;
}
.navmobilets ul li .tit {
	font-size: 16px;
	display: block;
	padding:10px 0;
	line-height: 29px;
	color: #333;
	position:relative;
	font-weight:bold;
}
.navmobilets ul li .tit:before {
	content:"+";
	position:absolute;
	right:0px;
	color:#ff8e44;
	font-size:20px;
	top:10px;
	
}

.navmobilets ul li.cur .tit {
	color: #ff8e44;
}
.navmobilets ul li.cur .tit:before {
	content:"-";
	right:0px
	
}
.navmobilets ul li .box {
	border-top: 1px solid rgba(206,206,206,0.5);
	display: none;
	padding: 10px 0;
}
.navmobilets ul li .box a {
	display: block;
	font-size:15px;
	line-height:36px;
	color: #666;
	font-weight:bold;
}
.navmobilets ul li:last-child {
	border-bottom: 0;
}

/*20220209 首页增加*/
@font-face {
  font-family: 'iconfont';  /* project id 3173038 */
  src: url('');
  src: url('?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_3173038_6g051s4u9of.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_3173038_6g051s4u9of.woff') format('woff'),
  url('//at.alicdn.com/t/font_3173038_6g051s4u9of.ttf') format('truetype'),
  url('#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 36px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sy_indu{
	width:49%;
	float:left;
	height:130px;
	margin-left:1%;
}
.industry .item {
    position: relative;
    float: left;
	margin-left:1%;
    width: 19%;
    height: 120px;
    background:#fdf7e9;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
	border-radius:6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.industry-title {
    font-size: 14px;
    color: #b1977a;
	font-weight:bold;
    margin: 5px 0 0;
}
.industry-en {
    font-size: 14px;
    color: #b29879;
    opacity: .4;
    filter:Alpha(opacity=40);
    text-transform: uppercase;
	line-height:18px;
}
.industry .item .industry-img {
	height:40px;
	padding-top:16px;
}
.industry .item .industry-img i{
	color:#a1a2a3;
}
.industry .item:hover {
    background: #ffbf5e;
}
.industry .item:hover .industry-img i{
	color:#fff;
}
.industry .item:hover .industry-title {
	color:#fff;
}
.industry .item:hover .industry-en {
	color:#f7f7f7;
}



