@charset "utf-8";
.header{
	background: #1b419b;
	font-size: 0;
	z-index: 100;
	width: 100%;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.stick {
    position: fixed;
    top: 0;
    left: 0;
}
.header .logo{
	margin: 10px 0;
}
.header .logo .logo_img{
	
}
.header .logo .logo_img a{
	display: block;
}
.header .logo .logo_img img{
	height: 60px;
}
.header .logo .logo_word{
	font-size: 28px;
	color: #ffffff;
	line-height: 27px;
	margin-left: 10px;
	display: none;
}
.header .header_right{margin-top: 15px;
	
}
.header .header_right .nav{
	
}
.header .header_right .nav .yiji{
	
}
.header .header_right .nav .yiji>li{
	margin-right: 20px;
	position: relative;
}
.header .header_right .nav .yiji>li:last-child{
	margin-right: 0;
}
.header .header_right .nav .yiji>li>a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.header .header_right .nav .yiji>li.hasErji>a{
	padding-right: 24px;
	background: url(../images/down.png) no-repeat right center;
	background-size: 18px 18px;
}
.header .header_right .nav .yiji>li>.erji{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	min-width: 150px;
	text-align: center;
	background: #ffffff;
	z-index: 999;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 5px solid #FFC600;
	transition: all .3s;
}
.header .header_right .nav .yiji>li>.erji:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0 7px 7px;
	border-style: solid;
	border-color: transparent transparent #ffffff;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
	-ms-transform: translate(-50%,-100%);
	-o-transform: translate(-50%,-100%);
	-moz-transform: translate(-50%,-100%);
	-webkit-transform: translate(-50%,-100%);
	transition: all .3s;
}
.header .header_right .nav .yiji>li>.erji>li{
	border-top: 1px solid #D5D5D5;
}
.header .header_right .nav .yiji>li>.erji>li:first-child{
	border-top: none;
}
.header .header_right .nav .yiji>li>.erji>li>a{
	font-size: 15px;
	color: #333333;
	display: block;
	line-height: 21px;
	padding: 10px 0;
	transition: all .3s;
}
.header .header_right .nav .yiji>li:hover>.erji{
	opacity: 1;
	visibility: visible;
}
.header .header_right .nav .yiji>li>.erji>li:hover>a{
	background: #1b419b;
	color: #ffffff;
}
.header .header_right .language{
	width: 28px;
	height: 80px;
	background: url(../images/language.png) no-repeat center;
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}
.header .header_right .language>.erji{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	min-width: 115px;
	text-align: center;
	background: #ffffff;
	z-index: 999;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 5px solid #FFC600;
	transition: all .3s;
}
.header .header_right .language>.erji:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0 7px 7px;
	border-style: solid;
	border-color: transparent transparent #ffffff;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
	-ms-transform: translate(-50%,-100%);
	-o-transform: translate(-50%,-100%);
	-moz-transform: translate(-50%,-100%);
	-webkit-transform: translate(-50%,-100%);
	transition: all .3s;
}
.header .header_right .language>.erji>li{
	border-top: 1px solid #D5D5D5;
}
.header .header_right .language>.erji>li:first-child{
	border-top: none;
}
.header .header_right .language>.erji>li>a{
	font-size: 15px;
	color: #333333;
	display: block;
	line-height: 21px;
	padding: 10px 0;
	transition: all .3s;
}
.header .header_right .language:hover>.erji{
	opacity: 1;
	visibility: visible;
}
.header .header_right .language>.erji>li:hover>a{
	background: #1b419b;
	color: #ffffff;
}

.m_header{
	display: none;
}
.m_nav_dialog{
	display: none;
}

.back{
	display: none;
	position: fixed;
	width: 45px;
	height: 45px;
	background-color: #177992;
	background: url(../images/up1.png) no-repeat center;
	background-size: cover;
	right: 5%;
	bottom: 10%;
	cursor: pointer;
	font-size: 0;
	z-index: 99;
}

