position: absolute;
	right: 0;
	z-index: 1042;
	top: 100px;/*** 初始化 ***/
*{ margin:0; padding:0;}
body{ font-size:14px; font-family:微软雅黑;font-style:normal;}
a{ text-decoration:none;}
a,a:hover{ text-decoration:none; transition:background 0.5s linear;-webkit-transition:background 0.5s linear;-moz-transition:background 0.5s linear;-o-transition:background 0.5s linear;}
em, i{font-style: normal;}
p{margin: 0}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
ul, ol, li{list-style: none;margin: 0;}
img{ border:none;vertical-align:middle;}
input,select,textarea{outline:none;border:none;background:none;}
textarea{resize:none;}
.fl{float: left;}
.fr{float: right;}
.clear{ clear:both; height:0px; width:100%; overflow:hidden;}
.position{position:relative;}
.text_over{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
p.p_text_over{position: relative;overflow: hidden;text-align: justify}
p.p_text_over::after{content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 30px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}
time{
    font-family: Arial;
}



/***font-weight***/
.fw_n{font-weight: normal;}
.fw_b{font-weight: bold;}
.fw_br{font-weight: bolder;}

/***color***/
.color1{color: #00923f;}
.color2{color: #4f4f4f;}
.color3{color: #333333;}
.color4{color: #999999;}

/***font-size***/
.fs_14{font-size: 14px;}
.fs_20{font-size: 20px;}
.fs_28{font-size: 28px;}

/****header ***/
header{
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    line-height: 80px;
    z-index: 10;
    margin: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.navbar{
    margin: 0;
}
.header_left{margin-left: 30px;line-height: 80px;}
.nav-box{
    width:56%;
    margin: auto;
}
.header_menu li{
    width: 11%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.header_menu li a{
    font-size: 16px;
    color: #000;
}
.header_right .i_serch{
	display: inline-block;
	width: 16px;
	height: 80px;
	background: url(../img/i_sch.png) no-repeat center/contain;
	position: relative;
	top:-2px;
	margin-right: 10px;
}
.header_right .select{
    background-color: #00923f;
    display: none;
}
.header_right .select a i.icon{
    color: #fff;
}
.header_right{
    display: block;
    float: right;
    position: relative;
    z-index: 3;
}
.header_right ul li{
    /*display: inline-block;*/
    position: relative;
    float: left;
    vertical-align: middle;
}
.header_right ul i.icon{
    padding: 0 10px;
    font-size: 18px;
    color: #b4b4b4;
}
.header_right ul li:first-child i{
    font-size: 24px;
    padding-right: 14px;
    vertical-align: middle;
}
.header_right ul li i.icon-gengduo,.header_right ul li i.icon-chacha{
    padding: 0 25px;
    font-size: 25px;
}
.header_right a:hover a{
    color: #00923f;
}
.header_right a:hover p{
    display: block;
}
p.header_icon{
    display: none;
    position: absolute;
    background-color: #00923f;
    height: 25px;
    line-height: 25px;
    width: 75px;
    text-align: center;
    border-radius: 4px;
    z-index: 999;
    color: #fff;
    margin-left: -20px;
    margin-top: -20px;
}
p.header_icon:after{
    position: absolute;
    margin-left: -35px;
    /*margin-top: -14px;*/
    top: -16px;
    content: '';
    width: 0;
    height: 0;
    /* border: 10px solid #00923f; */
    border: 8px solid transparent;
    border-bottom: 8px solid #00923f;
}
.navbar-toggle span{
    background-color: #e9e9e9;
    margin-top: 18px;
}
.header_menu_nav{
    position: absolute;
    padding:0px;
    z-index: 999;
    width: 160px;
    left:50%;
	margin-left:-80px;
	top:80px;
	display:none;
}
.header_menu_nav li:last-child{
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    border: 0;
}
.header_menu_nav li{
    line-height: 42px;
    height: 42px;
    width: 160px;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}
.header_menu_nav li:hover a{
    color: #269b53;
}
.header_menu_nav li a{
    color: #666666;
    font-size: 12px;
}
.nav-box1{
    background-color: #fff;
    width: 100%;
    padding: 0;
}
.nav-box1 .navbar-fixed-top .navbar-collapse{
    max-height: 600px!important;
}
.nav-box1 li{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
}
/*.modal-open{
	posi
}*/
#toSearch{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
}
#toSearch .modal-dialog{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1041;
	margin: 0 auto;
}

#toSearch .modal-content{
	position: fixed;
	width: 100%;
	height: 100%;
	background: transparent;
}
#toSearch  .modal-header{
	border: none;
}
#toSearch .mclose{
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: red;
	right: 20px;
	top: 20px;
	padding: 0;
	font-size: 30px;
	background:#999;
	text-align: center;
}
#toSearch .modal-content .modal-body{
	width: 60%;
	top:450px;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: #fff;
}
#schIpt{
	width: 100%;
	height: 50px;
	text-align: center;
	background: #fff;
}
#toSearch .i_serch{
	display: block;
	width: 16px;
	height: 80px;
	background: url(../img/i_sch.png) no-repeat center/contain;
	position: absolute;
	right: 35px;
	top: 0;
	z-index: 200;
}
/***  footer   ***/
.footer{
    background-color: #3e3e3e;
    text-align: center;
    padding: 50px 0;
}
.footer_item{
    width: 10.5%;
    float: left;
}
.footer_item li a{
    text-align: left;
    display: block;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
}
.footer_item li:first-child a{
    font-size: 16px;
    line-height: 40px;
}
.footer_item_more{
    display: inline-block;
    width: 24%;
    cursor: pointer;
}
.more_select{
    position: relative;
    width: 100%;
}
.more_select p{
    height: 40px;
    line-height: 40px;
    border: 1px solid #6c6c6c;
    width: 100%;
    padding: 0 40px 0 25px;
    color: #b3b3b3;
    text-align: left;
    position: relative;
}
.more_select p i{
    position: absolute;
    width: 40px;
    height: 20px;
    border-left: 1px solid #6c6c6c;
    right: 0;
    margin-top: 10px;
    text-align: center;
    line-height: 25px;
}
.footer_item_more .more_select ul{
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: 39px;
    padding: 10px 25px;
    background-color: #373737;
    border: 1px solid #6c6c6c;
    box-sizing: border-box;
    display: none;
}
.footer_item_more .more_select ul li{
    width: 100%;
    line-height: 30px;
    text-align: left;
}
.footer_item_more .more_select ul li a{
    color: #b3b3b3;
    font-size: 14px;
    display: block;
}
.footer_item_more .more_select ul li a:hover{
    color: #fff;
}

