/*------------------公共样式标题---------------------*/

.two_title {
	width: 100%;
	font-size: 30px;
	color: #121314;
	text-align: center;
}

.two_title_eng {
	width: 100%;
	font-size: 24px;
	color: #EA3F00;
	text-align: center;
}

.three_title{
	width: 700px;
	font-size:36px;
	color:#FB240A;
	margin-bottom: 25px;
}
.three_title>span{
	font-size:24px;
	color:#999999;
	margin-left: 22px;
}
/*------------------首页顶部---------------------*/

.index_header {
	width: 100%;
	background: #333;
	overflow: hidden;
	padding: 5px 0;
}

.index_header span {
	font-size: 15px;
	color: #fff;
}

.index_header img {
	width: 24px;
	height: auto;
}

.ih_span a{
	color: white;
}

.ih_span span a{
	padding: 0 15px;
}


/*------------------导航栏---------------------*/

.index_logo_img {
	width: 518px;
	height: 76px;
	margin-top: 20px;
}

.index_nav_key li{
	float: left;
	width: 160px;
	margin-left: 25px;
}
.index_nav_key li:nth-of-type(3) span{
	color: #EA3F00;
	text-align: center;
}
.index_nav_key li:nth-of-type(3) span:nth-of-type(2){
	color: #280052;
	text-align: center;
}
.index_nav_key span {
	font-size: 14px;
	display: block;
	float: left;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:25px;

}
.index_nav_key span img{
	margin-right: 5px;
}
.online_p {
	float: right;
}
.online_p h4{
	float: left;
	margin-top: 20px;
}
.online_p ul{
	float: left;
}
.online_p li{
	width: 220px;
	font-size:26px;
	font-weight:bold;
	clear: both;
	font-style:italic;
	color:rgba(40,0,82,1);
	line-height:36px;
}
.nav_box {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 27px 0 0 0;
	border-bottom: 1px solid #EA3F00;
}

.nav_box>div {
	overflow: hidden;
}

.nav_box nav {
	width: 100%;
	height: 75px;
	background: #333;
	margin-top: 30px;
}

.nb_nav_w {
	height: 100%;
	position: relative;
}

.level {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
}

.nb_nav_w .level>li {
	float: left;
	width: 11.1%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 17px;
	text-align: center;
	font-size: 16px;
	transition: 0.4s;
}

.nb_nav_w .level>li a {
	display: block;
	width: 100%;
	text-align: center;
}

.nb_nav_w .level>li a span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.nb_nav_w .level>li a span:nth-of-type(2) {
	font-size: 12px;
}

.nb_nav_w .level>li:hover {
	background: #EA3F00;
}
.current_dq{
	background: #EA3F00;
	color: #ffffff;
}
.nb_nav_w .level>li:hover span {
	color: #fff;
}

.nb_nav_w .two {
	display: none;
	position: absolute;
	margin-top: 18px;
	width: 133px;
}

.nb_nav_w .level>li:hover .two {
	display: block;
	background: rgba(0,0,0,0.8);
	z-index: 3;
}

.nb_nav_w .two li {
	height: 50px;
	line-height: 50px;
	transition: .6s;
	cursor: pointer;
}

