@charset "utf-8";
/* CSS Document */
body{
	font-family:"Microsoft YaHei";
	background:#fff;
}
#main{
	background:#fff;
}
a,a:before,a:after{
	transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}
a.none{
	transition:none;
	-o-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}
#head,#main,#foot{
    width:100%;
}
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}


#head_cm{
	background:rgba(0,0,0,1);
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:999;
}
.head_pc{
	padding:0 5%;
	height:70px;
}
.logo_pc{
	float:left;
	padding-top:12px;
}
.logo_pc .lg2{
	display:none;
}
.nav_pc{
	float:right;
	margin-right:-35px;
}
.nav_pc li{
	float:left;
	margin:0px 15px;
	position:relative;
}
.nav_pc li a{
	display:block;
}
.nav_pc li>a{
	color:#A9A9A9;
	font-size:16px;
	padding:16px 20px;
	line-height:38px;
}
.nav_pc li.on>a,.nav_pc li>a:hover{
	background:rgba(0,0,0,0.9);
	color:#fff;
}
.nav_pc li .sub{
	position:absolute;
	background:rgba(0,0,0,0.9);
	padding:20px 0;
	left:0px;
	top:70px;
    white-space: nowrap;
	min-width:150px;
	display:none;
}
.nav_pc li .sub.none{
	display:none !important;
}
.nav_pc li .sub .s_cp{
	display:inline-block;
	vertical-align:top;
	min-width:150px;
	border-right:1px solid #4D4D4D;
}
.nav_pc li .sub .s_cp:last-child{
	border-right:none;
}
.nav_pc li .sub dt{
	font-size:16px;
	padding-bottom:5px;
}
.nav_pc li .sub dt a{
	color:#A99B61;
	padding:2px 0 2px 20px;
	line-height:30px;
}

.nav_pc li .sub dd a{
	color:#A9A9A9;
	font-size:14px;
	line-height:30px;
	padding:2px 0 2px 20px;
}
.nav_pc li .sub dd a:hover{
	color:#fff;
	text-decoration:underline;
}
.head_m{
	display:none;
}
.mm-listview .mm-next{
	width:100%;
}
.mm-listview .mm-next:before{
	border:none;
}


.mores{
	font-size:14px;
	padding:12px 20px 0;
	display:inline-block;
	position:relative;
}
.mores:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
	background-color:#CBCBCB;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out
}

#foot{
	background:#000;
	color:#999999;
	line-height:26px;
	padding:12px 0;
}
#foot a{
	color:#999999;
}
#foot a:hover{
	color:#fff;
}
#foot .foot_pd{
	padding:0 5%;
}
#foot .foot_l{
	float:left;
	margin-left:-20px;
}
#foot .foot_l a{
	padding:0 20px;
}
#foot .foot_r{
	float:right;
}
#foot .foot_r .span2{
	display:inline-block;
	padding-left:10px;
}


.unslider{
	position: relative;
	width: 100%;
	overflow: auto;
}
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	background: #051545;
}
.banner ul {
	list-style: none;
	width: 300%;
	position:relative;
}
.banner ul li {
	display: block;
	float: left;
	width: 33%;
}
.banner ul li img{
	width:100%;
	height:auto;
	display:block;
}
.banner ul li img.ban_m{
	display:none;
}

.unslider-arrow{
	display:none;
}
.unslider-nav {
	position: absolute;
	bottom:20px;
	z-index:980;
	left:0;
	text-align:center;
	width:100%;
}
.unslider-nav li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	line-height:999px;
	text-indent: -999em;
	overflow:hidden;
	border:1px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.unslider-nav li.unslider-active {
	background: #fff;
	opacity: 1;
}

.ind_clg{
	width:100%;
	position:relative;
	display:table;
}
.clg_li{
	height:550px;
	text-align:center;
	display:table-cell;
	position:relative;
	overflow:hidden;
}
.clg_li .dstb{
	display:table;
	width:100%;
	height:100%;
}
.clg_li .dstb .ds_tbs{
	vertical-align:middle;
	display:table-cell;
}

