@charset "utf-8";

/* CSS Document */
.tit_com .h3 ,.tit_com .p{
	padding-left: 50px;
}
#main{
	padding-top: 76px;
}
.sub_ban{
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	display: table;
	width: 100%;
}
.sub_ncom{
	width: 100%;
	height: 50px;
	position: relative;
	margin-top: -50px;
	background: rgba(0,0,0,0.5);
	line-height: 50px;
}
.sub_ncom .sub_nav{
	float: left;
}
.sub_ncom .sub_tt{
	float: left;
	font-size: 15px;
	padding: 0 20px;
	color: #fff;
	background: #1DA737;
}
.sub_ncom .sub_nav li{
	float: left;
}
.sub_ncom .sub_nav li a{
	display: block;
	font-size: 15px;
	padding: 0 20px;
	color: #fff;
}
.sub_ncom .sub_nav li a:hover ,.sub_ncom .sub_nav li a.a_hv{
	background: #1DA737;
}
.sub_ncom .sub_wz{
	float: right;
	color: #CBCBCB;
}
.sub_ncom .sub_wz a{
	color: #CBCBCB;
}
.sub_ncom .sub_wz a:hover{
	color: #1DA737;
}
.cppadd .cp_comm{
	padding-top: 60px;
}

 /*关于 */
.sab_a{
	padding: 40px 0 60px;
	border-bottom: 1px dashed #CCCCCC;
}
.sab_a .pa{
	line-height: 1.8;
	font-size: 16px;
	padding-top: 18px;
}
.sab_a .sab_a_b{
	padding-top: 22px;
	padding-bottom: 40px;
}
.sab_a .sab_a_b font{
	color: #1DA737;
}
.sab_a_c{
	background: url(../img/s_ab_bg.png) no-repeat right bottom #F2F2F2;
}
.sab_a_c .sab_a_cimg{
	float: left;
	width: 425px;
	overflow: hidden;
}
.sab_a_c .sab_a_cimg img{
	display: block;
	width: 100%;
}
.sab_a_c .sab_a_ctb{
	float: right;
	width: 724px;
	display: table;
	height: 220px;
}
.sab_a_c .sab_a_ctb .sab_a_ctr{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	line-height: 1.8;
	font-size: 14px;
	color: #333333;
}
.sab_a_c .sab_a_ctb h3{
	font-size: 16px;
	padding-bottom: 15px;
}
.sab_a_c .sab_a_ctb h3 span{
	color: #1DA737;
}
.sab_a_c .sab_a_ctb p{
	padding:2px 0 2px 12px;
	background: url(../img/s_ab_ico.png) no-repeat left center;
}
.sab_b{
	padding: 30px 0 60px;
	border-bottom: 1px dashed #CCCCCC;
}
.sab_b .sab_blist{
	padding-top: 12px;
}
.sab_b .sab_blist li{
	float: left;
	width: 294px;
	padding-right: 8px;
}
.sab_b .sab_blist li.last{
	padding-right: 0;
}
.sab_b .sab_blist li .padd{
	border: 1px solid #E0E0E0;
	padding: 40px 5px 38px;
	text-align: center;
}
.sab_b .sab_blist li .padd h3{
	width: 74px;
	height: 74px;
	line-height: 74px;
	background: #1DA737;
	display: inline-block;
	border-radius: 100%;
	font-size: 24px;
	color: #fff;
}
.sab_b .sab_blist li .padd h3.bg2{
	background: #6F6F6F;
}
.sab_b .sab_blist li .padd p{
	color: #333;
	font-size: 16px;
	padding-top: 14px;
}
.sab_b .sab_blist li:hover .padd{
	border-color: #1DA737;
} 

.sab_c{
	padding: 30px 0;
}
.sab_c .sab_clist{
	padding-top: 18px;
}
.sab_c .sab_clist li{
	float: left;
	width: 386px;
	padding-right: 20px;
}
.sab_c .sab_clist li.last{
	padding-right: 0;
}
.sab_c .sab_clist li .img{
	overflow: hidden;
}
.sab_c .sab_clist li img{
	display: block;
	width: 100%;
}
.sab_c .sab_clist li .padd{
	padding: 24px 30px;
	border: 1px solid #E0E0E0;
	border-top: 0;
	font-size: 14px;
	min-height: 250px;
}
.sab_c .sab_clist li span{
	font-size: 22px;
	color: #1DA738;
	font-weight: bold;
}
.sab_c .sab_clist li h3{
	font-size: 22px;
	color: #333;
	padding: 5px 0 15px;
}
.sab_c .sab_clist li p{
	color: #656565;
	line-height: 2;
}