.nb_nav_w .two li a {
	line-height: 50px;
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	width: 133px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.nb_nav_w .two li:hover {
	background: #EA3F00;
}

.nb_nav_w .two li:hover a {
	color: #fff;
}


/*-----------------------------轮播---------------------------*/

.index_banner {
	width: 100%;
	height: 600px;
	margin: auto;
	background: #000000;
	position:relative;
	overflow:hidden;
}

.index_banner .swiper-container {
	width:1920px; /*图片宽度*/

	position:absolute;

	left:50%;

	margin-left:-960px; /*图片宽度的一半*/
}

.index_banner .swiper-container img {
	display: block;
	margin: 0 auto;
}

.index_hot_product {
	width: 100%;
}

.ihp_title {
	width: 100%;
	margin-top: 38px;
}

.ipc_banner {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.ipc_banner .swiper-container {
	width: 100%;
	height: 860px;
	margin-left: auto;
	margin-right: auto;
}

.ipc_banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	height: 400px !important;
	padding-bottom: 10px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	margin-top: 30px;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 5px !important;
}

.ipc_banner .swiper-slide a {
	display: block;
	width: 380px;
	height: 350px;
}

.ipc_banner .swiper-slide a img {
	width: 380px;
	height: 350px;
}
.ipc_banner .swiper-slide a img:hover{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	border:5px solid #EA3F00;
}
.ipc_banner .swiper-slide span {
	display:inline;
	width: 100%;
	font-size: 24px;
	color: #121314;
	text-align: center;
	margin-top: 10px;
}

.ipc_banner .swiper-pagination {
	bottom: 0;
}

.swiper-pagination-bullet-active {
	background:#EA3F00;
}


/*-------------------------首页关于我们----------------------*/

.index_about_us {
	width: 100%;
	overflow: hidden;
	background: #1b1b1b;
	box-sizing: border-box;
	padding: 40px 0;
}

.iau_left {
	background: #fff;
}

.iau_right {
	width: 42%;
	margin-top: 33px;
}

.iau_right h4:nth-of-type(1) {
	font-size: 24px;
	color:#EA3F00;
	line-height: 40px;
}

.iau_right h4:nth-of-type(2) {
	font-size: 30px;
	color: #fff;
	line-height: 50px;
}

.iau_right p {
	font-size: 16px;
	color: #fffefd;
	line-height: 23px;
	margin: 5px 0 5px 0;
	letter-spacing: 2px;
	text-indent: 2em;
}

.iau_right div a {
	display: inline-block;
	font-size: 22px;
	color: #ffffff;
	padding: 12px 34px;
	background: #EA3F00;
	margin-top: 30px;
}

/*-----------------------------首页案例------------------------------*/
.index_case {
	margin-top: 50px;
	position: relative;
}
.case_k{
	width: 1200px;
	overflow: hidden;
	height: 310px;
	margin: 0 auto;
	position: absolute;
}
.case_qh{
	margin-top: 30px;
	width: 1200px;
	height:310px;
}
.case_qh li{
	float: left;
	margin-left: 30px;
}
.case_qh li:first-child{
	margin-left: 0;
}
.case_ul {
	width: 9999px;
	position: absolute;
	left: 0;
	top:0;
}
.arrow_left {
	position: absolute;
	left: 0%;
	bottom: 0;
	cursor: pointer;
}
.arrow_right {
	position: absolute;
	right: 0%;
	bottom: 0;
	cursor: pointer;
}
.case_ul  h4{
	font-size:14px;
	font-weight:400;
	color: #333333;
	margin-top: 15px;
	width: 280px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-indent: 0.5em;
}
.case_ul>li>a{
	width: 280px;
	height: 200px;
	overflow: hidden;
	display: inline-block;
}
.case_ul>li>a>img{
	width: 280px;
	height: 200px;
}
.case_ul>li>a>img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 0.5s;
}
.case_qh h4 img{
	float: right;
	margin-right: 10px;
}
.arrow span{
	width:550px;
	height:1px;
	background:rgba(201,201,201,1);
	display: inline-block;
}
/*-------------------------首页新闻资讯----------------------*/

.index_news {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0;
}

.index_news>div>.in_content {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.index_news>div>.in_content .in_c_left {
	width: 33%;
	margin-right: 25px;
}
.index_news>div>.in_content .in_c_left:hover h4{
	color: #EA3F00;
}
.index_news>div>.in_content .in_c_left img {
	width: 100%;
}

.index_news>div>.in_content .in_c_left h4 {
	font-size: 18px;
	color: #121314;
	line-height: 37px;
}

.index_news>div>.in_content .in_c_left p {
	font-size: 14px;
	color: #686868;
	line-height: 22px;
}

.index_news>div>.in_content .in_c_right {
	width: 40%;
}

.index_news>div>.in_content .in_c_right li {
	padding: 15px 0;
	border-top: 1px dashed #ababab;
}

.index_news>div>.in_content .in_c_right li:nth-of-type(1) {
	border: none;
}

.index_news>div>.in_content .in_c_right a {
	display: block;
	display: flex;
	justify-content: flex-start;
}
.index_news>div>.in_content .in_c_right li:hover{
	background: rgba(0,0,0,.1);
}
.index_news>div>.in_content .in_c_right a>div:nth-of-type(1) {
	width: 17%;
	margin-right: 20px;
}

.index_news>div>.in_content .in_c_right a>div:nth-of-type(2) {
	width: 82%;
}

.index_news>div>.in_content .in_c_right div span:nth-of-type(1) {
	display: block;
	text-align: right;
	font-size: 24px;
	color: #121314;
}

.index_news>div>.in_content .in_c_right div span:nth-of-type(2) {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #121314;
}

.index_news>div>.in_content .in_c_right div h4 {
	font-size: 18px;
	color: #121314;
	line-height: 25px;
}

.index_news>div>.in_content .in_c_right div p {
	font-size: 14px;
	color: #686868;
	line-height: 20px;
}


/*----------------------------底部---------------------------------*/

.index_footer {
    margin-top: 100px;
	width: 100%;
	height: auto;
	background: #1b1b1b;
}

.index_footer .if_top {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #cdcdcd;
	position: relative;
}

.index_footer .if_top div ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0;
}

