/*通用开始*/
html,body{
	font-family: "Microsoft YaHei";
}
*{
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */
	font-family: "Microsoft YaHei";
}
img{
	height: auto;
	vertical-align: middle;
}
button,input{
	border: 0;
	background: transparent;
	outline: none;
	cursor: pointer;
}
ol, ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
/* 	display: block; */
	/* width: 100%; */
	font-size: 14px;
	color: #000;
}
.hidden{
	display: none;
}
.fixed{
	position: fixed;
	z-index: 88;
}
b{
	font-weight: normal;
}
.c_d00000{
	color: #d00000;
}
/*通用结束*/

/*index开始*/
/*头部*/
.header_max{
	width: 100%;
	height: auto;
	background: #fff;
	height: 70px;
}
.header_wra{
	width: 1200px;
	height: 68px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
	position: relative;
}
.head_left_ul{
	width: 876px;
	height: 68px;
	display: flex;
	justify-content: space-between;
}
.head_left_ul li{
	width: auto;
    padding: 0 20px;
    height: 68px;
    line-height: 68px;   
    z-index: 3;
}
.head_left_ul li a{
	width: 100%;
	height: 100%;
}
.head_left_bor{
	border-bottom: 2px solid #38b035;
}
.head_left_borip{
	border-bottom: 2px solid #38b035 !important;
}
.head_right_ul{
	/*width: 136px;*/
	width: 86px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head_r_li{
	width: 36px;
	height: 36px;
	cursor: pointer;
	position: relative;
}
.head_r_li1{
	background: url(../images/i5.png) no-repeat;
	background-size: 100%;
	position: relative;
}
.head_r_li2{
	background: url(../images/i6.png) no-repeat;
	background-size: 100%;
}
.head_r_li3{
	background: url(../images/i7.png) no-repeat;
	background-size: 100%;
}
.head_r_li1:hover{
	background: url(../images/i5_h.png) no-repeat;
	background-size: 100%;
}
.head_r_li2:hover{
	background: url(../images/i6_h.png) no-repeat;
	background-size: 100%;
}
.head_r_li3:hover{
	background: url(../images/i7_h.png) no-repeat;
	background-size: 100%;
}
/*轮播*/
.banner{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.slideBox{
	width:100%; 
	height:auto; 
	overflow:hidden; 
	position:relative;
}
.slideBox .hd{ 
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	z-index:1; 
	left:50%;
	bottom:40px;
	transform: translateX(-50%);
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
.slideBox .hd ul li{ 
	float:left; 
	margin-right:2px;
	width:54px; 
	height:6px;
	background:#fff; 
	cursor:pointer; 
	opacity: 0.4;
}
.slideBox .hd ul li.on{ opacity: 1;}
.slideBox .bd{ 
	position:relative; 
	height:100%; z-index:0;   
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.slideBox .bd img{ 
	width:100%; 
	height:auto; 
	display:block;  
}
/*购物车*/
.car_wra_none_max{
	position: absolute;
    top: 35px;
    right: -50px;
    background: transparent;
    z-index: 8;
    width: 310px;
    height: 130px;
}
.car_wra_none{
    width: 310px;
    height: 128px;
    background: #fff;
    margin-top:22px;
}
.car_none{
	width: 100%;
    height: 100%;
	display: table;
	text-align: center;
}
.car_none p{
	display: table-cell;
	vertical-align: middle;
	line-height: 24px;
	font-size: 12px;
}
.car_wra_max{
	position: absolute;
    top: 35px;
    right: -50px;
    background: transparent;
    z-index: 8;
    width: 310px;
    height: 350px;
}
.car_wra{
	width: 310px;
	padding: 14px 22px;
	background: #fff;
    font-size: 12px;
   margin-top:22px;
}
.car_section{
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dfdfdf;
	display: flex;
	align-items: center;
}
.car_section div:first-child{
	width: 54px;
	height: 54px;
	border: 1px solid #eaeaea;
	margin-right: 14px;
}
.car_section div:last-child{
	line-height: 24px;
}
.car_section_but{
	padding: 12px 10px;
	margin-top: 20px;
	background: #f2f2f2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.car_section_but div:first-child{
	line-height: 24px;
}
.car_section_but div:last-child button{
	width: 94px;
	height: 26px;
	color: #fff;
	background: #d00000;
	line-height: 26px;
}
/*个人中心*/
.people_none_wra_max{
	position: absolute;
    top: 35px;
    right: 0;
    z-index: 10;
    background: transparent;
    width: 310px;
    height: 350px;
}
.people_none_wra{
	width: 310px;
	height: 168px;
	background: #fff;
    font-size: 12px;
     margin-top:22px;
}
.people_none_main{
	text-align: center;
	padding-top: 1px;
}
.people_none_main a{
	display: inline;
	font-size: 12px;
	color: #38b035;
	text-decoration:underline;
}
.people_none_main > div{
	margin-top: 42px;
}
.people_none_main div:last-child button{
	width: 94px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: #d00000;
}

.people_wra_max{
	position: absolute;
    top: 35px;
    right: 0;
    z-index: 10;
    background: transparent;
    width: 310px;
    height: 350px;
}
.people_wra{
	width: 310px;
	height: 194px;
	background: #fff;
    margin-top:22px;
    font-size: 12px;
    padding: 16px 20px;
}
.people_wra div:first-child{
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 16px;
}
.people_wra div:first-child img{
	display: block;
	width: 84px;
	height: 84px;
	border-radius: 84px;
	overflow: hidden;
	margin: 0 auto 15px auto;
}
.people_wra div:first-child p {
	margin-bottom: 14px;
	text-align: center;
}
.people_wra div:last-child{
	display: flex;
	height: 14px;
}
.people_wra div:last-child span{
	flex: 1;
	text-align: center;
}
.people_span{
	border-right: 1px solid #dfdfdf;
}
.people_wra div:last-child a{
	font-size: 12px;
	color: #333333;
}
.people_wra div:last-child a:hover{
	color: #38b035;
}
/*信封*/
.mail_wra{
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #ff0000;
	position: absolute;
	z-index: 10;
    top: 8px;
    right: 6px;
}
/*中间*/
.contain{

}
.contain_title{
	font-size: 30px;
	margin: 0px auto 40px;
	text-align: center;
	position: relative;
	width: 100%;
}
.contain_title:before{
	content: "";
	width: 41%;
	position: absolute;
	border-top:1px solid #ededed;
	left: 0;
	top:50%;
}
.contain_title:after{
	content: "";
	width: 41%;
	position: absolute;
	border-top:1px solid #ededed;
	right: 0;
	top:50%;
}
.contain_ul{
	display: flex;
	height: auto;
	justify-content: space-between;
}
.contain_ul li{
	flex:1;
	height: auto;
	margin-left:14px; 
	position: relative;
}

.contain_ul li:first-child{
	margin-left: 0;
}
.li_contain_wra{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
	left: 0;
	top:0;
	color: #fff;
	display: flex;
	align-items: center;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.li_contain{
    width: 288px;
    height: 194px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 0 auto;
}
.li_contain p:first-of-type{
	font-size: 34px;
	text-align: center;
}
.li_contain p:nth-of-type(2){
	font-size: 16px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.li_contain p:nth-of-type(2):before{
    content: "";
    position: absolute;
    width: 48px;
    border-bottom: 1px solid #fff;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}
.li_contain div:first-of-type{
	width: 100%;
	margin: 0 auto;
	line-height: 28px;
}
.contain_ul li:hover .li_contain_wra{
	opacity: 1;
	
}
/*尾部*/
.footer{
	width: 100%;
	/* height: 68px; */
	border-top: 1px solid #dbdbdb;
	font-size: 13px;
	color: #8b8b8b;
	text-align: center;
	/* line-height: 68px; */
	margin-top: 44px;
	background-color: #fff;
}
.footer_pr{
	position: fixed;
    bottom: 0;
    display: inline-block;
}
/*index结束*/


/*绿沛资讯开始*/
.infor_contain{
	width: 1200px;
	margin: 20px auto 0;
}
.infor_banner{
	width: 100%;
	height: auto;
}
.infor_con_title{
	width: 100%;
	height: 82px;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	display: flex;
	align-items: center;
}
.infor_con_title .infor_con_title_on{
	color: #000;
}
.infor_con_title li{
	width: 154px;
	text-align: center;
	border-right: 1px solid #e1e7f1;
	color: #b0b0b0;
	font-size: 18px;
	cursor: pointer;
}
.infor_con_title li:hover{
	color: #000;
}
.infor_contain .lanren_on{
	display: block;
}
.lanren{
	width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	display: none;
	min-height: 550px;
}
.table_detail{
	width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}
.table_li{
	width: 1200px;
	max-width: 1920px;
	margin: 20px auto 0;
	border-bottom: 1px dashed #e0e0e0;
	overflow: hidden;
	padding-bottom: 20px;
}
.table_img{
	width: 200px;
	height: 150px;
	float: left;
}
.table_content{
	width: 930px;
	float: right;
	margin-top: 10px;
}
.table_title{
	line-height: 50px;
}
.table_li a{
	display: inline !important; 
}
.table_link,.table_title{
	font-size: 18px;
	color: #00b2af;
}
.table_title_link{
	color: #000;
	font-size: 18px;
}
.table_date{
	font-size: 14px;
	color: #999;
	float: right;
}
.table_text{
	font-size: 16px;
	color: #808080;
	line-height: 32px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*加载更多*/
.more{
	width: 1200px;
	max-width: 1920px;
	margin: 40px auto 0;
	text-align: center;
}
.load{
	font-size: 16px;
	color: #b2b2b2;
	cursor: pointer;
}
/*绿沛资讯结束*/

/*绿沛资讯详情开始*/
.infor_detail_conwra{
	background-color: #f7f7f7;
}
.infor_detail_contain{
	width: 1200px;
	margin: 20px auto 0;
}
.infor_detail_con_title{
	background: #fff;
}
.infor_detail_article{
	margin-top: 20px;
	padding: 0px 30px 40px;
	background-color: #fff; 
}
.infor_detail_article h1{
	height: 114px;
	line-height: 114px;
	font-size: 32px;
	border-bottom: 1px dashed #dadada;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.infor_detail_article p{
	line-height: 50px;
	text-indent: 35px;
	font-size: 16px;
}
.infor_detail_article h2{
	text-indent: 35px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	line-height: 50px;
}
.infor_detail_article img{
	margin: 20px 0;
}
/*绿沛资讯详情结束*/

/*关于我们开始*/
.about_con_top{
	text-align: center;
	margin: 100px auto 60px auto;
}
.about_con_top h1{
	font-size: 42px;
	margin-bottom: 35px;
	font-weight: bold;
}
.about_con_top p{
	font-size: 16px;
	line-height: 50px;
	color: #b0b0b0;
	letter-spacing: 2px;
}
.about_title{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}
.about_title .about_title_on{
	color: #000;
	position: relative;
}
.about_title .about_title_on:before{
	content:"";
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 40%;
	border-top: 2px solid #000;
	transform: translateX(-50%);
}
.about_title li{
	color: #b0b0b0;
	font-size: 18px;
	cursor: pointer;
	margin-right: 60px;
}
.about_title li:hover{
	color: #000;
}
.about_section{
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 550px;
	display: none;
	padding-bottom: 50px !important;
}
.about .about_section_on{
	display: block;
}

/*地图*/
.map{
	width: 100%;
	max-width: 1920px;
}
#map{
	width:100%;
	height:450px;
	border: none;
}
.BMapLabel{ display: none!important; }
.clear{
	clear: both;
}
.about_contact2{
	padding: 25px 0;
	border-bottom: 1px dashed #e2e2e2;
}
.about_contact2 p{
	font-size: 16px;
	line-height: 50px;
}
.about_contact2_foot{
	font-size: 16px;
	margin-top: 25px;
	line-height: 50px;
}
.about_contact2_foot span{
	margin-right: 80px;
}
.about_contact3 h1{
	margin: 72px 0 46px 0;
	font-size: 38px;
}
.about_contact3 p{
	font-size: 16px;
	line-height: 50px;
}
/*关于我们结束*/

/*加入绿沛开始*/
.join_li span{
    font-size: 16px;
    color: #414141;
}
.join_claim{
	width: 1200px;
	max-width: 1920px;
	margin: 65px auto 0;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	border-bottom: 1px dashed #e0e0e0;
	line-height: 50px;
}
.join_name{
	display: inline-block;
	width: 450px;
}
.join_add{
	display: inline-block;
	width: 300px;
}
.join_number{
	display: inline-block;
	width: 300px;
}
.join_date{
	display: inline-block;
}
.accordion {
	width: 1200px;
	max-width: 1920px;
	margin: 0 auto 100px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.link {
	cursor: pointer;
	display: block;
	line-height: 50px;
	color: #414141;
	font-size: 16px;
	border-bottom: 1px dashed #e0e0e0;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.fa-chevron-down{
	position: absolute;top: 50%;left: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	color: #414141;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
	width: auto !important;
}
.join_li.open .fa-chevron-down{
	-webkit-transform: rotate(180deg) translateY(50%);
	-ms-transform: rotate(180deg) translateY(50%);
	-moz-transform: rotate(180deg) translateY(50%);
	-o-transform: rotate(180deg) translateY(50%);
	transform: rotate(180deg) translateY(50%);
}
.submenu{    
	padding: 14px 0;
	display: none;
	font-size: 14px;
	border-bottom: 1px dashed #e0e0e0;
}
.claim{
	display: block;
	text-decoration: none;
	color: #414141;
	line-height: 40px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.stress{
	font-weight: bold;
}
/*加入绿沛结束*/
/* 360浏览器下底部莫名多一个div，现隐藏  */
#ClCache{display:none;}

/* 底部 */
.footer{
    width: 100%;
    margin-top: 60px;
    background: #eceaea;
    /* margin-bottom: 80px; */
}
.foot_top{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;  
}
/* 底部上 */
.foot_topt{
    border-bottom: 1px solid #4d4d4d;
    padding-top: 42px;
}
/* 底部上部的上部 */
.foot_topt ul{
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}
.foot_topt ul li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.foot_topt ul li:nth-child(2) .foot_icon{
    width: 38px;
    height: 31px;
    overflow: hidden;
    margin-right: 32px;
}
.foot_topt ul li:nth-child(3) .foot_icon{
    width: 32px;
    height: 35px;
    overflow: hidden;
    margin-right: 32px;
}
.foot_topt ul li:nth-child(4) .foot_icon{
    width: 40px;
    height: 43px;
    overflow: hidden;
    margin-right: 32px;
}
.foot_topt ul li .foot_icon img{
    width: 100%;;
    height: 100%;
}
.foot_topt ul li h5{
    font-size: 18px;
    color: #4c4c4c;
}
.foot_topt ul li p{
    font-size: 16px;
    color: #4c4c4c;
    padding-top: 5px;
}
/* 底部上部的下部 */
.foot_topb{
    margin-top: 19px;
    margin-bottom: 13px;
}
/* 底部上部的下部左 */
.foot_topb .foot_topbl{
    display: inline-block;
    vertical-align: top;
}
.foot_topb .foot_topbl ul{
    width: 764px;
    display: flex;
    justify-content: space-between;
    padding: 12px 96px 32px 75px;
    border-right: 1px solid #4d4d4d;
}
.foot_topb .foot_topbl ul li a p{
    font-size: 13rpx;
    color: #4c4c4c;
    line-height: 38px;
    text-align: center;
}
.foot_topb .foot_topbl ul li a p:nth-child(1){
    font-size: 14rpx;
    color: #4c4c4c;
}
/* 底部上部的下部右 */
.foot_topbr{
    display: inline-block;
    padding-top: 19px;
}
.foot_topbrcot{
    width: 260px;
    text-align: center;
    /* margin-left: 120px; */
}
.foot_topbr .phone_txt{
    font-size: 18px;
    line-height: 18px;
    color: #4c4c4c;
}
.foot_topbr .phone_num{
    font-size: 38px;
    line-height: 38px;
    color: #4c4c4c;
    padding: 25px 0;
}
.foot_topbr .code_txt{
    font-size: 12px;
    line-height: 12px;
    color: #4c4c4c;
    text-align: center;
}
.foot_topbr ul{
    display: flex;
    justify-content: flex-start;
}
.foot_topbr ul li{
    width: 117px;
    margin-right: 22px;
}
.foot_code{
    width: 117px;
    height: 114px;
    overflow: hidden;
    margin-bottom: 14px;
}
.foot_code img{
    width: 100%;
    height: 100%;
}
/* 底部最下 */
.foot_bottom{
    width: 100%;
    height: 58px;
    background: #007d36;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.foot_bottom span{
    font-size: 14px;
    color: #ffffff;
    padding: 0 5px;
    position: relative;
}
.foot_bottom span:nth-child(1)::after{
    display: block;
    content: "";
    width: 1px;
    height: 14px;
    background: #ffffff;
    position: absolute;
    top: 1px;
    right: 1px;
}