.nk_dh{
	height: 80px;
	line-height: 79px;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}
.nk_dh .dw{
	float: left;
	font-size: 18px;
	color: #666;
}
.nk_dh .dw i{
	display: inline-block;
	float: left;
	height: 18px;
	width: 18px;
	background: url(../images/house.png) no-repeat;
	background-size: 18px;
	margin-top: 30px;
}
.nk_dh .dw span{
	padding: 0 5px;
}
.nk_dh .dw a{
	color: #666;
}



.nk_dh .dw_dh{
	float: right;
}
.nk_dh .dw_dh a{
	color: #666;
	font-size: 18px;
	margin: 0 10px;
	height: 78px;
	display: block;
	float: left;
	position: relative;
}
.nk_dh .dw_dh a i{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background: #AD8C64;
	transition: .3s;
}
.nk_dh .dw_dh a:hover, .nk_dh .dw_dh a.active{
	color: #AD8C64;
}
.nk_dh .dw_dh a:hover i,.nk_dh .dw_dh a.active i{
	width: 100%;
}


.inner-title {font-size:36px;color:#333333;font-family:MicrosoftYaHei;font-weight:bold;text-align:center;}
.inner-title span {color:#AD8C64;}
.inner-desc i {display:block;width:42px;height:2px;margin:16px auto 0;background-color:#AD8C64;}
.inner-desc {text-align:center;font-size:18px;color:#333333;text-transform:uppercase;font-family:MicrosoftYaHei;padding-top:10px;}
.col-md-6s {float:left;width:50%;}
.col-md-4s {float:left;width:33.3%;}
.col-md-6s {width:50%;float:left;}
.col-md-3s {float:left;width:25%;}
.col-md-5s {float:left;width:20%;}
.col-md-12s {width:100%;float:left;}
.index-more {overflow:hidden;width:98px;border-bottom:1px solid #AD8C64;text-align:center;transition-property:all;transition-duration:.5s;transition-timing-function:ease-in;}
.index-more a {color:#666666;display:block;font-size:14px;text-transform:uppercase;}
.index-more:hover {margin-left:8px;}



/*列表分页*/
.mk_pages {text-align:center;font-size:0;padding:30px 0 100px;}
.mk_pages ul {text-align:center;font-size:0;}
.mk_pages ul li {display:inline-block;font-size:16px;margin:0 4px;border:1px solid #e9e9e9;width:38px;height:38px;line-height:38px;float:none;}
.mk_pages ul li a {font-size:14px;display:block;width:100%;height:100%;color:#666;}
.mk_pages .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999;margin:0px 2px;}
.mk_pages .pageinfo strong {color:#555;font-weight:normal;margin:0px 2px;}
.mk_pages ul li.active,.mk_pages ul li.active a,.pagebox ul li.active a:hover {font-weight:bold;background:#AD8C64;color:#fff;border:1px solid #AD8C64;}
.mk_pages ul li.disabled span {padding:14px 9px;}
/* 新闻动态 */
.ny_banner h1 span{color: #AD8C64;}
.ny_news_container{
    padding-top: 80px;
}
.ny_news_container a{
    display: block;
    border: 1px solid #DDDDDD;
    margin: 0 10px;
    padding: 20px 20px 40px 20px;
    margin-bottom: 50px;
}
.ny_news_container a .pic{
    width: 100%;
    overflow: hidden;
}
.ny_news_container a .pic img{
    width: 100%;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
}
.ny_news_container a:hover .pic img{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.ny_news_container a .text{
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.ny_news_container a .tit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #000000;
    padding: 20px 0 18px;
    transition: color 1s;
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition: color 1s;
}
.ny_news_container a .time{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    padding-top: 26px;
    background: url(../images/time.png) no-repeat left 27px;
    padding-left: 19px;
}
.ny_news_container a:hover .tit{
    color: #AD8C64;
}


/* 详情页 */.ny-detail-ibox {background-color:#f5f5f5;padding-top:50px;padding-bottom:110px;overflow:hidden;}
.ny-detail-ibox .ny-left {width:19%;background-color:#fff;}
.ny-detail-ibox .ny-left .tit {height:100px;background:#AD8C64;width:100%;font-size:30px;color:#FFFFFF;font-family:MicrosoftYaHei;padding-left:28px;padding-top:18px;box-sizing:border-box;}
.ny-detail-ibox .ny-left .tit span {font-size:16px;display:block;}
.sidebar-nav a {box-sizing:border-box;padding:0 20px 0 30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;border-bottom:#f7f7f7 1px solid;width:100%;height:49px;line-height:49px;font-size:14px;font-family:MicrosoftYaHei;font-weight:400;color:#333333;background:url(../images/arr.png) no-repeat 95%  center;transition:all .8s;-webkit-transition:all .8s;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s;}
.sidebar-nav a:hover,.sidebar-nav a.active {background-color:#fcaa73;color:#333333 !important;}
.ny-detail-ibox .ny-right {width:79.4%;float:right;}
.ny-detail-ibox.ny-detail-ibox22 .ny-right{width: 100%;float: none;}
.ny-detail-ibox .ny-detail-con {float:left;width:68.5%;}
.ny-detail-ibox .detail-ibox {background-color:#fff;padding:40px 30px;}
.ny-detail-ibox .big-title {text-align:center;font-size:30px;font-family:MicrosoftYaHei;font-weight:bold;color:#333333;margin-bottom:26px;}
.ny-detail-ibox .hangye-desc{line-height: 30px;}
.ny-detail-ibox .hangye-desc p{margin-bottom: 20px;}
.ny-detail-ibox .swiper-imgs22 {margin-bottom:24px;}
.ny-detail-ibox .swiper-imgs22 img {width:100%;}
.ny-detail-ibox .swiper-imgs22 .swiper-button-next {outline:none;border:none;width:60px;right:0;height:66px;background:url(../images/dingzhi-arr2.png) no-repeat;right:0;}
.ny-detail-ibox .swiper-imgs22 .swiper-button-prev {outline:none;border:none;width:60px;height:66px;left:0;background:url(../images/dignzhi-arr.png) no-repeat;}
.ny-detail-ibox .swiper-button-next:after,.ny-detail-ibox .swiper-container-rtl .swiper-button-prev:after {content:"";}
.ny-detail-ibox .swiper-button-prev:after,.ny-detail-ibox .swiper-container-rtl .swiper-button-prev:after {content:"";}
.ny-detail-ibox .txt {font-size:14px;font-family:MicrosoftYaHei;font-weight:400;color:#333333;line-height:24px;}
.ny-detail-ibox .bar {height:50px;background:#F7F7F7;line-height:50px;padding-left:20px;margin-bottom:20px;font-size:16px;font-family:MicrosoftYaHei;font-weight:bold;margin-top:20px;color:#333333;}
.zixun-bar {margin:30px 0;width:100%;height:150px;}
.zixun-bar .left {font-size:28px;font-family:Source Han Sans CN;font-weight:400;color:#FFFFFF;line-height:36px;text-shadow:0px 0px 8px rgba(0,0,0,0.57);margin-left:76px;margin-top:35px;}
.ind-tip .top {width:270px;height:100px;text-align:center;margin-bottom:16px;margin-top:30px;margin-right:45px;}
.ind-tip .name {font-size:18px;height:38px;line-height:38px;margin-bottom:4px;color:#AD8C64;}
.ind-tip .tel {font-size:28px;font-weight:bold;font-family:Arial;color:#AD8C64;}
.side-bar {float:right;width:29.2%;}
/* 留言框 */.contact-form {width:100%;height:400px;margin:0 auto;box-sizing:border-box;padding-top:38px;}
.contact-form  ul {width:500px;margin:0 auto;}
.contact-form .input {margin-bottom:10px;padding:0;}
.contact-form .input .s-input {height:44px;line-height:44px;background-color:#fff;color:#6E6E6E;opacity:0.6;font-size:15px;position:relative;padding-left:22px;padding-right:22px;border:1px solid #DDDDDD;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;}
.contact-form .input input {width:100%;display:block;height:44px;line-height:44px;}
.contact-form .s-textarea {box-sizing:border-box;height:90px;color:#6E6E6E;opacity:0.6;font-size:15px;background:#FFFFFF;border:1px solid #DDDDDD;border-radius:5px;padding-left:22px;padding-right:22px;padding-top:12px;}
.contact-form .s-textarea textarea {display:block;width:100%;}
.contact-form .s-submit {text-align:center;margin-top:20px;}
.contact-form .s-submit span {margin:0 auto;display:block;width:140px;height:40px;background:#AD8C64;border-radius:20px;font-size:14px;font-family:MicrosoftYaHei;font-weight:400;color:#FFFFFF;line-height:40px;text-align:center;cursor:pointer;}
.contact-form p.tit {font-size:24px;font-family:Microsoft YaHei UI;font-weight:300;color:#333333;margin-bottom:22px;text-align:center;}
/* 内页右侧新闻 */.ny-news-slist.news-slist {width:100%;}
.ny-news-slist.news-slist .news-title {padding-left:20px;padding-right:20px;background-color:#fff;margin-right:10px;padding-top:22px;}
.ny-news-slist.news-slist .dd {padding:15px 20px 20px 20px;/* height:560px;*/height:auto;}
.ny-news-slist.news-slist .dd li {margin-bottom:10px;}
.ny-news-slist.news-slist .news-title span {font-size:18px;font-weight:bold;color:#333333;}
.ny-news-slist.news-slist .news-title a {color:#999999;}
.news-ilist.news-ilist2 {width:100%;background-color:#fff;margin-top:20px;padding:0;}
.side-bar .index-news .news-title {padding-top:22px;}
.side-bar .news-show .pic {padding:0 20px;}
.side-bar .index-news .news-desc-ibox .tit a {font-weight:normal;}
.side-bar .index-news .news-tit {float:none;width:100%;text-align:left;}
.side-bar .index-news .news-desc-ibox {padding:0 20px;}
.side-bar .index-news .news-recommend-list {margin:0;padding-top:24px;height:auto;padding-bottom:18px;}
.ny-news-slist.news-slist .dd li .title {overflow:hidden;text-overflow:ellipsis;white-space: nowrap;height:68px;padding-top: 18px;box-sizing: border-box;line-height: 68px;padding-top: 0;}
.ny-detail-ibox .top_links {margin-bottom:30px;font-size:0;}
.ny-detail-ibox .top_links a {display:inline-block;*display:inline-block;*zoom:1;margin-right:10px;width:174px;height:52px;background:#FFFFFF;line-height:52px;text-align:center;font-size:18px;font-family:PingFang SC;font-weight:400;color:#656565;transition:all .8s;-webkit-transition:all .8s;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s;}
.ny-detail-ibox .top_links a.active {background-color:#FF751B;color:#fff !important;}
.ny-detail-ibox .hangye-tit {font-size:24px;font-family:MicrosoftYaHei;font-weight:bold;color:#333333;margin-bottom:10px;margin-top:30px;height:42px;line-height:42px;}
.ny-detail-ibox .hangye-tit img {margin-top:-12px;margin-right:6px;}
.ny-detail-ibox .hangye-desc .text {line-height:24px;}
.yulu {padding:22px 20px 15px 20px;background-color:#fff;margin-top:20px;}
.yulu .tit {text-align:left;font-size:18px;font-family:MicrosoftYaHei;font-weight:bold;color:#333333;}
.yulu-desc {width:100%;height:320px;font-size:27px;color:#444444;padding:0 16px;box-sizing:border-box;margin-top:7px;}
.yulu-desc span {display:block;padding-top:70px;box-sizing:border-box;height:260px;font-family: PingFang SC;}
.dianzan {font-size:18px;font-family:MicrosoftYaHei;font-weight:400;color:#AD8C64;background:url(../images/dianzan2.png) no-repeat left center;height:30px;line-height:40px;padding-left:30px;}
.dianzan.active {background:url(../images/dianzan.png) no-repeat left center;}
/* 推荐案例 */.recommend-tit {font-size:18px;font-family:MicrosoftYaHei;font-weight:bold;color:#333333;margin-bottom:10px;}
.recommend-ibox {overflow:hidden;padding-top:55px;}
.recommend-list {margin:0 -6px;}
.recommend-list a {display:block;margin:0 6px;}
.recom-title {font-size:18px;font-family:MicrosoftYaHei;font-weight:bold;color:#333333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:12px 0;transition:color 1s;-webkit-transition:color 1s;-moz-transition:color 1s;-ms-transition:color 1s;-o-transition:color 1s;}
.recommend-list .text {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-family:MicrosoftYaHei;font-weight:400;color:#666666;}
.recommend-list .pic {width:100%;overflow:hidden;}
.recommend-list .pic img {transition:transform 1.2s;-webkit-transition:transform 1.2s;-moz-transition:transform 1.2s;-ms-transition:transform 1.2s;-o-transition:transform 1.2s;width: 100%;}
.recommend-list a:hover .recom-title {color:#AD8C64;}
.recommend-list a:hover .pic img {transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);}
/* 上一篇&下一篇 */.artcile-menu {margin-top:20px;}
.artcile-menu ul {margin:0 -6px;}
.artcile-menu li a {display:block;height:60px;line-height:60px;background:#FFFFFF;padding:0 14px;margin:0 6px;overflow:hidden;color:#333333;font-family:MicrosoftYaHei;}
.index-news {padding:70px 0 108px;overflow:hidden;}
.news-ilist {width:63.57%;}
.news-slist {width:36.43%;}
.index-news .news-title {margin:0 20px 20px;}
.index-news .news-title span {color:#333333;font-weight:bold;font-size:18px;}
.index-news .news-title a {font-size:14px;color:#999999;}
.index-news .ind-news-ibox {margin:0 -18px;padding-top:40px;}
.index-news .ind-news-ibox .item {margin:0 10px;padding-bottom:14px;background-color:#ffffff;cursor:pointer;}
.index-news .ind-news-ibox .pic {width:100%;overflow:hidden;padding:20px 20px 0 20px;box-sizing:border-box;}
.index-news .ind-news-ibox .pic a {display:block;}
.index-news .ind-news-ibox .pic img {transition:transform 2s;-webkit-transition:transform 2s;-moz-transition:transform 2s;-ms-transition:transform 2s;-o-transition:transform 2s;}
.index-news .ind-news-ibox .item:hover .pic img {transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);}
.index-news .ind-news-ibox .item:hover .tit a {color:#AD8C64;transition:color 1s;-webkit-transition:color 1s;-moz-transition:color 1s;-ms-transition:color 1s;-o-transition:color 1s;}
.index-news .news-desc-ibox {padding:0 26px;}
.index-news .news-desc-ibox .tit a {display:block;font-size:20px;font-family:MicrosoftYaHei;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:15px;}
.index-news .news-desc-ibox .time {font-size:14px;color:#999999;font-family:MicrosoftYaHei;margin:10px 0;}
.index-news .news-desc-ibox .text {font-size:14px;color:#666666;font-family:MicrosoftYaHei;overflow:hidden;display:-webkit-box !important;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:48px;line-height:24px;}
.index-news .news-recommend-list {height:240px;background-color:#ffffff;margin:0 10px;}
.index-news .news-recommend-list .news-item a {height:57px;line-height:57px;margin:0 20px;display:block;border-top:1px solid #EEEEEE;font-size:16px;font-family:MicrosoftYaHei;color:#000;box-sizing:border-box;padding:0 8px;}
.index-news .news-tit {float:right;text-align:left;width:76%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index-news .news-time {float:left;font-size:14px;color:#666666;font-family:MicrosoftYaHei;}
.news-slist .dd {margin:0px 10px 0 0;height:647px;overflow:hidden;background-color:#fff;padding:20px;box-sizing:border-box;}
.news-slist .dd li {margin-bottom:10px;}
.news-slist .dd li a {display:block;background-color:#F7F7F7;transition:color .4s;}
.news-slist .dd li .ifaq {height:70px;overflow: hidden;}
.news-slist .dd li .ifaq.q {margin-bottom:10px;}
.news-slist .dd li .ifaq span {display:block;float:left;width:70px;height:70px;background:#AD8C64;text-align:center;font-size:14px;font-family:MicrosoftYaHei;color:#fff;box-sizing:border-box;padding-top:12px;}
.news-slist .dd li .ifaq span em {font-size:18px;display:block;font-weight:bold;margin-bottom:6px;}
.news-slist .dd li .title {margin-left:38px;height:70px;line-height:70px;font-size:16px;color:#000000;font-family:MicrosoftYaHei;overflow:hidden;padding:0 28px 0 12px;white-space: nowrap;text-overflow: ellipsis;}
.news-slist .dd li a:hover .title {color:#AD8C64;}
.news-slist .dd .tempWrap{
	height: 606px !important;
}










.case-tab-tit2{
	float: left;
	width: 12.5%;
	text-align: center;
	margin: 40px 0 45px 0;
}
.case-tab-top2 .case-tab-tit2.active .top-tit{
	color: #AD8C64;
}
.case-tab-tit2 .top-tit{
	font-size: 16px;
	color: #343434;
	margin-top: 15px;
}
.case-tab-tit2 .icon{
	display: block;
	height: 40px;
	width: 40px;
	background: url(../images/case_icon.png) no-repeat;
	margin: 0 auto;
	/* background-position: 0px -45px !important; */
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.case-tab-top2 .case-tab-tit2.active .icon1{
	background-position: 0px -45px !important;
}
.case-tab-tit2 .icon2{
	background-position: -67px 0 !important;
}
.case-tab-top2 .case-tab-tit2.active .icon2{
	background-position: -67px -45px !important;
}
.case-tab-tit2 .icon3{
	background-position: -135px 0 !important;
}
.case-tab-top2 .case-tab-tit2.active .icon3{
	background-position: -135px -45px !important;
}
.case-tab-tit2 .icon4{
	background-position: -202px 0 !important;
}
.case-tab-top2 .case-tab-tit2.active .icon4{
	background-position: -202px -45px !important;
}
.case-tab-tit2 .icon5{
	background-position: -269px 0 !important;
}
.case-tab-top2 .case-tab-tit2.active .icon5{
	background-position: -269px -45px !important;
}
.case-tab-tit2 .icon6{
	background-position: -337px 0 !important;
}
.case-tab-top2 .case-tab-tit2.active .icon6{
	background-position: -337px -45px !important;
}
.case-tab-tit2 .icon7{
	background-position: -404px 0 !important;
}
.case-tab-top2 .case-tab-tit2.active .icon7{
	background-position: -404px -45px !important;
}
.case-tab-tit2 .icon8{
	background-position: -471px 0 !important;
}
.case-tab-top2 .case-tab-tit2.active .icon8{
	background-position: -471px -45px !important;
}
.case-tab-tit2 .icon9{
	background-position: -539px 0 !important;
}
.case-tab-top2 .case-tab-tit2.active .icon9{
	background-position: -539px -45px !important;
}
.case-tab-tit2 .icon10{
	background-position: -606px 0 !important;
}
.case-tab-top2 .case-tab-tit2.active .icon10{
	background-position: -606px -45px !important;
}
.case-tab-tit2 .case-tab-tit2 .icon11{
	background-position: 0px 0 !important;
}
.case-tab-top2 .case-tab-tit2.active .icon11{
	background-position: 0px -45px !important;
}


.ny-case-tab-list .tit{
	font-size: 24px;
	font-weight: bold;
	color: #343434;
	/* line-height: 18px; */
	margin: 20px 0;
	transition: .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ny-case-tab-list .text{
	transition: .3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.ny-case-tab-list .item{
	margin: 0 10px;
	margin-bottom: 50px;
}
.ny-case-tab-list .pic{
	overflow: hidden;
}
.ny-case-tab-list .pic img{
	transition: .7s;
	width: 100%;
}
.ny-case-tab-list .item:hover .tit{
	color: #AD8C64;
}
.ny-case-tab-list .item:hover .text{
	color: #AD8C64;
}
.ny-case-tab-list .item:hover img{
	transform: scale(1.1);
}


@media only screen and (max-width: 1499px){
	.case-tab-tit2 .top-tit{
		font-size: 13px;
		margin-top: 11px;
	}
}

/*case_list end*/






.team1_teacher1{
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.team1_teacher1 .left{
	float: left;
	width: 60%;
}
.team1_teacher1 .left .img{
	float: left;
	width: 300px;
}
.team1_teacher1 .left .img img{
	width: 100%;
}
.team1_teacher1 .left .desc{
	float: left;
	padding-left: 32px;
}
.team1_teacher1 .left h5{
	margin-top: 10px;
	font-size: 18px;
	color: #AD8C64;
	line-height: 40px;
}
.team1_teacher1 .left p{
	line-height: 30px;
	color: #666;
}
.team1_teacher1 .right{
	margin-top: 10px;
	float: right;
	width: 40%;
}
.team1_teacher1 .right p{
	color: #666;
	line-height: 30px;
}




.teach_item{
	float: left;
	width: 24%;
	margin-right: 1.3333%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 30px;
}
.teach_item:nth-of-type(4n){
	margin-right: 0;
}
.teach_item .desc{font-size: 13px;height: 145px;}
.teach_item h5{
	margin-top: 10px;
	font-size: 18px;
	color: #AD8C64;
	line-height: 30px;
	margin-bottom: 2px;
	text-align: center;
}
.teach_item p{
	line-height: 23px;
}
.teach_item .img{
	overflow: hidden;
}
.teach_item img{
	width: 100%;
	transition: .5s;
}
.teach_item:hover img{
	transform: scale(1.1);
}











/*show_team*/

.s_teamdetail{padding:80px 0px;}
.s_teamdetail .g-wrap{position:relative;}
.s_teamdetail .img{width:410px;float: left;position: relative;overflow: hidden;}
.s_teamdetail .img img{width: 100%;}
.s_teamdetail .info{width:calc(100% - 480px); float:right; line-height:30px; font-size:18px;}
.s_teamdetail .info .name{font-size:28px; color:#001659;margin-top:20px;margin-bottom:20px;}
.s_teamdetail .info .site{font-size:20px; margin-bottom:20px;}
.s_teamdetail .info p{margin-bottom:20px;}
.s_teamdetail .info p:last-child{margin-bottom:0px;}
.s_teamdetail  .bg {
    width: 100%;
    text-align: center;
    height: 124px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.s_teamdetail .name2 {
    font-size: 24px;
    font-family: '思源黑体';
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(90deg,#DFA124 0%,#FFF36D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 42px;
}
.s_teamdetail .text {
    font-size: 15px;
    font-family: '思源黑体';
    font-weight: bold;
    color: #EDCF74;
    background: linear-gradient(90deg,#DFA124 0%,#FFF36D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 4px;
}






/* 招募 */
.zhaopin-ibox {
	padding-top: 60px;
	padding-bottom: 65px;
}

.join_in_ibox {
	padding-top: 34px;
}

.about1 .title222 {
	position: relative;
	font-size: 20px;
	color: #444444;
	font-weight: bold;
	padding-left: 12px;
	display: none;
}

.join_in_ibox i.border {
	position: absolute;
	left: 0;
	top: 2px;
	background-color: #1CBE94;
	width: 4px;
	height: 22px;
}

.page-intro .pi-title {
	font-size: 40px;
	color: #444444;
	line-height: 40px;
	display: block;
	font-family: Microsoft YaHei;
		text-align: center;
}

.page-intro .pi-txt {
	text-align: left;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-family: Microsoft YaHei;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}

.col-xs-12s {
	width: 100%;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.inner_job .job_box {
	width: 100%;
	position: relative;
	margin-top: 18px;
}

.panel-default {
	border: none;
}

.inner_job .job_box .job_title {
	width: 100%;
	position: relative;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 30px;
	border-bottom: 1px solid #e9edf3;
}

.inner_job .job_box .job_content {
	background: #fff;
	padding: 0;
}

.inner_job .job_box .panel-default>.panel-heading {
	background: #fff;
	border: none;
	padding: 0;
	box-shadow: none;
}

.inner_job .job_box .panel-default>.panel-heading.open a {
	background-color: #fff1b2;
}

.inner_job .job_box .panel-collapse {
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}

.inner_job .job_box .panel-default>.panel-heading a {
	font-size: 16px;
	color: #444444;
	display: block;
	padding: 19px 30px;
	background: #fff;
	border-bottom: 1px solid #CCCCCC;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 0;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.inner_job .job_box .panel-default>.panel-heading a span {
	float: left;
}

.inner_job .job_box .panel-default>.panel-heading a span.p1 {
	width: 20%;
}

.inner_job .job_box .panel-default>.panel-heading a span.p2 {
	width: 20%;
}

.inner_job .job_box .panel-default>.panel-heading a span.p3 {
	width: 20%;
}

.inner_job .job_box .panel-default>.panel-heading a span.p4 {
	width: 20%;
}

.inner_job .job_box .panel-default>.panel-heading a span.p5 {
	width: 20%;
}
/* .inner_job .job_box .panel-default>.panel-heading a:hover {background-color:#fff1b2;} */
.inner_job .job_box .panel-default>.panel-heading span.open_bar {
	width: 20px;
	height: 20px;
	background: url(../images/add22.png) no-repeat;
	position: absolute;
	top: 26px;
}

.inner_job .job_box .panel-default>.panel-heading .collapsed span.open_bar:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.inner_job .job_box .panel-collapse {
	padding: 15px;
	width: 100%;
	display: none;
}

.recruitmentBox .top[data-on="active"] .open_bar {
	background: url(../images/plus.png) no-repeat !important;
}

.panel-body {
	padding: 0 15px;
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}

/* 链接列表 */
.link-list a {display:block; -webkit-transition:color 300ms; transition:color 300ms;font-family: "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;}
.link-list a span {float:left; margin-right:15px;}
.link-list p {}
/* 日期块 */
.date-block {float:left; padding:0 20px;box-sizing: border-box; width:120px; height:120px; font:16px/18px "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif; color:#444; background-color:#e1e1e1;}
.date-block .day {display:block; margin:18px 0 3px 0; font:bold 42px/42px "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif; color:#AD8C64;}
/* 链接块 */
.link-block {border-top:1px dotted #ccc;}
.link-block a {display:block; padding:24px 24px 24px 0; height:120px; border-bottom:2px solid #e8e6e6; -webkit-transition:background-color 400ms; transition:background-color 400ms;}
.link-block a:hover {background-color:#233361;color: #fff;}
.link-block a h1,.link-block a h3,.link-block a p{transition: .3s;}
.link-block a:hover h1,.link-block a:hover h3,.link-block a:hover p{color: #fff;}
.link-block a:hover .date-block{background: #233361;color: #fff;}
.link-block a:hover .date-block .day{color: #fff;}

.link-block a:last-child {border-bottom:0 none;}
.link-block a .summary {float:left; margin-left:18px; width:calc(100% - 160px); height:100%; line-height:18px; color:#746969;box-sizing: border-box;padding-top: 5px;}
.link-block a h1 {margin-bottom:8px; line-height:26px;height: 26px;font-size: 18px;font-weight: bold;color: #474545;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.link-block a h3 {margin:-4px 0; color:#746969;font-size: 12px;}
.link-block a p {margin-top:8px; height:54px; line-height:18px; color:#746969; overflow:hidden;font-size: 12px;}


.contact_address {margin:0 -15px;}
.contact_address .item {background-color:#f6f6f6;margin:0 15px;margin-bottom: 30px;}
.contact_address .address_name {font-size:21px;color:#333333;font-family:MicrosoftYaHei;position:relative;padding-left:12px;background-color:#fff;padding-bottom:15px;}
.contact_address .address_name i {width:4px;position:absolute;left:0px;top:4px;height:24px;background-color:#AD8C64;}
.contact_address .address_img {width:100%;overflow:hidden;}
.contact_address .address_img img {transition:transform 1.2s;-webkit-transition:transform 1.2s;-moz-transition:transform 1.2s;-ms-transition:transform 1.2s;-o-transition:transform 1.2s;}
.contact_address .item:hover .address_img img {transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);}
.contact_address .address_text {padding:16px 24px 26px;}
.contact_address .address_text .text {font-size:16px;color:#333333;font-family:MicrosoftYaHei;margin-bottom:12px;padding-left:40px;height:40px;line-height:30px;background-position: 0px 5px !important;}

.contact_address .address_text .text1 {background:url(../images/add_img.png) no-repeat left top;line-height: 22px; padding-bottom: 20px; background-position: 0px 5px !important;}
.contact_address .address_text .text2 {background:url(../images/add_img2.png) no-repeat left top;}
.contact_address .address_text .text3 {background:url(../images/add_img3.png) no-repeat left top;}

@media only screen and (max-width: 1399px){
	.contact_address .address_text .text{font-size: 14px;}
	.contact_address .address_text {
	    padding: 16px 14px 18px;
	}
	.contact_address .address_name{font-size: 17px;}
	.contact_address .address_name i{top: 1px;}
	.contact_address .address_text .text3,
	.contact_address .address_text .text2,
	.contact_address .address_text .text1{
		background-size: 24px;
	}
	.contact_address .address_text .text{
		padding-left: 36px;
		margin-bottom: 8px;
	}
}
.tj_a{
	width: calc(25% - 18px) !important;
	float: left;
}
.tj_a+.tj_a{
	margin: 0!important;
	margin-left: 20px!important;
}






.about-contact-ibox .map {
    float: left;
    width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.about-contact-ibox .contact-desc {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
	padding-right: 20px;
    padding-top: 40px;
    background-color: #f3f3f3;
    height: 430px;
	text-align: left;
}
.about-contact-ibox .contact-desc dt {
    font-size: 34px;
    font-family: MicrosoftYaHei;
    margin-bottom: 5px;
    font-weight: bold;
    color: #444444;
    line-height: 50px;
	margin-top: 20px;
}
.about-contact-ibox .contact-desc dd {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
	margin-top: 8px;
}
dd i.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/contact-icon.png) no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.inflex .tl{
	text-align: center;
}

input{
	outline: none;
	border: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}
.contact-ly{
	box-sizing: border-box;
	background-size: cover;
	margin-bottom: 70px;
}
.contact-ly-cont{
width: 100%;
background: #fff;
text-align: center;
box-sizing: border-box;
}
.contact-vs img,.contact-ly img{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.contact-ly img {
	width: 22px !important;
}
.contact-ly-title{
	margin-bottom: 35px;
}
.contact-ly-title h3{
	font-size: 36px;
	font-weight: normal;
}
.contact-ly-title p{
	color: #707070;
	font-size: 24px;
}
.contact-ly-c label{
	width: 49%;
	display: block;
	float: left;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	margin-right: 2%;
	margin-bottom: 24px;
	text-align: left
}
.contact-ly-c label:nth-of-type(2n){
	margin-right: 0;
}
.contact-ly-c label span{
	font-size: 16px;
	color: #333;
	display: inline-block;
	vertical-align: middle;padding-right: 5px;
	border-right: 1px solid #e7e7e7;
	padding-left: 6px;
	margin-right: 5px;
	font-weight: bold;
}
.contact-ly-c input{
	height: 22px;
	line-height: 22px;
	position: relative;
	top: 1px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: calc(100% - 120px);
}
.contact-ly-c textarea{
	width: 100%;
	border: 1px solid #f2f2f2;
	padding: 30px;
	display: block;
	height: 200px;
	box-sizing: border-box;
	resize: none;
	font-size: 16px;
}
.contact-ly-c .submit{
	width: 137px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	background-color: #77C244 ;
	background-position: 26px center;
	background-repeat: no-repeat;
	color: #fff;
	border-radius: 2px;
	margin-top: 50px;
	cursor: pointer;
	transition: all .8s;
}
.contact-ly-c .submit:hover{background-color: #77C244;}
.contact-zx{
	margin-top: 70px;
	position: relative;
}
.contact-zx .ves{
	position: absolute;
	bottom: 26px;
	left: 52%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: #fff;
	width: 330px;
	text-align: center;
	padding: 10px 30px 10px;
}
.contact-zx .ves p{
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
}
.contact-zx .ves a{
	color: #77C244 ;
	font-size: 16px;
}
.contact-text{
	padding-bottom: 62px;
	width: 100%;
	overflow: hidden;
}
.teach_item .desc{
	height: 77px;
	overflow: hidden;
}
.teach_item .desc strong{
	margin-bottom: 15px;
	display: block;
}