.position a {
	color: #999;
}

/* 顶部菜单 start */
.nav .sub {
	display:none;
	position:absolute;
	left:6.75rem;
	top:6rem;
	z-index:1;
	width:9.3125rem;
	border:1px solid #919CAD;
	border-top:0;
	background:rgba(112,128,164,0.8);
}
.nav .sub div {
	text-align:center;
	margin-bottom:-1px;
	width: 100%;
}

.nav .sub div a:hover  {
	background-color:#C0C0C0A0!important;
}

.nav .sub div a:after{
	display: none;
}

.nav .sub div.active a {
	color: #fff;!important;
	width: 100%;
}

.nav .sub div a {
	display:block;
	border-bottom:1px solid #919CAD;
	height:2.3125rem;
	line-height:2.3125rem;
	color:#fff!important;
	font-size:0.9375rem;
	/*font-weight:bold;*/
	width: 100%;
}

/*
.nav .sub li a:hover {
	color:#9B2019;
}
*/
/* 顶部菜单 end */

.project_desc {
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	height: 4rem;
}

.project_title_line{
	width: 5.25rem;
	border-top: 3px solid #9B2019;
	margin: 1.65rem auto;
}

.project_title{
	text-align: center;
	font-size: 2.5rem;
	font-weight: 200;
	color: #333333;
	letter-spacing: 0.1rem;
	font-family: Microsoft YaHei, "微软雅黑", "黑体";
}
.publish_time{
	font-size: .9rem;
	font-weight: normal;
	float: right;
	/* float: left; */
	margin: 0 1rem 0 0;
	color: gray;
}
.banner_text{
	text-align: center;
	margin-top: 9rem;
	font-size: 3.75rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.8rem;
	font-family:  "Microsoft YaHei", 微软雅黑, 黑体;
}
.policy .banner_text{
	color: #465771;
}
.policy .banner_etext{
	color: #577398;
}

.banner_etext{
	text-align: center;
	margin-top: 2.6rem;
	font-size: 1.5rem;
	font-weight: 100;
	color: #ececec;
	letter-spacing: 0.1rem;
	font-family: Microsoft YaHei, "微软雅黑", "黑体";
}

.project {
	background: url(../images/project.jpg) no-repeat 50% 100%;
}

.banner_content {
	width: 100%;
	margin: 0 auto;
	padding: 0 12%;
	padding-top: 2%;
}
.banner {
	position: relative;
	top: 0px;
	left: 0px;
	min-width: 100%;
	/*height: 450px;*/
	height: 300px;
}
.pc_none .banner{
	height: 14.75rem;
}
/*.menu ul{list-style:none;}
.menu li{float:left;width:33%;background:#fff;margin-left:3px;line-height:4rem;height: 4rem;}*/