.section{
	padding-top: 5px;
}

/* 内页大图 */
.pabg_bg{
	height: 268px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 12px;
	/*background-size: auto 100%;*/
}
/* 内页大图 */

/* 面包屑+搜索 */
.section1{
	font-size: 0;
	padding: 8.5px 0;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	background: url(../images/mbx_bg.jpg) repeat center;
	margin-bottom: 26px;
}
.section1 .mbx{
	font-size: 14px;
	color: #333333;
	padding: 5px 0 5px 30px;
	background: url(../images/mbx_icon.png) no-repeat left 8px center;
	line-height: 20px;
}
.section1 .mbx a{
	color: #333333;
	display: inline-block;
}
.section1 .search{
	
}
.section1 .search input{
	height: 30px;
	outline: none;
}
.section1 .search .input{
	width: 230px;
	border: 1px solid #B6B6B6;
	background: transparent;
	font-size: 12px;
	padding: 0 12px;
}
.section1 .search .submit{
	width: 30px;
	background: #000000 url(../images/search.jpg) no-repeat center;
	border: none;
	cursor: pointer;
}
/* 面包屑+搜索 */

/* 左侧栏目+右侧主体区 */
.main_left{
	width: 20%;
	padding-right: 25px;
}
.main_left .cate_list{
	
}
.main_left .cate_list li{
	border-bottom: 1px solid #DFDDDD;
}
.main_left .cate_list li a{
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 21px;
	padding: 12px 0 12px 30px;
	background-image: url(../images/cate_jiantou.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition: all .3s;
}
.main_left .cate_list li .erji{
	display: none;
	transition: all .3s;
}
.main_left .cate_list li .erji li:first-child{
	border-top: 1px solid #DFDDDD;
}
.main_left .cate_list li .erji li:last-child{
	border-bottom: none;
}
.main_left .cate_list li .erji li a{
	color: #333333;
	padding: 12px 0 12px 40px;
}
.main_left .cate_list li:hover .erji{
	display: block;
}
.main_left .cate_list li:hover a,
.main_left .cate_list li.active a,
.main_left .cate_list li .erji li:hover a,
.main_left .cate_list li .erji li.active a{
	color: #ffffff;
	background-color: #1b419b;
	background-image: url(../images/cate_jiantou_white.png);
	background-position: left 12px center;
}
.main_left .contact{
	margin-top: 34px;
}
.main_left .contact .contact_logo{
	background: #1b419b;
	text-align: center;
	padding: 23px 0;
}
.main_left .contact .contact_logo img{
	height: 24px;
}
.main_left .contact .contact_bg{
	font-size: 0;
}
.main_left .contact .contact_bg img{
	width: 100%;
}
.main_left .contact .more{
	border-top: 2px solid #FFC600;
	border-bottom: 2px solid #FFC600;
}
.main_left .contact .more a{
	font-size: 14px;
	color: #ffa800;
	display: block;
	text-align: right;
	padding: 15px 10px 15px 0;
}

.main_right{
	width: 80%;
	padding: 15px 30px;
	border-left: 1px solid #CBCBCB;
}
.main_right .cate_title{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
/* 单页 */
.main_right .singlepage{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
/* 单页 */

/* 在线留言区域 */
.onlineMessage_area{

}
.onlineMessage_area .desc{
	font-size: 16px;
	color: #333333;
	padding-left: 36px;
	line-height: 22px;
	background: url(../images/message.jpg) no-repeat top left;
	margin-bottom: 50px;
}
.onlineMessage_area .online_message_form{
	
}
.onlineMessage_area .online_message_form .input{
	display: block;
	width: 62%;
	height: 35px;
	border: 1px solid #DCDCDC;
	margin-top: 20px;
	outline: none;
	padding: 0 12px;
}
.onlineMessage_area .online_message_form .input:first-child{
	margin-top: 0;
}
.onlineMessage_area .online_message_form .textarea{
	display: block;
	width: 62%;
	height: 150px;
	border: 1px solid #DCDCDC;
	margin-top: 20px;
	resize: none;
	outline: none;
	padding: 12px;
}
.onlineMessage_area .online_message_form .submit{
	display: block;
	margin-top: 35px;
	width: 95px;
	height: 40px;
	background: #ABD56D;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	outline: none;
}
/* 在线留言区域 */

/* 公司荣誉区域 */
.company_honor_area{
	
}
.company_honor_area .desc{
	font-size: 20px;
	color: #1b409b;
	/*font-weight: bold;*/
}
.company_honor_area .list{
	
}
.company_honor_area .list .item{
	cursor: pointer;
	width: 49%;
	margin-right: 2%;
	margin-top: 30px;
}
.company_honor_area .list .item:nth-child(1)
.company_honor_area .list .item:nth-child(2){
	margin-top: 0;
}
.company_honor_area .list .item:nth-child(2n){
	margin-right: 0;
}
.company_honor_area .list .item .pic{
	width: 100%;
	height: 0;
	padding-bottom: 66.25%;
	overflow: hidden;
	position: relative;
}
.company_honor_area .list .item .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.company_honor_area .list .item .title{
	font-size: 14px;
	font-weight: 700;
	color: #333333;
    margin: 15px 0 0 15px;
    line-height: 25px;
    height: auto;
	overflow: hidden;
}
/* 公司荣誉区域 */

/* 行业领域区域 */
.industry_field_area{

}
.industry_field_area .list{	
	margin-bottom: 40px;
}
.industry_field_area .list a{
	margin-right: 4%;
	width: 22%;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin-top: 20px;
	background: #333333;
	cursor: pointer;
	color: #ffffff;
}
.industry_field_area .list a.active{	
	background: #1b419b;
}
.industry_field_area .list a:nth-child(4n){
	margin-right: 0;
}

.industry_field_area .case{
	display: none;
}
.industry_field_area .case a{
	cursor: pointer;
}
.industry_field_area .case .pic{
	width: 45%;
	height: 0;
	padding-bottom: 35%;
	overflow: hidden;
	position: relative;
}
.industry_field_area .case .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.industry_field_area .case .desc{
	width: 50%;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.industry_field_area .img_list{
	margin-top: 40px;
}
.industry_field_area .img_list .item{
	width: 19.2%;
	margin-right: 1%;
	border: 1px solid #DEDEDE;
	margin-bottom: 10px;
}
.industry_field_area .img_list .item:nth-child(5n){
	margin-right: 0;
}
.industry_field_area .img_list .item .pic{
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	overflow: hidden;
	position: relative;
	cursor: pointer;

}
.industry_field_area .img_list .item .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.industry_field_area .img_list .prolist{ display: none; }


/* 行业领域区域 */

/* 新闻列表显示区域 */
.news_list{
	
}
.news_list .item{
	margin-top: 40px;
}
.news_list .item:first-child{
	margin-top: 0;
}
.news_list .item .pic{
	width: 30%;
}
.news_list .item .pic a{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
}
.news_list .item .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.news_list .item .content{
	width: 66%;
}
.news_list .item .content .title{
	font-size: 0;
	margin-bottom: 8px;
}
.news_list .item .content .title a {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	transition: all .3s;
}
.news_list .item .content .time{
	font-size: 16px;
	color: #888888;
	display: block;
	margin-bottom: 6px;
}
.news_list .item .content .desc{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	text-align:justify;
}
.news_list .item .content .title:hover a{
	color: #ffb542;
}
/* 新闻列表显示区域 */

/* 新闻详情页显示区域 */
.news_info{
	
}
.news_info .hd{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 30px;
}
.news_info .hd .news_title{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}
.news_info .hd .info{
	font-size: 14px;
	color: #b0b0b0;
}
/* 新闻详情页显示区域 */

/* 上一页，下一页显示区域 */
.page_return{
	margin: 80px 0;
}
.page_return li{
	
}
.page_return span{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
}
.page_return a{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
}
/* 上一页，下一页显示区域 */

/* 相关阅读显示区域 */
.relevant{
	
}
.relevant .list{
	
}
.relevant .list .item{
	margin-top: 15px;
	padding-left: 15px;
	position: relative;
}
.relevant .list .item:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: #FFAE00;
	border-radius: 100%;
	left: 0;
	top: 7.5px;
}
.relevant .list .item .title{
	font-size: 16px;
	color: #333333;
	max-width: 330px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.relevant .list .item .time{
	font-size: 16px;
	color: #333333;
	margin-left: 20px;
}
.relevant .list .item .read{
	font-size: 16px;
	color: #333333;
	margin-left: 20px;
}
/* 相关阅读显示区域 */

/* 招聘信息显示区域 */
.job_area{

}
.job_area .cate_desc{
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-bottom: 30px;
}
.job_area .cate_desc font{
	color: #ff8d00;
}

.job_area .job_list {
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.job_area .job_list thead{
	background: #C4C4C4;
}
.job_area .job_list th{
	padding: 19px 10px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.job_area .job_list tbody tr{
	cursor: pointer;
}
.job_area .job_list tbody tr:nth-child(2n+1) {
	background: #EEEEF0;
}
.job_area .job_list td {
	padding: 17px 10px;
	text-align: center;
	font-size: 14px;
}

/* 招聘信息弹出层显示区域 */
.job_mask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	z-index: 100;
}
.job_tan_area{
	display: none;
	background: #ffffff;
	width: 1040px;
	position: fixed;
	z-index: 120;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	padding: 40px 60px;
	border-radius: 10px;
}
.job_tan_area .job_close{
	position: absolute;
	font-size: 0;
	width: 33px;
	height: 33px;
	background: url(../images/job_close.png) no-repeat center;
	border-radius: 100%;
	right: 0;
	top: 0;
	transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
	cursor: pointer;
}
.job_tan_area .job_table{
	border: 1px solid #DCDCDC;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.job_tan_area .job_table td{
	height: 40px;
	line-height: 22px;
	font-size: 14px;
	color: #585858;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	width: 32%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.job_tan_area .job_table td:nth-child(2n+1){
	background: #EEEEEF;
	width: 18%;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-left: 0;
}
.job_tan_area .desc{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-top: 15px;
}
.job_tan_area .desc font{
	color: #ff8d00;
}
/* 招聘信息弹出层显示区域 */
/* 招聘信息显示区域 */

/* 企业历史显示区域 */
.history_area{
	position: relative;
	padding-top: 30px;
}
.history_area:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 3px;
	height: 100%;
	background: #D2DCE8;
	top: 0;
	left: 100px;
}
.history_area:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: #55930D;
	top: 0;
	left: 95.5px;
	border-radius: 100%;
}
.history_area .item{
	margin-left: 100px;
	margin-bottom: 30px;
	position: relative;
}
.history_area .item .data{
	font-size: 28px;
	color: #5a5a5a;
	width: 100px;
	position: absolute;
	top: 20px;
	right: 100%;
	text-align: center;
	line-height: 100%;
}
.history_area .item .content{
	padding-left: 40px;
	position: relative;
}
.history_area .item .content:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: #55930D;
	border-radius: 100%;
	left: -9.5px;
	top: 20px;
	border: 5px solid #DDDDDD;
}
.history_area .item .content .xian{
	padding: 15px;
	border: 1px solid #DEDEDE;
	position: relative;
}
.history_area .item .content .xian:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 15px;
	background: url(../images/jiao.jpg) no-repeat center;
	top: 28px;
	right: 100%;
}
.history_area .item .content .desc{
	font-size: 16px;
	color: #5a5a5a;
	line-height: 30px;
}
.history_area .item .content .pic{
	width: 200px;
	height: 140px;
	overflow: hidden;
}
.history_area .item .content .pic a{
	display: block;
	width: 49%;
	height: 50%;
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 0px;
}
.history_area .item .content .pic a:nth-child(2n){
	float: right;
}
.history_area .item .content .pic a:nth-child(1),
.history_area .item .content .pic a:nth-child(2){
	margin-top: 0;
}
.history_area .item .content .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
/* 企业历史显示区域 */

/*分页样式*/
.pages {
	clear: both;
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 40px;
	margin-top: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	border-top: 5px solid #f4f5f6;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px;
	transition: all .3s;
}
.pages ul li a {
	display: block;
	padding: 6px 15px;
	color: #999;
	transition: all .3s;
}
.pages ul li.active,
.pages ul li:hover {
	background: #19419e;
	color: #fff;
	border: 1px solid #19419e;
}
.pages ul li.active a,
.pages ul li:hover a {
	color: #fff;
}
/*分页样式*/
/* 左侧栏目+右侧主体区 */

/* 内页底部区域 */
.footer{
	background: #1b419b;
	padding: 30px 4% 30px 5%;
	font-size: 0;
}
.footer .footer1{
	width: 28%;
}
.footer .footer1 .footer_logo{
	padding-left: 80px;
}
.footer .footer1 .footer_logo a{
	display: block;
}
.footer .footer1 .footer_logo img{
	height: 147px;
}
.footer .footer1 .info{
	font-size: 14px;
	color: #ffffff;
	line-height: 36px;
	margin-top: -12px;
}
.footer .footer1 .info p{
	color: #ffffff;
}
.footer .footer1 .info a{
	color: #ffffff;
}
.footer .footer2{
	width: 71%;
	/* padding-top: 45px; */
}
.footer .footer2 li{
	width: 16.6%;
}
.footer .footer2 li .cate_title{
	margin-bottom: 20px;
}
.footer .footer2 li .cate_title a{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
}
.footer .footer2 li .title{
	
}
.footer .footer2 li .title a{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.footer .footer3{
	/* padding-top: 40px; */
}
.footer .footer3 .footer_ewm{
	
}
.footer .footer3 .footer_ewm a{
	
}
.footer .footer3 .footer_ewm img{
	width: 127px;
	height: 127px;
}
.footer .footer3 .desc{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 16px;
}
/* 内页底部区域 */

.m_footer{
	display: none;
}

@media (min-width: 992px) and (max-width: 1199px){
	.header .header_right .nav .yiji>li{
		margin-right: 25px;
	}
	.header .header_right .language{
		margin-left: 25px;
	}
	.onlineMessage_area .online_message_form .input{
		width: 75%;
	}
	.onlineMessage_area .online_message_form .textarea{
		width: 75%;
	}
	.job_tan_area{
		width: 900px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.header .logo .logo_word{
		display: none;
	}
	.header .header_right .nav .yiji>li{
		margin-right: 20px;
	}
	.header .header_right .nav .yiji>li>a{
		font-size: 14px;
	}
	.header .header_right .language{
		margin-left: 20px;
	}
	.main_left{
		width: 30%;
		padding-right: 20px;
	}
	.main_right{
		width: 70%;
		padding: 15px 20px;
	}
	.onlineMessage_area .online_message_form .input{
		width: 85%;
	}
	.onlineMessage_area .online_message_form .textarea{
		width: 85%;
	}
	.industry_field_area .case .pic{
		width: 100%;
		padding-bottom: 40%;
	}
	.industry_field_area .case .list{
		width: 100%;
	}
	.industry_field_area .img_list .item{
		width: 49%;
		margin-right: 2%;
	}
	.industry_field_area .img_list .item:nth-child(2n){
		margin-right: 0;
	}
	.industry_field_area .img_list .item:nth-child(3n){
		margin-right: 2%;
	}
	.industry_field_area .img_list .item:nth-child(6n){
		margin-right: 0;
	}
	.news_info .hd .news_title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.page_return li{
		float: none;
		margin-top: 20px;
	}
	.relevant .list .item .time{
		display: none;
	}
	.job_tan_area{
		width: 700px;
		padding: 30px 30px;
	}
	.history_area .item .data{
		display: none;
	}
	.history_area:before{
		left: 0;
	}
	.history_area:after{
		left: -4.5px;
	}
	.history_area .item{
		margin-left: 0;
	}
	.history_area .item .content .pic{
		display: none;
	}
}
@media screen and (max-width:767px) {
	.header{
		display: none;
	}
	.m_header{
		background: #19419e;
		font-size: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 0.3rem 0 0.14rem;
		height: 0.96rem;
		width: 100%;
		z-index: 100;
		box-shadow: 3px 3px 3px rgba(0,0,0,.2);
	}
	.m_header .logo{
		font-size: 0;
		display: flex;
		align-items: center;
	}
	.m_header .logo .logo_img{
		
	}
	.m_header .logo .logo_img a{
		display: block;
	}
	.m_header .logo .logo_img img{
		width: 1.69rem;
		height: 0.29rem;
	}
	.m_header .logo .logo_word{
		font-size: 0.3rem;
		color: #ffffff;
		margin-left: 0.24rem;
	}
	.m_header .language{
		font-size: 0.3rem;
		color: #ffffff;
		position: absolute;
    	right: 60px;
	}
	.m_header .menu_button{
		width: 0.65rem;
		height: 0.51rem;
		background: transparent url(../images/m_menu.png) no-repeat center;
		background-size: 0.65rem 0.51rem;
		border: none;
		outline: none;
		font-size: 0;
	}
	.m_nav_dialog{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 150;
		background: #19419e;
	}
	.m_nav_dialog .m_nav_close{
		height: 0.81rem;
		border-bottom: 2px solid #938C6D;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 0.3rem;
	}
	.m_nav_dialog .m_nav_close .icon{
		width: 0.31rem;
		height: 0.28rem;
	}
	.m_nav_dialog .m_nav{
		
	}
	.m_nav_dialog .m_nav .yiji{
		
	}
	.m_nav_dialog .m_nav .yiji>li{
		border-top: 1px solid #938C6D;
	}
	.m_nav_dialog .m_nav .yiji>li:first-child{
		border-top: none;
	}
	.m_nav_dialog .m_nav .yiji>li>a{
		display: flex;
		align-items: center;
		height: 0.8rem;
		padding: 0 0.56rem;
		font-size: 0.3rem;
		color: #ececec;
	}
	.m_nav_dialog .m_nav_contact{
		border-top: 2px solid #938C6D;
		padding: 0.3rem 0.56rem;
	}
	.m_nav_dialog .m_nav_contact .m_nav_ewm{
		display: flex;
		align-items: flex-end;
		margin-bottom: 0.7rem;
	}
	.m_nav_dialog .m_nav_contact .m_nav_ewm .ewm{
		font-size: 0;
	}
	.m_nav_dialog .m_nav_contact .m_nav_ewm .ewm a{
		display: block;
	}
	.m_nav_dialog .m_nav_contact .m_nav_ewm .ewm img{
		width: 1.63rem;
		height: 1.63rem;
	}
	.m_nav_dialog .m_nav_contact .m_nav_ewm .desc{
		font-size: 0.24rem;
		color: #ffffff;
		margin-left: 0.3rem;
		line-height: 0.48rem;
	}
	.m_nav_dialog .m_nav_contact .m_info{
		font-size: 0.24rem;
		color: #ffffff;
		line-height: 0.48rem;
	}
	
	.container{
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
	.section1{
		background: #F6F6F6;
		margin-bottom: 0.3rem;
		padding: 0.3rem 0;
	}
	.section1 .mbx{
		padding: 0 0 0 0.3rem;
		background-position: left center;
		font-size: 0.28rem;
		margin-bottom: 0.3rem;
		float: none;
	}
	.section1 .search{
		float: none;
	}
	.section1 .search input{
		height: 0.7rem;
	}
	.section1 .search .input{
		width: 6.2rem;
		font-size: .24rem;
	}
	.section1 .search .submit{
		width: 0.7rem;
		background-size: 0.32rem 0.34rem;
	}
	.main_left{
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.main_left .cate_list{
		display: flex;
		flex-wrap: wrap;
	}
	.main_left .cate_list li{
		border: none;
		width: 3.3rem;
		height: 0.7rem;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 0.3rem;
		margin-top: 0.3rem;
	}
	.main_left .cate_list li:nth-child(1),
	.main_left .cate_list li:nth-child(2){
		margin-top: 0;
	}
	.main_left .cate_list li:nth-child(2n){
		margin-right: 0;
	}
	.main_left .cate_list li a{
		font-size: 0.28rem;
		background: #19419e;
		color: #ffffff;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	.main_left .cate_list li:hover a,
	.main_left .cate_list li.active a{
		background: #fab600;
		color: #ffffff;
	}
	.main_left .cate_list li .erji{
		display: none!important;
	}
	.main_left .contact{
		display: none;
	}
	.main_right{
		width: 100%;
		padding: 0.5rem 0;
		border-left: none;
	}
	.main_right .cate_title{
		font-size: 0.48rem;
		margin-bottom: 0.3rem;
	}
	.main_right .singlepage{
		line-height: 30px;
	}
	.onlineMessage_area .desc{
		margin-bottom: 0.5rem;
		font-size: 0.28rem;
		background: none;
		padding-left: 0;
		line-height: 0.4rem;
	}
	.onlineMessage_area .online_message_form .input{
		width: 100%;
	}
	.onlineMessage_area .online_message_form .textarea{
		width: 100%;
	}
	.company_honor_area .desc{
		font-size: 0.32rem;
	}
	.company_honor_area .list .item{
		width: 100%;
		margin-right: 0;
	}
	.company_honor_area .list .item .title{
		margin: 0.2rem;
		font-size: 0.28rem;
		line-height: 0.4rem;
		height: 0.8rem;
	}
	.industry_field_area .desc{
		margin-bottom: 0.7rem;
	}
	.industry_field_area .case .pic{
		width: 100%;
		padding-bottom: 80%;
		margin-bottom: 0.2rem;
	}
	.industry_field_area .case .desc{
		width: 100%;
	}
	.industry_field_area .case .list{
		width: 100%;
	}
	.industry_field_area .img_list{
		margin-top: 0.8rem;
	}
	.industry_field_area .img_list .item{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0.3rem;
	}
	.industry_field_area .img_list .item:nth-child(2n){
		margin-right: 0;
	}
	.industry_field_area .img_list .item:nth-child(3n){
		margin-right: 2%;
	}
	.industry_field_area .img_list .item:nth-child(5n){
		margin-right: 2%;
	}
	.industry_field_area .img_list .item:nth-child(6n){
		margin-right: 0;
	}
	.industry_field_area .img_list .item:nth-child(10n){
		margin-right: 0;
	}
	.industry_field_area .img_list .item .pic{
		padding-bottom: 85%;
	}
	
	.news_list .item{
		margin-top: 0.4rem;
	}
	.news_list .item .pic{
		width: 100%;
	}
	.news_list .item .pic img{
		width: 100%;
	}
	.news_list .item .content{
		width: 100%;
		margin-top: 0.3rem;
	}
	.news_list .item .content .title{
		margin-bottom: 0.15rem;
	}
	.news_list .item .content .title a {
		font-size: 0.32rem;
	}
	.news_list .item .content .time{
		font-size: 0.28rem;
		margin-bottom: 0.15rem;
	}
	.news_list .item .content .desc{
		font-size: 0.28rem;
		line-height: 0.4rem;
		max-height: 1.2rem;
	}
	
	.news_info .hd .news_title{
		font-size: 0.32rem;
		margin-bottom: 0.3rem;
	}
	.news_info .hd .info{
		font-size: 0.24rem;
	}
	.page_return li{
		float: none;
		margin-top: 20px;
	}
	.relevant .list .item .title{
		max-width: 100%;
	}
	.relevant .list .item .time{
		display: none;
	}
	.relevant .list .item .read{
		display: none;
	}
	
	.job_area .job_list {
		border: 0;
	}
	.job_area .job_list thead {
		display: none;
	}
	.job_area .job_list tr {
		border: 1px solid #ddd;
		margin-bottom: 15px;
		display: block;
	}
	.job_area .job_list td {
		display: block;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
		padding: 12px 10px;
	}
	.job_area .job_list td:last-child {
		border-bottom: 0;
	}
	.job_area .job_list td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.job_tan_area{
		width: 6.9rem;
		padding: 0.3rem;
		max-height: 82%;
		overflow-y: scroll;
		border-radius: 0.1rem;
	}
	.job_tan_area .job_close{
		display: none;
	}
	.job_tan_area .job_table{
		border-width: 0.02rem;
		border-right: none;
		border-bottom: none;
	}
	.job_tan_area .job_table td{
		width: 4.08rem;
		float: left;
		height: 0.7rem;
		line-height: 0.7rem;
		padding: 0 0.2rem;
		font-size: 0.26rem;
	}
	.job_tan_area .job_table td:nth-child(2n+1){
		width: 2.2rem;
		padding: 0 0.2rem;
		text-align: left;
	}
	.job_tan_area .job_table tr:last-child{
		display: flex;
	}
	.job_tan_area .job_table tr:last-child td:first-child{
		display: flex;
		align-items: center;
	}
	.job_tan_area .job_table tr:last-child td{
		height: auto;
		min-height: 0.7rem;
		line-height: 0.44rem;
		padding: 0.1rem 0.2rem;
	}
	.job_tan_area .desc{
		margin-top: 0.2rem;
		font-size: 0.28rem;
		line-height: 0.5rem;
	}
	
	.history_area .item .data{
		display: none;
	}
	.history_area:before{
		left: 0;
	}
	.history_area:after{
		left: -4.5px;
	}
	.history_area .item{
		margin-left: 0;
	}
	.history_area .item .content .desc{
		font-size: 14px;
		line-height: 24px;
	}
	.history_area .item .content .pic{
		display: none;
	}
}

.lxwm{
	line-height: 28px;
}
.box-shadow{
	border: 1px solid #eeeeee;
	padding: 10px 15px;
	border-radius: 6px;
	margin-bottom: 20px;
	box-shadow: 0 0 8px rgba(219,219,219,.7);
	font-size: 14px;
	min-height: 190px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}

.box-shadow:hover{
	background: #f4fff4;
}

@media (min-width:751px) and (max-width:1024px) {
	.footer .footer1{
		width: 100%;
		text-align: center;
	}
	.footer .footer1 .footer_logo{
		padding: 0;
	}
	.footer .footer2{
		display: none;
	}
	.footer .footer3{
		display: none;
	}
}
@media screen and (max-width:750px) {
	.footer{
		display: none;
	}
	.m_footer{
		background: #19419e;
		font-size: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 0.88rem;
		padding: 0 0.16rem;
	}
	.m_footer .footer_logo{
		
	}
	.m_footer .footer_logo a{
		display: block;
	}
	.m_footer .footer_logo img{
		width: 1.69rem;
		height: 0.29rem;
	}
	.m_footer .copy{
		font-size: 0.24rem;
		color: #99b5c9;
		font-family: arial;
	}
	.m_footer .copy *{
		color: #99b5c9;
	}
}
