@font-face {
  font-family: "msjh";
  src: url("../fonts/msjh.woff2") format("woff2"),
       url("../fonts/msjh.woff") format("woff"),
       url("../fonts/msjh.ttf") format("truetype"),
       url("../fonts/msjh.eot") format("embedded-opentype"),
       url("../fonts/msjh.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
a{
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
@-webkit-keyframes upDown{
	from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}
}
@-moz-keyframes upDown{
	from{opacity:0; -moz-transform:translate3d(0,-30px,0);}
}
@keyframes upDown{
	from{opacity:0; transform:translate3d(0,-30px,0);}
}
* {
	font-family: "微软雅黑";
}
.header{
	width: 100%;
	height: 80px;
	background: #394255;
	position: relative;
	z-index: 99;
	-webkit-animation: upDown 0.8s 0.1s both;
  -moz-animation: upDown 0.8s 0.1s both;
  -ms-animation: upDown 0.8s 0.1s both;
  -o-animation: upDown 0.8s 0.1s both;
  animation: upDown 0.8s 0.1s both;
}

.logo1{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.logo2{
	display: none;
	float: left;
	margin-top:7px;
	margin-right: 10px;
}
.top-menu,.menu-btn{
	width: 40px;
	height: 40px;
	background: url(../img/sub-menu.png) center no-repeat;
	position: absolute;
	top: 20px;
	right: 60px;
	cursor: pointer;
}
.menu-btn{
	display: none;
}
#nav{
	float: right;

}

.nav-home{
	float: left;
}
.nav-home>a{
	display: block;
	width: 40px;
	height: 80px;
	background: url(../img/home.png) center no-repeat;
}
.nav-item{
	float: left;
	overflow: hidden;
}
.nav-item>li{
	display:block;
	float: left;
	line-height: 80px;
	margin-left: 25px;
}
.nav-item li>a{
	display: block;
	width:90px;
	font-weight: bold;
	color: #fff;
}

/*下拉导航*/
.dropnav{
	width: 100%;
	background: #394255;
	display: none;
}
.sub-list{
	float: right;
	overflow: hidden;
}
.sub-list>li{
	display:block;
	float: left;
	margin-left:25px;
}
.sub-list>li>a{
	display: block;
	width:90px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
}
.sub-list>li>a:hover{
	color: #a98a4b;
}
.dropnav .close-btn{
	display: block;
	float: right;
	color: #fff;
	margin-top: 26px;
	cursor: pointer;
  line-height: 60px;
}
/*转*/
.turn-box{
	position: absolute;
	width: 100%;
	bottom: 35px;
	overflow: hidden;
	z-index:99;
}
.turn{
	display: block;
	float: right;
  width: 126px;
  height: 130px;
  background:url(../img/rotate.png) center no-repeat;
  -webkit-animation: 10s linear 0s infinite running Turnico;
  animation: 10s linear 0s infinite running Turnico;

}
@-webkit-keyframes Turnico {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes Turnico {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*index*/
.banner{
  position: relative;
}

.banner .swiper-container{
  width: 100%;
  height: 650px;
}
.bannerImg {
  width: 100%;
  height: 650px;
}
.swiper-button-next{
  background: rgba(0,0,0,0.5) url(../img/arrow-right.png) center no-repeat!important;
  width: 50px!important;
  height: 50px!important;
  border-radius: 50%;
  z-index: 999!important;
}
.swiper-button-prev{
  background: rgba(0,0,0,0.5) url(../img/arrow-right.png) center no-repeat!important;
  width: 50px!important;
  height: 50px!important;
  border-radius: 50%;
  z-index: 999!important;
  transform: rotate(180deg);
}

.index-wrap{
	margin-top: 50px;
	margin-bottom: 66px;
}
.index_list{
	overflow: hidden;
	width: 100%;
}
.index_list li{
	width: 50%;
}
.index_list_con{
	text-align: center;
	padding: 15% 12% 0;
}
.index_list_con h1{
	color: #000;
	margin-bottom: 12px;
}
.index_list_con h5{
	font-size: 16px;
	color: #a98a4b;
}
.index_list_con p{
	line-height: 26px;
	margin-top: 30px;
}
.index_list:first-child{
	border-top: #e5e5e5 1px solid;
}
.index_list:nth-child(2){
	border-bottom: #e5e5e5 1px solid;
}

.news-wrap{

	padding:0 60px;
	margin: 0 auto;
}
@media only screen and (min-width:1200px) {
	.news-wrap{
		width: 1200px;
	}
}
#newsScroll{
	margin-top: 26px;
}
#newsScroll .owl-item{
	padding: 5px 15px;
}
#newsScroll .item{
	text-align: center;
}
#newsScroll .item h5{
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	padding: 0 10px;
	margin: 14px 0 25px;
}
#newsScroll .item .more{
	display: block;
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color:#a98a4b;
	border: #a98a4b 1px solid;
	margin: 0 auto;
}
#newsScroll .item .more:hover{
	background: #a98a4b;
	color: #fff;
}
#newsScroll  .owl-controls .owl-buttons div{
	width: 11px;
	height: 19px;
	position: absolute;
	top: 22%;
}
#newsScroll .owl-prev{
	background: url(../img/news-arroe-left.png) center no-repeat;
	left: -40px;
}
#newsScroll .owl-next{
	background: url(../img/news-arroe-right.png) center no-repeat;
	right: -40px;
}


