

/***********************************************************************************************************************************************************/
/*========================================================================== 首页样式 =====================================================================*/
/***********************************************************************************************************************************************************/




/************************************************************公用样式************************************************************/
*{margin:0;padding:0;}

ul,li{list-style:none;}

img{border:0;}

a{text-decoration:none;cursor:pointer;}

a:hover{text-decoration:none !important;}

a:focus,li:focus{outline:none;}

table{border-collapse:collapse;}

.clear{clear:both;}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.trans {
	transition: all .3s;

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cursorD{
	cursor:default
}

button{outline: 0;border: none;}

textarea {
	resize: none;
}

i {
	font-style: inherit;
}

.v-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/************************************************************头部************************************************************/
.yd-header {
	height: 70px;
	background-color: #fff;
}

.yd-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 18px;
	height: 100%;
}

.yd-logo {
	height: 95%;
}

.yd-logo img {
	height: 100%;
}

.yd-header-right {
	height: 70px;
}

.language {
	text-align: right;
	font-size: 14px;
	color: #333;
	height: 42px;
	line-height: 42px;
}

.language a {
	vertical-align: middle;
	margin: 12px;
	color: #000000;
	font-size: 15px;
}

.language a:hover {
	color: #1B9AF7;
}

.search-content {
	/* position: relative; */
}

.search-content a {
	/* position: absolute; */
	right: 0;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #000;
	/* top: 0; */
	font-weight: bold;
}

.search-content a:hover {
	color: #1B9AF7;
}


.search-input {
	height: 42px;
	line-height: 42px;
	border: 1px solid #f0f0f0;
	padding: 0 0 0 10px;
	/*padding-left: 12px;*/
}

.search-glass {
	width: 42px;
	height: 42px;
	background: url(../img/search_icon.png) no-repeat 50% 50% #f0f0f0;
	border: 0;
	outline: 0;
	padding-left: 3px;
	overflow: hidden;
	text-indent: -9999px;
}



/************************************************************导航************************************************************/
.nav {
	width: 100%;
	height: 56px;
	float: left;
	position: relative;
	z-index: 99;
	background: #0186D1;
}

.nav .yd-content > ul {
	width: 100%;
	float: left;
	padding: 0 25px;
}