.footer_item_more ul{
    margin-top: 48px;
}
.footer_item_more ul li{
    display: inline-block;
    width: 49%;
}
.footer_item_more ul li p{
    font-size: 14px;
    color: #b3b3b3;
    text-align: center;
    padding-top:  15px;
    margin: 0;
}

/***address***/
.footer_address{
    display: block;
    background-color: #333333;
    border-top: 1px solid #4f4f4f;
    margin: 0;
}
.footer_address p{
    color: #b3b3b3;
}
.footer_address p a{
    color: #b3b3b3;
    display: inline-block;
    padding: 0 16px;
}
.footer_address .container p img{padding: 16px;}
.add_lg p{
    height: 80px;
    line-height: 80px;
}
.add_sm{padding: 10px 0;}
.add_sm p{
    text-align: center;
    line-height: 30px;
}


/*banner*/
.banner.carousel{
    width: 100%;
    position: relative;
    min-height: 300px;
}
.banner.carousel .carousel-inner,.banner.carousel .carousel-inner .item{
    width: 100%;
    height: 100%;
}
.banner.carousel .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
}
.banner.carousel .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
}
.banner.carousel .carousel-indicators .active {
    background-color: #fff;
}
.banner.carousel .carousel-inner .item img{
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.banner.carousel .carousel-control.left,.banner.carousel .carousel-control.right{
    opacity: 1;
    box-shadow: none;
    background-image: none;
    top: 55%;
}
.banner.carousel .carousel-control.left{
    text-align: left;
    padding-left: 20px;
}
.banner.carousel .carousel-control.right{
    text-align: right;
    padding-right: 20px;
}
.banner.carousel .carousel-control i.icon{
    font-size: 40px;
}


/**** 浮动 ****/
.box_float{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    background: url("../img/bg1.jpg") #fff;
}

.box_float_nav{
    /*margin-top: 5vh;*/
    margin-top: 80px;
}
.box_float_nav li{
    display: inline-block;
    margin-right: 22px;
}
.box_float_nav li hr{
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #333333;
    height: 1px;
    border: none;
}
.box_float_nav li a{
    color: #4f4f4f;
    font-size: 14px;
}

.box_float_box{
    margin-top: 90px;
}
.box_float_box >ul.box_float_item{
    width: 14%;
    float: left;
}
.box_float_box >ul.box_float_item li{
    line-height: 30px;
    padding-left: 45px;
    position: relative;
}
.box_float_box >ul.box_float_item li a{
    display: inline-block;
}
.box_float_box >ul.box_float_item >li:hover:not(:first-child) >a{
    padding-left: 20px;
}
.box_float_box >ul.box_float_item li:hover:not(:first-child) .box_float_item_nav{
    display: block;
}
.box_float_box >ul.box_float_item:hover li:first-child span{
    color: #00923f;
}

.box_float_box >ul.box_float_item >li:hover:not(:first-child) >a{
    color: #00923f;
}
.box_float_box >ul a{
    color: #4f4f4f;
}
.box_float_box >ul.box_float_item li:first-child{
    font-size: 22px;
    padding: 0;
    margin-bottom: 8px;
}
.box_float_box >ul.box_float_item li:first-child span{
    font-size: 24px;
    color: #e4e4e4;
    display: inline-block;
    margin-right: 18px;
}
.box_float_item_nav:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 180px;
    border-left: 1px solid #00923f;
    border-top: 1px solid #00923f;
    margin-left: 50%;
    margin-top: -135px;
    /*background-color: red;*/
}
.box_float_item_nav{
    display: none;
    background-color: #00923f;
    position: absolute;
    width: 280px;
    border-radius: 6px;
    margin-top: 100px;
    margin-left: -100%;
    z-index: 99;
    padding: 20px 0;
}
.box_float_item_nav p{
    text-align: center;
}
.box_float_item_nav p a{
    color: #fff;
}