.index-service{
	height: 580px;
	background: url(../img/index-about.jpg) center no-repeat;
	margin-top: 62px;
	overflow: auto;
}
.index-service-con{
	padding: 20% 0;
	color: #fff;
}
.index-service-con h3{
	font-size: 22px;
	margin: 18px 0 56px;
}
.index-service-con .more{
	color: #a98a4b;
}
.index-service-con .more img{
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.index-service-con .more:hover img{
	padding-left: 10px;
}

/*patner*/
.partner{
	margin: 60px auto 50px;
}
.partner-title{
	display: block;
	width: 100%;
	height:85px;
	background: url(../img/partner-bg.png) center no-repeat;
}
.partner-list{
	overflow: hidden;
}
.partner-list li{
	width: 14.2%;
	float:left;
	padding: 0 10px;
	margin: 12px 0;
}

/*footer*/
.footer{
	width: 100%;
	background: #000;
	padding: 40px 0 36px;
}
.footer-nav{
	overflow: hidden;
	border-right:rgba(255,255,255,.2) 1px solid;
}
.footer-nav li{
	width: 25%;
	float: left;
}
.footer-nav li span>a{
	color: #fff;
	font-size:16px;
	display: block;
}
.footer-nav li span{
	display: block;
	margin-bottom: 10px;
}
.footer-nav li dl>a{
	display: block;
	line-height: 32px;
}
.footer .footer-right{
	color: #fff;
	float: right;
}
.footer-right .b-ewm span{
	padding-left: 18px;
}
.footer-right .b-weibo{
	height: 80px;
	border:rgba(255,255,255,.2) 1px solid;
	padding:16px 0;
	margin-top: 28px;
	color: rgba(255,255,255,.3);
}
.footer-right .b-weibo span{
	display: block;
	float: left;
	padding: 0 20px;
}
.footer-right .b-weibo span img{
	vertical-align: middle;
	margin-top: 7px;
}
.footer-right .b-weibo span.b-weibo-img{
	border-right:#535353 1px solid;
}
.footer-right .b-weibo span p{
	line-height: 22px;
}
.bottom{
	width: 100%;
	background: #1a1a1a;
	font-size: 12px;
	line-height: 60px;
}

/*走进君地集团*/
.inside-banner{
	width: 100%;
	position: relative;
}
.inside-banner .banner-title{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	color: #fff;
	padding:10% 0;
}
.inside-banner .banner-title h1{
	line-height:44px;
}
.inside-banner .banner-title h4{
	line-height: 22px;
	margin-bottom: 12px;
}

.about-wrap{
	margin: 72px auto 48px;
}
.about-left h4{
	line-height: 26px;
	color: #a98a4b;
}
.about-wrap h3{
	font-size:26px;
	color: #a98a4b;
	margin: 10px 0 18px;
}
.about-wrap .about-info{
	line-height: 26px;
}
.about-left .more{
	display: block;
	width: 120px;
	height: 46px;
	background:#a98a4b;
	color: #fff;
	text-align: center;
	line-height: 46px;
	margin-top: 40px;
	margin-bottom: 30px;
}

/*honor*/
.honor-wrap{
	width: 100%;
	background: #f3f3f3;
	padding: 53px 0 48px;
}
.honor-wrap h3{
	text-align: center;
	font-size: 26px;
	color: #000;
	margin-bottom: 40px;
}
#honorScroll{
	position: relative;
}
#honorScroll .owl-item{
	text-align: center;
	padding: 0 21px;
}
#honorScroll .item{
	background: #fff;
}
#honorScroll .item img{
	max-width: 100%;
}
#honorScroll .item p{
	margin: 20px 0 10px;
}
#honorScroll .owl-pagination{
	text-align: right;
	position: absolute;
	top: -60px;
	right:20px;
}
#honorScroll .owl-controls .owl-page{
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	background: #999;
	margin-left: 10px;
}
#honorScroll .owl-controls .owl-page.active{
	background: #a98a4b;
}
/*董事长介绍*/
.introduce{
	width: 100%;
	background: url(../img/about-img02.jpg) center no-repeat;
	padding:15% 0;
}
.introduce .intr-con{
	text-align: center;
	color: #fff;
}
.introduce .intr-con h5{
	line-height: 26px;
}
.introduce .intr-con .more{
	display: block;
	width: 150px;
	height: 46px;
	line-height: 46px;
	background:#fff;
	color: #a98a4b;
	margin: 40px auto 0;
}
/*大事记*/
.dashiji h3{
	font-size:26px;
	color: #A98A4B;
	text-align: center;
	margin: 55px 0;
}
.history-wrap{
	width: 100%;
	background: #ececec;
	padding: 90px 0;
}
.history-con{
	padding: 0 120px;
	position: relative;
}
#historyScroll .owl-item{
	padding:0 60px;
	text-align: center;
}
#historyScroll .item h1{
	color: #000;
}
#historyScroll .item h5{
	line-height: 26px;
	max-height: 130px;
	overflow: hidden;
	margin-top: 25px;
}
#historyScroll .owl-controls .owl-buttons div{
	width: 11px;
	height: 19px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
