ul *{
	transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
}

/*-------分页样式-------*/

.quotes {
	clear: both;
	margin: 0px 20px;
	text-align: center;
	padding: 25px 0 0;
}

.quotes ul {
	width: 100%;
	height: auto;
	padding-top: 2px;
	text-align: center;
}

.quotes ul li {
	display: inline-block;
	margin-right: 4px;
}

.quotes ul li a {
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	line-height: 26px;
	display: block;
	padding: 3px 12px;
}

.quotes ul li:hover a,
.quotes .thisclass a {
	background: #00a350;
	color: #fff;
	border-color: #00a350;
}

.quotes .thisclass a {
	color: #fff;
}


.img-max100 {
	max-width: 100%;
	display: inline-block;
	height: auto;
}

.sub_com {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px 0 40px;
}

.min-left,
.min-right,
.min-right {
	display: inline-block;
}

.min-left {
	width: 300px;
}

.min-left .top_tname {
	display: block;
	width: 100%;
	background: #00a350;
	color: #fff;
	font-size: 30px;
	text-align: left;
	padding: 20px 30px;
}

.min-left .top_tname .en {
	text-transform: uppercase;
	font-size: 32px;
}

.min-left ul {
	width: 100%;
}

.min-left ul li {
	width: 100%;
}

.min-left ul li a.a1 {
	width: 100%;
	display: block;
	background: url(../img/sub-nav-ico.png) no-repeat center;
	background-position-x: 28px;
	background-color: #f3f3f3;
	position: relative;
	font-size: 18px;
	color: #444444;
	padding: 20px 0;
	padding-left: 50px;
	line-height: 1;
	border-bottom: 1px solid #e3e2e2;
}

.min-left ul li a.a1:after,
.min-left ul li a.a1:before {
	content: "";
	position: absolute;
	right: 35px;
	top: 0;
	width: 8px;
	height: 100%;
	background: url(../img/sub-nav-jt-ico.png) no-repeat center;
}

.min-left ul li a.a1:before {
	background-image: url(../img/sub-nav-jt-icos.png);
	right: 55px;
	opacity: 0;
}

.min-left ul li:hover a.a1,
.min-left ul li.li_hv a.a1 {
	background-image: url(../img/sub-nav-icos.png);
	background-color: #00a350;
	color: #fff;
	border-color: #00a350;
}

.min-left ul li:hover a.a1:after,
.min-left ul li.li_hv a.a1:after {
	right: 15px;
	opacity: 0;
	transform: rotate(90deg);
}

.min-left ul li:hover a.a1:before,
.min-left ul li.li_hv a.a1:before {
	opacity: 1;
	right: 35px;
	transform: rotate(90deg);
}


/*二级导航*/

.min-left ul li .subnav {
	width: 100%;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	background-color: #fff;
	opacity: 0;
	transition: all .36s ease;
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
}

.min-left ul li .subnav dl {
	width: 100%;
}

.min-left ul li .subnav dl dd {}

.min-left ul li .subnav dl dd a {
	border-bottom: 1px solid #E6E6E6;
	padding: 14px 20px;
	width: 100%;
	line-height: 20px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	font-size: 16px;
	padding-left: 60px;
}

.min-left ul li .subnav dl dd a i {
	display: inline-block;
	transition: all ease-out .2s;
	opacity: 0;
	margin-right: 10px;
}

.min-left ul li .subnav dl dd a:hover i {
	opacity: 1;
	margin-right: 0;
}

.min-left ul li .subnav dl dd a:hover {
	background: #00a350 none repeat scroll 0% 0%;
	color: #fff;
}

.min-left ul li .subnav dl dd:last-child {
	border-bottom: none;
}

.min-left ul li .subnav dl dd a:after {
	content: "";
	background: #00a350;
	height: 1px;
	width: 0;
	left: 50%;
	bottom: -1px;
	position: absolute;
	z-index: 2;
}

.min-left ul li.li_hv .subnav {
	visibility: visible;
	opacity: 1;
	height: auto;
}

.min-left ul li .subnav dd a.active,
.head_pc .nav_pc .pc_ul .subnav dd a:hover {

}

.min-left ul li .subnav dd a.active:after,
.head_pc .nav_pc .pc_ul .subnav dd a:hover:after {
	width: 100%;
	left: 0;
}

