.wrap {
	width: 100%;
	margin: 0 auto;
  	height:81px;
}

.header {
	width: 100%;
	margin: 0 auto;
	border-bottom: 4px solid #a0820c;
	padding: 8px 5% 0;
	background: url(../images/2.png) no-repeat bottom center rgba(247, 247, 247, 1);
	/*position: fixed;*/
	top: 0;
	left: 0%;
	z-index: 1000;
	box-sizing: border-box;
}

.header.fixed {
	position: fixed;
	background: url(../images/2.png) no-repeat bottom center rgba(247, 247, 247, 0.8);
}

.header:hover {
	background: url(../images/2.png) no-repeat bottom center rgba(247, 247, 247, 1);
}

.header .logo {
	float: left;
	width: 130px;
}

.header .nav {
	float: left;
	width: calc(100% - 130px - 58px);
}

.header .nav ul {
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}

.header .nav ul li {
	float: left;
	width: calc(100% / 6 - 1px);
	text-align: center;
    box-sizing:border-box;
}


.header .nav ul li.current {
	background: none;
}

.header .nav ul li a {
	color: #333;
  	font-size:13px;
    letter-spacing:0;
}

.header .nav ul li>a {
	line-height: 56px;
	display: inline-block;
	padding-bottom: 5px;
	font-size: 16px;
    letter-spacing:0;

}

.header .nav ul li.current>a,
.header .nav ul li:hover>a {
	border-bottom: 8px solid #a0820c;
}

.header .nav ul li dl {
	position: absolute;
	top: 77px;
	left: 50%;
	margin-left: -45%;
	width: 90%;
	line-height: 60px;
	text-align: center;
	background: #fff;
	display: none;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  	z-index:9999;
}

@media only screen and (min-width:1251px) and (max-width: 1920px) {
	.header .nav ul li>a {
		border-bottom: 8px solid rgba(255, 255, 255, 0);
	}
	.header .nav ul li:hover dl {
		display: block;
	}
	.header .nav ul li dl:hover {
		display: block;
	}
}

.header .nav ul li dl dd {
	display: inline-block;
	padding: 0 40px;
}

.header .nav ul li dl dd:hover a {
	text-decoration: underline;
}

.header .sweep-language {
	float: right;
	width: 58px;
	overflow: hidden;
	padding-top: 18px;
}

.header .sweep-language span {
	width: 20px;
	height: 18px;
	line-height: 18px;
	display: block;
}

.header .sweep-language span.sweep {
	background: url(../images/ewm.png) no-repeat center center;
	float: left;
}

.header .sweep-language span.language {
	width: 28px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	float: right;
	margin-left: 10;
}

@media screen and (max-width: 1250px) {
	.header {
		width: 100% !important;
		border-bottom: none;
		padding: 10px 30px;
		background: none;
		box-sizing: border-box;
		position: fixed !important;
		top: 0;
		left: 0;
		background: rgba(247, 247, 247, 1)!important;
	}
	.header .logo {
		width: 120px;
		height: auto;
	}
	.header .nav {
		display: none;
	}
	.header .sweep-language {
		display: none;
	}
	.header .hbg {
		display: block;
		float: right;
		width: 25px;
		height: 16px;
		margin-top: 15px;
		box-sizing: border-box;
	}
	.header .hbg span {
		display: block;
		width: 100%;
		height: 2px;
		background: #000;
	}
	.header .hbg span:nth-child(2) {
		height: 4px;
		margin: 4px 0;
	}
	.header .nav {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
	}
	.header .nav ul {
		width: 300px;
		height: 100%;
		background: #fff;
		float: right;
		padding: 0 10px;
	}
	.header .nav ul li {
		width: 100%;
		border-bottom: 1px solid #dfdfdf;
		background: url(../images/wel09.png) no-repeat 95% center;
	}
	.header .nav ul li a {
		line-height: 50px;
		display: block;
		text-align: left;
		padding: 0;
		font-size: 13px;
		font-weight: bold;
	}
	.header .nav ul li.current a,
	.header .nav ul li:hover a {
		border-bottom: none;
	}
	.header .nav ul li.current>a {
		color: #1c9ad6;
	}
	.header .nav ul li dl {
		position: absolute;
		top: 0px;
		left: auto;
		right: 0;
		margin-left: 0;
		width: 150px;
		background: #f6f6f6;
		box-shadow: none;
		height: 100%;
	}
	.header .nav ul li dl dd {
		padding: 0 20px;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		display: block;
	}
}

.commercial_facilities {}