#historyScroll .owl-prev{
	left:-100px;
	background: url(../img/news-arroe-left.png) center no-repeat;
}
#historyScroll .owl-next{
	right: -100px;
	background: url(../img/news-arroe-right.png) center no-repeat;
}
.history-more{
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #824f4f;
	color: #fff;
}
.culture-wrap{
	width: 100%;
	padding: 60px 0;
	background: #d4c4a5;
}
.culture-con{
	text-align: center;
}
.culture-con h3{
	font-size: 26px;
	color: #000;
}
.culture-con .culture-info{
	line-height: 22px;
	color: rgba(0,0,0,.6);
	margin-top: 15px;
}
.about-con{
	padding: 30px 0;
	line-height: 26px;
	min-height: 200px;
}
.about-con img{
	max-width: 100%;
}
/*项目布局*/
.project-con{
	margin-top: 50px;
	margin-bottom: 60px;
}
.project-li{
	overflow: hidden;
}
.project-li li{
	width: 50%;
}
.project-li li .project-text{
	border-top:#e5e5e5 1px solid;
	padding: 15% 10% 0;
	color: #000;
}
.project-text h3{
	font-size: 26px;
	font-weight: bold;
}
.project-text h5{
	line-height: 26px;
	margin: 15px 0 25px;
	max-height: 104px;
	overflow: hidden;
}
.project-text .more{
	display: block;
  width: 120px;
  height: 46px;
  background: #a98a4b;
  color: #fff;
  text-align: center;
  line-height: 46px;
}
.project-con .load{
	display: block;
	text-align: center;
	cursor: pointer;
	margin-top: 70px;
}

