@charset "utf-8";

/* CSS Document */


/*-------分页样式-------*/

.quotes {
	clear: both;
	text-align: center;
}

.quotes ul {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0;
}

.quotes ul li {
	display: inline-block;
	margin: 4px;
}

.quotes ul li a {
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	line-height: 26px;
	display: block;
	padding: 3px 12px;
}

.quotes ul li:hover,
.quotes .thisclass a {
	background: #cb0606;
	color: #fff;
}

.quotes .thisclass a {
	color: #fff;
}

.quotes ul li:hover a {
	color: #fff;
}

.list_com {
	padding: 30px 0 30px;
}

.sub_ban {
	width: 100%;
	overflow: hidden;
}
.sub_ban img{
	max-width: 100%;
	margin: auto;
	display: block;
} 



.sub_type {
	height: auto;
	position: relative;
}

 

.sub_type .son_nav {
	text-align: left;
	font-size: 0;
	width: 100%;
}

.sub_type .son_nav li {
	display: inline-block;
}

.sub_type .son_nav li a {
	font-size: 14px;
	color: #666;
	display: block;
	height: 100%;
	padding:  0.2rem 0.2rem;
	position: relative;
}

.sub_type .son_nav li a:after {
	content: "";
	background: #CC0000;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 0;
	position: absolute;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.sub_type .son_nav li a:hover,
.sub_type .son_nav li a.a_hv {
	color: #CC0000;
}

.sub_type .son_nav li a:hover:after,
.sub_type .son_nav li a.a_hv:after {
	width: 100%;
}


/*关于我们*/



/*公司简介*/

.sub_gsjj {

}

.sub_gsjj .left_img {
	width: 100%;
}
.sub_gsjj .left_img img{
	max-width: 100%;
	display: block;
	margin: auto;
}

.sub_gsjj .rit_text {
	width: 100%;
}

.sub_gsjj .rit_text .top_tit {
	padding-bottom: 0.3rem;
	text-align: center;
}

.sub_gsjj .rit_text .top_tit .cn {
	font-size: 18px;
	font-weight: bold;
	color: #131313;
}

.sub_gsjj .rit_text .top_tit .en {
	font-size: 18px;
	color: #bd0000;
}
 

.sub_gsjj .rit_text .cont {
	
}

.sub_gsjj .rit_text .cont p {
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	padding-bottom: 0.2rem;
}

.gy_ry .ry_top {
	text-align: center;
	padding-bottom: 40px;
}

.gy_ry .ry_top h3 {
	font-weight: bold;
	color: #131313;
	font-size: 30px;
}

.gy_ry .ry_top p {
	font-size: 20px;
	color: #333333;
	padding-top: 5px;
}

.gy_ry .ry-silder {
	position: relative;
}
 
.gy_ry .ry-silder .bx-wrapper .bx-pager{
	display: none;
}

.gy_ry .ry-silder .bx-wrapper .bx-controls-direction .bx-prev,
.gy_ry .ry-silder .bx-wrapper .bx-controls-direction .bx-next {
	display: block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/gy_al_pre.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	background-size: cover;
}

.gy_ry .ry-silder .bx-wrapper .bx-controls-direction .bx-next {
	background-image: url(../img/gy_al_next.png);
	left: auto;
	right: 0;
}
.gy_ry .ry-silder .bx-wrapper .bx-controls-direction .bx-next:hover{
	background-image: url(../img/gy_al_nexts.png);
}
.gy_ry .ry-silder .bx-wrapper .bx-controls-direction .bx-prev:hover{
	background-image: url(../img/gy_al_pres.png);
}

.gy_ry .ry-silder .sliderRy .img{
	position: relative;
	overflow: hidden;
	padding-bottom: 70%;
}

.gy_ry .ry-silder .sliderRy .img img{
	position: absolute;
	left: 0;
	top: 0;
}


.sub_tt{
	text-align: center;
	padding-top: 0.4rem;
}

.sub_tt h3 {
	font-weight: bold;
	color: #131313;
	font-size: 18px;
}

.sub_tt p {
	font-size: 16px;
	color: #333333;

}
 
.gy_wh{
	padding-bottom: 0.4rem;
}

.gy_wh ul{
	padding-top: 0.1rem;

}
.gy_wh ul li {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid #cdcdcd;
	padding: 0.3rem;
	margin-top: 0.3rem;
}

.gy_wh ul li .img {
	width: 80px;
	height: 80px;
	position: relative;
}

.gy_wh ul li .img img {
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.gy_wh ul li .img .hide{
	opacity: 0;
}
.gy_wh ul li:hover .img .hide{
	opacity: 1;
}
.gy_wh ul li:hover .img .show{
	opacity: 0;
}

.gy_wh ul li .text {
	padding-top: 15px;
	text-align: center;
}

.gy_wh ul li .text .bt {
	font-weight: bold;
	font-size: 18px;
	color: #131313;
	padding-bottom: 5px;
}

.gy_wh ul li .text .ms {
	font-size: 14px;
	color: #131313;
}

.gy_zzjg{
	padding-bottom: 0.4rem;
}
.gy_zzjg .img{
	text-align: center;
	padding-top: 0.2rem;
}
.gy_zzjg .img img{
	display: inline-block;
	max-width: 100%;
}
.gy_lc{

}
.gy_lc .lc_nav{
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.gy_lc .lc_nav ul{
	background: url(../img/gy_lc_ul-bg.png) repeat-y 65px;
}
.gy_lc .lc_nav ul li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0.3rem 0;
	background: url(../img/gy_lc_li-ico.png) no-repeat ;
	background-position-x: 58px;
	background-position-y: 24px;
}
.gy_lc .lc_nav ul li .time{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	width: 80px;
	text-align: left;
}
.gy_lc .lc_nav ul li .text{
	width: calc(100% - 80px);	
}
.gy_lc .lc_nav ul li .text .bt{
	font-weight: bold;
	color: #333333;
	font-size: 16x;
}
.gy_lc .lc_nav ul li .text .ms{
	padding-top: 5px;
	font-size: 16px;
	color: #333333;
}
.c-e60012{
	color:#e60012 ;
}


.gy_td{
	padding-top: 0.1rem;
	padding-bottom: 0.5rem;
}

.gy_td .td-silder {
	width: 100%;
	padding-top: 0.4rem;
	overflow: hidden;
}
 
 
.gy_td .td-silder .bx-wrapper .bx-viewport{
	background: transparent;
}
 
 

.gy_td .td-silder .slidertd .li{
	width: 100%;
}
.gy_td .td-silder .slidertd .li .le_text{
	width: 100%;
	padding-bottom: 0.4rem;
}
.gy_td .td-silder .slidertd .li .le_text .bt{
	font-size: 18px;
	color: #131313;
	font-weight: bold;
}
.gy_td .td-silder .slidertd .li .le_text .ms{
	font-size: 16px;
	color: #131313;
	padding: 0.2rem 0 0.3rem;
	text-indent: 2em;
}
.gy_td .td-silder .slidertd .li .le_text .link{
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 5px;
	background: #cb0606;
	padding: 5px 20px;
}

.gy_td .td-silder .slidertd .li .rit_img{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 70%;
	background: #fff;
}
.gy_td .td-silder .slidertd .li .rit_img img{
	position: absolute;
	left: 0;
	top: 0;
}

.gy_td .td-silder .bx-wrapper .bx-pager{
	padding-top: 0.3rem;
}

.gy_td .td-silder .bx-wrapper .bx-pager.bx-default-pager a{
	background: #b1b1b1;
}
.gy_td .td-silder .bx-wrapper .bx-pager.bx-default-pager a:hover,
.gy_td .td-silder .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #cb0606;
}



/*案例*/
.al_tit h3{
	
}
.al_tit p{
	
}

.al_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.al_list li{
	width: 48%;
	margin-bottom: 4%;
}
.al_list li a{
	display: block;
	border: 1px solid #e6e6e6;
	font-size: 0;
	height:100%;
}
.al_list li a .img{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 70%;
}
.al_list li a .img img{
	position: absolute;
	left: 0;
	top: 0;
}
.al_list li a .text{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.3rem;
	flex-direction: column;
	border-top: 1px solid #e6e6e6;
}
.al_list li a .text .bt{
	font-size: 16px;
	color: #131313;
	text-align: left;
	width: 100%;
	text-align: left;
}
.al_list li a .text .ms{ 
	font-size: 12px;
	color: #666666;
	width: 100%;
	padding-top: 5px;
}


/*案例详情*/

.allb {
	width: 100%;
	position: relative;
}
 
.allb .bx-wrapper .bx-pager{
	display: none;
}

.allb .bx-wrapper .bx-prev,
.allb .bx-wrapper .bx-next{
	display: block;
	width: 35px;
	height: 35px;
	background: url(../img/ind_al_pre.png);
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	top: 46%;
	z-index: 9;
	background-size: cover;
	
}
 .allb .bx-wrapper .bx-prev{
 	left: 0px;
 }

.allb .bx-wrapper .bx-next {
	background-image: url(../img/ind_al_next.png);
	left: auto;
	right: 0px;
}
.allb .bx-wrapper .bx-prev:hover{
	background-image: url(../img/ind_al_pres.png);
}

.allb .bx-wrapper .bx-next:hover{
	background-image: url(../img/ind_al_nexts.png);
}

.allb .bx-wrapper .bx-viewport{
	border: 1px solid #ccc;
	
}
.allb .slider1 .li{
	margin-right: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 70%;
}
.allb .slider1 .li img{
	position: absolute;
	left: 0;
	top: 0;
}

.al_btm{
	padding: 0.4rem 0;
}
.al_btm .title{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}
.al_btm .ms{
	font-size: 14px;
	color: #333;
	padding: 0.2rem 0 0.3rem;
}
.al_btm .al_body{
	font-size: 14px;
	color: #333;
}
.al_btm .al_body img{
	display: inline-block;
	max-width: 100% !important;
	height: auto !important;
}
.al_fh{
	padding-top: 0.4rem;
}
.al_fh a{
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
	border: 1px solid #b82e00;
	width: 100%;
	padding: 0.2rem;
}
.al_fh img{
	display: inline-block;
	width: 25px;
}
.al_fh span{
	padding-left: 0.4rem;
	font-size: 16px;
	color: #333;
}

/*新闻*/
 
.sub_news .flag_c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.3rem;
}