.left-lx {
	border: 1px solid #ddd;
	border-top: 3px solid #00a350;
	margin-top: 30px;
	width: 100%;
	padding: 22px;
}
.left-lx .title{
	padding-bottom: 20px;
}
.left-lx .title h3{
	font-size: 20px;
	color: #00a350;
	font-weight: bold;
}
.left-lx .title p{
	padding-top: 3px;
	text-transform: uppercase;
	font-size: 16px;
	color: #6d6d6d;
}
.left-lx .ms{
	font-size: 15px;
	color: #333333;
	line-height: 26px;
	padding: 20px 0 15px;
}
.min-right {
	width: 850px;
}
.min-right .rit_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 17px;
}
.min-right .rit_top .tname{
	font-size: 24px;
	color: #00a350;
	display: inline-block;
}

.min-right .rit_top .position,
.min-right .rit_top .position a {
	font-size: 14px;
	color: #666;
}

.min-right .rit_top .position {
	background: url(../img/rit_top_wz-ico.png) no-repeat left center;
	padding-left: 20px;
}

.min-right .rit_top .position a:hover {
	color: #020000;
}



/*关于*/
.sub_gy{
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
	padding-top: 35px;
}
.sub_gy img{
	display: inline-block;
	max-width: 100% !important;
	height: auto !important;
}

/*产品*/
.cp_list {
	width: 110%;
	padding-top: 50px;
}

.cp_list li {
	width: 262px;
	float: left;
	margin-right: 32px;
}

.cp_list li a {
	display: block;
	font-size: 0;
}

.cp_list li a .img {
	width: 262px;
	height: 194px;
	overflow: hidden;
	position: relative;
	border: 1px solid #dddddd;
}

.cp_list li a .img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/sub_cp-aft-ico.png) no-repeat center;
	background-color: #00a350;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	opacity: 0;
	transition: all .6s ease-out 0s;
	-webkit-transition: all .6s ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s;
}

.cp_list li a:hover .img:after {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	opacity: 0.9;
}


.cp_list li a .bt {
	padding: 18px 10px 25px;
	width: 100%;
	font-size: 16px;
	color: #333;
	text-align: center;
}


/*产品详情*/

.cp_art{
	padding-top: 50px;
}
.cp_art .art_cpaimg {
	float: left;
	width: 400px;
	position: relative;
}

.cp_art .art_cpaimg .bd {
	width: 400px;
	height: 320px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #ddd;
}

.cp_art .art_cpaimg .bd li {
	width: 400px;
}

.cp_art .art_cpaimg .bd li .img {
	width: 400px;
	height: 320px;
	overflow: hidden;
}

.cp_art .art_cpaimg .prev,
.cp_art .art_cpaimg .next {
	width: 20px;
	height: 30px;
	position: absolute;
	display: block;
	background: url(../img/cpar-type1-_cplr.png) no-repeat;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	z-index: 2;
}

.cp_art .art_cpaimg .prev {
	left: 20px;
	background-position: 0 center;
}

.cp_art .art_cpaimg .next {
	right: 20px;
	background-position: -100px center;
}


 

 

 

.cp_art .art_cpr {
	float: right;
	width: 400px;
}

.cp_art .art_cpr .art_body {
	line-height: 28px;
	padding: 30px 0 70px;
	font-size: 14px;
	color: #333;
}

.cp_art .art_cpr .art_lx {
	text-align: left;
	font-size: 0;
}

.cp_art .art_cpr .art_lx .lx_phone {
	background: url(../img/art_lx-ico1.png) no-repeat 18px center;
	background-color: #00a350;
	border-radius: 5px;
	width: 200px;
	height: 52px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 20px;
	line-height: 52px;
	padding-left: 45px;
	display: inline-block;
}

.cp_art .art_cpr .art_lx .lx_qq {
	background: url(../img/art_lx-ico2.png) no-repeat 25px center;
	background-color: #666;
	border-radius: 5px;
	width: 150px;
	height: 52px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 52px;
	padding-left: 55px;
	display: inline-block;
}

.cp_art .art_cptt {
	font-size: 26px;
	color: #000;
	position: relative;
	padding-bottom: 25px;
	padding-top: 15px;
}