.clg_li .li_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 3500ms ease-in-out;
	transition: transform 3500ms ease-in-out;
}
.clg_li.clg_1 .li_bg{
	background:url(../img/i_cen1.jpg) no-repeat center center;
}
.clg_li.clg_2 .li_bg{
	background:url(../img/i_cen2.jpg) no-repeat center center;
}
.clg_li.clg_3 .li_bg{
	background:url(../img/i_cen3.jpg) no-repeat center center;
}
.clg_li .lg_a{
	display:inline-block;
	padding:4% 7%;
	border:1px solid rgba(255,255,255,0.4);
	background:rgba(0,0,0,0.4);
	color:#fff;
	font-size:14px;
	position:relative;
	z-index:9;
}
.clg_li .lg_a img{
	width:100%;
	display:block;
}
.clg_li .lg_a p{
	padding:8px 20px 0;
}
.clg_li .lg_a p:before{
	background-color: #fff;
}
.clg_li .lg_a:hover p:before{
	width: 35px;
}
.clg_li .lg_a:hover{
	border-color:#fff;
}
.clg_li:hover .li_bg{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.ind_mdcx{
	width:90%;
	max-width:740px;
	margin:0 auto;
	padding:40px 0;
}
.ind_mdcx h3{
	font-size:36px;
	text-align:center;
	line-height:1.4;
}
.ind_mdcx .cx_xl{
	text-align:center;
	line-height:30px;
	height:30px;
	color:#656565;
	padding:18px 0;
}
.ind_mdcx .cx_xl li{
	display:inline-block;
	padding:0 40px;
	font-size:16px;
	color:#656565;
	cursor:pointer;
}
.ind_mdcx .cx_xl li i{
	display:inline-block;
	width:16px;
	height:30px;
	margin-right:12px;
	background:url(../img/xl_ico.png) no-repeat 0 7px;
	vertical-align:top;
}
.ind_mdcx .cx_xl li.on{
	color:#000;
}
.ind_mdcx .cx_xl li.on i{
	background-position:0 -83px;
}
.ind_mdcx .cx_dd{
	position:relative;
}
.ind_mdcx .cx_dd .sel_com{
	width:48.6%;
	float:left;
	position:relative;
}
.ind_mdcx .cx_dd .sel_com.r{
	float:right;
}
.sel_com .select_showbox{
	display:inline-block;
	width:92%;
	height:45px;
	background:#F1F1F1;
	position:relative;
	padding:0 4%;
	cursor:pointer;
	line-height:45px;
	font-size:14px;
	color:#999999;
	border-radius:5px;
	/*border:1px solid #CCCCCC;*/
}
.sel_com .select_showbox:before{
	width:14px;
	height:7px;
	background:url(../img/i_xl.png) no-repeat;
	position:absolute;
	right:4%;
	top:19px;
	content:"";
	transition: all 0.3s ease 0s;
}
.sel_com .select_showbox.select:before{
	transform: rotate(180deg);
}
.sel_com .select_option{
	position:absolute;
	display:none;
	z-index:999;
	background:#F1F1F1;
	padding:9px 0;
	width:100%;
	max-height:200px;
	overflow-y:auto;
}
.sel_com .select_option li{
	padding:0;
}
.sel_com .select_option li a{
	font-size:14px;
	color:#656565;
	display:block;
	padding:10px 5%;
}
.cx_dd .sl_ip{
	width:80px;
	height:50px;
	background:url(../img/i_ss.png) no-repeat center center #333333;
	border-radius:0 5px 5px 0;
	position:absolute;
	right:0px;
	top:0;
	cursor:pointer;
}
.ind_ppgs{
	width:100%;
	height: 581px;
	position:relative;
	overflow:hidden;
}
.ind_ppgs .ind_ppbg{
	width:100%;
	height:100%;
	background: url(../../images/igs-img.jpg) no-repeat center center;
	position:absolute;
	left:0;
	top:0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 3500ms ease-in-out;
	transition: transform 3500ms ease-in-out;
}
.ind_ppgs:hover .ind_ppbg{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
} 
.ind_ppgs .ind_pptb{
	width:88%;
	margin:0 auto;
	max-width:410px;
	text-align:center;
	display:table;
	height:100%;
	position:relative;
	z-index:2;
	display: none;
}
.ind_ppgs .ind_pptb .pp_tbs{
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.ind_ppgs .ind_pptb .pp_tbs h3{
	color:#fff;
	font-size:36px;
	line-height:1.4;
	padding:10px 0;
}
.ind_ppgs .ind_pptb .pp_tbs p{
	color:#E9CC6D;
	font-size:14px;
	padding:12px 0 20px;
	line-height:1.8;
}
.ind_ppgs .ind_pptb .pp_tbs a.ckxq{
	color:#fff;
}
.ind_ppgs .ind_pptb .pp_tbs a.ckxq:hover:before{
	width: 35px;
	background-color:#fff;
}
.ind_cptj{
	width:100%;
	overflow:hidden;
}
.ind_cptj ul{
	width:100%;
	display:table;
}
.ind_cptj ul li{
	display:table-cell;
	width:25%;
	border-right:1px solid #CBCBCB;
}
.ind_cptj ul li a{
	display:block;
	
}
.ind_cptj ul li a .img{
	width:100%;
	overflow:hidden;
}
.ind_cptj ul li a img{
	display:block;
	width:100%;
}
.ind_cptj ul li a h4{
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:18px;
	transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}
.ind_cptj ul li.cp_li1{
	vertical-align:middle;
}
.ind_cptj ul li .cptj{
	padding-left:20%;
	padding-right:3%;
}
.ind_cptj ul li .cptj h3{
	font-size:36px;
	line-height:1.5;
}
.ind_cptj ul li .cptj p{
	font-size:14px;
	line-height:1.5;
	color:#656565;
	padding:10px 0 35px;
}
.ind_cptj ul li .cptj span{
	padding-top:7px;
}
.ind_cptj ul li .cptj:hover span:before{
	background-color:#2272D6;
	width:35px;
}
.ind_cptj ul li img{
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: -webkit-transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out;
}
.ind_cptj ul li a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.ind_cptj ul li a:hover h4{
	background:#656565;
	color:#fff;
}

/*子页面*/

.s_main{
	padding-top:70px;
	position:relative;
}
.s_cpab{
	text-align:center;
	padding:60px 6% 30px;
}
.s_cpab h3{
	color:#E9CC6D;
	line-height:1.6;
	font-size:30px;
	font-weight:bold;
	padding-bottom:20px;
}
.s_cpab p{
	color:#656565;
	font-size:14px;
	max-width:690px;
	margin:0 auto;
	line-height:1.8;
}
.s_cpnav{
	text-align:center;
	font-size:16px;
	line-height:40px;
	border-bottom:1px solid #E3E3E3;
}
.s_cpnav a{
	display:inline-block;
	position:relative;
	margin:0 20px;
	padding:10px 0;
}
.s_cpnav a:before{
	position:absolute;
	left:0;
	content:"";
	bottom:-1px;
	height:2px;
	width:100%;
	background:rgba(233,205,109,0);
}
.s_cpnav a:hover:before ,.s_cpnav a.a_hv:before{
	position:absolute;
	left:0;
	content:"";
	bottom:-1px;
	height:2px;
	background:rgba(233,205,109,1);
	width:100%;
}
.s_cpnav a:hover{
	color:#E9CD6D;
}
/*产品begin*/
.img_list{
	padding:30px 0 40px 1%;
}
.img_list li{
	float:left;
	width:24%;
	padding-right:1%;
	margin-bottom: 30px;
}
.img_list li a{
	border: 1px solid transparent;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.img_list li a .img{
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
}
.img_list li a img{
	width:100%;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: -webkit-transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out;
}
.img_list li a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.img_list li a:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.15);
}
.img_list li a h4{
	background: #fff;
    color: #333333;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 5%;
    width: 90%;
	text-align:center;
}

.art_imgban{
	width:100%;
	overflow:hidden;
}
.art_imgban img{
	display:block;
	width:100%;
}
.art_imgcm{
	background:#F1F1F1;
}
.art_imgl{
	float:left;
	width:65%;
	background:#fff;
}

.art_imgbox{
	width:100%;
	height:100%;
	overflow:hidden;
}
.csSlideOuter ,.csSlideWrapper ,.gallery ,.gallery li {
	height:100%;	
}
.gallery li{
	height:90%;
}
.csSlideOuter{
	position:relative;
}
.gallery li img {
    display:inline-block;
    height: auto;
    max-width: 100%;
	max-height:100%;
}
.gallery:before, .gallery:after {
    content: " ";
    display: table;
}
.gallery li {
    display: block;
    float: left;
    margin-right: 6px;
	text-align:center;
}
.cSGallery{
	position:absolute;
	bottom:20px;
	z-index:99;
	min-width:100% !important;
	text-align:center;
	white-space:nowrap;
}
.cSGallery li{
	width:70px !important;
	display:inline-block;
	float:none !important;
	border:1px solid rgba(255,255,255,0);
}
.cSGallery li.active{
	border:1px solid #dedede;
}
.cSGallery li img{
	width:100%;
	height:100px;
}


.art_imgr{
	float:right;
	width:35%;
	box-sizing: border-box;
	padding:4% 4% 0;
	position: relative;
}
.art_rnr h3.h3{
	font-size:35px;
	line-height:1.4;
}
.art_rnr .img_body{
	padding-top:16px;
	font-size:14px;
	line-height:1.9;
	color:#656565;
}
.art_rnr .art_fhlb{
	width:110px;
	height:36px;
	line-height:36px;
	text-align:center;
	background:#DBC265;
	color:#fff;
	font-size:14px;
	display:block;
	margin-top:30px;
}
.art_fx{
	position:absolute;
	bottom:25px;
	line-height:28px;
	height:28px;
}
.art_fx span{
	display:inline-block;
	vertical-align:top;
}
.art_fx .bdsharebuttonbox{
	display:inline-block;
	vertical-align:top;
}
.art_fx .bdsharebuttonbox a{
	margin-left:10px !important;
	margin-right:10px !important;
}

/*产品end*/
.s_nav a{
	margin:0 40px;
}
.s_tname{
	text-align:center;
	padding:45px 0 40px;
}
.s_tname h3{
	display:inline-block;
	position:relative;
	line-height:1.5;
	font-size:50px;
	color:#333333;
}
.s_tname h3:before{
	position:absolute;
	content:"";
	height:2px;
	background:#E9CD6D;
	bottom:-15px;
	width:40%;
	left:30%;
}
.commm{
	padding:30px 5% 60px;
	max-width:1200px;
	margin:0 auto;
	line-height:1.9;
	overflow:hidden;
	min-height:400px;
}

.jm_com{
	max-width:1200px;
	margin:0 auto;
	padding:30px 5% 60px;
}
.jm_tt{
	font-size:26px;
	color:#333;
	line-height:2;
	padding:12px 0;
	text-align:center;
}
.jm_top{
	text-align:center;
	color:#656565;
	font-size:14px;
	line-height:2.4;
	padding-bottom:30px;
}

.jm_ly{
	max-width:672px;
	margin:0 auto;
	padding-top:10px;
}
.jm_lycm{
	padding-top:5px;
}
.jm_lycm li{
	float:left;
	width:326px;
	padding-bottom:20px;
}
.jm_lycm li.jm_r{
	float:right;
}
.jm_lycm li.jm_w{
	width:100%;
}
.jm_lycm li p{
	padding:3px 12px;
	border:1px solid #CCCCCC;
}
.jm_lycm li .jm_txt{
	border:none;
	background:none;
	width:100%;
	height:38px;
	line-height:38px;
}
.jm_lycm li .jm_nr{
	border:none;
	background:none;
	width:100%;
	height:160px;
	line-height:22px;
	padding:6px 0;
	font-size:14px;
	font-family:"Microsoft YaHei";
}
.jm_lycm li .jm_bt{
	text-align:center;
	padding-top:10px;
}
.jm_lycm li .jm_bt input{
	width:39%;
	height:50px;
	background:#E9CD6D;
	text-align:center;
	font-size:15px;
	color:#fff;
	border:none;
	cursor:pointer;
}

.job_list{
	padding-bottom:20px;
}
.job_list li{
	padding:50px 0;
	border-bottom:1px solid #E3E3E3;
}
.job_list li .job_cm{
	max-width:1200px;
	padding:0 5%;
	margin:0 auto;
	color:#333333;
	font-size:14px;
}
.job_list li .job_tt{
	padding-bottom:14px;
	line-height:30px;
	font-size:14px;
}
.job_list li .job_tt h3{
	font-size:24px;
	float:left;
}
.job_list li .job_tt span{
	float:right;
}
.job_list li .job_bd{
	line-height:1.9;
}

.new_comm{
	padding-bottom:50px;
}
.new_list{
	padding:20px 0 50px;
	overflow:hidden;
}
.new_list li{
	float:left;
	width:33.3333333333%;
}
.new_list li .img{
	position:relative;
	width:100%;
	padding-bottom:51.56%;
	overflow:hidden;
}
.new_list li .img img{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.new_list li .n_cm{
	padding:3% 5% 4%;
}
.new_list li .n_cm h3{
	font-size:16px;
	color:#333333;
	height:40px;
	line-height:40px;
}
.new_list li .n_cm p{
	color:#999999;
	font-size:16px;
}

.art_com{
	max-width:1200px;
	margin:0 auto;
	padding:30px 5%;
}
.art_tit{
	text-align:center;
	border-bottom:1px solid #E3E3E3;
	padding:15px 0 20px;
	font-size:14px;
	color:#999999;
	line-height:25px;
}
.art_tit h3{
	font-weight:bold;
	color:#333333;
	line-height:1.5;
	font-size:26px;
}
.art_tit p{
	padding-top:8px;
}
.art_body{
	padding:30px 0 60px;
	line-height:2;
	overflow:hidden;
	min-height:400px;
}
.art_fh{
	display:block;
	height:38px;
	line-height:38px;
	text-align:center;
	background:#DBC265;
	font-size:14px;
	color:#fff;
}
.art_fh:hover{
	color:#fff;
}

.lx_left{
	float:left;
	width: 100%;
	overflow:hidden;
}
.lx_left img{
	/* max-width:100%; */
	height:auto;
	/* min-height:100%; */
	display: block;
	width: 100%;
}
.lx_right{
	float:right;
	width:33%;
	overflow-y:auto;
	display: none;
}
.lx_rpd{
	padding:10% 6% 6%;
	line-height:1.9;
}
.lx_dt{
	padding:0 6% 5%;
}



/*关于艾慕*/
.ab_tit{
	padding:0px 0 1px;
	position:relative;
	line-height:40px;
	text-align:center;
	font-size:16px;
}
.ab_tit a{
	display:inline-block;
	position:relative;
	margin:0 20px;
	padding:15px 0;
}
.ab_tit a:before{
	position:absolute;
	left:0;
	content:"";
	bottom:-1px;
	height:2px;
	width:100%;
	background:rgba(233,205,109,0);
}
.ab_tit a:hover:before ,.ab_tit a.on:before{
	position:absolute;
	left:0;
	content:"";
	bottom:-1px;
	height:2px;
	background:rgba(233,205,109,1);
	width:100%;
}
.s_cpnav a:hover{
	color:#E9CD6D;
}

.ab_cen{
	background-color: #000;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.ab_li{
	display: block;
	position: relative;
	margin: 0;
	padding: 132px 0;
	overflow: hidden;
}
.location{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70%;
	width: calc(50% + 240px);
	height: 100%;
	z-index: 1;
	overflow: hidden
}
.location.r{
	left:auto;
	right:0;
}
.location .image {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transition: -moz-transform 15s ease-out;
	-o-transition: -o-transform 15s ease-out;
	-webkit-transition: -webkit-transform 15s ease-out;
	transition: transform 15s ease-out;
	-moz-transform-origin: 50% 50% 50%;
	-ms-transform-origin: 50% 50% 50%;
	-webkit-transform-origin: 50% 50% 50%;
	transform-origin: 50% 50% 50%;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
.ab_cen .ab_li:hover .location .image {
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}
.ab_container {
	position: relative;
	max-width: 1024px;
	padding: 0 18px;
	margin: 0 auto;
	z-index: 2
}
.ab_info{
	position: relative;
	width: 60%;
	width: calc(50% + 30px);
	background-color: #fff;
	color: #000;
	float: right
}
.ab_info.l{
	float:left;
}
.ab_cm{
	padding: 35px 6% 30px;
    position: relative;
    text-align: center;
	min-height:450px;
	color:#656565;
	font-size:14px;
	line-height:2;
}
.ab_cm h3.h3{
	position: relative;
	padding: 0 0 15px 0;
	font-size: 32px;
	text-transform: uppercase;
	font-style: normal
}
.ab_cm h3.h3:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 70px;
	height: 2px;
	margin-left: -35px;
	background-color: #E9CD6D;
}

.ab_cm .mgt_30{
	padding-top:22px;
}
#ab_li2 .ab_info ,#ab_li4 .ab_info{
	background:none;
}
.ab_ban{
	margin-bottom:50px;
	background:#fff;
}
.ab_ban ul{
	position: relative;
    width: 300%;
}
.ab_ban li{
	float:left;
	display:block;
	width:33.3333%;
}
.ab_ban li h4.h4{
	color:#E9CC6D;
	font-size:45px;
	padding:22px 0 0px;
	letter-spacing:8px;
	line-height:1.2;
}
#ab_li4 .ab_ban li h4.h4{
	font-size:40px;
	padding-bottom:20px;
}
.ab_cm{
	text-align:justify;
}
.ab_cm h3.h3 ,.ab_cm h4.h4{
	text-align:center;
}