.menu ul {
	display: flex;
	list-style:none;
	/*position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

.menu li {
	float:left;
	position: relative;
	padding: 10px;
	font-size: 1em;
	background: rgba(255,255,255,0.8);
	line-height: 1;
	transition: 0.2s all linear;
	cursor: pointer;
	width: 33.3%;
	text-align: center;
	height: 4rem;
	line-height:4rem;
}

.menu a{display:block;text-align:center;height:4rem;white-space: nowrap;}
.menu a:link{color:#666;text-decoration:none;}
.menu a:visited{color:#666;text-decoration:underline;}
.menu a:hover{color:#666; font-weight:bold;text-decoration:none;}

.menu a:after{
	content: "";
	width: 0;
	height: 0.125rem;
	background: #9C201B;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all .2s;
}

.menu a:hover:after,a.active:after{
	left: 0%;
	width: 100%;
}

.about_box  .left {
	width: 50%;
	height: 33rem;
}

.about_box  .right {
	width: 50%;
	height: 33rem;
}

.parter {
	animation: fadeInUpSmall 0.6s;
}

@-webkit-keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall
}

/* 集团介绍 start */
.about_menu {
	position: fixed;
	top: 6rem;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1650px;
	margin: 0 auto;
	z-index: 3;
}

.company  > .banner_text > .banner_text{
	margin-top: 9rem;
	text-align: right;
}

.company  > .banner_text > .banner_etext{
	text-align: right;
	margin-right: 2rem;
	letter-spacing: 0.1rem;
}

.company {
	background: url(../images/company.jpg) no-repeat 50% 100%;
}

.topic_text{
	text-align: left;
	margin-top: 2rem;
	font-size: 3rem;
	font-weight: 300;
	color: #333;
	letter-spacing: 0.3rem;
	font-family:  "Microsoft YaHei", 微软雅黑, 黑体;
}



.topic_etext{
	text-align: left;
	margin-top: 2.6rem;
	font-size: 3rem;
	font-weight: 100;
	color: #333;
	font-family:  "Microsoft YaHei", 微软雅黑, 黑体;
}

.topic_sub_text{
	text-align: left;
	margin-top: 6rem;
	font-size: 1.875rem;
	font-weight: 300;
	color: #333;
	letter-spacing: 0.1rem;
	font-family: "PingFangSC-Regular";
}


.left > .text{
	text-align: left;
	margin-top: 1.8rem;
	font-size: 1rem;
	font-weight: 300;
	color: #555555;
	line-height: 2.5rem;
	font-family:  "Microsoft YaHei", 微软雅黑, 黑体;
	text-indent: 2em;
}

.topic_menu ul{list-style:none;}
.topic_menu li{float:left;width:32%;/*background:#fff;*/margin-left:3px;line-height:4rem;/*height: 4rem;*/ font-size: 1rem; font-weight: bold;color: #333;font-family: "Microsoft YaHei", 微软雅黑, 黑体;line-height: 2.5rem;}
.topic_menu li span{
	font-size: 0.875rem;
	color: #666;
	font-family:  "Microsoft YaHei", 微软雅黑, 黑体;
	display: block;
	line-height: 1.5rem;
}

.topic_img{
	margin-top: 4rem;
}

.development_box{
	background: url(../images/ditu.png) no-repeat center center;
	width: 100%;
	height: 42rem;
}

.development_box .topic_text{
	text-align: center;
	color: #fff;
}

.development_box .topic_etext{
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	padding-top: 6rem;
}

.development_box .text{
	font-size: 1rem;
	color: #fff;
	line-height: 2rem;
	font-family:  "Microsoft YaHei", 微软雅黑, 黑体;
	margin: 1.5rem 10rem;
	text-indent: 2em;
}

.word_box{
	width: 100%;
	height: 21rem;
}
.word_box > .topic_text{
	text-align: center;
	color: #333;
}

.word_box > .text{
	font-size: 1rem;
	color: #333;
	line-height: 2rem;
	font-family:  "Microsoft YaHei", 微软雅黑, 黑体;
	margin: 1rem 20rem;
	text-indent: 2em;
}
/* 集团介绍 end */

/* 新闻政策 start */
.policy > .banner_text > .banner_text{
	color:#465771;
	margin-top: 9rem;
}

.policy > .banner_text > .banner_etext{
	color:#577398;
	letter-spacing: 0.1rem;
}

.policy {
	background: url(../images/news.jpg) no-repeat center center;
}

/* 新闻政策 end */

/* 主营业务 start */
.business > .banner_text > .banner_text{
	color:#465771;
	margin-top: 9rem;
}

.business > .banner_text > .banner_etext{
	color:#577398;
	letter-spacing: 0.1rem;
}

.business {
	background: url(../images/zhuyyw.jpg) no-repeat center center;
}
.business_box{
	margin: 2.1875rem auto;
	width: 85%;
	border-bottom: 1px solid #e0e0e0;
}

.business_box > .right > .content {
	height: fit-content;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.business_title {
	margin-top: 1.5rem;
	text-align: center;
	font-size: 1.625rem;
	font-weight: 200;
	color: rgb(51, 51, 51);
	letter-spacing: 0.1rem;
	font-family: "Microsoft YaHei", 微软雅黑, 黑体;
}

.business_text{
	text-align: left;
	font-size: 1rem;
	font-weight: 300;
	color: #636562;
	line-height: 2rem;
	font-family: "Microsoft YaHei", 微软雅黑, 黑体;
	/*text-indent: 2em;*/
}
/* 主营业务 end */

/*商务合作 START*/
.subpadding.cooper{
	margin-bottom:0;
}
.cooper .wrapper_all{
	background: #f7f7f7;
}

.cooper .wrapper_all .aboutbox .coo_left{
	float: left;
	display: inline-block;
}
.cooper .wrapper_all .aboutbox .coo_right{
	display: inline-block;
	color: #333333;
	letter-spacing: .1rem;
}


.cooper .wrapper_all .aboutbox .coo_right .cont_way i{
	width: 3rem;
	float: left;
}
.cooper .wrapper_all .aboutbox .coo_right .fa-users:before{
	content: url(../images/jia.png);
}
.cooper .wrapper_all .aboutbox .coo_right .fa-envelope-o:before{
	content: url(../images/youx.png);
}
.cooper .wrapper_all .aboutbox .coo_right .fa-phone:before{
	content: url(../images/telephone.png);
}

.cont_way button{
	color: white!important;
	background: rgba(156, 33, 28, 1);
	border: 0!important;
	outline: none;
	height: 3rem;
	width: 7rem;
	font-size: 1.05rem;
	letter-spacing: .1rem;
	margin-left: 1rem;
	margin-bottom: 0;
	padding: 7px 10px!important;
}

.cooperate{
	background: url(../images/swhz.jpg) no-repeat center center;
}
.cooperate > .banner_text > .banner_text{
	color:#465771;
	margin-top: 10rem;
	width: 38rem;
}

.cooperate > .banner_text > .banner_etext{
	color:#577398;
	letter-spacing: 0.1rem;
	width: 38rem;
}
.cooperation .intitle .red_border{
	border-bottom: 3px solid #A72722;
	width: 5rem;
	margin-top: 0rem;
	display: inline-block;
	margin-bottom: 4rem;
}
.cooperation .intitle h3{
	font-weight: 500;
	letter-spacing: .2rem;
	margin-top: 4rem;
	margin-bottom: 2rem;
	font-size: 2rem;
}
.cooperation .listbox .font h6{
	font-weight: normal;
}
.cooperation .listbox .img {
	width: 4rem;
	margin: 0 41%;
}
.glyphicon-modal-window:before {
	content: "\e237"
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	padding: 1rem;
	 border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 3rem;
}
.modal-body{
	padding:1rem;
}
.join-modal .modal-body {
	height: 29rem;
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}
.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both
}
.loginscreen.middle-box{
	width: 100%;
}
.form-group {
	margin-bottom: 1rem;
	text-align: center;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%;
}

.input-group input{
	height: 2.5rem;
	background: #f5f5f5;
}


.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	margin-bottom: 0;
}
.input-group textarea{
	height: 5rem;
	outline: none;
	background: #f5f5f5;
	font-family: inherit;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.input-group-addon {
	background-color: #fff;
	border: none;
	color: inherit;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	padding: .1rem .5rem .5rem 0;
	text-align: center;
}
.middle-box{
	 padding-top: 0;
}
.control-label{
	color: #ed5565;
}
.join-button{
	background: #9c211c;
	margin: auto;
	display: block;
	outline: none;
	border: none;
}
.form-group button{
	outline: none;
	background: #9c211c;
	width: 15rem;
	height: 3rem;
	color: #ffffff!important;
	font-size: 1.1rem;
	letter-spacing: 1rem;
}
.m{
	margin:0;
}
/*商务合作 END*/

/* 联系我们 start */
.contact_us > .banner_text > .banner_text{
	color:#fff;
	margin-top: 9rem;
	text-align: right;
}

.contact_us > .banner_text > .banner_etext{
	color:#EBEFF8;
	text-align: right;
	margin-right: 9rem;
	letter-spacing: 0.1rem;
}

.contact_us {
	background: url(../images/contact.jpg) no-repeat center center;
}

.contact_box > .left {
	width: 50%;
	height: 28rem;
}

.contact_box > .left > .img {
	margin: 4.875rem auto;
	text-align: right;
	margin-left: 13.2rem;
	height: 20.5rem;
}

.contact_box > .right{
	width: 50%;
	height: 28rem;
}

.contact_box > .right > .content {
	width: 63%;
	height: fit-content;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: 4.2rem;
	margin-top: auto;
	margin-bottom: auto;
}

.contact_text {
	text-align: left;
	margin-top: 2.1rem;
	font-size: 1rem;
	font-weight: 300;
	color: #636562;
	line-height: 2rem;
	font-family:"Microsoft YaHei", 微软雅黑, 黑体;
	/* text-indent: 2em; */
}
/* 联系我们 end */


/* 核心价值 start */
.core > .banner_text > .banner_text{
	color:#435062;
	margin-top: 9rem;
	text-align: left;
}

.core > .banner_text > .banner_etext{
	color:#5A697E;
	text-align: left;
	letter-spacing: 0.1rem;
}

.core {
	background: url(../images/hexinjiaz.jpg) no-repeat center center;
}


.core_box {
	margin:2rem auto;
}

.core_box > .left {
	width: 50%;
	height: 28rem;
}

.core_box .left  .img {
	margin: 4.875rem auto;
	text-align: right;
	margin-right: 4.2rem;
	height: 20.5rem;
}

.core_box .right .img {
	margin: 4.875rem auto;
	text-align: left;
	margin-left: 4.2rem;
	height: 20.5rem;
}

.core_box .right{
	width: 50%;
	height: 28rem;
}

.core_box > .left > .content {
	width: 63%;
	height: fit-content;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	right: 0;
	margin-right: 4.2rem;
	margin-top: auto;
	margin-bottom: auto;
}

.core_box > .right > .content {
	width: 63%;
	height: fit-content;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: 4.2rem;
	margin-top: auto;
	margin-bottom: auto;
}

.core_title {
	margin-top: 1.5rem;
	text-align: left;
	font-size: 1.625rem;
	font-weight: 200;
	color: rgb(51, 51, 51);
	letter-spacing: 0.1rem;
	font-family:"Microsoft YaHei", 微软雅黑, 黑体;
}

.core_text{
	text-align: left;
	margin-top: 2.1rem;
	font-size: 1rem;
	font-weight: 300;
	color: #636562;
	line-height: 2rem;
	font-family:"Microsoft YaHei", 微软雅黑, 黑体;
	text-indent: 2em;
}
/* 核心价值 end */

.project_sub_title{
	text-align: left;
	font-size: 1rem;
	font-weight: 600;
	color: #636562;
	line-height: 2rem;
	font-family: "Microsoft YaHei", 微软雅黑, 黑体;
}

.project_text{
	text-align: left;
	font-size: 1rem;
	font-weight: 300;
	color: #636562;
	line-height: 2rem;
	font-family: "Microsoft YaHei", 微软雅黑, 黑体;
	/*text-indent: 2em;*/
}

.subcolorbg {
	background: #fff;
}
.subcolorbg1 {
	position: relative;
	z-index: 6;
}
.part_one{
	margin-top: 6rem;
}
.pc_none{
	display: none;
}

.hamburger {
	display: none;
}

.ipad_air_pro_none{
	display: none;
}

.wrapper {
	padding: 0 1.25rem;
}

/*导航*/
.top-nav .logo {
	/*margin-top: 1.6rem;*/
	height: 42px;
	margin-left: 1rem;
}
.top-nav .logo img {
	height: 100%;
}
.headnav {
	float: left;
	width: 100%;
	position: fixed;
	/*padding-top: 1.6rem;*/
	z-index: 100;
	border-bottom: 1px solid #e0e0e0;
}
.subheadnav {
	background: rgba(0,0,0,.8);
}
.headnav.large {
	background: #ffffff;
	height: 6rem;
}
.headnav.small {
	background: rgba(255,255,255,0.8);
	height: 6rem;
	/*padding-top: 1.25rem;*/
}
.headnav.small .logo {
	height: 42px;
}
.fat-nav, .hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	-webkit-transition-duration: .4s
}
/*
.hamburger{
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	top: .5rem;
	right: .2rem;
	z-index: 900;
	padding: 1rem .8rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
*/

.qrcode {
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 900;
	padding: 1rem .8rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
.qrcode__icon {
	background: url(../images/show_qrcode.png) no-repeat;
	background-size: 45% 45%;
	width: 50px;
	height: 50px;
}
.qrcode_pop{
	background-color: #fff;
	position: fixed;
	top: 150px;
	right: 60px;
	z-index: 510;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
	opacity: 0;
	right: -100%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.pop__active {
	opacity: 1;
	right: 90px;
	top: 100px;
}
.qrcode_pop .pop_imgbox {
	padding: 10px;
	text-align: center;
	position: relative;
}
.qrcode_pop .pop_imgbox img {
	width: 169px;
	height: 169px;
}
.hamburger__icon {
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px
}

.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #656565;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-duration: .4s
}
.hamburger__icon:after, .hamburger__icon:before {
	position: absolute;
	content: ""
}
.hamburger__icon:before {
	top: -7px
}
.hamburger__icon:after {
	top: 7px
}
.hamburger.active .hamburger__icon {
	background-color: transparent
}
.hamburger.active .hamburger__icon:after, .hamburger.active .hamburger__icon:before {
	background-color: #ac4a48;
}
.hamburger.active .hamburger__icon:before {
	-moz-transform: translateY(7px)rotate(45deg);
	-ms-transform: translateY(7px)rotate(45deg);
	-webkit-transform: translateY(7px)rotate(45deg);
	transform: translateY(7px)rotate(45deg)
}
.hamburger.active .hamburger__icon:after {
	-moz-transform: translateY(-7px)rotate(-45deg);
	-ms-transform: translateY(-7px)rotate(-45deg);
	-webkit-transform: translateY(-7px)rotate(-45deg);
	transform: translateY(-7px)rotate(-45deg)
}
.fat-nav {
	top: 0;
	right: 0;
	z-index: 9999;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transition-duration: .4s;
	overflow-y: visible;
	/*overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch
}
.fat-nav__wrapper {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed
}
.fat-nav.active {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.fat-nav ul {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0
}
.fat-nav li {
	list-style-type: none;
	text-align: center;
	padding: 10px;
	font-size: 1.6rem;
	-webkit-text-shadow: 0 2px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 0 2px 5px rgba(0,0,0,.8);
	/*text-shadow: 0 2px 5px rgba(0,0,0,.8);*/
}
.fat-nav li, .fat-nav li a {
	color: #656565
}
.fat-nav li a {
	text-decoration: none
}

.part_two {
	padding-top: 2rem;
	background: #ffffff;
}
.part_two .listbox .img{
	width: 4rem;
	margin: 0 41%;
}
.part_two .shuxian{
	float: right;
	width: 1px;
	height: 2rem;
	background: #e5e5e5;
	position: absolute;
	top: 2rem;
	right: 0rem;
}
.part_three{
	padding-top: 2rem;
	background: #ffffff;
}

.part_three h1:first-of-type,.part_four h1:first-of-type {
	color: #9c201b;
}
.part_three h1{
	color: #000000;
}
.part_three h3 {
	color: #333333;
}
.part_three p{
	color: #666666;
	margin-top: 2rem;
}
.part_three .preview_more p{
	color: #666666;
	margin: 1rem 0;
}
.part_three .preview_more p span{
	margin-left: 3rem;
}
.part_three .project_introduce .c6:first-of-type{
	padding:0;
}
.aboutbox.project_introduce .preview_more hr{
	width: 22%;
	border: 1px solid #000000;
	margin: 0;
}
.aboutbox .preview_more{
	margin-top:4rem;

}
.aboutbox .red_bottom{
	width: 25%;
	border: 3rem solid #9c201b;
	margin: 4.35rem 0 0 0;
	float: right;
}
.part_four {
	padding-top: 2rem;
	background: #ffffff;
}
.part_four .intitle h1{
	font-size: 2.5rem;
	line-height: 2rem;
}
.part_four .indexset{
	height: 75rem;
}
.part_four .index_news_list{
	position: relative;
}
.part_four .intitle{
	position: relative;
	margin-bottom: 2rem;
}
.part_four .index_news_menu{
	position: absolute;
	top: 3rem;
	right: 2rem;
}
.part_four .list_left h6{
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-height: 2rem;
}
.part_four .list_left p:first-of-type{
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	height: 6rem;
}
.part_four .list_left a:last-of-type{
	background: #9c201b;
	position: absolute;
	width: 10rem;
	height: 4rem;
	text-align: center;
	line-height: 4rem;
	color: #ffffff;
	margin-top: 1.2rem;
}
.part_four .list_right a.mob_more{
	width: 100%;
	margin-left: 33%;
}
.part_four .list_right a.mob_more span{
	background: #9c201b;
	position: absolute;
	width: 8rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	color: #ffffff;
	margin-top: -1.8rem;
}
.part_four .list_left p,.part_four .list_right p{
	color: #666666;
	height: 6rem;
}
.part_four .list_left p:last-of-type,.part_four .list_right p:last-of-type{
	color: #888888;
	height: 6rem;
}

.part_four .list_left .date span:last-of-type,.part_four .list_right .date span:last-of-type{
	float: right;
}

.part_four .list_right li h6{
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	/*overflow: hidden;*/
	/*text-overflow:ellipsis;*/
	/*white-space: nowrap;*/
	line-height: 2rem;
}
.part_four .list_right li p{
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	height: 4rem;
}
/*滚动*/
#owl-demo1 .item h6{
	font-weight: normal;
	color: #000000;
}

.intitle #owl-demo1 p{
	letter-spacing: .1rem;
	line-height: 1rem;
	color: #999999;
}
#owl-demo .item {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init*/
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	clear: both;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-nav {
	display: block;
}
.owl-controls .owl-page, .owl-controls .owl-nav div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	line-height: 10px;
	height: 10px;
}
/* fix*/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	text-align: center;
	margin-top: 1rem;
}
/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-nav div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* preloading images*/
.owl-item.loading {
	min-height: 150px;
	background: url(../images/ajax-loader.gif) no-repeat center center
}
.owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
	position: absolute;
	/*left: -8%;*/
	top: 36%;
	cursor: pointer;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	color:red;
}
#owl-demo .owl-controls .owl-nav .owl-prev {
	left: inherit;
	right: 12%;
}
#owl-demo2 .owl-controls .owl-nav .owl-prev {
	left: inherit;
	right: 43%;
	top: 89%;
	background: #000000;
	width: 54px;
	height: 53px;
}
#owl-demo .owl-controls .owl-nav .owl-next {
	left: inherit;
	right: 7%;
}
#owl-demo2 .owl-controls .owl-nav .owl-next {
	left: inherit;
	right: 35%;
	top: 89%;
	background: #9c201b;
	width: 54px;
	height: 53px;
}