.sub_news .flag_c  .l_img {
	width: 40%;
	padding-bottom: 30%;
	position: relative;
	overflow: hidden;
}
.sub_news .flag_c  .l_img img{
	position: absolute;
	left: 0;
	top: 0;
}

.sub_news .flag_c  .r_text {
	width: 60%;
}

.sub_news .flag_c  .r_text .bt {
	font-size: 16px;
	color: #131313;
}
.sub_news .flag_c  .r_text .time {
	font-size: 12px;
	color: #7d7d7d;
}

.sub_news .flag_c  .r_text .ms {
	font-size: 14px;
	color: #333;
	padding-top: 5px;
}


.news_nav {
	width: 100%;
}

.news_nav li {
	padding: 0.3rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #ccc;
}

.news_nav li .l_time {
	width: 15%;
	text-align: left;
}

.news_nav li .l_time .m-d {
	font-weight: bold;
	font-size: 18px;
	color: #6d6d6d;
}

.news_nav li .l_time .y {
	font-size: 14px;
	color: #6d6d6d;
}

.news_nav li .r_text {
	width: 85%;
	padding-left: 0.3rem;
}

.news_nav li .r_text .bt {
	font-size: 16px;
	color: #131313;
}

.news_nav li .r_text .ms {
	font-size: 14px;
	color: #6d6d6d;
	padding-top: 5px;
}
.news_nav li:last-child{
	border-bottom: none;
}