.inside-banner h5{
	margin-bottom: 15px;
}
.gaishu{
	width: 100%;
	padding: 42px 0 62px;
	background:#5a463d;
	color: #fff;
	text-align: center;
}
.gaishu h5{
	margin-top:25px;
	margin-bottom: 50px;
	line-height: 26px;
}
.gaishu-li li{
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #7e654a;
	margin: 0 12px;
	padding:40px 0 35px;
}
.gaishu-li li a{
	display: block;
}
.gaishu-li p{
	margin: 15px 0 0;
	color: #fff;
}
.gaishu-li li:nth-child(2){
	background: #272727;
}
/*相片集*/
.picture{
	width: 100%;
	background: #f6f6f6;
	padding: 40px 0;
}
.picture h1{
	text-align: center;
	color:#000;
	margin-bottom: 55px;
}
.pic-list>div{
	padding: 0 6px;
	margin-bottom:30px;
}
.pic-list .pic{
	cursor: pointer;
}
.pic-list p{
	margin-top: 10px;
}
/*设施*/
.sheshi{
	width: 100%;
	padding: 75px 0 130px;
	background: #e2dcc7;
	color: #000;
}
.sheshi h1{
	margin-bottom: 50px;
	text-align: center;
}
.sheshi-text{
	line-height: 26px;
}
.sheshi-text li{
	list-style-type: disc;
}
/*预约*/
.yuyue-title{
	width: 100%;
	background: url(../img/project-bg.jpg) center no-repeat;
	color: #fff;
	text-align: center;
	padding: 110px 0;
}
.yuyue li{
	width: 50%;
	float: left;
}
.yuyue li img{
	max-width: 100%;
}
.yuyue-form{
	padding:50px 20px 20px 80px;
}
.yuyue-form input[type="text"]{
	height: 40px;
	display: inline-block;
	line-height: 40px;
	border: #ccc 1px solid;
	padding: 0 10px;
}
.yuyue-form .form-control{
	border-radius: 0;
}
.yuyue-form .form-group i{
	display: inline-block;
	font-style: normal;
	line-height: 40px;
	padding-left: 10px;
}
.yuyue-form .form-group label{
	margin-bottom: 10px;
}
.form-type label{
	margin-right: 20px;
}
.yuyue-form input[type="submit"]{
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background: #a98a4b;
}