.owl-controls .owl-nav .owl-prev:before, .owl-controls .owl-nav .owl-next:before {
	width: 100%;
	height: 100%;
	color: red;
	text-align: center;
	font-family: "FontAwesome";
	font-size: 5rem;
}
.honor .owl-controls .owl-nav .owl-prev:before, .honor .owl-controls .owl-nav .owl-next:before, .teamlist .owl-controls .owl-nav .owl-prev:before, .teamlist .owl-controls .owl-nav .owl-next:before {
	color: #ddd;
}
#owl-demo .owl-controls .owl-nav .owl-prev:before {
	content: url(../images/chevron-left.png);
}
#owl-demo .owl-controls .owl-nav .owl-next:before {
	content: url(../images/chevron-right.png);
}

#owl-demo2 .owl-controls .owl-nav .owl-prev:before {
	content: url(../images/white-chevron-left.png);
	line-height: 1rem;
}
#owl-demo2 .owl-controls .owl-nav .owl-next:before {
	line-height: 1rem;
	content: url(../images/white-chevron-right.png);
}
.owl-theme .owl-nav [class*='owl-']
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	zoom: 1;
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: .6rem;
	height: .6rem;
	margin: 0 .2rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.aboutbox .owl-theme .owl-controls .owl-page span {
	background: #806565;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	width: 1.8rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #448bc5;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.project .owl-theme .owl-controls {
	margin-top: 2rem;
}
/*-----end----*/
/*新闻*/
.newslist #owl-demo .item, .teamlist #owl-demo .item {
	padding: 0 1rem;
}
.newslist {
	padding: 0 8%;
	padding-top: 5%;
}
.newslist .listbox {
	float: left;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.7);
}
.newslist .listbox:hover {
	background: rgba(0,0,0,.8);
}
.newslist .listbox .img, .newslist .listbox .font {
	width: 100%;
	height: 14rem;
	overflow: hidden;
	color: #919190;
}
.newslist .listbox:hover .img img, .project_list:hover .img img, .newssub ul li:hover .img img, .teambox:hover .img img, .demo-gallery > ul > li a:hover > img {
	opacity: .8;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.newslist .listbox .font {
	height: 16rem;
	padding: 1rem 1.7rem;
}

@media all and (max-width: 1681px) {
.newslist .listbox .img {
	height: 12rem;
}
}
.newslist .listbox .font h6 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: .5rem;
}
.newslist .listbox .font p {
	padding: .5rem 0;
	margin: 0;
	line-height: 170%;
	font-size: .913rem;
}
.newslist .listbox .font p.time {
	padding-bottom: 0;
}
.more {
	clear: both;
	display: inline-block;
	width: auto;
	padding: .25rem 2rem;
	border: 1px solid #919190;
	color: #919190;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	font-size: .913rem;
}
.project_list .more {
	right: 3rem;
	bottom: 3rem;
	border: 1px solid #fff;
	color: #fff;
}
.newslist .listbox:hover .more, .project_list:hover .more, .newssub ul li:hover .more, .teambox:hover .more {
	border: 1px solid #dcb769;
	background: #dcb769;
	color: #fff;
}
/*子页样式*/
/*底部样式*/
.colorbg {
	clear: both;
	background-color: #202020;
	position: relative;
	z-index: 10;
}
.footnav {
	clear: both;
	width: 100%;
	display: table;
	padding: 4rem 0 0;
	line-height: 180%;
	color: #cccccc;
	position: relative;
	font-size: .913rem;
}
.footer_up{
	height: 8rem;
	position: relative;
	border-bottom: 1px solid #484848;
}
.footer_up .footer_logo{
	position:absolute;
}
.footer_down {
	height: 15rem;
	position: relative;
	margin-top: 4rem;
}
.footer_down .bottomnav{
	margin-left:10rem;
}
.footer_down .c5{
	margin-left:17rem;
}
.footer_down .c4{
	width: 36%;
	min-width: 14rem;
}
.footer_down .address{
	margin-top: 1rem;
}
.footer_down p{
	margin-bottom: 0;
	color:#616061;
}
.footer_down .phone_num{
	font-family:MyNewFont;
	font-size: 2rem;
	color:#999999;
}
.footer_qr{
	position: absolute;
	width: 10rem;
	height: 10rem;
	padding: 1rem;
	border: 1px solid #484848;
}
.footer_qr p{
	text-align: center;
	margin-top: 1rem;
}
.footnav .foottel {
	text-align: center;
	padding-top: 1rem;
	border-left: 1px solid #666666;
}
.footnav .foottel img {
	opacity: .8
}
.footnav .foottel hr {
	margin: 2rem 0;
	border: 1px solid #2f2f2f;
}
.footnav .tel .font strong {
	font-size: 1.5rem;
	font-weight: normal;
}
.footnav .tel .font p {
	font-size: .913rem;
}
.footnav .weixin {
	width: 7rem;
	text-align: center;
}
.footnav h6 {
	color: #e6e6e6;
}
.footnav .footer_up .c7 {
	width: 54%;
	/* padding-left: 5%; */
	float: right;
}
.footnav .footer_up .bottomnav{
	width: 100%;
	float: right;
}
.footnav .footer_up .c2 {
	font-size: 1.05rem;
	width: 16.6%;
	text-align: center;
	padding: 0;
}
.footnav ul li {
	line-height: 200%
}
.copyright {
	clear: both;
	width: 100%;
	border-top: 1px solid #484848;
	line-height: 3.5rem;
	color: #c7c7c7;
	font-size: .913rem;
}
.copyright a, .footnav a {
	color: #c7c7c7;
}
.copyright p{
	line-height: 3.5rem;
	margin-bottom: 0;
}
/*子页banner文字*/
.parallux .text {
	width: 620px;
	height: 285px;
	text-align: center;
	color: rgba(255,255,255,1);
	-webkit-text-shadow: 0 0 5px rgba(0,0,0,1.00);
	-moz-text-shadow: 0 0 5px rgba(0,0,0,1.00);
	text-shadow: 0 0 5px rgba(0,0,0,1.00);
	position: absolute;
	left: 50%;
	margin-left: -310px;
	top: 50%;
	margin-top: -120px;
	padding-top: 2.8rem;
}
.parallux .zjrg-text {
	background: url(../images/rgprofile.png) center no-repeat;
	background-size: contain;
}
.parallux .jtcy-text {
	background: url(../images/jtcy.png) center no-repeat;
	background-size: contain;
}
.parallux .policy-text {
	background: url(../images/newsp.png) center no-repeat;
	background-size: contain;
}
/*.parallux .introduce-text {*/
	/*background: url(../images/introduce.png) center no-repeat;*/
	/*background-size: contain;*/