/*新闻详情*/

.sub_article {
	padding: 0.4rem 0 0.4rem;
}

.sub_article .left_armm {
	width: 100%;
}

.sub_article .left_armm .art_top {
	padding-bottom: 0.2rem;
	text-align: center;
}

.sub_article .left_armm .art_top .art_tt {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
}

.sub_article .left_armm .art_top .art_tm {
	 
}

.sub_article .left_armm .art_top .art_tm .left {
	font-size: 14px;
	color: #666;
}
 

.sub_article .left_armm .art_body {
	line-height: 1.6;
	border-top: 1px dashed #cdcdcd;
	padding: 0.3rem 0 0;
	font-size: 16px;
	color: #333;
}

.sub_article .left_armm .art_body br {
	font-size: initial;
}

.sub_article .left_armm .art_body img {
	margin: auto;
	max-width: 100% !important;
	height: auto !important;
	display: block;
}
 
.no_line {
	white-space: nowrap;
}
 
 .sub_article .art_link p {
	font-size: 14px;
	font-weight: bold;
	color: #cb0606;
	border: 1px solid #ccc;
	border-radius: 40px;
	padding: 0.2rem 0.3rem;
	margin-top: 0.3rem;
}

.sub_article .art_link p a {
	font-size: 14px;
	color: #666;
	font-weight: 500;
}
.sub_article  .art_link p a:hover{
	color: #cb0606;
}
 


/*人力资源*/

.sub_zp .top_tit{
	text-align: center;
	font-size: 0;
}
.sub_zp .top_tit span{
	width: 25%;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	padding: 5px 0;
}