.yuyue-form .message-text {
    border: #E5E5E5 1px solid;
    overflow: hidden;
    padding-bottom: 12px;
}
.yuyue-form .message{
	padding: 10px;
  border: none;
  resize: none;
  outline: none;
}
.yuyue-form .send {
    width: 120px;
    height: 46px;
    background: #a98a4b;
    line-height: 46px;
    text-align: center;
    color: #fff;
    float: right;
    border: none;
    margin-right: 15px;
}
/*酒店介绍*/
.intr-wrap{
	width: 100%;
	padding:48px 0 30px;
	background: #e6e6e6;
}
.intr-wrap .hotel{
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.intr-wrap .hotel h5{
	height: 60px;
	color: #000;
	line-height: 60px;
	background: #fff;
}
.intr-wrap .hotel h5 i{
	display: none;
	width: 27px;
	height: 11px;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left:-13px;
	background: url(../img/sq1.png) center no-repeat;
	z-index: 1;
}
.intr-wrap .hotel:hover h5,.intr-wrap .hotel.active h5{
	background:#a98a4b;
	color: #fff;
	position: relative;
}
.intr-wrap .hotel:hover h5 i,.intr-wrap .hotel.active h5 i{
	display: block;
}

/*点击详情页*/
.project-box{
	width: 100%;
	background: #fff;
	padding:50px 20px 28px;
	margin:0 0 30px;
}
.project-box h3{
	font-size: 22px;
	margin-bottom: 25px;
}
.project-info {
	line-height: 26px;
	color: rgba(0,0,0,.8);
}
.project-box .click_btn{
	text-align: center;
	margin-top: 30px;
}
.project-box .click_btn span{
	display:inline-block;
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin:5px 8px;
	cursor: pointer;
}
.project-box .click_btn .order_btn{
	color: #fff;
	background: #a98a4b;
}
.project-box .click_btn .close_btn{
	color: #a98a4b;
	border: #a98a4b 1px solid;
}
.projectScroll .owl-controls .owl-page{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #999;
	margin: 0 7px;
}
.projectScroll .owl-controls .owl-page.active{
	background: #a98a4b;
}
.projectScroll .owl-controls .owl-pagination{
	text-align: center;
	margin-top: 20px;
}
.project{
	/*display: none;*/
}
/*弹出框酒店预约*/
.order-box{
	/*position: fixed;*/
	width: 100%;
	height: 100%;
	/*background:rgba(0,0,0,.5);*/
	left: 0;
	top: 0;
	z-index: 999;
	/*display: none;*/
}
.order-box .order-title{
	height: 50px;
	line-height: 50px;
	background: #e5e5e5;
	font-size: 16px;
	color: #000;
	padding-left:40px;
}
.order-box .order-form{
	padding-left: 20px;
	padding-right: 20px;
}
.order-con{
	position: relative;
	/*height:80%;*/
	/*margin-top: 10%;*/
}
.order-con .order-close{
	display: block;
	font-size: 22px;
	line-height: 30px;
	width: 30px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 1;
	cursor: pointer;
}
/*旗下产业*/
.industry-wrap{
	width: 100%;
	padding: 45px 0 60px;
	background: #04335e;
}
.industry-wrap h3{
	font-size: 26px;
	text-align: center;
	margin-bottom: 50px;
	color: #fff;
}
.industry-text{
	color: rgba(255,255,255,.5);
	min-height: 200px;
}
.industry-left{
	font-size: 22px;
	line-height: 36px;
}
.industry-right{
	line-height: 26px;
}

/*news*/
.news-tab{
	position: relative;
	margin-top: -60px;
	z-index: 2;
}
.news-tab ul{
	width: 300px;
	overflow: hidden;
	margin: 0 auto;
}
.news-tab li{
	width: 150px;
	height: 60px;
	background:#394255;
	text-align: center;
	line-height: 60px;
	float: left;
}
.news-tab li>a{
	display: block;
	color: #fff;
}
.news-tab li.active{
	background: #a98a4b;
}

.news-main h1{
	text-align: center;
	color: #000000;
	padding: 35px 0;
}
.news-top{
	margin-bottom: 40px;
}
.news-left .news-img{
	position: relative;

}
.news-left{
	margin-bottom: 30px;
}
.news-left .news-img .time{
	display: block;
	width: 110px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-style: italic;
	color: #fff;
	background: #a98a4b;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news-left h3{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	margin: 15px 0;
}
.news-left p{
	line-height: 22px;
	max-height: 44px;
	overflow:hidden;
}
.news-right li{
	padding-bottom: 15px;
	border-bottom: #e6e6e6 1px solid;
	margin-bottom: 15px;
}
.news-right li:last-child{
	border: none;
}
.news-right h4{
	font-weight: bold;
	color: #000;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.news-right p{
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
}

.news-con{
	width: 100%;
	background: #f4f4f4;
	padding: 25px 0 40px;
}
.news-list li{
	padding:40px 18px;
	border-top: #e6e6e6 1px solid;
	overflow: hidden;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.news-list li:last-child{
	border-bottom: #e6e6e6 1px solid;
}
.news-list li span{
	display:block;
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.news-list .time{
	width: 15%;
	border-right: #e6e6e6 1px solid;
	font-style: italic;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.news-list li .news-t{
	width:70%;
	padding-left: 10%;
	padding-right: 20px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.news-list li .news-icon{
	width:30px;
	height: 30px;
	background:url(../img/news-jia01.png) center no-repeat;
	float: right;
}
.news-list li:hover{
	background: #fff;
}
.news-list li:hover .news-t{
	color: #a98a4b;
}
.news-list li:hover .news-icon{
	background: url(../img/news-jia02.png) center no-repeat;
}
.news-list li:hover .time{
	padding-left: 10px;
}
.news-con .load{
	display: block;
	text-align: center;
	margin-top: 40px;
	color: #999;
	cursor:pointer;
}

/*新闻详情页*/
.news-title{
	width: 100%;
	padding: 50px 0 55px;
	background: #666;
	color: #fff;
}
.news-title-text{
	background: url(../img/arrow-d.png) right center no-repeat;
}
.news-title-text span>a{
	color: #fff;
}
.news-title-text h1{
	margin-top: 15px;
}
.news-detail{
	margin: 68px auto;
}
.page-title h3{
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-top: 12px;
}
.page-title{
	padding-bottom: 35px;
	border-bottom:#e5e5e5 1px solid;
}
.news-detail-con{
	line-height:26px;
	padding: 30px 0 80px;
}
.news-detail-con img{
	max-width: 100%;
}
.prev-next{
	padding: 26px 30px 30px;
	border: #e5e5e5 1px solid;
	background: #fff;
}
.prev-next .news-page{
	border-top: #ccc 3px solid;
	padding-top:17px;
	font-size: 18px;
	line-height: 40px;
	text-align: left;
}
.prev-next .news-page a{
	color: #999;
}
.prev-next .news-page span{
	display: inline-block;
	width: 120px;
	height: 40px;
	margin-right: 16px;
	text-align: center;
	color:#fff;
	background: #ccc;
}
.prev-next .news-page:hover{
	border-color: #a98a4b;
}
.prev-next .news-page:hover span{
	background: #a98a4b;
}

/*招贤纳士*/
.talent-con{
	margin: 55px auto 100px;
}
.talent-con h1{
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
.talent-con h5{
	text-align: center;
	line-height: 26px;
	margin-bottom: 40px;
}
.talent-list{
	overflow: hidden;
	background:rgba(169,138,75,.1);
}
.talent-list li{
	width: 50%;
}
.talent-list li .talent-text{
	padding: 70px;
	text-align: center;
}
.talent-text h3{
	font-size: 26px;
	font-weight: bold;
	color: #000;
	position: relative;
	margin-bottom: 36px;
}
.talent-text h3::after{
	content: "";
	width: 40px;
	height: 1px;
	background: #a98a4b;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -20px;
}
.talent-text p{
	line-height: 26px;
}
.employee{
	width: 100%;
	background: url(../img/talent-bg.jpg) center no-repeat;
	padding: 100px 0;
}
.employee-text{
	width: 100%;
	height: 580px;
	background: url(../img/talent-img03.jpg) center no-repeat;
	color: #fff;
	padding:50px 60px;
}
.employee-text h3{
	font-size: 26px;
	position: relative;
}
.employee-text h3::after{
	content:"";
	width: 40px;
	height: 1px;
	background: #a98a4b;
	position: absolute;
	top: 50px;
	left:0;
}
.employee-text h5{
	margin-top: 40px;
	line-height: 26px;
}
.learn{
	width: 100%;
	padding: 75px 0 60px;
	background: #f6f3ed;
}
.learn-text{
	text-align: center;
}
.learn-text img{
	max-width: 100%;
}
.learn-text h1{
	color: #000;
	margin-bottom: 18px;
	line-height: 26px;
}
.jund{
	text-align: center;
	padding:80px 0;
}
.jund h3{
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin: 16px 0 30px;
}
.jund h5{
	width: 80%;
	margin:0 auto;
	padding:24px 10px 0;
	border-top: #e5e5e5 1px solid;
	line-height: 26px;
}

.recruit-wrap{
	width: 100%;
	padding: 58px 0 78px;
	background: #f5f5f5;
}
.recruit-wrap h1{
	text-align: center;
	margin-bottom: 35px;
	color: #000;
}
.recruit-list li{
	margin-bottom: 2px;
	overflow: hidden;
}
.recruit-list li .state{
	height: 50px;
	line-height: 50px;
	background: #e6e6e6;
	padding: 0 20px;
}
.recruit-list li .state>span{
	display:block;
	float: left;
	height: 50px;
	overflow: hidden;
}

.recruit-list span.name{
	width: 45%;
}
.recruit-list span.num{
	width: 10%;
	text-align: center;
}
.recruit-list span.toggle{
	width: 45%;
	color: #A98A4B;
	text-align: right;
	cursor: pointer;
}
.recruit-info {
    background: #fff;
    padding: 20px 20px 40px;
    line-height: 26px;
    display: none;
}
/*联系我们*/
.contact-wrap{
	margin: 80px auto 70px;
}
.contact-wrap h3{
	font-size: 26px;
	text-align: center;
	margin-bottom: 75px;
}
.contact-text{
	line-height: 26px;
	float: right;
}
.contact-wrap .contact-right {
	text-align: center;
}
.contact-right span{
	display: inline-block;
	text-align: center;
	margin-right: 18px;
}

.feedback-title{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #000;
	background: #e6e6e6;
}
.feedback-con{
	padding-bottom:70px;
	background:#f5f5f5;
}
.feedback{
	background: #fff;
	padding:40px 0 50px;
}

.feedback .form-group{
	line-height: 45px;
}
.feedback .form-control{
	border-radius: 0;
	height: 45px;
	line-height: 45px;
}
.feedback .message-text{
	border: #E5E5E5 1px solid;
	overflow: hidden;
	padding-bottom: 12px;
}
.feedback .message{
	width: 100%;
	padding: 10px;
	border: none;
	resize: none;
  outline: none;
}
.feedback .send{
	width: 120px;
	height: 46px;
	background: #a98a4b;
	line-height: 46px;
	text-align: center;
	color: #fff;
	float: right;
	border: none;
	margin-right: 15px;
}

/*add*/
.pro-con{
	margin: 40px auto;
	min-height: 200px;
}
.pro-con h1{
	text-align: center;
	color: #000;
	margin: 20px 0 40px;
}
.type_li>li{
	margin-bottom: 30px;
	cursor: pointer;
}
.video_box #video1{
	width: 100%;
}
@media only screen and (min-width:1500px) {
	.yuyue-form{
		width: 700px;
	}
}
@media only screen and (min-width: 1300px) and (max-width:1600px) {
	.logo1 img{
		width: 300px;
	}
	.top-menu{
		right: 40px;
	}
	.employee-text{
		height: 480px;
	}
}
@media only screen and (max-width: 1024px) {
	.logo1{
		display: none;
	}
	.logo2{
		display: block;
	}
	#nav{
		float: left;
	}
	.nav-item li{
			margin-left:10px;
	}

	.index_list_con h1,.index-title h1,.index-service-con h1,.banner-title h1,
	#historyScroll .item h1,.gaishu h1,.picture h1,.sheshi h1,.yuyue-title h1,
	.news-main h1,.news-title-text h1,.talent-con h1,.learn-text h1,.recruit-wrap h1,.pro-con h1{
		font-size:28px;
	}
	.index-service-con{
		padding: 15% 0;
	}
	.index-service-con h3{
		font-size: 18px;
	}
	.index_list_con p{
		margin-top: 20px;
	}

	.index-service{
		height: auto;
	}
	.about-wrap h3,.honor-wrap h3,.dashiji h3,
	.culture-con h3,.project-text h3,.industry-wrap h3,
	.talent-text h3,.employee-text h3,.jund h3,.contact-wrap h3{
		font-size: 22px;
	}
	.history-con{
		padding: 0 80px;
	}
	#historyScroll .owl-prev{
		left: -60px;
	}
	#historyScroll .owl-next{
		right: -60px;
	}

	.project-li li .project-text{
		padding: 30px 40px;
	}
	.news-left h3{
		font-size: 20px;
	}
	.employee-text{
		height: auto;
	}
	.talent-list li .talent-text {
    padding: 50px;
	}
}

@media only screen and (max-width:992px) {
	#nav,.top-menu{
		display: none;
	}
	.menu-btn{
		display: block;
	}
	#nav{
		position: absolute;
		width: 100%;
		left: 0;
		top: 80px;
		background:#394255;
		padding: 10px 0;
		z-index: 999;
	}
	#nav .nav-home{
		display: none;
	}
	.nav-item{
		width: 100%;
	}
	.nav-item>li{
		float: left;
		width: 100%;
		display: block;
		line-height: 40px;
	}
	.nav-item>li>a{
		width: 100%;
	}
	.footer-nav{
		border: none;
	}
	.footer .footer-right{
		float: none;
	}
	.footer-right .b-weibo{
		width: 250px;
	}
	.yuyue li,.talent-list li{
		width: 100%;
	}
	.yuyue-form {
    padding: 45px 20px 30px 50px;
	}

	.news-tab{
		margin-top: 0;
	}

	.prev-next .news-page{
		margin:10px 0;
	}

	.contact-text{
		float: none;
		margin-bottom: 30px;
	}
	.contact-wrap .contact-right{
		text-align: left;
	}
}