/*}*/
.parallux .partners-text {
	background: url(../images/qywh.png) center no-repeat;
	background-size: contain;
}
.parallux .contact-text {
	background: url(../images/contact.png) center no-repeat;
	background-size: contain;
}
.parallux .text h1 {
	font-weight: 400
}
.parallux .text h5 {
	text-transform: Uppercase;
	font-weight: 400
}
.parallux .text img {
	margin: .8rem 0 .5rem;
}
.newsparallux .parallux .text {
	/*margin-top: -100px;*/
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-webkit-transform: scale(.8);
	transform: scale(.8);
}
/*子页大标题*/
.intitle {
	font-family: "Microsoft YaHei", 微软雅黑, 黑体;
	/*text-transform: Uppercase;*/
	color: #333333;
	margin-bottom: 2rem
}
.intitle p {
	color: #c6c6c6;
	letter-spacing: 6px;
	font-size: .875rem;
}
/*关于我们*/
.about ul li:hover .icon, .aboutboxList .c3:hover .icon {
	-webkit-animation: flipInY 1.5s ease both;
	animation: flipInY 1.5s ease both;
}
.aboutbox {
	width: 100%;
	display: inline-block;
	/*padding: 3rem 0;*/
}

.aboutbox hr{
	width: 15%;
	border: 1px solid #d0a02e;
}
.aboutboxList {
	text-align: center;
}
.aboutboxList .icon img {
	height: 4rem;
}
.aboutboxList hr {
	margin: 1rem auto .5rem;
	width: 15%;
	border-width: 3px 0 0;
}
.aboutboxList h6 {
	color: #806565;
}
.aboutboxList .c3 {
	padding: 1.5rem;
}