@media screen and (max-width: 1200px) {
	.commercial_facilities .pic .pic_detail .item h4 {
		font-size: 26px;
	}
	.commercial_facilities .pic .pic_detail .item span {
		font-size: 18px;
	}
	.i-wrap4 .left h1 {
		font-size: 28px;
		line-height: 34px;
	}
	.i-wrap4 .left h2 {
		font-size: 18px;
	}
	.i-wrap4 .left a.more {
		margin-top: 5px;
	}
}

.b_footer {
	background: #aeaeae;
	padding: 30px;
}

.b_footer ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
	overflow: hidden;
}

.b_footer ul li {
	float: left;
	width: calc(100% / 6);
	text-align: center;
	line-height: 16px;
	border-right: 1px solid #333;
	box-sizing: border-box;
	font-size: 16px;
}

.b_footer ul li:last-child {
	border: none
}

.b_footer ul li a {
	color: #333;
}

.b_footer dl {
	text-align: center;
	border-top: 1px solid #dfdfdf;
	max-width: 1200px;
	margin: 0 auto;
}

.b_footer dl dd {
	display: inline-block;
	padding: 0 20px;
	line-height: 50px;
	color: #333;
}

@media screen and (max-width: 750px) {
	.b_footer {
		padding: 10px 0;
	}
	.b_footer ul {
		display: none;
	}
	.b_footer dl {
		border-top: none;
	}
	.b_footer dl dd {
		line-height: 30px;
	}
}

.hr-outer {
	background: #f5f5f5;
}

.hr-box {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	top: -80px;
}

.hr-box .left_li {
	float: left;
	width: 100px;
	height: auto;
	padding-top: 160px;
}

.hr-box .left_li ul {
	width: 100%;
}

.hr-box .left_li ul li {
	width: 100%;
	line-height: 50px;
	color: #333;
	text-align: center;
	cursor: pointer;
}

.hr-box .left_li ul li.current {
	background: #DEB477;
}

.hr-box .right_img {
	width: calc(100% - 100px);
	box-sizing: border-box;
	float: right;
	background: #fff;
	border-radius: 30px;
}

.hr-box .right_img img {
	margin-left: 100px;
}

@media screen and (max-width: 1250px) {
	.hr-box .left_li {
		float: none;
		width: 100%;
		padding: 0;
	}
	.hr-box .left_li ul {
		width: calc(100% - 10%);
		overflow: hidden;
		margin: 0 5%;
		background: #fff;
	}
	.hr-box .left_li ul li {
		float: left;
		width: calc(100% / 3);
		border-right: 1px solid #DEB477;
		box-sizing: border-box;
	}
	.hr-box .left_li ul li:last-child {
		border-right: 0;
	}
	.hr-box .right_img {
		width: calc(100% - 10%);
		float: none;
		margin: 5% 5% 0;
		padding-bottom: 20px;
	}
	.hr-box .right_img img {
		margin: 0;
		width: 100%;
	}
}

.hr-outer .search-box {
	padding: 60px;
}

.hr-outer .search-box .search-input {
	width: 500px;
	border: 1px solid #535660;
	line-height: 50px;
	padding: 0 20px;
}

.hr-outer .search-box .search-btn {
	width: 150px;
	line-height: 50px;
	border: 1px solid #000;
	background: #535660;
	text-align: center;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
}

.hr-outer .table_box {
	padding: 0 60px 60px;
	width: 100%;
	box-sizing: border-box;
}

.hr-outer .table_box table {
	width: 100%;
	text-align: center;
}

.hr-outer .table_box table td {
	line-height: 50px;
	border-bottom: solid 1px gainsboro;
}

.hr-outer .table_box table tr:first-child td {
	border-bottom: 1px solid #535660;
}

.hr-outer .pagenation {
	width: 100%;
	height: 40px;
	line-height: 40px;
	bottom: 24px;
	left: 3%;
	/* border-radius: 3px; */
	background: #F2F2F2;
	text-align: center;
	margin: 20px auto 0;
}

.hr-outer .pagenation span {
	padding: 5px 11px;
	color: #777;
	cursor: pointer;
	margin: 0 5px;
	font-size: 14px;
}

.hr-outer .pagenation span:hover {
	background: #DEB477;
}

.hr-outer .page {
	color: #333 !important;
	background: #e9ebed;
}

.hr-outer .present {
	background: #DEB477;
}

@media screen and (max-width: 1250px) {
	.hr-outer {
		margin-top: -150px;
	}
	.hr-outer .search-box {
		padding: 30px 10px;
	}
	.hr-outer .search-box .search-input {
		width: 70%;
		line-height: 40px;
	}
	.hr-outer .search-box .search-btn {
		width: 28%;
		line-height: 40px;
	}
	.hr-outer .table_box {
		padding: 0px 10px;
	}
	.hr-outer .table_box table td {
		line-height: 16px;
		height: 40px;
	}
	.hr-outer .table_box table td {
		font-size: 12px;
	}
}