.index_footer .if_top div ul li {
	width: 278px;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #363636;
	margin-bottom: 18px;
}

.index_footer .if_top>div ul li a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 19px;
	color: #a0a0a0;
}

.index_footer .if_top>div ul li:hover {
	border: none;
}

.index_footer .if_top>div ul li:hover a {
	border: 1px solid #f39700;
}

.index_footer .if_top>div>a {
	position: absolute;
	top: -95px;
	right: -110px;
}

.index_footer .if_top div a img {
	width: 219px;
	height: 164px;
}

/*.if_center {
	width: 100%;
	background: url(../images/index_bac.jpg) no-repeat;
}*/

.if_center ul {
	overflow: hidden;
}

.if_center ul li {
	width: auto;
	height: auto;
	float: left;
}

.if_center ul li h5 {
	margin-top: 25px;
	margin-bottom: 15px;
}

.if_center ul li h5 a {
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	padding: 10px 0;
}

.if_center ul li div a {
	font-size: 14px;
	color: #dddddd;
	line-height: 32px;
}

.if_center ul li:nth-of-type(1) {
	margin-right: 60px;
}

.if_center ul li:nth-of-type(1)>div {
	width: 250px;
}

.if_center ul li:nth-of-type(1)>div img {
	width: 19px;
	height: auto;
	margin-right: 5px;
}

.if_center ul li:nth-of-type(3) {
	width: 300px;
	margin: 0 40px;
}

.if_center ul li:nth-of-type(3)>div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.if_center ul li:nth-of-type(3)>div>div {
	width: 50%;
}

.if_center ul li:nth-of-type(5) {
	margin-left: 80px;
}
.if_center ul li:nth-of-type(5) div{
	float: left;
	margin-right: 25px;
}
.if_center ul li:nth-of-type(5) div img{
	width: 100px;
	height: 100px;
}
.if_center ul li:nth-of-type(5) div a{
	display: block;
	text-align: center;
}
.if_center ul li:nth-of-type(1) h5 a {
	border-bottom: 1px solid #fff;
}

.if_center ul li:nth-of-type(6)>div {
	width: 235px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.if_center ul li:nth-of-type(6)>div>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.if_center ul li:nth-of-type(6) h5 a {
	border-bottom: 1px solid #fff;
}

.if_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 0;
}

.if_bottom>div {
	width: 179px;
	height: 30px;
	box-sizing: border-box;
	padding: 9px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #d0d0d0;
}

.if_bottom>span {
	font-size: 14px;
	color: #fff;
}

.if_bottom>div a {
	font-size: 14px;
	color: #d0d0d0;
}


/*-----------------------关于我们------------------------------*/