/*项目*/
.project {
	width: 100%;
	margin: 0 auto;
	padding: 0 12%;
	padding-top: 2%;
}
.project_list {
	width: 100%;
	height: 26rem;
	position: relative;
	background: rgba(0,0,0,.7);
}
.project_list:hover {
	background: rgba(0,0,0,.8);
}
.project_list .img {
	padding: 0;
	overflow: hidden;
	height: 100%;
}
.project_list .font {
	padding: 3rem;
	color: #fff;
}
.project_list .font h4 {
	color: #fff;
	margin-bottom: .5rem
}
.project_list .font .fontinfo {
	line-height: 200%;
	margin-top: 1rem
}
.subproject {
	position: absolute;
	top: 50%;
	margin-top: -200px;
	z-index: 6;
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
	.subproject{
		padding: 0 8%;
	}
}

.statements {
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.statements .wrapper {
	position: relative;
}
.indexFont .intitle {
	/*color: #fff;*/
	color: black;
	position: relative;
}
.indexFont .intitle h3{
	font-weight:lighter;
	color: #333333;
}
.indexFont .intitle h1{
	padding: 2rem 0;
	font-size: 3.8rem;
}
.indexFont .intitle h1,.indexFont .intitle h3{
	letter-spacing: .2rem;
}
.indexFont .intitle h5{
	letter-spacing: .1rem;
	font-weight:normal;
}
@font-face {
	font-family: 'MyNewFont';   /*字体名称*/
	src: url(../fonts/impact_0.ttf);       /*字体源文件*/
}

.indexFont .intitle h6 {
	border-bottom: 3px solid #A72722;
	width: 13rem;
	margin-top: 5rem;
	display: inline-block;
}
.indexFont .intitle h6:last-of-type {
	width: 2px;
	margin-left: .2rem;
}
.indexFont .intitle h6 span{
	font-family:MyNewFont;
	font-weight:normal;
	font-size: 1.5rem;
	letter-spacing: .2rem;
}
.indexFont .intitle .span_first{
	font-size: 2.5rem;
}

.indexFont .intitle .chevron-right{
	margin-left:4rem;
}
.indexset .wrapper{
	background-image: url(../images/rg_build.png);
	/*background-image: -webkit-image-set(url(../images/rg_build.png) 1x, url(../images/rg_build.png) 2x);*/
	background-repeat: no-repeat;
	height: 1348px;
	width: 100%;
}

.indexFont .contbox {
	color: black;
	padding: 1rem 0%;
}
.indexFont .contbox hr {.indexFont .intitle
	margin: 2rem 0;
	width: 15%;
	border-width: 3px 0 0;
}
.indexFont p{
	text-indent: 2rem;
	line-height: 3rem;
}
.indexFont-bloc p {
	line-height: 2rem;
	letter-spacing: .15rem;
}
/*组织架构*/
.organizational {
	width: 95%;
	margin: 0 auto 2rem;
}
/*关于我们广告词*/
.aboutad {
	height: 280px;
	background: url(../images/about_bg2.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-size: 2.5rem;
	line-height: 160%;
	padding-top: 5%;
	position: relative;
	z-index: 6;
}
/*荣誉*/
.honor {
	margin: 0 -1rem;
	padding-top: 1rem;
}
.honor .honorlist {
	padding: 0 1rem
}
/*新闻*/
.newssub, .policysub, .guidancesub, .partnersub {
	width: 100%;
	clear: both;
	padding: 3rem 0;
	position: relative;
}
.policysub .contbox{
	width: 80%;
	margin-left: 10%;
	margin-top: 2rem;
}
.newssub .contbox {
	clear: both;
	margin: 0 -.8rem;
}
.newssub .contbox ul li {
	float: left;
	width: 33.33%;
	padding: .7rem;
}
.newssub .contbox ul li .img {
	height: 14rem;
	overflow: hidden;
}
.newssub .contbox ul li h6 {
	line-height: 150%;
}
.newssub .contbox ul li p {
	line-height: 180%;
}
.newssub .contbox ul li p.time {
	font-size: .875rem;
	color: #afafaf;
}
.newssub .contbox ul li .font {
	height: 15rem;
	padding: .5rem 1.8rem;
	background: #f5f5f5;
	position: relative;
}
.newssub .contbox ul li:hover .font, .newssub .contbox ul li:hover .img, .teambox:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.newsclass {
	width: 100%;
	clear: both;
	text-align: center;
}
.newsclass ul {
	display: inline-block;
 *display:inline;
	width: auto;
	margin: -1rem 0 .8rem;
 *zoom:1;
}
.newsclass ul>li {
	float: left;
	min-width: 12rem;
	display: inline;
	text-align: center;
	margin: 0 1rem
}
.newsclass ul>li a {
	width: 100%;
	display: inline-block;
	padding: .5rem 1.4rem;
	/*background: #7397e9;*/
	background: #fff;
	color: black;
	border-radius: 5px;
	border: 1px solid #666666;
}
.newsclass ul>li a:hover, .newsclass ul>li.active a {
	background: #d3ac5a;
	border-radius: 5px;
	border: 1px solid #d3ac5a;
}


.industryBox {
	padding: 1rem 4% 2rem 0;
}
.industryBoxL {
	padding: 1.3rem 0 2rem 4%;
}
.aboutbox .c6 img {
	margin-bottom: 1rem;
}

.industryBox03 {
	width: 70%;
	margin: 0 auto
}
.industryBox03 img {
	margin-bottom: 1.5rem;
}
.industrysset {
	height: 650px;
	background: url(../images/about_bg5.png) center no-repeat;
	background-size: cover
}

.aboutset {
	height: 650px;
	background: url(../images/about_banner.jpg) center no-repeat;
	background-size: cover
}
.industrysset hr{
	width: 15%;
	border: 1px solid #fff;
}
.industrysset .indexFont {
	padding-top: 12%;
}
.industrysset .indexFont .contbox {
	padding-top: 5%;
}
/*企业文化*/
.bg_class {
	position: absolute;width: 100%;height: 18.5rem;
}
.bg_one {
	background: #eef3f9;
	top: 9.5%;
}
.bg_two {
	background: #f9f5ee;
	top: 33%;
}
.bg_three {
	background: #edf9f9;
	top: 57%;
}
.bg_four {
	background: #fdf9f6;
	top: 80.5%;
}
/*项目介绍*/
.bg_rg {
	background: #e6f1f2;
	top: 4%;
}
.bg_city {
	background: #fff8f5;
	top: 13.6%;
}
.bg_rj {
	background: #f4f8fd;
	top: 23.5%;
}
.bg_jh {
	background: #f8f8f8;
	top: 33.2%;
}
.bg_jn {
	background: #fff8f5;
	top: 43%;
}
.bg_kcone {
	background: #f5fafc;
	top: 52.8%;
}
.bg_td {
	background: #f4f8fd;
	top: 62.6%;
}
.bg_bwt {
	background: #fcf9f7;
	top: 72.4%;
}
.bg_kechuang {
	background: #f1f7fa;
	top: 82.2%;
}
.bg_lsh {
	background: #fef7f7;
	top: 92%;
}
.culturebox .c6_one {
	 width:40%;
 }
.culturebox .c6_two {
	width:60%;
}
.culturebox .c6_two hr{
	width:10%;
}
.culturebox .c6_two_two {
	width:60%;
	padding-top: 5rem;
}
.culturebox .c6_two_two hr{
	width:10%;
}
.culturebox .c6_one_two {
	 width:40%;
	text-align: right;
 }
.culturebox, .industryBox {
	padding: 3rem 0 2rem 0;
}
.project_introduce .industryBox{
	padding: 6rem 7rem 0rem 6rem;
}

.culturebox .c6 img {
	margin-bottom: 0rem;
	width: 70%;
	/*margin-left: 9rem;*/
}
.cultureBoxL{
	padding: 5rem 0 2rem 0;
}
.culturebox, .intitle{
	margin-bottom: 2.5rem;
}
.partnersub {
	padding: 2rem 0 3rem
}
.partnersub .contbox ul li {
	padding: 1.5rem 0 1rem;
	border-bottom: 1px solid #ddd;
	display: inline-table;
}
.partnersub .contbox ul li .font {
	margin-top: -.5rem
}
.partnersub .contbox ul li h6 {
	color: #d0a02e;
}
.partnersub .contbox ul li .img {
	float: left;
	/*padding-right: 2rem;*/
}
.partnersub .contbox ul li .img img {
	border: 0
}
/*企业文化里面的li为偶数（即2n）的img都靠右显示*/
.partnersub .contbox ul li:nth-child(2n) .img {
	float: right;
	padding-left: 2rem;
	padding-right: 0;
}

/*新闻公告*/
.policysub{
	padding: 3rem 0;
}
.policysub p {
	width: 57rem;
	padding-top: 2rem;
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.policysub .contbox ul li {
	width: 100%;
	max-height: 216px;
	overflow: hidden;
	padding: 1.5rem 0 1rem .5rem;
}
.policysub .contbox ul li:hover{
	background: #f2f2f3;
}

.policysub .contbox ul li .img {
	overflow: hidden;
	width: 18%;
}

.policysub .contbox ul li h6 {
	color: black;
	line-height: 0rem;
	padding-top: 3rem;
}
.policysub .contbox ul li h7 {
	float: right;
	line-height: 0.3rem;
	margin-right: 1rem;
}
.policysub .contbox ul li:nth-child(2n) .img {
	float: left;
	/*padding-right: 2rem;*/
	padding-left: 0rem;
}

/*政策引导*/
.guidancesub{
	padding: 3rem 0;
}
.guidancesub p {
	width: 57rem;
	margin-left: 2.4rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.guidancesub .contbox {
	width: 95%;
	margin-left: 2.5%;
	margin-top: 2rem;
}
.guidancesub .contbox ul {
	width: 100%;
}
.guidancesub .contbox ul li {
	width: 100%;
	padding: 1.5rem 0 0 .5rem;
	display: block;
}
.guidancesub .contbox ul li:hover{
	background: #f2f2f3;
}

.guidancesub .contbox ul li .img {
	width: auto;
	padding-right: 0rem;
}

.guidancesub .contbox ul li h6 {
	color: black;
	 line-height: 2rem;
	padding-top: .8rem;
	font-size: 1rem;
	width: 85%;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.guidancesub .contbox ul li h7 {
	float: right;
	line-height: 0.3rem;
	margin-right: 1rem;
}
.guidancesub .contbox ul li:nth-child(2n) .img {
	float: left;
	padding-right: 0rem;
	padding-left: 0rem;
}
.guidancesub .contbox ul li .img img{
	width: 86%;
}
.partnersub .contbox ul li .font{
	margin-top: -1.5rem;
}
.partnersub.policysub  .contbox ul li .font{
	width: 80%;
	float: right;
}
.policy_class {
	width: 100%;
	clear: both;
	text-align: center;
	margin-top: 2rem;
}
.policy_class ul {
	width: 100%;
}
.policy_class ul>li {
	width: 100%;
	padding: 0 2rem 0 0;
}
.policy_class ul>li a {
	background: #7397e9;
	border: 0;
	width: 7rem;
	height: 2rem;
	line-height: 100%;
	color: #fff;
	letter-spacing: .3rem;
	float: right;
}
.policy_class ul>li input{
	height: 2rem;
	border: 1px solid #666666;
	border-radius: 5px 0 0 5px;
	float: right;
	padding-left: .5rem;
}
.policy_class ul>li i {
	float: right;
}
.policy_class ul>li img{
	background: #7397e9;
	float: right;
	border-radius: 0 5px 5px 0 ;
	height: 2rem;
}

.policy_class ul>li a:hover, .policy_class ul>li.active a {
	background: #7397e9;
	border: 0;
}

/*项目*/
.sproject {
	overflow: hidden;
	position: relative;
}
/*联系方式*/
.contact-aboutbox{
	background: #fff url(../images/about_bg8.jpg) center no-repeat;
	background-size: 100%;
}
.contact-aboutbox .contbox ul li {
	text-align: left;
}
.contact {
	width: 100%;
	margin-bottom: 2rem;
	display: inline-table;
}
.map{
	height:450px;
	overflow:hidden;
}
#allmap {width: 100%;height: 100%;overflow: hidden;margin:0;}
.contact .c6{
	padding: 0;
	margin: 1rem 0 0 0 ;
}
.contact .contbox {
	padding: 2rem 3rem;
	color: black;
	min-height: 300px;
	display: flex;
    justify-content: center;
    align-items: Center;
}
.contbox .fa{
	color: #d0a02e;
}
.contbox span{
	font-size: 1.6rem;
}
/*.contact .contbox:nth-child(2) {
	margin-top: -2rem;
	background-color: #8d7171;
	min-height: 400px;
}*/
.contact .contbox ul {
	margin-bottom: 0;
}
.contact .contbox hr{
	margin: 2rem auto;
	max-width: 700px;
	width: 30%!important;
}
.contact .contbox ul li i {
	width: 30px;
	height: 1.5rem;
	text-align: center;
}
/*人才*/
.teambg {
	height: 720px;
	background: #f5f5f5 url(../images/about_bg6.png) no-repeat;
	background-position: center bottom;
	background-size: cover
}
.teamlist {
	padding-top: 1rem;
	margin: 0 -1rem;
}
.talentimg {
	padding: 1rem 2rem;
}
.talentbox {
	padding-top: 4rem
}
.talentbox h6 {
	color: #806565;
}
.talentbox hr {
	margin: 2rem 0 1.5rem 0;
	width: 15%;
	border-width: 3px 0 0;
}
.teambox {
	background: rgba(255,255,255,.7);
}
.teambox:hover {
	background: rgba(255,255,255,.8);
}
.teambox .img {
	height: 170px;
	overflow: hidden;
}
.teambox .img img {
	width: 100%;
}
.teambox .font {
	padding: 1rem 1.5rem 1.5rem
}
.teambox .font h6, .newssub .contbox ul li h6 {
	color: #c52d3c;
}
.teambox .desc {
	height: 6rem;
	overflow: hidden;
	margin-bottom: 1rem;
}
.teambox a, .newssub .contbox ul li a {
	color: #5a5a5a;
}
.teambox .more {
	position: static
}
/*详情页*/
.subpadding {
	margin-top: 4.4rem;
	margin-bottom: 3rem
}
.position {
	font-size: 0.875rem;
	color: #999;
	padding: 1rem 0;
}
.subcontentbg {
	width: 100%;
	display: table;
	padding: 2rem 4rem;
	line-height: 200%;
	background: #fff;
	margin: 0 auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.subcontentbg h5 {
	color: black;
}
.subcontentbg .time {
	padding: .5rem 0;
	font-size: 0.913rem;
	color: #999;
}
.subcontentbg p {
	line-height: 220%;
}
.tag {
	clear: both;
	padding: 2rem 0 1rem;
	color: #BFBFBF;
	font-size: 0.913rem;
	text-align: right;
}
/*项目详情页*/
.demo-gallery{
	margin: 0 -.7rem
}

.demo-gallery > ul > li {
	float: left;
	width: 33.333%;
	padding: 0 .7rem;
	margin-bottom: 1.5rem;
}
.demo-gallery > ul > li a {
	border: 4px solid #fff;
	height: 220px;
	display: block;
	overflow: hidden;
	position: relative;
}

.demo-gallery > ul > li a img {
	display:block;

}
.myClass {
	width: auto;
	/*margin: 0 25%;*/
	padding-top: 9rem;
}
.sjnav{ width:250px; position:fixed;right:0%;z-index:30;display: block;transition: all 0.5s;top:0;}
.sjnav .list-inline{ padding:0; margin:0;overflow: hidden;right: -100%;width: 100%;transition: all 0.3s;position: absolute;transform:translateX(100%);opacity: 0;background:#fff;padding:60px 20px 0 20px;}
.sjnav.click .list-inline{transform:translateX(0);opacity: 1;right:0;}

.sjnav .list-inline-li{ display:block; margin:0; padding:0;width: 100%;border-bottom: 1px solid #ccc;height:4rem}
.sjnav .list-inline-li .list-box{display: flex;justify-content: space-between;align-items: center;padding:0 0 0 10px;}
.sjnav .list-inline-li .list-box .list-link{display:block;line-height:57px; font-size:15px; color:#555;width: calc(100% - 30px);}
.sjnav .list-inline-li .list-box .list-link i{margin-right: 15px;font-size:12px;}
.sjnav .list-inline-li .list-box .fa-span{ font-size:16px;width: 40px; line-height: 50px;transition: 0.5s; display: block;text-align: center;}
.sjnav .list-inline-li.active .list-box .fa-span{transform: rotate(90deg);}

.sjnav .list-inline-li .sublist{border-top: 1px solid #ccc;display: none;}
.sjnav .list-inline-li .sublist li{line-height: 40px;padding:0 20px 0 40px;background-color: #f5f5f5;}
.sjnav .list-inline-li .sublist li a{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color:#666;}
.sjnav .list-inline-li .sublist li a:hover{color:#ac4a48;}
.sjnav .list-inline-li.active .list-box .list-link{color:#ac4a48;font-weight: bold;}

.header-mask.active {
	opacity: 1;
	display: block;
}
.header-mask {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	background: rgba(0,0,0,0.3);
	z-index: 20;
	display: none;
	width: 100%;
	height: 100%;
}