.chanye_box {
	width: 100%;
}

.chanye_box ul {
	width: 100%;
}

.chanye_box ul>li {
	margin: 10px 0;
	position: relative;
	height: 210px;
	overflow: hidden;
	line-height: 210px;
	vertical-align: middle;
}

.chanye_box ul li img {
	width: 100%;
	height: auto;
	display: inline-block;
}

.chanye_box ul li:nth-child(2) img {
	position: absolute;
	top: -70%
}

.chanye_box ul li:nth-child(3) img {
	position: absolute;
	top: -30%
}

.chanye_box ul li .title_box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}

.chanye_box ul li .title_box h4 {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
}

.chanye_box ul li .title_box span {
	font-size: 16px;
	display: block;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}

.chanye_box ul li .title_box a {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	display: block;
	text-align: right;
	position: relative;
	top: -20px
}

.news_phone_box {
	width: calc(100% - 40px);
	margin: 20px 20px 0;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 40px;
}

.news_phone_box .swiper-slide {
	height: auto;
}

.news_phone_box .news_swiper_container {
	position: relative;
}

.news_phone_box .swiper-button-prev,
.news_phone_box .swiper-container-rtl .swiper-button-next {
	display: none;
}

.news_phone_box .swiper-button-next,
.news_phone_box .swiper-container-rtl .swiper-button-prev {
	display: none;
}

.news_phone_box .swiper-container-horizontal>.swiper-pagination-bullets,
.news_phone_box .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -30px;
}

.news_phone_box .swiper-pagination-bullet-active {
	background: rgba(160, 130, 12, 1);
}

.news_phone_box .contant_box {
	width: 100%;
	height: auto;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	padding-bottom: 1px;
}

.news_phone_box .contant_box .img_box {
	width: 100%;
	height: 280px;
	line-height: 280px;
	vertical-align: middle;
	overflow: hidden;
}

.news_phone_box .contant_box img {
	width: 100%;
	height: auto;
	position: initial;
	display: inline-block;
}

