@charset "utf-8";
*{
	font-family: "微软雅黑";
}

html, body, ul, li, ol, p, h1, h2, h3, h4, h5, h6, form, img, ::before, ::after{
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

ul, ol, li{
    list-style: none;
}

img{
	border: 0 none;
	outline-style: none;
}

div{
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

a{
	text-decoration: none;
	background-color: transparent;
	outline: none;
	color: #000;
}

.mg0{
	margin: 0!important;
}

.dis_flex{
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex_item{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.row{
	display: inline-block;
	vertical-align: middle;
}

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

body{
	background: #fff;
	margin: 0;
	padding: 0;
}


.swiper-pagination{
	text-align: right;
	left: -77px!important;
	bottom: 17px!important;
}

.swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: unset!important;
	opacity: 1;
}

.swiper-pagination-bullet-active{
	background: #FCBF00;
}

.mgr0{
	margin-right: 0!important;
}

.head_fix{
	width:100%;
	position:fixed;
	top: 0;
	left:0;
	right:0;
	background:#fff;
	z-index:9999;
	 box-shadow:0px 2px 10px 0px #ccc;
}
.head{
	height: 100px;
	line-height: 100px;
}
.head_hg{
	height: 100px;
}

.pro_class_list{width:100%;text-align:center;position:fixed;top:100px;left:0;right:0;display:none;z-index:9999;background:#eee;}
.pro_class_div{width:110px;padding:10px 8px;display:inline-block;text-align:center;}
.pro_class_div div{width:110px;height:90px;background-size:contain !important;-moz-background-size:contain !important;}
.pro_class_div p{height:21px;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}

.pro_class{text-align:center;}
.pro_lei{padding:10px 20px;display:inline-block;text-align:center;margin:15px 0 0 20px;background:#e5e5e5;border-radius:8px;-moz-border-radius:8px;}
.pro_in,.pro_lei:hover{background:#0051aa;color:#fff;}


.miw_1200{
	width: 1200px;
	margin: 0 auto;
}

.web_title{
	float: left;
	line-height: 100px;
}

.head_nav{
	float: right;
}

.h_nav_item{
	/*
	width: 100px;
	text-align: center;
	*/
	padding:0 15px;
	line-height: 100px;
	float: left;
	font-family: '宋体';
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.banner_img img{
	width: 100%;
}

.idx_title{
	width: 100%;
	text-align: center;
	margin-top: 64px;
}


.pro_list{
	padding: 20px;
	margin-top: 20px;
}

.pro_item{
	width: 247px;
	float: left;
	margin-right:57px;
	margin-bottom: 20px;
}

.pro_img{
	width: 247px;
	height: 292px;
	overflow: hidden;
	border: 1px solid #DCDCDC;
}

.pro_img img{
	width: 100%;
	height: 100%;
	object-fit:contain;
}

.pro_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: '宋体';
	font-size: 16px;
	color: #787878;
	overflow:hidden;
	font-weight:600;
}

.about_us{
	width: 100%;
	min-width: 1220px;
	height: 620px;
	background: url('../images/about_bg.jpg') 100% 100% no-repeat;
	background-size: 100%;
	position: relative;
}

.about_us_cont{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 271px;
	margin-left: -600px;
	margin-top: -135px;
	background: url('../images/about_level_tow_bg.jpg') 100% no-repeat;
	background-size: 100%;
}


.about_us_cont_box{
	width: 796px;
	height: 271px;
	float: right;
}

.about_us_cont_txt{
	width: 100%;
	padding: 0 4%;
	margin-top: 24px;
	margin-bottom: 20px;
	height: 156px;
	font-size: 14px;
	font-family: '宋体';
	color: #787878;
	line-height: 32px;
	overflow: hidden;
	text-indent: 28px;
	overflow: hidden;
	text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.about_us_cont_btn{
	width: 100%;
	height: 71px;
	padding: 0 4%;
}

.about_us_cont_btn div{
	width: 142px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	background: #313131;
	text-align: center;
	cursor: pointer;
}

.idx_news_list{
	margin-top: 40px;
}

.idx_new_item{
	width: 350px;
	height: 350px;
	overflow: hidden;
	box-shadow: 2px 10px 13px 6px #dedede;
	margin: 30px 0;
	margin-left: 22px;
	margin-right: 75px;
	float: left;
}

.idx_new_img{
	width: 350px;
	height: 217px;
	overflow: hidden;
}

.idx_new_img img{
	width: 100%;
	height: 100%;
	object-fit:contain;
}

.idx_new_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #575C5C;
	padding: 0 4%;
}

.idx_new_cont{
	width: 100%;
	padding: 0 4%;
	height: 62px;
	line-height: 30px;
	font-size: 16px;
	text-indent: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #575C5C;
}

.idx_adv_list{
	width: 1220px;
	margin: 0 auto;
	margin-top: 88px;
}

.idx_adv1{
	width: 324px;
	height: 520px;
	line-height: 520px;
	float: left;
	border-right: 2px solid #fff;
	position: relative;
	cursor: pointer;
}

.idxpub__adv_title_bg{
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #000;
	opacity: 0;
}

.idxpub__adv_title_bg:hover{
  opacity: 0.8;
  transition-duration: 1s;
}

.idx_adv23{
	width: 894px;
	height: 518px;
	float: left;
}

.idx_adv2_1{
	width: 584px;
	height: 259px;
	line-height: 259px;
	float: left;
	border-right: 2px solid #fff;
}

.idx_adv2_2{
	width: 306px;
	height: 259px;
	line-height: 259px;
	float: left;
}

.idx_adv3{
	border-top: 2px solid #fff;
}

.idx_adv3_1{
	width: 444px;
	height: 259px;
	line-height: 259px;
	float: left;
	border-right: 2px solid #fff;
}

.idx_adv3_2{
	width: 446px;
	height: 259px;
	line-height: 259px;
	float: left;
}

.contact_us{
	margin-top: 40px;
}

.cont_form{
	width: 720px;
	height: 260px;
	float: left;
}

.input_name_phone{
	width: 100%;
}

.input_box{
	width: 328px;
	height: 40px;
	float: left;
	position: relative;
}

.input_box_mg{
	margin-left: 30px;
}

.input_box input{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #F0F0EA;
	border-radius: 40px;
	border: none;
	text-indent: 14px;
	font-size: 14px;
	outline: none;
}

.text_area_des{
	width: 662px;
	height: 122px;
	margin-top: 20px;
}

.text_area_des textarea{
	background: #F0F0EA;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: none;
	outline: none;
	padding: 0 2%;
	line-height: 30px;
}

.cont_form_btn{
	width: 686px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin-top: 20px;
	background: #b7cf8c;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.web_msg_list{
	width: 190px;
	height: 260px;
	float: left;
	line-height: 30px;
}

.web_msg_title{
	color: #999999;
	font-family: '宋体';
	font-size: 14px;
	font-weight: bold;
}

.web_msg_msg{
	color: #528905;
	font-family: '宋体';
	font-size: 14px;
}

.web_map{
	width: 260px;
	height: 260px;
	float: left;
	margin-left: 30px;
	cursor: pointer;
}

.foot{
	margin-top: 80px;
	width: 100%;
	background: #eb3f3f;
}

.foot_cont{
}

.foot_head{
	width: 100%;
	height: 118px;
	line-height: 118px;
}

.foot_txt{
	width: 100%;
	padding:20px 0;
	line-height: 2;
	color: #fff;
	border-top: 1px solid #fff;
	font-family: '宋体';
	font-size: 14px;
}
.foot_txt a{
	color: #fff;
}

.foot_head_title{
	float: left;
	height: 118px;
	line-height: 118px;
}

.foot_head_nav{
	float: right;
	width: 804px;
}

.foot_head_nav_item{
	width: 134px;
	height: 118px;
	line-height: 118px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	float: left;
	font-family: '宋体';
	font-size: 18px;
	font-weight: bold;
}


.pro_list_title{
	margin-top: 30px;
	text-align: center;
}

.pro_det_title{
	text-align: center;
	font-size: 30px;
	color: #373737;
	height: 80px;
	line-height: 80px;
}

.pro_det_txt{
	font-family: '宋体';
	color: #373737;
}
.pro_det_txt img{
	max-width:100%;
}

.conteact_msg{
	margin-top: 30px;
	line-height: 30px;
	color: #373737;
	font-size: 14px;
	font-family: '宋体';
}

.map_btn a{
	color: #373737;
	border-bottom: 1px solid #373737;
}

.map_cont{
	height: 400px;
}

.new_list{
	margin-top: 22px;
}

.new_item{
	width: 100%;
	height: 160px;
	background: #F7F7F7;
	padding: 14px;
	margin-bottom: 20px;
}

.new_item_photo{
	width: 202px;
	height: 131px;
	float: left;
}

.new_item_photo img{
	width: 100%;
	height: 100%;
}


.new_item_msg{
	width: 960px;
	height: 131px;
	float: left;
	margin-left: 10px;
}

.new_item_title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #444444;
	position: relative;
	font-size: 17px;
}

.new_date{
	position: absolute;
	right: 12px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #717171;
}

.new_iten_cont{
	width: 100%;
	padding-right: 20%;
	position: relative;
	height: 71px;
	line-height: 24px;
	font-size: 14px;
	color: #8c8c8c;
	overflow: hidden;
	text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.move_det{
	right: 44px;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
	width: 70px;
	height: 36px;
	line-height: 36px;
	border-radius: 30px;
	text-align: center;
	position: absolute;
	border: 1px solid #A2A2A2;
}

.omsg_form{
	margin-top: 40px;
}