/*发展历程 */
.slc_tt{
	padding-top: 40px;
}
.fzlc_cm{
	padding:50px 0 60px;
}
.hidden{
	display: none;
    animation: none !important;
}

.role-tabs {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	background: url(../img/s_lcbg.png) repeat-x 0 68px;
}

.history-tabs .tab-list {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	height: 110px;
}
.history-tabs{
	position: relative;
}

.history-tabs .list-inner {
	position: absolute;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	left: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.history-tabs .list-inner a {
	height: 100%;
	width: 120px;
	margin: 0 60px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*margin-right: 2px;
	color: #296dbf;
	cursor: pointer;
	font-size: 16px;
}

.history-tabs .list-inner a.tab-on .year {
	margin-top: -80px;
	background-image: url(../img/slices2.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 120px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color:#1DA737;
	padding-bottom: 16px;
	-webkit-animation: dropin 0.5s;
	animation: dropin 0.5s;
	font-size: 30px;
}
.history-tabs .list-inner a.tab-on .dot{
	background: none;
}
.history-tabs .list-inner .dot {
	width: 16px;
	height: 16px;
	margin: 60px auto 3px;
	background-image: url(../img/slices.png);
	background-repeat: no-repeat;
	background-position:center bottom; 
}
.history-tabs .history-prev,
.history-tabs .history-next {
	margin-top: 46px;
	position: absolute;
	width: 48px;
	height: 48px;
	cursor: pointer;
	background: url(../img/s_lclr.png) no-repeat;
}
.history-tabs .history-prev{
	left: -55px;
	background-position: 8px 14px;
}

.history-tabs .history-next {
	right: -55px;
	background-position: -274px 14px;
}
.tab-contents .tab-content {
	-webkit-animation: fadein 1s both;
	animation: fadein 1s both;
	line-height: 26px;
}

.lc_nrcm{
	width: 720px;
	margin: 0 auto;
	padding-top: 60px;
}
.lc_nrcm .lc_img{
	float: left;
	width: 240px;
	overflow: hidden;
}
.lc_nrcm .lc_img img{
	width: 100%;
	display: block;
}
.lc_nrcm .lc_word{
	float: right;
	width: 440px;
}
.lc_nrcm .lc_word .h3{
	padding-top: 20px;
}
.lc_nrcm .lc_word .h3 span{
	color: #1DA737;
	display: inline-block;
	padding-right: 12px;
}
.lc_nrcm .lc_word .p{
	font-size: 16px;
	padding-top:30px;
	color: #333;
}


@-webkit-keyframes dropin {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes dropin {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dropin {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dropin 0% {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.dropin 100% {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

 /*客户见证 */
.kh_comm{
	padding-top: 25px;
}
.kh_li{
	padding:10px 0;
}
.kh_li .tit_com .h3{
	padding-left: 50px;
}
.kh_li .tit_com .p{
	padding-left: 50px;
}
.kh_tab{
	overflow: hidden;
}
.kh_tab .kh_hd{
	display: block;
}
.kh_tab .kh_hd ul{
	font-size: 0;
}
.kh_tab .kh_hd li{
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #CCCCCC;
	height: 38px;
	line-height: 38px;
	color: #333333;
	font-size: 14px;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 10px;
}
.kh_tab .kh_hd li.on{
	border-color: #1DA737;
	background: #1DA737;
	color: #fff;
}
.kh_tab .kh_bd{
	padding-top: 15px;
	overflow: hidden;
}
.kh_tab .kh_bd .con{
	overflow: hidden;
}
.kh_tab .kh_bd .con ul{
	width: 106%;
}
.kh_tab .kh_bd .con li{
	float: left;
	width: 224px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.kh_tab .kh_bd .con li a{
	display: block;
}
.kh_tab .kh_bd .con li .img{
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.kh_tab .kh_bd .con li img{
	width: 100%;
	height: 148px;
	display: block;
}
.kh_tab .kh_bd .con li:hover .img{
	border-color: #1DA737;
}
.kh_al{
	padding-bottom: 35px;
}
.al_comm{
	position: relative;
	padding-top: 8px;
}
.al_comm .al_hide{
	overflow: hidden;
	width: 100%;
}
.al_comm .prev ,.al_comm .next{
	width: 30px;
	height: 30px;
	position: absolute;
	top: -36px;
	background: url(../img/al_lr.png) no-repeat;
	cursor: pointer;
}
.al_comm .prev {
	right: 28px;
	background-position:3px 6px;
}
.al_comm .prev:hover{
	background-position:3px -44px;
}
.al_comm .next {
	right:0;
	background-position:-23px 6px;
}
.al_comm .next:hover{
	background-position:-23px -44px;
}
.al_comm li{
	float: left;
	width: 380px;
	padding-right: 30px;
	color: #656565;
	font-size: 14px;
}
.al_comm li .img{
	overflow: hidden;
	height: 242px;
}
.al_comm li img{
	width: 100%;
	min-height: 242px;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.al_comm li h3{
	padding-top: 22px;
}
.al_comm li h3 a{
	display: block;
	font-size: 20px;
	color: #333;
}
.al_comm li span{
	display: block;
}
.al_comm li p{
	line-height: 1.8;
	padding-top: 16px;
	padding-bottom: 30px;
}
.al_comm li a.m{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 35px;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	color: #656565;
}
.al_comm li a.m font{
	color: #1DA737;
}
.al_comm li a.m:hover ,.al_comm li h3 a:hover{
	color: #1DA737;
	border-color:  #1DA737;
}
.al_comm li a.m:hover{
	padding: 0 40px;
}
.al_comm li:hover img{
	transform: scale(1.2);
}

/*新闻 */
.new_comm{
	padding-top: 30px;
	padding-bottom: 50px;
}
.new_ss{
	height: 40px;
	overflow: hidden;
}
.new_ss .n_ss{
	width: 258px;
	height: 38px;
	line-height: 38px;
	float: right;
	border: 1px solid #CCCCCC;
}
.new_ss .n_ss .n_txt{
	float: left;
	width: 198px;
	padding-left: 10px;
	border: none;
	height: 38px;
	background: none;
}
.new_ss .n_ss .n_btn{
	float: right;
	width: 38px;
	height: 38px;
	border: none;
	background: url(../img/new_ico.png) no-repeat center center;
	cursor: pointer;
}
.new_a{
	padding-top: 30px;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #CBCBCB;
}
.new_a .new_pic{
	float: left;
	width: 530px;
	overflow: hidden;
	height: 339px;
	position: relative;
}
.new_a .new_pic .prev ,.new_a .new_pic .next{
	position: absolute;
	bottom: 0;
	width: 36px;
	height: 36px;
	background-color:#A6A6A6 ;
	cursor: pointer;
	background-image: url(../img/new_lr.png);
	background-repeat: no-repeat;
}
.new_a .new_pic .prev{
	right: 36px;
	background-position: 0 0;
	border-right: 1px solid #fff;
}
.new_a .new_pic .next{
	right: 0;
	background-position: right 0;
}
.new_a .new_pic .prev:hover ,.new_a .new_pic .next:hover{
	background-color: #1DA737;
}
.new_a .new_pic li{
	width: 530px;
	overflow: hidden;
	height: 339px;
}
.new_a .new_pic li img{
	width: 100%;
	height: 100%;
}
.new_a .new_txt{
	float: right;
	width: 640px;
	margin-top: -12px;
}
.new_a .new_txt li{
	border-bottom: 1px solid #CBCBCB;
	padding: 12px 0;
	position: relative;
}
.new_a .new_txt li h3{
	height: 30px;
	line-height: 30px;
}
.new_a .new_txt li h3 a{
	color: #333333;
	font-size: 20px;
	display: block;
}
.new_a .new_txt li p{
	color: #656565;
	font-size: 14px;
	padding-top: 10px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.new_a .new_txt li a.m{
	color: #1DA737;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 12px;
}
.new_a .new_txt li a.m:hover{
	padding-right: 10px;
}
.new_a .new_txt li:hover h3 a,.new_a .new_txt li.on h3 a{
	color: #1DA737;
}
.new_a .new_txt li:hover,.new_a .new_txt li.on{
	border-color: #1DA737;
}

.new_list{
	overflow: hidden;
	padding-bottom: 20px;
}
.new_list li{
	padding: 30px 0;
	border-bottom: 1px solid #CBCBCB;
}
.new_list li .img{
	float: left;
	width: 260px;
	height: 164px;
	display: block;
	overflow: hidden;
}
.new_list li .img img{
	width: 100%;
	min-height: 164px;
}
.new_list li .new_r{
	float: right;
	width: 910px;
}
.new_list li .new_r h3{
	font-size: 20px;
	padding-top: 12px;
	padding-bottom: 2px;
}
.new_list li .new_r h3 a{
	color: #333333;
}
.new_list li .new_r h3 a:hover{
	color: #1DA737;
}
.new_list li .new_r span{
	display: block;
	color: #656565;
	font-size: 14px;
}
.new_list li .new_r p{
	color: #656565;
	font-size: 14px;
	padding-top: 25px;
	line-height: 1.8;
}
 /*新闻详细页 */
 .noban .sub_ncom{
	 margin-top: 0;
 }
.art_comm{
	margin-top: 50px;
	background: url(../img/n_bg.png) repeat-y 839px 0;
	margin-bottom: 40px;
}
.art_left{
	float: left;
	width: 800px;
}
.art_ntit{
	color: #333333;
	font-size: 24px;
	line-height: 1.4;
}
.art_ntm{
	border-bottom: 1px solid #CBCBCB;
	padding: 3px 0 15px;
	line-height: 30px;
	height:30px;
	color: #656565;
}
.art_ntm .art_tml{
	float: left;
	font-size: 14px;
}
.art_ntm .art_nfx{
	float: right;
	font-size: 14px;
}
.art_ntm .art_nfx span{
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}
.art_ntm .art_nfx .bdsharebuttonbox{
	display: inline-block;
	vertical-align: middle;
}
.art_nbd{
	line-height: 1.8;
	overflow: hidden;
	padding: 20px 0 60px;
	font-size: 14px;
	min-height: 200px;
}
.art_npn{
	border-top: 1px solid #CBCBCB;
	padding-top: 18px;
}
.art_npn p{
	font-size: 14px;
	color: #1DA737;
	font-weight: bold;
	padding: 3px 0;
}
.art_npn p a{
	font-weight:300;
	color: #656565;
}
.art_npn p a:hover{
	color: #1DA737;
}
.art_nfh{
	padding-top: 20px;
}
.art_nfh a{
	background: #1DA737;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.art_nfh a span{
	display: inline-block;
}
.art_nfh a:hover span{
	padding-left: 12px;
}

.art_right{
	float: right;
	width: 320px;
}
.art_right .tit_com{
	padding-top: 0;
}
.new_bd{
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 5px;
}
.new_bd li .img{
	display: block;
	height: 204px;
	overflow: hidden;
}
.new_bd li .img img{
	width: 100%;
	min-height: 204px;
}
.new_bd li h3{
	font-size: 20px;
	padding-top: 20px;
	line-height: 1.3;
	padding-bottom: 4px;
}
.new_bd li h3 a{
	color: #333333;
}
.new_bd li h3 a:hover{
	color: #1DA737;
}
.new_bd li span ,.new_bd li p{
	color: #656565;
	font-size: 14px;
}
.new_bd li p{
	padding-top: 20px;
	line-height: 1.8;
}
.new_hd{
	height: 8px;
	overflow: hidden;
	text-align: center;
	padding: 5px 0;
}
.new_hd ul{
	font-size: 0;
}
.new_hd ul li{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #999999;
	text-indent: -999px;
	overflow: hidden;
	margin: 0 4px;
	cursor: pointer;
}
.new_hd ul li.on{
	background: #1DA737;
}
.new_tjlist{
	padding: 15px 0 30px;
}
.new_tjlist li{
	padding: 11px 0;
	border-bottom: 1px dashed #CCCCCC;
}
.new_tjlist li a{
	display: block;
	padding-left: 12px;
	background: url(../img/s_ab_ico.png) no-repeat 0 10px;
	font-size: 16px;
	color: #333333;
}

 /*产品 */

.sub_ncom .cp_nav{
	border-bottom: 1px solid #CBCBCB;
	height: 46px;
	line-height: 46px;
	width:1200px;
	left: 50%;
	margin-left: -600px;
	position: absolute;	
	display: none;
	top: 68px;
}
.sub_ncom .cp_nav dt{
	float: left;
}
.sub_ncom .cp_nav dt a{
	display: block;
	color: #333333;
	padding: 0 30px;
	font-size: 16px;
}
.sub_ncom .cp_nav dt a.a_hv{
	color: #1DA737;
	border-bottom: 1px solid #1DA737;
}
.sub_ncom .cp_nav dt a:hover{
	color: #1DA737;
	background: none;
}


.cp_list{
	padding: 36px 0 0 0;
	overflow: hidden;
}
.cp_list ul{
	width: 108%;
}
.cp_list li{
	float: left;
	width: 580px;
	margin-right: 40px;
	margin-bottom: 40px;
	display: inline;
}
.cp_list li .bd{
	border: 1px solid #E0E0E0;
	background: #F3F3F3;
}
.cp_list li .img{
	float: left;
	width: 238px;
	height: 258px;
	overflow: hidden;
	border-right: 1px solid #E0E0E0;
	background: #fff;
}
.cp_list li .img img{
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.cp_list li .cp_r{
	width: 280px;
	float: left;
	padding-left: 30px;
	height: 258px;
	position: relative;
}
.cp_list li .cp_r h3{
	padding: 22px 0 14px;
	background: url(../img/cp_ttbg.png) no-repeat 0 bottom;
}
.cp_list li .cp_r h3 a{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.cp_list li .cp_r p{
	font-size: 14px;
	color: #656565;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	padding-top: 20px;
	text-align: justify;
}
.cp_list li .cp_r a.m{
	position: absolute;
	right: 0;
	bottom: 20px;
	color: #656565;
	padding-right: 32px;
	font-size: 14px;
	height: 26px;
}
.cp_list li .cp_r a.m i{
	width: 20px;
	height: 26px;
	background: url(../img/cp_ico.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	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;
}
.cp_list li:hover .img img{
	transform: scale(1.15);
}
.cp_list li a.m:hover i{
	transform: rotateZ(-360deg);
}
.cp_list li a.m:hover ,.cp_list li h3 a:hover{
	color: #1DA737;
}
 /*产品详情 */
.art_cpacm{
	background: #F1F1F1;
	padding: 0px 0 52px;
}
.cppadd .art_cpacm{
	padding-top: 60px;
}
.art_cpa{
	padding-top: 30px;
	overflow: hidden;
}
.art_cpaimg{
	float: left;
	width: 600px;
	position: relative;
}
.art_cpaimg .bd{
	width: 460px;
	height: 490px;
	margin: 0 auto;
	overflow: hidden;
}
.art_cpaimg .bd li{
	width: 460px;
}
.art_cpaimg .bd li .img{
	width: 460px;
	height: 490px;
	overflow: hidden;
}
.art_cpaimg .prev ,.art_cpaimg .next{
	width: 20px;
	height: 30px;
	position: absolute;
	display: block;
	background: url(../img/art_cplr.png) no-repeat;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
}
.art_cpaimg .prev{
	left: 0;
	background-position: 0 center;
}
.art_cpaimg .next{
	right: 0;
	background-position: -100px center;
} 
.art_cpawz{
	float: right;
	width: 540px;
	padding-top: 40px;
	color: #656565;
	font-size: 14px;
}
.art_cpawz .h3{
	border-bottom: 1px solid #CBCBCB;
	color: #333333;
	font-size: 26px;
	line-height: 1.8;
	padding-bottom: 10px;
	position: relative;
}
.art_cpawz .h3:after{
	width: 138px;
	height: 2px;
	background: #1DA737;
	bottom: -1px;
	left: 0;
	content: '';
	position: absolute;
}
.art_cpawz .art_cpfx{
	padding-top: 35px;
	line-height: 30px;
}
.art_cpawz .art_cpfx span{
	display: inline-block;
	vertical-align: middle;
}
.art_cpawz .art_cpfx .bdsharebuttonbox{
	display: inline-block;
	vertical-align: middle;
}
.art_cpawz .gjc{
	line-height: 1.6;
	padding: 8px 0;
}
.art_cpawz .cp_td{
	padding-top: 30px;
}
.art_cpawz .tdp{
	padding-top: 10px;
	line-height: 1.8;
}

.art_cpdd{
	padding-top: 25px;
}
.art_cptt{
	background: url(../img/cp_tbg.png) no-repeat 0 bottom;
	color: #333333;
	font-size: 18px;
	padding-bottom: 14px;
	padding-left: 20px;
}
.art_cpbd{
	padding-top: 22px;
	padding-bottom: 30px;
	line-height: 1.8;
	overflow: hidden;
	font-size: 14px;
}
.art_cpbd img{
	max-width: 100% !important;
	height: auto !important;
}

.cptj_comm{
	position: relative;
	padding-top: 8px;
}
.cptj_comm .cptj_hide{
	overflow: hidden;
	width: 100%;
}
.cptj_comm .prev ,.cptj_comm .next{
	width: 30px;
	height: 30px;
	position: absolute;
	top: -45px;
	background: url(../img/al_lr.png) no-repeat;
	cursor: pointer;
}
.cptj_comm .prev {
	right: 28px;
	background-position:3px 6px;
}
.cptj_comm .prev:hover{
	background-position:3px -44px;
}
.cptj_comm .next {
	right:0;
	background-position:-23px 6px;
}
.cptj_comm .next:hover{
	background-position:-23px -44px;
}
.cptj_comm .cptj_hide{
	padding-top: 0px;
}

 /*应用领域 */

.yyly_list{
	padding: 30px 0;
	overflow: hidden;
}
.yyly_list li{
	padding: 30px 0;
}
.yyly_list li .yy_wz{
	float: left;
	width: 600px;
}
.yyly_list li .yy_wz .yy_p{
	color: #656565;
	font-size: 14px;
	padding: 25px 0;
	line-height: 2;
}
.yyly_list li .yy_wz .yy_m{
	text-align: right;
}
.yyly_list li .yy_wz .yy_m a{
	border: 1px solid #CCCCCC;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #656565;
	display:inline-block;
	border-radius: 30px;
	width: 148px;
	text-align: center;
}
.yyly_list li .yy_wz .yy_m a span{
	display: inline-block;
	color: #1DA737;
}
.yyly_list li .yy_wz .yy_m a:hover{
	border-color: #1DA737;
	color:  #1DA737;
}
.yyly_list li .yy_wz .yy_m a:hover span{
	padding-left: 12px;
}
.yyly_list li .yy_img{
	float: right;
	width: 540px;
	overflow: hidden;
}
.yyly_list li .yy_img img{
	width: 100%;
	height: 312px;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.yyly_list li.odd .yy_img{
	float: left;
}
.yyly_list li.odd .yy_wz{
	float: right;
}
.yyly_list li:hover .yy_img img{
	transform: scale(1.15);
}
.art_yycm{
	padding-top:30px ;
	padding-bottom: 30px;
}
.art_yybd{
	padding: 10px 0 30px;
	overflow: hidden;
	line-height: 1.8;
	font-size: 14px;
}
.art_yybd img{
	max-width: 100% !important;
	height: auto !important;
}

 /*招聘 */
.job_comm{
	padding-top: 40px;
}
.job_a{
	padding-right: 356px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../img/job_img1.png) no-repeat right center;
	min-height: 330px;
}
.job_a li{
	position: relative;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	padding: 13px 0 13px 50px;
}
.job_a li i{
	width: 32px;
	height: 30px;
	background: url(../img/job_ico2.png) no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
}
.job_a li i.i1{
	background-position: 0 2px;
}
.job_a li i.i2{
	background-position: 0 -44px;
}
.job_a li i.i3{
	background-position: 0 -94px;
}
.job_a li i.i4{
	background-position: 0 -147px;
}
.job_a li i.i5{
	background-position: 0 -197px;
}
.job_a li i.i6{
	background-position: 0 -247px;
}
.job_a li i.i7{
	background-position: 0 -298px;
}
.job_b{
	padding: 25px 0 50px;
	border-bottom: 1px solid #CBCBCB;
}
.job_b img{
	width: 100%;
	display: block;
}
.job_c{
	padding-top: 40px;
}
.job_list{
	padding-bottom: 30px;
}
.job_list li{
	padding: 30px 0;
	border-bottom: 1px solid #CBCBCB;
	position: relative;
}
.job_list li .h3{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.job_list li .job_p{
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	padding: 3px 0;
}
.job_list li .job_p span{
	color: #999999;
}
.job_list li .job_bd{
	font-size: 16px;
	line-height: 1.8;
	padding-top: 20px;
	display: none;
}
.job_list li .job_ico{
	width: 26px;
	height: 26px;
	display: block;
	background: url(../img/job_ico.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50px;
	cursor: pointer;
	background-position: 0 0;
}
.job_list li.on .job_bd{
	display: block;
}
.job_list li.on .job_ico{
	background-position: 0 bottom;
}
.job_fs{
	padding: 20px 0 40px;
}
.job_fs ul{
	border: 1px solid #CBCBCB;
}
.job_fs ul li{
	border-right: 1px solid #CBCBCB;
	height: 133px;
	float: left;
}
.job_fs ul li.l1{
	width: 551px;
}
.job_fs ul li.l2{
	width: 322px;
}
.job_fs ul li.l3{
	width: 323px;
	border-right: 0;
}
.job_fs .job_l1{
	margin-left: 40px;
	margin-top: 40px;
	padding-left: 68px;
	background: url(../img/job_em.png) no-repeat left center;
}
.job_fs .job_l1 h3{
	font-size: 16px;
}
.job_fs .job_l1 p{
	font-size: 14px;
}
.job_fs .job_l1 p a{
	font-size: 20px;
}

 /*联系 */
.cont_comm{
	padding-top: 46px;
}
.cont_a .cont_al{
	float: left;
	width: 575px;
}
.cont_a .cont_al .h1{
	color: #1DA737;
	font-size: 40px;
	line-height: 1.1;
}
.cont_a .cont_al .h2{
	font-size: 30px;
	line-height: 1.5;
}
.cont_a .cont_al .cont_nr{
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding-top: 25px;
	margin-top: 25px;
	padding-bottom: 35px;
}
.cont_a .cont_al .p{
	font-size: 16px;
	line-height: 1.8;
	padding: 1px 0;
}
.cont_a .cont_al .p strong{
	color: #1DA737;
}
.cont_a .cont_al .lx_ewm{
	padding-top: 40px;
}
.cont_a .cont_al .lx_ewm img{
	display: inline-block;
	vertical-align: middle;
	width: 126px;
}
.cont_a .cont_al .lx_ewm p{
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
}

.cont_a .cont_ar{
	float: right;
	width: 574px;
}
.cont_a .cont_ar .h3{
	font-size: 22px;
	padding-bottom: 18px;
}
.cont_a .cont_ar li{
	float: left;
	width: 284px;
	padding-bottom: 8px;
	position: relative;
}
.cont_a .cont_ar li.padr{
	padding-right: 6px;
}
.cont_a .cont_ar li .lxp{
	background: #F1F1F1;
	padding: 5px 20px;
	line-height: 32px;
	position: relative;
}
.cont_a .cont_ar li .click_sl{
	height: 32px;
	color: #656565;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.cont_a .cont_ar li .click_sl i{
	width: 9px;
	height: 5px;
	position: absolute;
	right: 0px;
	top: 14px;
	display: block;
	background: url(../img/lx_ico.png) no-repeat;
}
.cont_a .cont_ar li .sl_com{
	position: absolute;
	width: 100%;
	background:#fff;
	border: 1px solid #DFDFDF;
	left: 0;
	z-index: 9;
	box-sizing: border-box;
	padding: 10px 0;
	top: 55px;
	display: none;
}
.cont_a .cont_ar li .sl_com dt{
	padding: 6px 20px;
	line-height: 20px;
	font-size: 13px;
	color: #656565;
	cursor: pointer;
}
.cont_a .cont_ar li .sl_com dt:hover{
	color:#1DA737 ;
}
.cont_a .cont_ar li .lx_txt{
	width: 100%;
	border: none;
	background: none;
	height: 32px;
	font-size: 14px;
}
.cont_a .cont_ar li.w100{
	width: 100%;
}
.cont_a .cont_ar li .lx_nr{
	width: 100%;
	height: 258px;
	border: none;
	background: none;
	line-height: 24px;
	font-size: 14px;
	padding: 5px 0;
}
.cont_a .cont_ar li .lx_btn{
	border: 2px solid #1DA737;
	color: #1DA737;
	background: none;
	width: 100%;
	height: 50px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	margin-top: 12px;
	cursor: pointer;
}
.cont_a .cont_ar .p{
	text-align: center;
	color: #656565;
	font-size: 14px;
	padding-top: 10px;
}
.cont_b{
	padding: 40px 0 20px;
}
.cont_b #allmap{
	height: 430px;
	width: 100%;
}

.commm{
	padding: 40px 0 60px;
	overflow: hidden;
	min-height: 200px;
	line-height: 1.9;
	font-size: 14px;
}
.commm img{
	max-width: 100% !important;
	height: auto !important;
}

 /*分页 */
.pages{
	text-align: center;
	padding: 15px 0;
}
.pages ul{
	font-size: 0;
}
.pages li{
	display: inline-block;
	padding: 0 2px;
}
.pages li a{
	display: inline-block;
	width: 24px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #333;
	vertical-align: middle;
}
.pages li a.thisclass{
	color: #1DA737;
	text-decoration: underline;
}
.pages li .pre ,.pages li .next{
	text-indent: -999px;
	overflow: hidden;
	background: url(../img/page_pn.png) no-repeat;
}
.pages li a:hover{
	color: #1DA737;
}
.pages li .pre{
	background-position: 8px 9px;
	margin-right: 12px;
}
.pages li .next{
	background-position: -40px 9px;
	margin-left: 12px;
}

.linkbox{
	padding:15px 0px;
	border-bottom:1px solid #dedede;
}
.linkbox h3{
	font-size:14px;
	font-weight:bold;
}
.linkbox li{
	display:inline-block;
	padding:5px 24px 5px 0;
}

/* 加盟 */
.jiam_padd{
	padding: 40px 0 50px;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 16px;
	line-height: 1.8;
}
.jiam_a_dl{
	padding-top: 10px;
}
.jiam_b_dl{
	padding-top: 10px;
	overflow: hidden;
}
.jiam_b_dl ul{
	width: 106%;
}
.jiam_b_dl ul li{
	float: left;
	width: 380px;
	height: 160px;
	margin-right: 30px;
	display: inline-block;
	display: table;
}
.jiam_b_dl ul li .jm_btr{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
}
.jiam_b_dl ul li .jm_btr img{
	display: inline-block;
	vertical-align: middle;
}
.jiam_b_dl ul li .jm_btr .jm_br{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
}
.jiam_b_dl ul li .jm_btr .jm_br h3{
	font-size: 20px;
	line-height: 1.6;
}
.jiam_b_dl ul li .jm_btr .jm_br p{
	font-size:14px;
	line-height: 1.4;
	color: #656565;
	text-transform: uppercase;
}
.jiam_c_dl{
	overflow: hidden;
	padding-top: 10px;
}
.jiam_c_dl ul{
	width: 108%;
}
.jiam_c_dl li{
	float: left;
	width: 585px;
	padding-right: 30px;
	padding-bottom: 30px;
	display: table;
}
.jiam_c_dl li.none{
	padding-bottom: 0;
}
.jiam_c_dl li .jmc_tr{
	display: table-cell;
	width: 100%;
	height: 60px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 22px;
}
.jiam_c_dl li .jmc_tr span{
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #1DA737;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}
.jiam_c_dl li .jmc_tr p{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	padding-left: 18px;
}
.jiam_d_dl{
	padding-top: 10px;
	overflow: hidden;
}
.jiam_d_dl ul{
	background: url(../img/jmc_bg.png) no-repeat center center;
}
.jiam_d_dl li{
	float: left;
	width: 200px;
}
.jiam_d_dl li .jmd_li{
	width: 100%;
	height: 208px;
	text-align: center;
}
.jiam_d_dl li .jmd_li img{
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}
.jiam_d_dl li .jmd_li p{
	padding-top: 12px;
	line-height: 1.5;
}
.jiam_e_dl{
	padding-top: 10px;
	overflow: hidden;
	padding-bottom: 50px;
}
.jiam_e_dl ul{
	width: 108%;
}
.jiam_e_dl ul li{
	width: 580px;
	float: left;
	line-height: 32px;
	padding: 19px 0;
	text-align: center;
	background: #F5F5F5;
	margin-right: 40px;
}
.jiam_e_dl ul li img{
	display: inline-block;
	vertical-align: middle;
}
.jiam_e_dl ul li p{
	vertical-align: middle;
	display: inline-block;
	padding-left: 15px;
	font-size: 20px;
	font-weight: 100;
	text-transform: uppercase;
	color: #333;
}
.jiam_e_dl ul li p span{
	font-size: 26px;
	font-weight: normal;
}
.jiam_e_dl2{
	width: 100%;
	height: 260px;
	display: table;
	overflow: hidden;
	background: url(../img/jmd_img.jpg) no-repeat right center #F1F1F1;
}
.jiam_e_dl2 .jme_tr{
	height: 100%;
	width: 458px;
	padding-left: 60px;
	vertical-align: middle;
	display: table-cell;
	padding-right: 685px;
}
.jiam_e_dl2 .jme_tr h3{
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.jiam_e_dl2 .jme_tr h3 span{
	color: #1DA737;
}
.jiam_e_dl2 .jme_tr p{
	padding-top: 15px;
	font-size: 14px;
	color: #333;
}
.jiam_f{
	border: none;
}
.jiam_f_dl{
	padding-top: 10px;
	overflow: hidden;
}
.jiam_f_dl li{
	float: left;
	width: 380px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.jiam_f_dl li.flr{
	padding-right: 0;
}
.jiam_f_dl li.w100{
	width: 100%;
}
.jiam_f_dl li .jm_txt ,.jiam_f_dl li .jm_nr{
	width: 100%;
	height: 50px;
	line-height:50px;
	border: 1px solid #E0E0E0;
	padding: 4px 20px;
	box-sizing: border-box;
	color: #666;
	font-size: 16px;
	font-family: "microsoft yahei";
	background: none;
}
.jiam_f_dl li .jm_nr{
	height: 120px;
	padding: 10px 20px;
	line-height: 24px;
}
.jiam_f_dl li .jm_btn{
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border: 1px solid #1DA737;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #1DA737;
	background: none;
	cursor: pointer;
}