.ab_info .unslider-nav{
	bottom:10px;
}
.ab_cm4{
	max-height:450px;
	overflow:auto;
}
.padbt{
	padding-bottom:30px;
}


/*店面查询*/

.dianmian{
	margin-top:20px;
	position:relative;
}
.dianmian .slide{
	position:relative;
}
.dianmian .slide img{
	display:block;
	width:100%;
}
.dianmian .slide .dsp_tb{
	position:absolute;
	bottom:0;
	left:0;
	width:90%;
	padding:0 5%;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:20px;
	background-color:rgba(0,0,0,0.5);
	text-align:center;
}
.dianmian .bx-pager ,.dianmian .bx-controls-auto{
	display:none;
}
.dianmian .bx-prev ,.dianmian .bx-next{
	width:36px;
	height:66px;
	position:absolute;
	display:block;
	left:2%;
	top:50%;
	margin-top:-33px;
	background:url(../img/dm_pn.png) no-repeat 0 0;
	text-indent:-999px;
	overflow:hidden;
}
.dianmian .bx-next{
	left:auto;
	right:2%;
	background-position:right 0;
}
.indcx_dd{
	padding:25px 0 0; 
}
.dm_list{
	padding:20px 3% 50px;
	overflow:hidden;
	max-width:1200px;
	margin:0 auto;
/*	min-height:300px;*/
}
.dm_list li{
	position:relative;
	float:left;
	width:33.3333333%;
	min-height:210px;
	margin-bottom:10px;
	box-sizing:border-box;
	padding:0 1% 0 3%;
}
.dm_list li:before{
	position:absolute;
	right:0;
	top:6px;
	height:120px;
	width:1px;
	background:#E3E3E3;
	content:"";
}
.dm_list li:nth-child(3n+3):before{
	background:none;
}
.dm_list li .h3{
	font-size:30px;
	line-height:1.5;
	padding-bottom:18px;
}
.dm_list li .h3 a{
	color:#333;
}
.dm_list li .h3 a b{
	font-weight:100 !important;
}
.dm_list li .h3 a:hover{
	text-decoration:underline;
	color:#000;
}
.dm_list li .dm_nr{
	font-size:14px;
	color:#7F7F7F;
	line-height:1.9;
}