@media only screen and (max-width:768px) {
	.index_list_con h1,.index-title h1,.index-service-con h1,.banner-title h1,
	#historyScroll .item h1,.gaishu h1,.picture h1,.sheshi h1,.yuyue-title h1,
	.news-main h1,.news-title-text h1,.talent-con h1,.learn-text h1,.recruit-wrap h1,.pro-con h1 {
  	  font-size: 22px;
	}
	.index_list_con {
    text-align: center;
    padding: 30px 20px 0;
	}
	.partner-list li{
		width: 20%;
	}
	.about-wrap h3,.honor-wrap h3,.dashiji h3,.culture-con h3,
	.project-text h3,.industry-wrap h3,.page-title h3,
	.talent-text h3,.employee-text h3,.jund h3,.contact-wrap h3{
		font-size:20px;
	}
	.about-left h4{
		font-size: 16px;
	}
	.introduce{
		background-size: cover;
	}
	.dashiji h3{
		margin: 40px 0;
	}
	.project-con{
		padding: 0 20px;
	}
	.project-li li{
		width: 100%;
	}
	.sheshi{
		padding: 45px 0 70px;
	}
	.yuyue-title{
		padding: 80px;
	}
	.news-left h3 {
    font-size: 18px;
	}
	.news-right h4,.news-list li .news-t{
		font-size: 16px;
	}
	.employee-text{
		padding: 40px 20px;
	}

	.contact-wrap {
    margin: 40px auto 30px;
	}
	.contact-wrap h3{
		margin-bottom: 30px;
		line-height: 30px;
	}
}