.cp_art .art_cptt:after,
.cp_art .art_cptt:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #00a350;
	height: 1px;
	width: 120px;
}

.cp_art .art_cptt:before {
	background: #e1e1e1;
	width: 100%;
}
 
.cp_art .ar_tt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 12px 0;
	width: 100%;
}
.cp_art .ar_tt:after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 105px;
	height: 2px;
	background: #00a350;
	left: 0;
}
.cp_art .ar_tt h3{
	font-size: 16px;
	font-weight: bold;
	color: #00a350;
	display: inline-block;
	padding: 5px 18px;
}

.cp_art .cp_td .art_body{
	font-size: 14px;
	color: #333333;
	line-height: 1.8;
	padding: 35px 0 0px;
}

.cp_art .cp_td .art_body img{
	display: inline-block;
	max-width: 100% !important;
	height: auto !important;
}

.cp_art .cp_qh{
	position: relative;
}
.cp_art .cp_qh .hd .prel{
	display: flex;
	align-items: center;
	font-size: 0;
}
.cp_art .cp_qh .hd .prel a{
	display: inline-block;
	background: url(../img/cpar_prl-ico.png) no-repeat center;
	width: 34px;
	height: 34px;
	margin-left: 10px;
	border: 1px solid #ddd;
	border-radius: 50%;
	cursor: pointer;
}

.cp_art .cp_qh .hd .prel a.prev{
	transform:rotate(180deg);
}

.cp_art .cp_qh .bd ul li{
	
}


.cp_art .cp_qh .bd ul li {
	width: 262px;
	float: left;
	margin-right: 32px;
}

.cp_art .cp_qh .bd ul li a {
	display: block;
	font-size: 0;
}

.cp_art .cp_qh .bd ul li a .img {
	width: 262px;
	height: 194px;
	overflow: hidden;
	position: relative;
	border: 1px solid #dddddd;
}

.cp_art .cp_qh .bd ul li a .img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/sub_cp-aft-ico.png) no-repeat center;
	background-color: #00a350;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	opacity: 0;
	transition: all .6s ease-out 0s;
	-webkit-transition: all .6s ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s;
}

.cp_art .cp_qh .bd ul li a:hover .img:after {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	opacity: 0.9;
}


.cp_art .cp_qh .bd ul li a .bt {
	padding: 18px 10px 25px;
	width: 100%;
	font-size: 16px;
	color: #333;
	text-align: center;
}


/*案例*/
.al_list {
	width: 110%;
	padding-top: 50px;
}
.al_list li{
	margin-right: 22px;
	margin-bottom: 22px;
	float: left;
	width: 196px;
	height: 81px;
	overflow: hidden;
	border: 1px solid #ddd;
}


/*新闻*/
.news_list{

}
.news_list li{
	padding: 40px 0  25px;
	border-bottom: 1px dashed #ddd;
}
.news_list li .bt{
	display: block;
	font-size: 18px;
	color: #030101;
	padding-bottom: 5px;
}
.news_list li .tims{
	font-size: 14px;
	color: #6d6d6d;
}
.news_list li .ms{
	display: block;
	font-size: 14px;
	color: #6d6d6d;
	line-height: 30px;
	padding: 15px 0 5px;
}
.news_list li .more{
	text-align: right;
}
.news_list li .more a{
	display: inline-block;
	color: #00a350;
	font-size: 14px;
}


/*新闻详情*/
/*新闻详情TYPE-3*/

.art_mm {
	padding-top: 50px;
}

.art_mm .left_armm {
	width: 100%;
}

.art_mm .left_armm .art_top {
	text-align: center;
}

.art_mm .left_armm .art_top .art_tt {
	font-size: 26px;
	color: #333;
	padding-bottom: 15px;
}

.art_mm .left_armm .art_top .art_tm {
	font-size: 14px;
	color: #666;
}

 

.art_mm .left_armm .art_body {
	line-height: 1.6;
	border-bottom: 1px solid #e5e5e5;
	padding: 50px 0;
	font-size: 16px;
	color: #333;
}

.art_mm .left_armm .art_body br {
	font-size: initial;
}

.art_mm .left_armm .art_body img {
	margin: auto;
	max-width: 100% !important;
	height: auto !important;
	display: block;
}