.zp_list li .shows{
	text-align: center;
	font-size: 0;
	background-color: #f6f6f6;
}
.zp_list li.on .shows{
	background-color: #cb0606;
}
.zp_list li.on{
	border: 1px solid #cb0606;
}
.zp_list li.on .shows span{
	color: #fff;
}
.zp_list li{
	border-bottom: 1px solid #fff;
}
.zp_list li .shows span{
	padding: 5px 0;
	display: inline-block;
	width: 25%;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.zp_list li .sub{
	padding: 0.2rem 0.3rem 0.4rem;
	background: #FFFFFF;
	display: none;
}

 
.zp_list li .ar_body{
	line-height: 1.8;
	font-size: 14px;
	color: #666;
	text-align: left;
	padding: 0.2rem 0;
}
.zp_list li .ar_body .bt{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 8px;
}
.zp_list li .ar_body .left{
	width: 100%;
	padding-bottom: 0.3rem;
}
.zp_list li .ar_body .rit{
	width: 100%;
}
.zp_list li .sub_btm{
	display: block;
	font-size: 16px;
	color: #333;
}
.zp_ico{
	width: 100%;
}
.zp_ico li{
	position: relative;
	border: 1px solid #a6a6a6;
	width: 100%;
	padding: 0.45rem 0.3rem;
	margin-bottom: 0.3rem;
}
.zp_ico li .bt{
	font-size: 18px;
	color: #212121;
}
.zp_ico li .ms{
	padding-top: 0.2rem;
	font-size: 14px;
	color: #333333;
}
.zp_ico li .imgs img{
	position: absolute;
	width: 30px;
	height: auto;
	right: 0.3rem;
	top: 0.3rem;
}
.zp_ico li .imgs .hide{
	opacity: 0;
}
.zp_ico li:hover{
	border-color: #CB0606;
}
.zp_ico li:hover .bt{
	color: #cb0606;
}
.zp_ico li:hover .hide{
	opacity: 1;
}
.zp_ico li:hover .show{
	opacity: 0;
}
/*联系我们*/

.sub_lx {
	position: relative;
}

.sub_lx .lx_map {
	width: 100%;
	height: 5.4rem;
}
 .sub_lx .lx_top{
 	 
 }
.sub_lx .lx_con {
	background: #fff;
	right: 0;
	bottom: 0;
	width: 100%;
}
 
 
.sub_lx .lx_con .lx_top .bt {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
}

.sub_lx .lx_con .lx_top .ms {
	font-size: 14px;
	color: #666666;
}

.sub_lx .lx_con .lx_btm {
	margin-top: 0.35rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.sub_lx .lx_con .lx_btm .ewm {
	display: flex;
	align-items: center;
}

.sub_lx .lx_con .lx_btm .img {
	display: table-cell;
	vertical-align: middle;
}
.sub_lx .lx_con .lx_btm .img img{
	width: 80px;
}

.sub_lx .lx_con .lx_btm .text {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	padding-left: 8px;
}

.sub_lx .lx_con .lx_btm .bdfx_comm {
	display: inline-block;
}

.sub_lx .lx_con .lx_btm .bdfx_comm .bdsharebuttonbox {
	display: flex;
	align-items: center;
	color: #666;
	font-weight: bold;
}

.sub_lx .lx_con .lx_btm .bdfx_comm p {
	font-size: 14px;
	color: #666666;
	font-weight: 100;
	padding-bottom: 10px;
}

.sub_lx .lx_con .lx_btm .bdfx_comm a {
	display: inline-block !important;
	float: initial !important;
	margin: 0 5px !important;
	padding: 0 !important;
	width: 18px;
}

#myFormLx {
	padding-top: 0.3rem;
	padding-bottom: 0.4rem;
}

#myFormLx .ipts {
	padding-bottom: 20px;
}

#myFormLx .ipts input {
	border: none;
	padding: 14px 0;
	border-bottom: 1px solid #b5b5b5;
	width: 100%;
	font-size: 14px;
	color: #333;
}

#myFormLx .ly textarea {
	border: none;
	padding: 14px 0;
	border-bottom: 1px solid #b5b5b5;
	width: 100%;
	font-size: 14px;
	color: #333;
	height: 0.8rem;
}

#myFormLx .ly {
	padding-bottom: 0.3rem;
}

#myFormLx input.subbtn{
	border: none;
	border-radius: 5px;
	background: #CC0000;
	font-size: 14px;
	color: #fff;
	width: 170px;
	height: 42px;
	text-align: center;
}