.art_dianmian{
	padding-top:30px;
}
.art_dianmian .cSGallery{
	padding:10px 0;
	bottom:0;
	background:rgba(255,255,255,0.4);
}
.art_dianmian .cSGallery li a{
	border:2px solid rgba(255,255,255,0.6);
	display:block;
}
.art_dianmian .cSGallery li{
	border:none !important;
}
.art_dianmian .cSGallery li.active a{
	border:2px solid #E9CB6E;
}
.art_dianmian .csAction > a{
	background:url(../img/dm_pn.png) no-repeat ;
	height:66px;
	width:36px;
	margin-top:-33px;
	opacity:.9;
}
.art_dianmian .csAction > .csNext{
	background-position:right 0;
}
.art_bd{
	padding:32px 0 50px;
	line-height:1.9;
	color:#7F7F7F;
	font-size:14px;
}
.art_bd .art_dmtt{
	font-size:30px;
	line-height:1.5;
	padding-bottom:18px;
	color:#333;
}
.img_body .pp_xq strong{
	display:inline-block;
	vertical-align:top;
	padding-right:12px;
}
.cp_cc figure{
	margin:0;
	padding:0;
}
.cp_cc strong{
	display:inline-block;
	vertical-align:top;
}
.cp_cc .my-gallery{
	display:inline-block;
	vertical-align:top;
	padding-top:6px
}
.cp_cc{
	padding-top:8px;
}