.art_mm .left_armm .art_link .art_pn {
	padding: 20px 0;
}

.art_mm .left_armm .art_link p {
	font-size: 15px;
	font-weight: bold;
	color: #00a350;
	margin: 7px 0;
}

.art_mm .left_armm .art_link p a {
	font-size: 15px;
	color: #333;
	font-weight: 400;
}


.art_mm .left_armm .art_link .backup a {
	width: 100%;
	display: flex;
	align-items: center;
	background: #00a350;
	justify-content: center;
	border: 1px solid #00a350;
	padding: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.art_mm .left_armm .art_link .backup a:hover {
	color: #00a350;
	background: #fff;
}

.no_line {
	white-space: nowrap;
}

.left-news-tj {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-top: 3px solid #00a350;
	padding: 22px;
	margin-top: 30px;
}

.left-news-tj .titlen {
	
}

.left-news-tj .titlen h3{
	font-size: 20px;
	font-weight: bold;
	color: #00a350;
}

.left-news-tj .titlen p{
	 font-size: 16px;
	 color: #6D6D6D;
	 padding: 5px 0 25px;
}

 

.left-news-tj .tuijian_lb .bx-wrapper .bx-pager.bx-default-pager a {
	background: #999;
}

.left-news-tj .tuijian_lb .bx-wrapper .bx-pager.bx-default-pager a:hover,
.left-news-tj .tuijian_lb .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00a350;
}

.left-news-tj .tuijian_lb .bx-wrapper .bx-pager,
.left-news-tj .tuijian_lb .bx-wrapper .bx-controls-auto {
	position: initial;
	padding: 0;
}
.left-news-tj .tuijian_lb .newsTjSlider .slide a{
	display: block;
}
.left-news-tj .tuijian_lb .newsTjSlider .slide .img {
	position: relative;
	width: 100%;
	padding-bottom: 70%;
}

.left-news-tj .tuijian_lb .newsTjSlider .slide .img img {
	position: absolute;
	left: 0;
	top: 0;
}

.left-news-tj .tuijian_lb .newsTjSlider .slide .text {
	padding: 20px 0;
}

.left-news-tj .tuijian_lb .newsTjSlider .slide .text .bt {
	line-height: 26px;
	font-size: 16px;
	color: #333;
	padding-bottom: 20px;
}

.left-news-tj .tuijian_lb .newsTjSlider .slide .text .ms {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.left-news-tj .tuijian_nav {}

.left-news-tj .tuijian_nav li {
	border-bottom: 1px dashed #E5E5E5;
	padding: 15px 0;
}

.left-news-tj .tuijian_nav li:last-child {
	border-bottom: none;
}
.left-news-tj .tuijian_nav li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0;
}
.left-news-tj .tuijian_nav li a .ico {
	 color: #666;
	 font-size: 16px;
	 display: inline-block;
}

.left-news-tj .tuijian_nav li a .bt {
	display: inline-block;
	width: 240px;
	font-size: 16px;
	color: #666;
}
.left-news-tj .tuijian_nav li a:hover .ico,
.left-news-tj .tuijian_nav li a:hover .bt{
	color: #00a350;
}


/*招聘*/
.zp_list{
	padding-top: 30px;
}
.zp_list li{
	margin-bottom: 20px;
}
.zp_list li .shows{
	background: #f3f3f3;	
	padding: 14px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zp_list li .shows .bt{
	font-size: 18px;color: #333333;
}
.zp_list li .shows i{
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
}
.zp_list li .sub{
	line-height: 30px;
	font-size: 14px;
	color: #333;
	height: 0;
	overflow: hidden;
}
.zp_list li.open .sub{
	padding: 20px 0;
	height: auto;
}
.zp_list li.open .shows{
	background: #00a350;
}
.zp_list li.open .shows .bt{
	color: #fff;
}
.zp_list li.open .shows i{
	color: #fff;
	transform:rotate(90deg);
}
 
.sub_lx{
	padding-top: 40px;
}
.sub_lx .lx_content{
	line-height: 1.8;
	font-size: 15px;
	color: #333333;
}
.sub_lx .lx_content img{
	display: inline-block;
	max-width: 100% !important;
	height: auto !important;
}
.sub_lx .lx_map{
	height: 500px;
	margin-top: 40px;
	width: 100%;
}