@media only screen and (max-width:480px) {
	.turn-box{
		bottom: 10px;
	}
	.turn{
		width: 60px;
		height: 62px;
		background-size: 100%;
	}
	.introduce {
    background: url(../img/about-img02.jpg)20% center no-repeat;
	  padding: 10% 0;
	  background-size: cover;
	}
	.introduce .intr-con .more{
		width: 100px;
		height: 40px;
		line-height: 40px;
		margin: 20px auto 0;
	}
	.index_list li{
		width: 100%;
	}
	.index_list_con h1,.index-title h1,.index-service-con h1,
	#historyScroll .item h1,.gaishu h1,.picture h1,.sheshi h1,
	.yuyue-title h1,.news-main h1,.news-title-text h1,.talent-con h1,
	.learn-text h1,.recruit-wrap h1,.pro-con h1{
		font-size: 20px;
	}
	.index_list_con{
		padding: 30px 20px;
	}

	#newsScroll .item h5,.about-left h4{
		font-size: 14px;
	}
	.index-service-con h3{
		font-size: 16px;
	}
	.partner-list li{
		width: 25%;
	}
	.top-menu, .menu-btn{
		right: 20px;
	}
	.dashiji h3 {
    margin: 20px 0;
	}
	.history-wrap,.culture-wrap{
		padding: 40px 0;
	}
	.history-more{
		height:50px;
		line-height: 50px;
	}
	/*footer*/
	.footer{
		padding: 25px 0;
	}
	.footer-nav{
		margin-bottom: 20px;
	}
	.footer-nav li{
		width: 100%;
	}
	.footer-nav li span>a{
		font-size: 14px;
		background: url(../img/arrow-right.png) right center no-repeat;
	}
	.footer-nav li dl{
		display: none;
	}
	.footer-nav li span{
		margin-bottom: 0;
		height:40px;
		line-height:40px;
		border-bottom:rgba(255,255,255,.3) 1px solid;
		padding-left: 20px;
	}
	.bottom{
		line-height:26px;
		padding: 20px 0;
	}
	.about-wrap h3,.honor-wrap h3,.dashiji h3,
	.culture-con h3,.project-text h3,.industry-wrap h3,
	.talent-text h3,.employee-text h3,.jund h3,.contact-wrap h3{
		font-size:18px;
	}
	.inside-banner .banner-title{
		padding: 10px 0;
	}
	.inside-banner .banner-title h4{
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
	}
	.banner-title h1{
		font-size: 16px;
	}
	.inside-banner .banner-title h1{
		line-height: 20px;
	}
	.inside-banner h5{
		font-size:12px;
	}
	#historyScroll .owl-item{
		padding:0 10px;
	}
	.history-con{
		padding: 0 40px;
	}
	#historyScroll .owl-prev{
		left: -30px;
	}
	#historyScroll .owl-next{
		right: -30px;
	}
	.about-wrap{
		margin: 30px auto;
	}

	.project-li li .project-text{
		padding: 20px 0;
	}

	.picture h1{
		margin-bottom: 25px;
	}
	.yuyue-title{
		padding:40px;
	}
	.industry-left{
		font-size:14px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.news-left h3 {
    font-size: 14px;
	}
	.news-right h4,.news-list li .news-t{
		font-size: 14px;
	}

	.news-list li{
		padding: 20px 0;
	}
	.news-list li .time{
		width: 28%;
	}
	.news-list li .news-t{
		padding: 0 10px;
	}
	.news-list li .news-icon{
		display: none;
	}
	.news-detail{
		margin: 30px auto;
	}
	.page-title h3{
		font-size: 16px;
	}
	.prev-next{
		padding: 20px 0 0;
	}
	.prev-next .news-page {
	    padding-top: 10px;
	    font-size: 14px;
	    line-height: 30px;
	}
	.prev-next .news-page span {
	    width: 80px;
	    height: 30px;
	    margin-right: 12px;
	}

	.talent-list li .talent-text{
		padding: 20px;
	}

	.jund h5{
		width: 100%;
	}
	.recruit-wrap{
		padding: 35px 0 30px;
	}
	.contact-right span{
		margin-right: 0;
	}
	.project-box{
		padding: 20px 0;
	}
	.order-box .order-form{
		padding-left: 0;
		padding-right: 0;
		height:500px;
		overflow-y: scroll;
	}
	.project-box h3{
		font-size: 16px;
		margin: 10px 0;
	}
}


/*add*/

.b-ewm img{
	width: 100px;
	height: 100px;
}