.nav .yd-content > ul > li {
	float: left;
	width: 10%;
	line-height: 56px;
	height: 56px;
	text-align: center;
	font-size: 18px;
	font-weight: 700
}
.nav .yd-content > ul > li > a {float: left;color: #fff;display: block;width: 100%}
.nav .yd-content > ul > li.active {background: #01649D}
.nav .yd-content > ul > li:hover {background: #01649D}
.nav .yd-content > ul > li {position: relative}

.navbar-collapse.collapse {
	display: none;
}

.menu2 {
	position: absolute;
	z-index: 10;
	width: 210px;
	background: #FFF;
	top: 100%;
	/*left: -50px;*/
	margin-top: 20px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transition: 600ms;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}

.nav .yd-content > ul > li:hover .menu2 {
	z-index: 11;
	margin-top: 0;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.menu2 ul {
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
}

.menu2 > ul > li > a {
	display: block;
	padding: 0px 30px;
	text-align: left;
	line-height: 50px;
	color: #666 !important;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	font-size: 14px;
	font-weight: normal;
}

.menu2 li a span {
	float: right;
	line-height: 50px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	color: #666;
}

.menu2 li a:hover {
	text-indent: 1em;
}

.menu2 li a:hover span {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.nav .yd-content > ul > li:hover .menu2 ul {
	height: auto;
}

.menu2 > ul > li > a:hover {
	color: #666;
	background: #EDEDED;
}

/************************************************************轮播图************************************************************/
.main {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.banner {
	with: 100%;
	position: relative;
}

.banner .owl-controls {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 100;
}

.banner .owl-theme .owl-dots .owl-dot {
	zoom: 1.5!important;
}

.owl-theme .owl-dots .owl-dot span {
	background: #ffffff !important;

}

.owl-theme .owl-dots .owl-dot.active span {
	background: #0186D1 !important;
}


/************************************************************内容************************************************************/
.row:first-child {
	margin-top: 40px;
}

.row:not(:first-child) {
	/*margin: 30px 0 10px 0;*/
	margin: 30px 0 0 0;
}

/** 第一行 **/
.row-1 {
	width: 100%;
	height: 400px;
	float: left;
	overflow: hidden;
}

/** 第一行 左侧 **/
.row-1-l {
	width: 49%;
}

.row-1-l .item {
	position: relative;
	height: 100%;
}

.row-1-l .item img {
	height: 400px;
}

.row-1-l .item div {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	background-color: rgb(0, 0, 0, 0.5);
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}

.row-1-l .item div a {
	color: #d8d8d8;
}

.row-1-l .item div a:hover {
	color: #FFFFFF;
}

.row-1-l .owl-controls {
	position: absolute;
	z-index: 3;
	right: 10px;
	bottom: 0;
	margin: 0!important;
}

.row-1-l .owl-controls .owl-dots{
	height: 50px;
}

.row-1-l .owl-theme .owl-dots .owl-dot {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.row-1-l .owl-theme .owl-dots .owl-dot span {
	margin: 5px 5px!important;
}


/** 第一行 右侧 **/

.row-1-r {
	margin-left: 3%;
	width: 48%;
}

.row-1-r .hot-news {
	float: left;
	width: 100%;
	padding: 15px 20px;
	background: #f5f5f5;
	margin-bottom: 29px;
}

.hot-news .hot-title {
	margin-bottom: 8px;
}

.hot-news .hot-title a {
	font-weight: bold;
	font-size: 20px;
	color: #0186D1	;
	line-height: 32px;
}

.hot-news .hot-detail {
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.news-content {
	width: 100%;
	height: 100%;
	float: left;
}

.node-list {
	width: 100%;
	height: 36px;
	float: left;
	border-bottom: 1px solid #cccccc;
}

.node-list a {
	float: left;
	display: inline-block;
	color: #333333;
	font-size: 18px;
	height: 36px;
	margin-right: 30px;
	text-align: center;
	vertical-align: top;
}

.node-list a.active {
	color: #0186D1;
	font-weight: bold;
	border-bottom: 2px solid #0186D1;
	text-align: center;
}

.news-list {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.news-list ul.news:first-child {
	display: block;
}

.news-list ul.news {
	width: 100%;
	float: left;
	display: none;
	position: relative;
}

.news-list ul.news li {
	width: 100%;
	float: left;
	line-height: 35px;
	height: 35px;
}

.news-list ul.news li a:hover {
	color: #0186D1;
	font-weight: bold;
}


.news-list ul.news li div {
	width: 80%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list ul.news li a {
	color: #666;
}
.news-list ul.news li span {
	float: right;
	color: #8c8c8c;
}

/** 第二行 **/
.row-2 {
	float: left;
	width: 100%;
}

/** 第二行 左侧 **/
.row-2-l {
	width: 35%;
	float: left;

}

/** 第二行 中间 **/
.row-2-c {
	width: 35%;
	float: left;
	margin-left: 2.5%;
}

/** 第二行 右侧 **/
.row-2-r {
	width: 25%;
	float: left;
	margin-left: 2.5%;
	border: 1px solid #dbdbdb;
}

.row-2-r .video-content {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.row-2-r .video-content .video-title{
	padding: 0 9px;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	text-align: center;
}

.row-2-r .video-content .video-title a{
	font-weight: bold;
	font-size: 16px;
	color: #666;
}

.row-2-r .video-content .video-title a:hover {
	color: #0186D1;
}

.row-2-r .video-content .video-info{
	padding: 0 7px 5px 7px;
}

.row-2-r .video-content .video-info video{
	width: 100%;
	height: 162px;
	object-fit: fill;
}

.row-2-r .paper-content {
	padding: 0 7px 6px 7px;
	height: 120px;
}

.row-2-r .paper-content img {
	width: 100%;
	height: 97%;
}


/** 第三行 **/
.row-3 {
	float: left;
	width: 100%;
}

.row-3 .line {
	margin-top: 20px;
	width: 100%;
	float: left;
}

/** 第三行 左侧 **/
.row-3-l {
	width: 72.5%;
	float: left;
}

.row-3-l .industry-list {
	float: left;
	width: 100%;
}

.industry-list .industry:nth-child(1) {
	float: left;
	width: 48.8%;
	position: relative;
	height: 180px;
	overflow: hidden;
	margin-right: 2.4%;
}

.industry-list .industry:nth-child(2) {
	float: left;
	width: 48.8%;
	position: relative;
	height: 180px;
	overflow: hidden;
}

.industry-list .industry {
	margin-top: 20px;
	float: left;
	width: 31.71%;
	position: relative;
	height: 180px;
	overflow: hidden;
}

.industry-list .industry:nth-child(3) {
	margin-right: 2.35%;
}

.industry-list .industry:nth-child(4) {
	margin-right: 2.35%;
}

.industry a {
	color: #fff;
	font-size: 16px;
}

.industry img{
	width: 100%;
	height: 100%;
}

.industry .computer {
	display: block;
}

.industry .phone {
	display: none;
}

.industry .industry-title {
	background: url(../img/bg_box_start.png) repeat;
	margin: -88px 0 0 0;
	color: #ffffff;
	width: 100%;
	height: 145px;
	padding: 66px 20px 20px 20px;
	float: left;
	position: relative;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


.industry:hover .industry-title {
	margin: -120px 0 0 0;
}

.industry > a:hover > span {
	color: #0186D1;
}

.industry:nth-child(1) .industry-icon {
	position: absolute;
	left: 6%;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	z-index: 100;
	padding-left: 14%;
	font-weight: bold;
}

.industry:nth-child(2) .industry-icon {
	position: absolute;
	left: 6%;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	z-index: 100;
	padding-left: 14%;
	font-weight: bold;
}
/*.industry .industry-title {*/
/*	background: url(../img/bg_box_start.png) repeat;*/
/*	margin: -112px 0 0 0;*/
/*	color: #ffffff;*/
/*	width: 100%;*/
/*	height: 145px;*/
/*	padding: 66px 20px 20px 20px;*/
/*	float: left;*/
/*	position: relative;*/
/*	-moz-transition: all 0.4s ease-out;*/
/*	-o-transition: all 0.4s ease-out;*/
/*	-webkit-transition: all 0.4s ease-out;*/
/*	-ms-transition: all 0.4s ease-out;*/
/*	transition: all 0.4s ease-out;*/
/*}*/

.industry:nth-child(3) .industry-icon {
	position: absolute;
	left: 6%;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	z-index: 100;
	padding-left: 16%;
	font-weight: bold;
}

.industry:nth-child(4) .industry-icon {
	position: absolute;
	left: 6%;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	z-index: 100;
	padding-left: 16%;
	font-weight: bold;
}

.industry:nth-child(5) .industry-icon {
	position: absolute;
	left: 6%;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	z-index: 100;
	padding-left: 16%;
	font-weight: bold;
}

/** 第三行 右侧 **/
.row-3-r {
	width: 24.5%;
	float: left;
	margin-left: 2.5%;
}

.row-3-r .link {
	margin-top: 20px;
	float: left;
	width: 48.8%;
	position: relative;
	height: 180px;
	overflow: hidden;
}

.row-3-r .link:nth-child(1){
	margin-right: 2.4%;
}

.row-3-r .link:nth-child(3){
	margin-right: 2.4%;
}

.link .link-front {
	position: relative;
}

.link .link-front span {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #000000;
}

.link:hover .link-back {
	opacity: 0;
}

.link .link-front img {
	width: 100%;
}

.link .link-back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	transition: opacity .5s ease-in-out;
	background-color: rgba(79, 108, 192, 0.63)
}

.link .link-back span {
	position: absolute;
	bottom: 15%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}


/************************************************************底部************************************************************/
.footer {
	float: left;
	width: 100%;
	height: 188px;
}

/** 底部链接 **/
.foot-links {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #0186D1;
}

.foot-link{
	float: left;
	width: 25%;
}

.foot-link a {
	color: #FFFFFF;
}

.foot-link a:hover {
	color: #c3c3c3;
	font-weight: bold;
}

.foot-links .yd-content > div {
	position: relative;
}

.foot-link-content {
	width: 100%;
	display: none;
	float: left;
	position: absolute;
	top: -280px;
	left: 0;
	z-index: 999;
	background: #fff;
	border: 2px solid #e3e3e3;
	border-bottom: none;
	padding: 20px;
	overflow-y: auto;
	height: 280px;
}

.foot-link-content ul {
	float: left;
	width: 100%;
}

.foot-link-content ul li {
	float: left;
	min-width: 25%;
}

.foot-link-content ul li a:hover {
	color: #1B9AF7;
}

.foot-link-content  a {
	color: #000000;
}

/** 底部内容 **/
.foot-content {
	float: left;
	width: 100%;
}

/** 底部左侧 **/
.foot-content-l {
	float: left;
	width: 65%;
}

.foot-content-l ul {
	margin: 5px 0 20px 0;
	float: left;
	line-height: 62px;
	border-bottom: 1px dashed #949494;
	width: 100%;
}

.foot-content-l ul li {
	float: left;
	font-weight: bold;
	font-size: 15px;
	width: 10%;
}

.foot-content-l ul li a {
	color: #000000;
	font-size: 15px;
}

.foot-content-l ul li a:hover {
	color: #3385cc;
}

.foot-content-l p {
	float: left;
	width: 100%;
	margin-top: 7px;
	color: #949494;
	font-size: 14px;
}

.foot-content-l p a {
	color: #949494;
}

/** 底部右侧 **/
.foot-content-r {
	float: right;
	margin-top: 10px;
}

.foot-content-r div {
	text-align: center;
	font-size: 14px;
	color: #949494;
}

.foot-content-r img {
	width: 100px;
	height: 100px;
}

/********* 所有子页面背景图 ***********/

.main-content {
	background: #ededed;
	width: 100%;
	float: left;
	position: relative;
	z-index: -2;
	/* min-height: 800px; */
}

.content-back {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/news-back.png) no-repeat;
	background-size: 100% 100%;
	height: 400px;
	z-index: -1;
}

.main-background {
	background-color: #FFFFFF;
	padding: 30px;
	width: 100%;
}

.background-img {
	width: 100%;
	height: auto;
}

.background-img img {
	width: 100%;
}

/*党建*/

.child::before{
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
}
.child-bottom::before{
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align:bottom;
}

.party_top{
	height: auto;margin-bottom: 50px
}
.party_top >div{
	width: 100%;
	height: auto;
}
.party_top div  img{
	width: 100%;
}
.party_top div div{
	position: absolute;left: 0;right: 0;top: 0;bottom: 0;text-align: center;color: #fff;font-size: 2.5rem
}

.party_list{
	height: auto;
	margin-bottom: 50px
}
.party_list > div{
	width: 100%;
	height: auto;
}
.party_list div img{
	width: 100%;
	transition: all .5s;
}
.party_list div div{
	position: absolute;left: 0;right: 0;bottom: 10px;text-align: left;color: #fff;font-size: 2.5rem;padding-left:30px
}
.party_list div:hover img{
	transform:scale(1.1,1.1)
}
.party_list div div:hover {
	color: gold;
}
.child_banner{
	with: 100%;
	position: relative;
	overflow: hidden;
}
.child_banner div{
	min-height: 300px;
	text-align: center;
	display: inline-block;
}
.child_banner div img{
	position:  absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.party_hot{
	width: 100%;
	padding:20px;
	background: #fff
}
.party_hot_time{
	float: left;
	width: 20%
}

.party_hot_time div{
	background: #bf0001;
	width: 80px;
	height: 80px;
	color: #fff;
}
.party_hot_time div div:nth-child(1){
	height:60%;
	width: 100%;
	font-size: 3.0rem;
	text-align: center;
}
.party_hot_time div div:nth-child(2){
	height: 40%;
	line-height: 40%;
	font-size: 2rem;
	text-align: center;
	vertical-align: middle;
}

.party_hot_describe{
	float: left;
	width: 80%
}
.party_hot_describe div{
	text-align: center;
}
.party_hot_describe div div:nth-child(1){
	height: 40%;
	color: #bf0001;
	font-size: 2rem;
}
.party_hot_describe div div:nth-child(2){
	font-size: 1.5rem;margin-top: 10px
}


.lised_company{
	background: #fff;
}
.lised_company img{
	width: 100%;
}
.lised_company p{
	font-size: 1.5rem;
	line-height: 3rem
}
.lised_company a{
	display:block;
	width:100px;
	height:30px;
	margin-top:16px;
	border:1px solid #1F5D9E;
	font-size:13px;
	line-height:30px;
	text-align:center; color:#1F5D9E;
}
.lised_company a:hover{
	background: #ccecff;
}


.human_context {
	color: #000;
	margin-bottom: 20px;
}

.human_context:hover{
	text-decoration:underline;
	color: #0a8cd2;

}
.human_context > div{
	background: #fff;
	padding: 20px;
	box-shadow: 5px 5px 5px #888888;
}
.human_context div img{
	width: 100%;
}
.human_context > div > div.human-detail {
	width: 100%;
	font-size: 1.7rem;
	line-height: 30px;
	height: 180px;
	padding: 10px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
}

.human_context div h5 {
	text-align: center;
	color: #0a8cd2;
	margin-top: 20px;
}
.humman_recruit{
	height: 100%;
	margin-bottom: 20px;
}
.humman_recruit >div{
	height: 100%;background: #fff;
	box-shadow: 5px 5px 5px #888888;
}
.humman_recruit_img{
	width: 50%;float: left;padding: 20px;border-right: 1px dashed #d2cece;height: 100%
}
.humman_recruit_img img{
	width: 100%;
}

.humman_recruit_list{
	width: 50%;float: left;padding: 20px;height: 100%
}
.humman_recruit_list .news li{
	margin-bottom: 10px
}
.humman_recruit_list .news li div:first-child{
	float: left;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.humman_recruit_list .news li div:first-child a{
	color: #000
}
.humman_recruit_list .news li div:first-child a:hover {
	color: #0a8cd2;
}
.humman_recruit_list .news li span{
	float: right
}
.humman_recruit_list h5{
	position: absolute;bottom: 0; right:50px;color: #0a8cd2;
}
.human_yueda{
	height: 100%
}
.human_yueda >a>div{
	background: #fff;height: 100%;
	box-shadow: 5px 5px 5px #888888;
}

.human_yueda div div{
	padding: 20px
}
.human_yueda div div img{
	width: 100%
}
.human_yueda div div div{
	width: 100%;font-size: 1.7rem;line-height: 3.0rem;padding: 10px
}

.human_yueda div h5{
	position: absolute;bottom: 0; right:50px;color: #0a8cd2;
}

.culture_context{
	color: #000;
	margin-bottom: 20px;
}
.culture_context:hover{
	text-decoration:underline;
	color: #0a8cd2;
}
.culture_context > div {
	background: #fff;
	padding: 20px;
	box-shadow: 5px 5px 5px #888888;
}
.culture_context div img{
	width: 100%
}
.culture_context > div > div.culture-detail {
	width: 100%;
	font-size: 1.7rem;
	line-height: 30px;
	height: 220px;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}




/** 手机版 **/

@media screen and (max-width: 1050px)	 {
	.foot-content-l ul li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 900px) {
	.main-content {
		padding-top: 10px;
	}

	.content-back {
		height: 155px
	}

	.nav .yd-content > ul > li {
		font-size: 15px;
	}

}

@media screen and (max-width: 860px) {
	.foot-content-l {
		width: 75%;
	}

	.humman_recruit_list .news li div:first-child {
		width: 78%;
	}
}

@media screen and (max-width: 768px) {


	.yd-header {
		width: 100%;
		height: auto;
		float: left;
		background: #fff;
		position: relative;
		z-index: 9999999;
		/* padding: 0.3rem 0; */
	}

	.yd-content {
		padding: 8px 15px;
	}

	.yd-header-right {
		display: none;
	}

	.v-center {
		top: 0;
		transform: none;
	}

	.nav {
		display: none;
	}

	/** 手机版导航start **/
	.yd-content .navbar-toggle {
		border-color: #ddd;
		margin-right: 0px;
	}

	.yd-content .icon-bar {
		background-color: #888;
	}

	.navbar-collapse {
		/*background: #1B9AF7;*/
		paddding: 0 !important;
	}

	.navbar-nav {
		margin: 0 !important;
	}

	.navbar-nav > li {
		position: relative;
		display: block;
	}

	ul.navbar-nav > li.active > a{
		font-weight: bold;
		color: #727373;
	}

	ul.navbar-nav > li:hover > a{
		font-weight: bold;
		color: #727373;
	}

	.navbar-nav > li:not(:last-child) {
		border-bottom: 1px solid #e8e8e8;
	}

	ul.nav.navbar-nav li a {
		margin: 7px 0px;
		display: inline-block;
		text-align: center;
		width: auto;
		color: #FFFFFF;
	}

	ul.navbar-nav > li > a {
		position: relative;
		display: block !important;
		padding: 10px 15px !important;
		text-align: left !important;
		font-size: 15px !important;
	}

	/*ul.navbar-nav > li > a > span {*/
	/*	float: right;*/
	/*}*/

	ul.navbar-nav > li > span {
		float: right;
		position: absolute;
		z-index: 100;
		right: 5px;
		top: 13px;
		font-size: 18px;
		width: 25px;
		text-align: center;
	}

	/*ul.navbar-nav > li > a > .fa-angle-right {*/
	/*	display: block;*/
	/*}*/
	ul.navbar-nav > li > .fa-angle-right {
		display: block;
	}

	/*ul.navbar-nav > li > a > .fa-angle-down {*/
	/*	display: none;*/
	/*}*/

	/*ul.navbar-nav > li.zhankai > a > .fa-angle-right {*/
	/*	display: none;*/
	/*}*/

	/*ul.navbar-nav > li.zhankai > a > .fa-angle-down {*/
	/*	display: block;*/
	/*}*/

	ul.navbar-nav > li > .fa-angle-down {
		display: none;
	}

	ul.navbar-nav > li.zhankai > .fa-angle-right {
		display: none;
	}

	ul.navbar-nav > li.zhankai > .fa-angle-down {
		display: block;
	}


	.navbar-nav a {
		color: #797777;
	}

	.second-phone-ul {
		display: none;
		position: relative;
		padding: 3px 26px;
		background: #ffffff;
	}

	.second-phone-ul > li {
		position: relative;
		display: block;
	}

	.second-phone-ul > li:not(:last-child){
		border-bottom: 1px solid #dcdcdc;
	}

	.second-phone-ul > li:hover a {
		font-weight: bold;
		background: #eaeaea6b;
	}

	.second-phone-ul > li.active a {
		font-weight: bold;
		background: #eaeaea6b;
	}

	.second-phone-ul li a {
		padding: 10px !important;
		display: block !important;
		text-align: left !important;
		font-size: 12px;
		margin: 0;
	}
	/** 手机版导航end **/


	/** banner **/
	/*.banner {*/
	/*	height: 150px;*/
	/*}*/

	/*#rotation-img .owl-item img {*/
	/*	height: 150px;*/
	/*}*/

	.owl-carousel {
		height: 100% !important;
		margin: 0;
	}

	.banner .owl-controls {
		margin: 0;
		bottom: 0px;
	}

	.banner .owl-theme .owl-dots .owl-dot {
		zoom: 1 !important;
	}

	.owl-theme .owl-dots .owl-dot span {
		margin: 5px 5px;
	}

	/** 新闻版块start **/
	.row {
		margin: 0px !important;
	}


	.row:first-child {
		margin-top: 0px;
	}

	.row-1 {
		height: auto;
	}

	.row-1-l {
		width: 100%;
		margin-top: 15px;
		display: none;
	}

	.row-1-r {
		width: 100%;
		margin-top: 15px;
	}

	#news-img .owl-item img {
		height: auto;
	}

	.row-1-r .hot-news {
		margin-bottom: 0;
	}

	.row-1-r .news-content {
		margin-top: 15px;
	}

	.node-list {
		height: 28px;
	}

	.node-list a {
		font-size: 14px;
		height: 28px;
		margin-right: 20px;
	}

	.row-2-l {
		width: 100%;
		margin-top: 15px;
		height: auto!important;
	}

	.row-2-c {
		width: 100%;
		margin-top: 15px;
		margin-left: 0px;
	}

	.row-2-r {
		width: 100%!important;
		margin-top: 15px;
		margin-left: 0px;
		height: auto!important;
	}

	.row-2-r .paper-content {
		height: auto;
	}

	.row-2-r .video-content .video-info video {
		height: auto;
	}

	.row-3-l {
		width: 100%;
		margin-top: 15px;
	}

	.industry-list .industry {
		float: left;
		width: 100% !important;
		position: relative;
		height: auto !important;
		overflow: hidden;
		margin-right: 0px !important;
	}

	.industry .computer {
		display: none;
	}

	.industry .phone {
		display: block;
	}

	.row-3-r {
		width: 100%;
		margin-top: 15px;
		margin-left: 0px;
	}

	.row-3-r .link {
		margin-top: 8px;
		height: auto;
	}

	/** 新闻版块end **/


	/** 底部start **/
	.footer {
		margin-top: 0px;
		height: auto;
	}

	.foot-links {
		height: 30px;
		line-height: 30px;
		/*margin-top: 15px;*/
	}

	.foot-links .yd-content {
		padding: 0px;
	}

	.foot-link {
		width: 50%;
		text-align: center;
	}

	.foot-link a {
		font-size: 12px;
	}

	.foot-link span.fa {
		display: none;
	}

	.foot-link-content {
		top: -180px;
		height: 180px;
	}

	.foot-link-content ul li {
		min-width: 50%;
		text-align: left;
	}

	.foot-content-l {
		width: 100%;
		margin-top: 15px;
		text-align: center;
	}

	.foot-content-l > ul {
		display: none;
	}

	.foot-content-l > p > span {
		display: block;
		line-height: 22px;
	}

	.foot-content-l p:last-child {
		/*display: none;*/
	}

	.foot-content-r {
		width: 100%;
		margin-top: 15px;
	}

	.foot-content .yd-content {
		padding: 0px 15px;
	}

	.foot-content-r > div {
		height: 150px;
	}

	.humman_recruit_list .news li div:first-child {
		width: 82%;
	}

	/** 底部end **/

	.content-back {
		height: 100px
	}
}

