.inside_box{
	position: relative;
	z-index: 120;
	margin-top: -80px;
}
@media (max-width: 991px){
	.inside_box{
		margin-top: 0;
		padding-top: 10px;
	}
}

.in_title{
	width: 206px;
	height: 80px;
	padding: 18px 10px;
	background-image: url(../images/in_t_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	color: #fff;
	clear: both;
	overflow: hidden;
}
.in_title .ch{
	font-size: 20px;
	line-height: 26px;
}
.in_title .en{
	font-family: "Arial";
	font-size: 12px;
	text-transform: uppercase;
}
@media (max-width: 767px){
	.in_title{
		position: fixed;
		left: 0;
		top: 50px;
		z-index: 300;
		width: 100%;
		height: 30px;
		padding: 0;
		text-align: center;
		cursor: pointer;
	}
	.in_title .ch,
	.in_title .en{
		display: inline-block;
		font-size: 14px;
		line-height: 30px;
	}
	.in_title .en{
		font-size: 12px;
	}
	.in_title:after{
		position: absolute;
		right: 20px;
		top: 5px;
		width: 20px;
		height: 20px;
		background-image: url(../images/menu_down.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right top;
		content: "";
	}
}

.bread{
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.bread a{
	margin: 0 5px;
	color: #666;
}
.bread a:hover{
	color: #008cd6;
}

.in_box{
	padding: 50px 0;
}
@media (max-width: 991px){
	.in_box{
		padding: 40px 0;
	}
}
.pro_list{
	position: relative;
}
.pro_cut{
	position: absolute;
	right: 0;
	top: -90px;
	z-index: 60;
	width: 80%;
	padding: 0 15px;
	text-align: right;
}
.pro_cut a{
	margin-left: 4%;
	display: inline-block;
	height: 40px;
	color: #666;
}
.pro_cut a.active,
.pro_cut a:hover{
	color: #008cd6;
	border-bottom: 1px solid #008cd6;
}
@media (max-width: 1199px){
	.pro_cut{
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		text-align: left;
		display: none;
	}
	.pro_cut a.active,
	.pro_cut a:hover{
		border-bottom: 0;
	}
}
@media (max-width: 767px){
	.pro_cut{
		position: fixed;
		right: 0;
		top: 80px;
		width: 100%;
		padding: 10px 0;
		background: #fff;
		text-align: center;
	}
	.pro_cut a{
		display: block;
		height: 30px;
	}
	.pro_cut a.active,
	.pro_cut a:hover{
		border-bottom: 0;
	}
}
.in_box .art_a_list{
	margin: 0;
}
.pro_list .art_a_list ul li a{
	margin-bottom: 30px;
}
.pro_list .art_a_list ul li a:hover .art_a_img .img-responsive{
	opacity: 0.8;
	transition: .3s;
}
.pro_list .art_a_list ul li a .art_a_text{
	font-size: 14px;
}

.page{
    text-align: left;
    clear: both;
	overflow: hidden;
    padding: 20px 10px;
}
.page a{
	float: left;
	display: inline-block;
    margin: 5px;
    width: 38px;
	height: 38px;
	line-height: 38px;
	color: #999;
	background-color: #dfdfdf;
	text-align: center;
}
.page a.prev,
.page a.next{
	width: 60px;
	height: 38px;
	background-color: #dfdfdf;
	background-repeat: no-repeat;
	background-position: center center;
}
.page a.prev{
	background-image: url(../images/arrow_left.png);
}
.page a.next{
	background-image: url(../images/arrow_right.png);
}
.page a:hover,.page a.act{
    color: #fff;
    background-color: #008cd6;
}

.news_list a{
	margin-bottom: 30px;
}


.job_table>tbody+tbody,
.job_table>thead>tr>th,
.job_table>tbody>tr>td{
	border: 0;
}
.job_table>thead>tr>th{
	padding: 20px 0;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background: #008cd6;
	text-align: center;
}
@media (max-width: 767px){
	.job_table>thead>tr>th{
		font-size: 14px;
	}
}
.job_table>thead>tr>th:first-child{
	padding-left: 20px;
	text-align: left;
}
.job_table>tbody>tr>td{
	padding: 20px 0;
	color: #666;
	text-align: center;
}
@media (max-width: 767px){
	.job_table>tbody>tr>td{
		font-size: 12px;
	}
}
.job_table>tbody>tr:first-child>td:nth-child(6){
	padding-right: 10px;
}
.job_table>tbody>tr>td:first-child{
	padding-left: 20px;
	text-align: left;
}


.job_table>tbody>tr:nth-child(2)>td{
	border-top: 1px dashed #e5e5e5;
}
.job_table>tbody:nth-child(2n+1)>tr:nth-child(1)>td{
	background: #eee;
}
.job_table>tbody>tr>td .control_icon{
	float: right;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.about_box{
	line-height: 30px;
	color: #666;
	text-indent: 2em;
}
.about_box h3{
	margin-bottom: 30px;
	font-size: 24px;
	color: #008cd6;
	text-indent: 0;
}
@media (max-width: 767px){
	.about_box{
		font-size: 12px;
	}
	.about_box h3{
		margin-bottom: 10px;
		font-size: 14px;
	}
}
.about_box img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.about_img1{
	margin-bottom: 10px;
}
.about_img2{
	float: left;
	width: 50%;
}
.about_img3{
	float: left;
	width: 50%;
}
@media (max-width: 767px){
	.about_img2,
	.about_img3{
		float: none;
		margin-bottom: 5px;
		width: 100%;
	}
}


.img_box img{
	margin: 10px auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.indus_box h3{
	margin-bottom: 15px;
	font-size: 24px;
	color: #008cd6;
}
.indus_box .indus_t{
	margin-bottom: 20px;
	color: #666;
	clear: both;
	overflow: hidden;
}
.indus_box .indus_list .indus_s{
	margin: 10px 0;
	height: 237px;
	overflow: hidden;
}

.mien_box h3{
	font-size: 24px;
	color: #666;
}
.mien_box time{
	font-size: 12px;
	color: #999;
}
.mien_box .mien_cut{
	margin-top: 20px;
	padding: 15px 0;
	border-top: 1px solid #e6e6e6;
}
.mien_box .mien_cut a{
	display: block;
	margin: 15px 0;
	padding: 10px;
	color: #666;
}
.mien_box .mien_cut a.prev{
	background: #eee url(../images/arrow_left_g.png) no-repeat 90% center;
}
.mien_box .mien_cut a.prev:hover{
	color: #fff;
	background: #108bcc url(../images/arrow_left.png) no-repeat 90% center;
}
.mien_box .mien_cut a.next{
	background: #eee url(../images/arrow_right_g.png) no-repeat 90% center;
}
.mien_box .mien_cut a.next:hover{
	color: #fff;
	background: #108bcc url(../images/arrow_right.png) no-repeat 90% center;
}
.mien_detail img{
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
	height: auto;
}

.sales_table{
	width: 100%;
	border: 1px solid #e6e6e6;
}
.sales_table>thead>tr>th{
	padding: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	background: #e5e5e5;
	border: 0;
}
.sales_table>tbody>tr>td{
	width: 26%;
	padding: 15px;
	background: #f8f8f8;
	border: 1px solid #e6e6e6;
}
.sales_table>tbody>tr>td p:first-child{
	font-size: 18px;
	color: #1796d9;
}
@media (max-width: 767px){
	.sales_table>tbody>tr>td{
		font-size: 12px;
	}
	.sales_table>tbody>tr>td p:first-child{
		font-size: 14px;
	}
}

.contact_box h3{
	margin-bottom: 20px;
	font-size: 24px;
	color: #008cd6;
}
@media (max-width: 767px){
	.contact_box h3{
		font-size: 14px;
	}
}

.contact_text{
	position: relative;
	margin: 0 0 30px;
	background: #f7f7f7;
	border-left: 4px solid #008cd6;
	clear: both;
	overflow: hidden;
}
.contact_text:before{
	position: absolute;
	left: 45%;
	top: 48%;
	z-index: 30;
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid #f7f7f7;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	content: "";
}
.contact_text .contact_l{
	float: left;
	width: 45%;
	padding: 5%;
}
.contact_text .contact_l h4{
	margin-bottom: 10%;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

.contact_text .contact_l h4 span{
	color: #008cd6;
}
.contact_text .contact_l p{
	margin: 8px 0;
	font-size: 16px;
	color: #666;
}

.contact_text .contact_r{
	float: left;
	width: 55%;
}

.contact_text .contact_r #ac-map {
	width: 100%;
	height: 370px;
}

@media (max-width: 767px){
	.contact_text{
		border-left: 0;
	}
	.contact_text .contact_l,
	.contact_text .contact_r{
		float: none;
		width: 100%;
	}
}

.mess .mess_tip{
	margin-bottom: 30px;
	padding-top: 20px;
	font-size: 16px;
	color: #767676;
	border-top: 1px solid #e6e6e6;
}

.mess_form span{
	display: block;
	padding-left: 40px;
	height: 30px;
	font-size: 16px;
	line-height: 27px;
}
.mess_form .span1{
	background: url(../images/mess_icon1.png) no-repeat left center;
}
.mess_form .span2{
	background: url(../images/mess_icon2.png) no-repeat left center;
}
.mess_form .form-control{
	border-radius: 0;
	border: 1px solid #999;
	font-size: 16px;
}
.mess_form input.form-control{
	margin-bottom: 20px;
}
.mess_form textarea.form-control{
	font-size: 14px;
}
.mess_form .btn{
	width: 120px;
	height: 40px;
	color: #fff;
	background: #008cd6;
	border-radius: 0;
}
.mess_form .btn:hover{
	background: #0d6da0;
}
@media (max-width: 767px){
	.contact_text .contact_l h4{
		font-size: 14px;
	}
	.contact_text .contact_l p,
	.mess .mess_tip,
	.mess_form .span1,
	.mess_form .span2,
	.mess_form input.form-control,
	.mess_form textarea.form-control{
		font-size: 12px;
	}
}

.news_art h3{
	font-size: 18px;
	color: #666;
	text-align: center;
}
.news_art time{
	margin: 20px 0;
	display: block;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.news_art .news_detail{
	padding: 30px 0;
	line-height: 30px;
	border-top: 1px dashed #e6e6e6;
}
.news_art .news_detail img{
	max-width: 100%;
	height: auto;
}
.news_art .news_other a{
	float: left;
	margin-bottom: 10px;
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 90px;
}
.news_art .news_other a span{
	float: left;
	display: block;
	width: 80%;
	height: 100%;
	padding: 25px 10px;
	color: #999;
	background: #f6f6f6;
	transition: .3s;
}
.news_art .news_other a:hover span{
	background: #008cd6;
	color: #fff;
	transition: .3s;
}
.news_art .news_other a small{
	float: left;
	display: block;
	width: 20%;
	height: 100%;
	background: #eee url(../images/arrow_right_g.png) no-repeat center center;
	transition: .3s;
}
.news_art .news_other a:hover small{
	color: #fff;
	background: #0280c3 url(../images/arrow_right.png) no-repeat center center;
	transition: .3s;
}