.about_content {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.about_content>div>ul {
	width: 690px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_content>div>ul>li {
	width: 330px;
	height: 240px;
	position: relative;
	margin-bottom: 20px;
}

.about_content>div>ul>li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.about_content>div>ul>li h4 {
	font-size: 30px;
	color: #1B1B1B;
	line-height: 30px;
	font-weight: bold;
	margin-top: 86px;
	margin-left: 29px;
}

.about_content>div>ul>li span {
	font-size: 20px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 45px;
	margin-left: 29px;
}

.common_right {
	width: 240px;
	height: auto;
}

.cr_two_menu {
	width: 240px;
	height: auto;
	margin-bottom: 40px;
}

.cr_two_menu h3 {
	width: 100%;
	font-size: 24px;
	color: #fff;
	line-height: 60px;
	background: #343434;
	padding-left: 23px;
}

.cr_two_menu h3 span {
	font-size: 16px;
	color: #E0DFDF;
	line-height: 60px;
}

.cr_two_menu ul {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	border: 1px solid #666;
	border-bottom: none;
}
.cr_two_menu .about_current {

	background: #EA3F00;
}
.cr_two_menu .about_current a{
	color: #ffffff;
}
.cr_two_menu ul li {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #666;
}

.cr_two_menu ul li a {
	display: inline-block;
	width: 80%;
	font-size: 18px;
	color: #333;
	margin-left: 40px;
	line-height: 60px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.cr_two_menu ul li:hover{
	background: #EA3F00;
	color: #fffdef;
}
.cr_two_menu ul li:hover a{
	color: #fffdef;
}
.cr_concat_us {
	width: 240px;
	height: auto;
	margin-bottom: 40px;
}
.about_lf>img{
	width: 890px;
	height: 255px;
	margin-bottom: 30px;
}
.about_lf p img{
	max-width: 80%;
}
.lf h4{
    font-size:30px;
    font-weight:bold;
    color:rgba(234,63,0,1);
    line-height:30px;
    padding-bottom: 30px;
}
.about_lf {
	width: 950px;
}
.about_lf h4{

}
.about_lf li p{
	font-size:18px;
	color:rgba(51,51,51,1);
	width: 95%;
	line-height:36px;
    text-indent: 2em;
    margin-top: 10px;
}
.cr_concat_us h3 {
	width: 100%;
	font-size: 24px;
	color: #fff;
	line-height: 60px;
	background: #343434;
	padding-left: 23px;
}

.cr_concat_us h3 span {
	font-size: 16px;
	color: #E0DFDF;
	line-height: 60px;
}

.cr_concat_us>div {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	border: 1px solid #666;
}

.cr_concat_us div ul {
	margin: 7px;
}

.cr_concat_us div ul li a {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.cr_concat_us>div>div {
	width: 240px;
	height: 129px;
	margin: 7px;
}
.about_lf h3{
    font-size:22px;
    font-weight:400;
    color:rgba(67,40,22,1);
    line-height:48px;
}
/*-----致辞-------*/
.speech p{
    font-size:15px;
    color:rgba(67,40,22,1);
}
.speech img{
    width: 866px;
    height: 530px;
}
/*-----------------------关于我们-证书-----------------------------*/

.about_credential_content {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.about_credential_content>div>ul {
	width: 690px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_credential_content>div>ul>li {
	width: 330px;
	height: auto;
}

.about_credential_content>div>ul>li img {
	display: block;
	width: 100%;
	height: auto;
}

.about_credential_content>div>ul>li span {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 60px;
	text-align: center;
}


/*-----------------------关于我们-走进依斯普-----------------------------*/

.about_details_content {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.about_details_content>div>.adc_right {
	width: 690px;
}

.about_details_content .adc_right div {
	width: 100%;
	overflow: hidden;
}

.about_details_content .adc_right div img {
	width: 100%;
}

.about_details_content .adc_right ul {
	width: 100%;
	margin-top: 49px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_details_content .adc_right ul>li {
	width: 226px;
	height: 146px;
	position: relative;
}

.about_details_content .adc_right ul>li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.about_details_content .adc_right ul>li span {
	display: block;
	background: rgba(42, 42, 42, 0.8);
	margin-left: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	bottom: 0;
}
/*-------广飞产品------------*/
.about_content .product li img{
	width: 430px;
	height: 400px;
}
.about_content .product li img:hover{
	border-radius: 50px ;
	transition: all 0.5s;
}
/*----------------产品详情----------------*/
.news_details{
	width: 900px;
}
.news_details h1{
	color: #EA3F00;
	font-size: 30px;
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 1px solid #666666;
	margin-bottom: 30px;
}
.news_left {
	float: left;
}
.news_right{
	float: right;
	width: 410px;
}
.news_right h3{
	color: #EA3F00;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}
.news_right p{
	font-size:16px;
	color:rgba(102,102,102,1);
	line-height:30px;
	text-indent: 0;
	margin-top: 0;
}
.news_right h5{
	float: left;
	margin-top: 30px;
}
.phone{
	float: left;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.phone span{
	font-weight: bold;
	color: #EA3F00;
	font-size: 30px;
	vertical-align:text-top;
	display: inline-block;
}
.news_right a{
	display: inline-block;
	width:170px;
	height:50px;
	background:rgba(234,63,0,1);
	border-radius:5px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
}
/*------产品介绍-----*/
.news_details h2{
	margin-top: 25px;
	font-size: 24px;
	color: #EA3F00;
}
/*------产品推荐---*/
.product_tj li{
	margin-top: 20px;
	float: left;
	margin-left: 15px;
}
.product_tj li:first-child{
	margin-left: 0;
}
.product_tj li p{
	text-align: center;
	text-indent: 0;
}

/*-------------------------人力资源---------------*/
.human_list{
	margin-top: 20px;
	width:850px;
}
.human_list>ul>li{
	margin-top: 20px;
	border-bottom:1px dashed #666666;
	padding-bottom: 20px;
}
.human_list>ul>li>a{
	width: 70%;
	font-size:18px;
	color:rgba(51,51,51,1);
	display: inline-block;
}
.human_list>ul>li:hover a{
	color: #EA3F00;
}
.human_list>ul>li>span{
	float: right;
	font-size:16px;
	color:rgba(102,102,102,1);
	line-height:30px;
}
/*----------人力资源详情--------*/
.human_list_details{
	width: 920px;
	margin-top: 40px;
}
.human_list_details h1{
	font-size:24px;
	color:rgba(51,51,51,1);
	line-height:30px;
	text-align: center;
}
.human_list_details>p{
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 20px;
	padding: 15px 0;
}
.human_list_details p span{
	font-size:14px;
	color:rgba(153,153,153,1);
	line-height:30px;
}
.human_text h3{
	background: #eeeeee;
	font-size:18px;
	color:rgba(51,51,51,1);
	line-height:40px;
	text-indent: 2em;
	font-weight: bold;
	margin-top: 36px;
	margin-bottom: 20px;
}
.human_text p{
	font-size:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
	text-indent: 2em;
	margin-top: 5px;
}

.human_text a{
	display: inline-block;
	width:120px;
	height:50px;
	background:rgba(218,34,26,1);
	color: white;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	margin-top: 30px;
	margin-left: 20px;
}
/*---------人力资源简历---------*/
/*-------简历--------*/
.human_resume h3{
	margin-top: 30px;
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
	text-align: center;
	background: #EBEBEB;
}
.human_resume form table {
	border:1px solid #DEDEDE;
	margin-top: 15px;
	width: 900px;
}
.human_resume table input{
	width:150px;
	height:40px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(222,222,222,1);
	text-indent: 1em;
}

.human_resume table td:nth-of-type(odd){
	width: 150px;
	height: 60px;
	font-size:16px;
	color: #333333;
	text-indent: 0.7em;
}
.human_resume table td:nth-of-type(even){
	width: 190px;
	height: 60px;
}
.human_resume table td:nth-of-type(even) input{
	width: 160px;
	height: 40px;
	margin-left: 10px;
}
.human_resume table tr:nth-of-type(1) td:nth-of-type(2) ,.human_resume table tr:first-child td:nth-of-type(4){
	text-indent: 0.7em;
}
.human_resume table tr:first-child input{
	width: 160px;
}
.human_resume textarea{
	padding-top: 10px;
	width: 97%;
	height: 160px;
	margin-left: 10px;
	border:1px solid #DEDEDE;
	text-indent: 2em;
}
.human_resume table tr:nth-of-type(7),.human_resume table tr:nth-of-type(8){
	height: 180px;
}
.human_resume button{
	width:100px;
	display: inline-block;
	color: white;
	font-size: 20px;
	border: 0;
	cursor: pointer;
	margin-top: 30px;
	height:50px;
	background:rgba(189,189,189,1);
}
.human_resume button[type=submit]{
	background: #EA3F00;
	margin-right: 10px;
}
.human_resume  b{
	color: #DA221A;
}
/*-------------------新闻资讯---------------------*/
.new_content{
	overflow: hidden;
	margin-top: 50px;
}
.new_content>div>div>ul {
	width: 860px;
}


.new_content>div>div>ul li {
	padding: 30px 0;
	border-top: 1px dashed #ababab;
}

.new_content>div>div>ul li:hover {
	background:#F7F7F7 ;
}
.new_content>div>div>ul li:hover span{
	color: #FD1E03 !important;
}
.new_content>div>div>ul li:hover h4{
    color: #FD1E03 !important;
}

.new_content>div>div>ul li:nth-of-type(1) {
	border: none;
}

.new_content>div>div>ul a {
	display: block;
	display: flex;
	justify-content: flex-start;
}

.new_content>div>div>ul a>div:nth-of-type(1) {
	/*width: 85%;*/
	margin-right: 30px;
}

.new_content>div>div>ul a>div:nth-of-type(2) {
	width: 82%;
}

.new_content>div>div>ul div span:nth-of-type(1) {
	display: block;
	text-align: right;
	color: #666666;
    font-size:30px;
    font-weight:bold;
    margin-top: 5px;
    line-height:27px;
    font-family:MicrosoftYaHei-Bold;
}

.new_content>div>div>ul div span:nth-of-type(2) {
	display: block;
	text-align: right;
	font-size: 20px;
	color: #666666;
    font-weight: bolder;
    margin-top: 10px;
    font-family:MicrosoftYaHei-Bold;
}

.new_content>div>div>ul div h4 {
	font-size: 18px;
	color: #121314;
	line-height: 25px;
    padding-bottom: 0px;
    font-weight: bolder;
}

.new_content>div>div>ul div p {
    font-size:16px;
    color:rgba(102,102,102,1);
    line-height:28px;
    margin-top: 5px;
    text-indent: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*-------------------新闻详情---------------------*/
.new_content{
	overflow: hidden;
	margin-top: 50px;
}
/*.new_content>div>div>div{
	width: 240px;
}*/
.news{
	width: 880px;
}
.news h1{
	font-size:26px;
	color:rgba(51,51,51,1);
	text-align: center;
	margin-top: 44px;
}
.info p{
	margin: 20px auto;
	text-align: center;
}
.info span{
	text-align: center;
	font-size:14px;
	color:rgba(153,153,153,1);
	display: inline-block;
}

.news_text {
	padding: 25px 0;
	border-top: 1px solid #666666;
	border-bottom: 2px solid #666666;
}
.news_text p{
	font-size:16px;
	color:rgba(51,51,51,1);
	line-height:36px;
}

.news_text p img{
	width: 520px;
	height: 360px;
	margin-left: 15%;
}

.sx_w{
	margin-top: 20px;
	clear:both;
}
.sx_w a span{
	font-size:14px;
	color:rgba(251,36,10,1);
}
.sx_w a{
	color: #333333;
	font-size: 14px;
}
.sx_w a:last-child{
	float: right;
}
/*-------------------联系我们-在线留言--------------------*/
.online{
	width: 900px;
}
.contact_us_ly_content{
	overflow: hidden;
	margin-top: 50px; 
}
.contact_us_ly_content>div>div>.culy_box {
	width:900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact_us_ly_content>div>div>.culy_box>form>div {
	width:100%;
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.contact_us_ly_content>div>div>.culy_box>form>input{
	width:430px;
	line-height: 70px;
	margin-bottom: 15px;
	font-size:20px ;
	color: #121314;
	border-radius: 5px;
	border:1px solid #D7D7D7;
	padding-left:25px;
	margin-right: 17px;
}
.contact_us_ly_content>div>div>.culy_box>form>input::-webkit-input-placeholder,
.contact_us_ly_content>div>div>.culy_box>form>textarea::-webkit-input-placeholder{
	font-size:18px ;
	color: #999;
}
.contact_us_ly_content>div>div>.culy_box>form>textarea{
	width:98%;
	height:260px;
	border-radius: 5px;
	border:1px solid #D7D7D7;
	margin-bottom: 15px;
	padding-left:25px;
	line-height: 32px;
	font-size:20px ;
	color: #121314;
	padding-top: 20px;
}
.contact_us_ly_content>div>div>.culy_box>form>div input{
	width:110px;
	line-height: 50px;
	margin-right: 9px;
	border-radius: 5px;
	border:1px solid #D7D7D7;
	padding-left:25px;
}
.contact_us_ly_content>div>div>.culy_box>form>div img{
	width:110px;
	height: 50px;
	border-radius: 5px;
	border:1px solid #D7D7D7;
}
.contact_us_ly_content>div>div>.culy_box>form>div button{
	width:300px;
	line-height: 50px;
	border-radius: 5px;
	background: #EA3F00;
	margin: 30px 0;
	border:none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.contact_us_ly_content>div>div>.culy_box>form>div button:nth-of-type(2){
	margin-left: 30px;
	background:#280052;
}
/*-------------------联系我们---------------------*/
.contact_us_content{
	overflow: hidden;
	margin-top: 50px; 
}
.contact_us_content>div>div>.cuc_box {
	width:672px;
}
.contact_us_content>div>div>.cuc_box .cuc_details{
	width:100%;
	height:auto;
	margin-bottom: 50px;
}
.contact_us_content>div>div>.cuc_box .cuc_details h4{
	font-size: 28px;
	color:#EA3F00;
	font-weight: 600;
	margin-top: 25px;
}
.contact_us_content>div>div>.cuc_box .cuc_details p{
	font-size: 18px;
	color:#333333;
	line-height:36px;
}
.contact_us_content>div>div>.cuc_box .cuc_details div{
	margin-top: 25px;
}
.contact_us_content>div>div>.cuc_box .cuc_details div:nth-of-type(1){
	margin-top: -20px;
}

/*---------------工厂掠影----------------------*/
.factory ul li{
    float: left;
    margin-bottom: 30px;
}
.factory li img{
    width: 430px;
    height: 300px;
}
.factory li:nth-child(2n){
    margin-left: 40px;
}
.factory p{
    font-size:18px;
    color:rgba(51,51,51,1);
    text-align: center;
    margin-top: 15px;
}

/*------------翻页---------*/
.page{
	width: 480px;
	margin: 43px auto;

}
.page ul li{
	float: left;
	margin-left: 10px;
}
.page li a{
	display: inline-block;
	border:1px solid #DA221A;
	padding: 2px 8px;
	color: #DA221A;

}
.page li a:hover{
	background: #DA221A;
	color: white;
}
.news_left img{
	width: 460px;
	height: 320px;
}
/*-------------------案例展示--------------*/
.case ul{
	margin-left: -15px;
}
.case li{
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}
.case li img{
	width: 290px;
	height: 270px;
}
.case li img:hover{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}
.case li p{
	text-indent: 0 !important;
}
/*--------------广飞资质--------------*/
.gallery-top .swiper-slide img{
	width: 800px;
	height: 440px;
	border: 1px solid #999999;
	padding: 20px;
	margin-top: 40px;
	margin-left: 40px;
}

.gallery-thumbs{
	margin-top: 40px;
	width: 840px;
	position: relative;
	margin-left: 38px;
}
.gallery-thumbs .swiper-slide img{
	width: 240px;
	height: 160px;
	padding: 10px;
	border: 1px solid #999999;
}

.gallery-thumbs .swiper-slide-thumb-active img{
	border: 1px solid #DA221A;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.swiper-button-next, .swiper-button-prev{
	position: absolute;
	top: 83%;
	width: 30px;
	height: 120px;
	margin-top: 600px;
	cursor: pointer;
	background-size: 30px 120px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-next{
	left: 870px;
	background:red;
}
.swiper-button-prev{
	left: -20px;
	background:red;
}


.about_content{
	position: relative;
}


/*-------验证码---------*/
.code{
	font-family: Arial;
	font-style: italic;
	color: black;
	font-size: 24px;
	background:oldlace;
	border: 0;
	letter-spacing: 3px;
	font-weight: bolder;
	text-align: center;
	line-height: 50px;
}

/*--------技术资料-------*/
.technology li span{
	font-size:18px;
    color: #686868;
	line-height:24px;
	padding-top: 35px;
}
.technology a div{
	width: 80%;
}
.product_tj li img{width:290px; height:270px }



/*---------------------------------------------------------------右侧悬浮----------------------------------------------*/
.side-bar {
	width: 180px;
	position: fixed;
	bottom:10%;
	right: 0px;
	z-index: 100;
/*	background: #ffffff;*/
	/*box-shadow: -2px -2px 20px #bbb8b8;*/
	border-radius: 10px;
	/*opacity: 0.8;*/
	height: 400px;
	background: #EA3F00;
    text-align: center;
}
.side-bar h2{
	font-size: 28px;
	color: white;
	margin: 10px 0;
}
.side-bar p{
	font-size: 20px;
	color: #333333;
}
.side-bar ul{
	background:#ffffff;
	margin: 0 5px;
	padding: 5px 0;
	border-radius: 5px;
}
.side-bar h3{
	font-size: 20px;
	color: #EA3F00;
	margin: 5px 0;
}
.icon-qq a{
	font-size: 20px;
	color: #333333;
}
.phone_icon  a{
	font-size: 22px;
	color: white;
	font-weight: bold;
}
.icon-weixin img{
	width: 140px;
	height: 140px;
}
/*------------------------右侧悬浮交互效果---------------------*/