.news_phone_box .contant_box .text_box h4 {
	font-size: 16px;
	padding: 10px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.news_phone_box .contant_box .text_box span {
	text-align: left;
	display: block;
	padding: 0 20px;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	padding-bottom: 5px;
}

.news_phone_box .contant_box .text_box p {
	width: calc(100% - 40px);
	margin: 0 20px 20px;
	color: #666;
	line-height: 20px;
	font-size: 13px;
	text-align: left;
	height: 60px;
	overflow: hidden;
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	font-weight: 100;
}
.teamPage {
	background: none;
}

.teamPage .teamC {
	position: relative;
}

.teamPage .dsz_bg {
	width: 100%;
	height: auto;
}

.teamPage .name {
	position: absolute;
	top: 6%;
	left: auto;
	right: 0;
	width: 60%;
	height: auto;
	padding: 3%;
	box-sizing: border-box;
}

.teamPage .name img {
	width: 100%;
}



/**************************************************/
.paper_detail {
	width: 70%;
	margin: 0 auto 40px;
	padding: 60px;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
}


.paper_detail .paper_contact {
	width: 100%;
}

.paper_detail .paper_contact .title_box {
	overflow: hidden;
	border-bottom: 3px solid #e63e5f;
	padding-bottom: 5px;
	padding-top: 40px;
	text-align: center;
}

.paper_detail .paper_contact .paper_logo {
	float: left;
	width: 216px;
	padding: 0 10px;
	display: block;
	box-sizing: border-box;
	padding-top: 25px;
}

.paper_detail .paper_contact .paper_title {
	width: calc(100% - 216px - 264px);
	padding: 0 2%;
	box-sizing: border-box;
	max-width: 600px;
	display: inline-block;
}

.paper_detail .paper_contact .right_box {
	float: right;
	width: 264px;
}

.paper_detail .paper_contact .right_box .rq_box {
	overflow: hidden;
	border-bottom: 3px solid #8a8a8a;
}

.paper_detail .paper_contact .right_box .rq_box img {
	float: left;
	width: 50%;
	height: auto;
}

.paper_detail .paper_contact .right_box .rq_box .right_text {
	float: right;
	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
}

.paper_detail .paper_contact .right_box .rq_box .right_text h2 {
	font-size: 38px;
	padding-top: 8px;
}

.paper_detail .paper_contact .right_box .rq_box .right_text h3 {
	font-size: 20px;
}

.paper_detail .paper_contact .right_box .rq_box .right_text span {
	font-size: 14px;
	display: block;
	padding-top: 10px;
}

.paper_detail .paper_contact .right_box .p_box {
	padding: 6px 0;
}

.paper_detail .paper_contact .right_box .p_box p {
	font-size: 16px;
	font-weight: bold;
	color: #555;
	text-align: center;
	line-height: 30px;
}

.paper_detail .paper_contact .paper_main {
	padding: 40px 0;
}

.paper_detail .paper_contact .paper_main .paper_header_img {
	width: 100%;
}

.paper_detail .paper_contact .paper_main ul {
	overflow: hidden;
	padding: 20px 0 30px;
}

.paper_detail .paper_contact .paper_main ul li {
	float: left;
	width: calc(100% / 3 - 20px);
	margin-right: 30px;
}

.paper_detail .paper_contact .paper_main ul li:last-child {
	margin-right: 0;
}

.paper_detail .paper_contact .paper_main ul li h3 {
	font-size: 26px;
	line-height: 40px;
	color: #cd9850;
}

.paper_detail .paper_contact .paper_main ul li h3 em {
	background: #cd9850;
	width: 50px;
	height: 2px;
	display: block;
}

.paper_detail .paper_contact .paper_main ul li p {
	font-size: 16px;
	line-height: 26px;
	padding: 20px 0;
}

.paper_detail .paper_contact .paper_main .bottom {
	overflow: hidden;
}

.paper_detail .paper_contact .paper_main .bottom .left_box {
	float: left;
	width: 50%;
	padding-right: 15px;
	box-sizing: border-box;
}

.paper_detail .paper_contact .paper_main .bottom .left_box h2 {
	font-size: 36px;
}

.paper_detail .paper_contact .paper_main .bottom .left_box h4 {
	font-size: 20px;
	line-height: 30px;
	border-bottom: 3px solid #e63e5f;
	padding-bottom: 6px;
}

.paper_detail .paper_contact .paper_main .bottom .left_box p {
	font-size: 16px;
	line-height: 30px;
	padding: 10px 0;
}

.paper_detail .paper_contact .paper_main .bottom .right_box {
	float: right;
	width: 50%;
	padding-left: 15px;
	box-sizing: border-box;
}

.paper_detail .paper_contact .paper_main .bottom .right_box img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
@media  screen  and (max-width: 1600px){
	.paper_detail{
		width:90%;
	}
	.paper_detail .paper_contact .paper_logo{
		display: none;
	}
}
@media  screen  and (max-width: 1250px) {
	.paper_detail {
		width:90%;
		margin: 40px auto 40px;
		padding: 20px;
		
	}

	.paper_detail .paper_contact .paper_logo{
		display: none;
	}
	.paper_detail .paper_contact .paper_title{
		width: calc(100% - 264px);
		padding-top: 40px;
	}
	.paper_detail .paper_contact .paper_main{
		padding: 10px 0;
	}
	.paper_detail .paper_contact .paper_main ul{
		padding: 10px 0;
	}
	.paper_detail .paper_contact .paper_main ul li{
		width: calc(100% / 2 - 5px);
		margin-right: 10px;
	}
	.paper_detail .paper_contact .paper_main ul li:first-child{
		width: 100%;
	}
	.paper_detail .paper_contact .paper_main ul li h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.paper_detail .paper_contact .paper_main ul li p{
		font-size: 14px;
		line-height: 24px;
		padding: 5px 0;
	}
	.paper_detail .paper_contact .paper_main .bottom .left_box {
		float: none;
		width: 100%;
	}
	.paper_detail .paper_contact .paper_main .bottom .left_box h2{
		font-size: 20px;
	}
	.paper_detail .paper_contact .paper_main .bottom .left_box h4{
		font-size: 16px;
		line-height: 24px;
	}
	.paper_detail .paper_contact .paper_main .bottom .left_box p{
		font-size: 14px;
		line-height: 24px;
		padding: 4px 0;
		max-height: 300px;
		overflow-y: scroll;
	}
	.paper_detail .paper_contact .paper_main .bottom .right_box{
		float: none;
		width: 100%;
		padding: 10px 0;
	}
	.paper_detail .paper_contact .paper_main .bottom .right_box img{
		margin-bottom:10px ;
	}
}
@media  screen  and (max-width: 750px){
	.paper_detail {
		margin: 20px auto 40px;
	}
	.paper_detail .paper_contact .paper_main ul li{
		width: 100%;
		margin: 0;
	}
	.paper_detail .paper_contact .title_box{
		padding-top:20px;
	}
	.paper_detail .paper_contact .paper_title{
		width: 100%;
		float: none;
		padding-top: 1px;
	}
	.paper_detail .paper_contact .right_box {
		float: none;
		margin: 0 auto;
	}
}