.box_float_more{
    margin-top: 25px;
}
.box_float_more li{
    display: inline-block;
    text-align: center;
    margin-right: 35px;
}
.box_float_more li p{
    margin-top: 20px;
}

/***集团概况***/
.box_jt{
    min-width: 1200px;
    height: 100px;
    line-height: 100px;
    position: relative;
}
.box_jt h1{
    font-size: 60px;
    line-height: 90px;
    color: #f4f4f4;
    font-weight: bolder;
}
.box_jt h2{
    position: absolute;
    bottom: 18px;
    font-weight: bolder;
}
.box_jt_pos{
    color: #4f4f4f;
    float: right;
    position: relative;
}
.box_jt_pos a{
    color: #4f4f4f;
}
.box_jt_pos i{
    color: #00923f;
    font-size: 22px;
    position: absolute;
    left: 0;
    margin-left: -22px;
    margin-top: 3px;
}
.p_hr{
    margin: 0;
    border: 1px solid transparent;
}


/***页面导航 ***/
.box_nav{
    min-width: 1200px;
    border-top: 1px solid #f2f2f2;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
}
.box_nav ul{
    /*margin: auto;*/
    /*width: 60%;*/
    padding: 0;
    box-sizing: border-box;
}
.box_nav ul li{
    display: inline-block;
    width: 16%;
}
.box_nav ul li a{
    color: #4f4f4f;
    padding: 0 5px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.box_nav ul li.active a{
    color: #00923f;
    border-bottom: 1px solid #00923f;
}

/****分页导航栏***/
.p_page{
    text-align: center;
    padding: 50px 0;
}
.p_page ul li{
    display: inline-block;
    line-height: 42px;
    background-color: #f6f6f6;
    margin-right: 4px;
}
.p_page ul li a{
    font-size: 14px;
    color: #333333;
    display: inline-block;
    padding: 0 18px;
    height: 42px;
}
.p_page ul li:hover,.p_page ul li.active{
    background-color: #00923f;
}
.p_page ul li:hover a,.p_page ul li.active a{
    color: #fff;
}

/***新闻样式***/
.content{width:100%;height:auto;overflow:hidden;letter-spacing:1.5px;padding:50px 0px;}

/*.content{width:100%;height:auto;overflow:hidden;font-size:14px;color:#555;line-height:1.8;letter-spacing:1.5px;padding:50px 0px;}
/*.content *{font-size:16px;color:#666666;line-height:1.8;}
.content p{font-size:16px;color:#666666;line-height:1.8;}*/
.content img{max-width:100%;height:auto;}
.content a{color:#0489f9;}
/*.content p.p_p1{text-indent: 2rem;}*/
.search-box .container{
	position: relative;
	background: #fff;
	margin-top: 40px;
}
.search-box  .box_jt{
	min-width: auto;
}
.search-box .item{
	margin-bottom:40px ;
	overflow: hidden;
}
.search-box .time{
	font-size: 14px;
	color: #999;
}
.search-box h2{
	font-size: 16px;
	margin: 10px 0 5px 0;
	padding-left: 30px;
	background: url(../img/point.png) no-repeat left top/14px 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.search-box .read{
	font-size: 14px;
	color: #e15517;
	padding-left: 30px;
}
.search-box .img{
	padding: 0;
}
.ad-img{
	position: relative;
	width: 100%;
	height: 440px;
	top: 80px;
}
.ad-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ad-img .infor{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
}
.ad-img .infor h1{
	font-size: 60px;
}
.ad-img .infor h2{
	font-size: 30px;
	margin: 20px 0 10px 0;
}
.ad-img .infor p{
	font-size: 14px;
}