.tesefw{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 15px 5% 60px;
}
.ts_tit{
	color:#E9CC6D;
	font-size:35px;
	line-height:1.5;
	padding:35px 0 28px;
	text-align:center;
}
.ts_table{
	display:table;
	padding-bottom:15px;
}
.ts_table .ts_td{
	display:table-cell;
	border:1px solid #CCCCCC;
	border-radius:5px;
	width:27.5%;
	vertical-align:middle;
}
.ts_table .ts_tbn{
	border:none;
	width:2.5%;
}
.ts_table .ts_td1{
	border:none;
}
.ts_table .ts_td3{
	width:40%;
}
.ts_table .ts_a1 ,.ts_table .ts_a2{
	border:1px solid #CCCCCC;
	border-radius:5px;
	padding:5% 1%;
} 
.ts_table .ts_a2{
	margin-top:9%;
} 
.ts_table .ts_td dl{
	display:table;
}
.ts_table .ts_td dl dt ,.ts_table .ts_td dl dd{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	line-height:1.8;
}
.ts_table .ts_td dl dd h3{
	font-size:22px;
	padding-bottom:9px;
} 
.ts_table .ts_td dl dd p{
	font-size:14px;
}
.ts_table .ts_td dl dt img{
	max-width:92%;
	display:inline-block;
	vertical-align:middle;
}
.ts_table .ts_td dl dt {
	width:33.333%;
	text-align:center;
	padding:0 3%;
}
.ts_table .ts_td dl dd{
	padding-right:3%;
}
.ts_table .ts_td3 dl dt{
	width:22.9%;
}

.ts_tdd .td_c dl{
	display:table;
	border:1px solid #CCCCCC;
	border-radius:5px;
}
.ts_tdd .td_c dl dt ,.ts_tdd .td_c dl dd{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	line-height:1.8;
}
.ts_tdd .td_c dl dd h3{
	font-size:22px;
	padding-bottom:9px;
} 
.ts_tdd .td_c dl dd p{
	font-size:14px;
}
.ts_tdd .td_c dl dt{
	width:25%;
	text-align:center;
	padding:0 3%;
}
.ts_tdd .td_c dl dt img{
	max-width:90%;
	text-align:center;
}
.ts_tdd .td_c dl dd{
	padding:3% 7% 3% 0;
}

.dmcx_dt{
	padding-top:20px;
}

/*-------分页样式-------*/

.quotes {
    clear: both;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.quotes ul li {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    margin-right: 4px;
    padding: 4px 7px;
    text-decoration: none;
}
.quotes .thisclass {
    background: #CCCCCC;
}

.cp_fy{
	margin-bottom:30px;
}



