*{
	margin:0;
	padding:0;
	font-family: Arial;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
a,img{
	transition: all .5s;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{
	min-width: 1200px;
	font-family: Arial;
	background: #f6ab00;
}
.w_1200{
	width:1200px;
	margin:0 auto;
}
.clear{
	clear: both;
}


/*top*/
.top{
	width:100%;
	background:#f6ab00;
	padding:25px;
	box-sizing: border-box;
}
.logo{
	float:left;
}
.top-ri{
	float:right;
}
.to-ul{
	padding:0 0 15px;
}
.to-li{
	padding:0 15px;
	border-left: 1px dashed #231815;
	text-align: center;
	line-height: 25px;
	float:left;
	font-size: 16px;
	font-family: Arial;
}
.to-li:first-child{
	border:none;
}
.to-li > a{
	color:#231815;
	font-weight: bold;
}
.search{
	float:right;
}
#q{
	width:370px;
	height: 35px;
	background:#fff;
	border:none;
	float:left;
}
.button{
	width: 42px;
	height: 35px;
	float:left;
	border:none;
	background: url("../images/jd_06.png") no-repeat center;
}

/*nav*/
.snav{
	width: 100%;
	background: #bfc0c0;
}
.n_ul{
	width: 100%;
}
.n_li{
	float:left;
	width: 240px;
	text-align: center;
	line-height: 40px;
	position: relative;
	font-family: Arial;
	transition:all .5s;
}
.n_li > a{
	color:#231815;
	font-size: 16px;
}
.n_li:hover{
	background: #231815;
}
.n_li:hover.n_li > a{
	color:#fff;
}
.n_ul2{
	display: none;
	position: absolute;
	width: 100%;
	top:40px;
	left:0;
	z-index:12;
}
.n_li2{
	background:#fff;
	line-height: 40px;
	/*text-align: center;*/
	text-align: left;
	font-family: Arial;
	transition:all .5s;
	position:relative;
	/*margin-bottom: 3px;*/
	text-indent:45px;
}
.n_li2 > a{
	color:#231815;
	font-size: 14px;
}
.n_ul3{
	display: none;
	width:150px;
	position: absolute;
	left:240px;
	top:0;
}
.n_li3{
	margin-left:3px;
	width:100%;
	background:#fff;
	font-size: 14px;
	line-height: 40px;
	/*text-align: center;*/
	text-align: left;
	font-family: Arial;
	/*margin-bottom: 3px;*/
	transition:all .5s;
	text-indent: 20px;
}
.n_li3 > a{
	color:#231815;
	font-size: 14px;
}
.n_li2:hover .n_ul3{
	display: block;
}
.n_li2:hover{
	background:#bfc0c0;
}
.n_li2:hover.n_li2 > a{
	color: #df0024;
}
.n_li3:hover{
	background-color: #bfc0c0;
}
.n_li3:hover.n_li3 > a{
	color: #df0024;
}

/*banner*/
.banner{
	width: 100%;
	font-size: 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner-sw{
	width: 100%;
}
.banner-sw-i{
	width: 100%;
	position:relative;
}
.banner-sw-i img{
	width: 100%;
}
.jia_text{
	position: absolute;
	top:78px;
	left:19.5%;
	text-align:left;
}
.jia_text2{
	position: absolute;
	top:154px;
	left:19.5%;
	text-align: left;
}
.jia_text_h2{
	color:#eba414;
	font-size: 43px;
	font-family: "Arial";
	letter-spacing: 1px;
	display: inline-block;
	padding:10px;
	background:rgba(255,255,255,.8);
	font-weight: normal;
}
.jia_text_p{
	display:inline-block;
	color:#000;
	font-size: 18px;
	padding:5px 10px;
	font-family: "Arial";
	background:rgba(255,255,255,.8);
}


.jia2_text{
	position: absolute;
	top:95px;
	left:57.3%;
	text-align:left;
}
.jia2_text2{
	position: absolute;
	top:171px;
	left:57.3%;
	text-align: left;
}


.jia3_text{
	position: absolute;
	bottom:192px;
	left:19.5%;
	text-align:left;
}
.jia3_text2{
	position: absolute;
	bottom:154px;
	left:19.5%;
	text-align: left;
}

.jia4_text{
	position: absolute;
	top:58px;
	left:48%;
	text-align:left;
}
.jia4_text2{
	position: absolute;
	top:134px;
	left:48%;
	text-align: left;
}

.jia5_text{
	position: absolute;
	top:51px;
	left:19.5%;
	text-align:left;
}
.jia5_text2{
	position: absolute;
	top:127px;
	left:19.5%;
	text-align: left;
}

.banner_prev,.banner_next{
	width:35px;
	height: 35px;
}
.banner_prev{
	background:url("../images/banner_left.jpg") no-repeat center;
	left: 0;
}
.banner_next{
	background:url("../images/banner_right.jpg") no-repeat center;
	right: 0;
}



/*about*/
.about{
	width: 100%;
	padding:100px 0;
}
.ab-con{
	width: 100%;
	background:#f6ab00;
	box-sizing: border-box;
	padding:0 30px 30px;
	/*-moz-box-shadow:0px 3px 7px #999;
	-webkit-box-shadow:0px 3px 7px #999;
	box-shadow:0px 3px 7px #999;*/
}
.ab-con > h2{
	color:#231815;
	font-size: 36px;
	line-height: 60px;
	height: 60px;
	background:url("../images/abbg.png") no-repeat center bottom;
	font-family: Arial;
	text-align: center;
}
.ab-des{
	width: 100%;
	text-align: center;
	color:#231815;
	font-size: 18px;
	font-family: Arial;
	padding-bottom:10px;
}
.ab-le{
	width: 520px;
	float:left;
	display: block;
	text-align: justify;
}
.ab-le:after{
	display: inline-block;
	width: 100%;
	height: 0;
	content:'';
	overflow:hidden;
}
.ab-le > img{
	display:inline-block;
	-moz-box-shadow:0px 3px 7px #999;
	-webkit-box-shadow:0px 3px 7px #999;
	box-shadow:0px 3px 7px #999;
	margin-top:2px;
}
.ab-ri{
	float:right;
	width: 600px;
	color:#231815;
	font-size: 18px;
	line-height: 25px;
	font-family: Arial;
}

/*why*/
.why{
	width:100%;
	/*height: 150px;*/
	/*background:url("../images/jd_24.png") no-repeat center;*/
	font-family: Arial;
	/*padding:50px 0;*/
	padding: 50px 0 0;
}
.why-ti{
	width: 100%;
	text-align: center;
	line-height: 90px;
	height: 68px;
	font-size: 42px;
	color:#000000;
}
.why-des{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color:#000000;
}
.why_p2{
	color:#000;
	font-size: 24px;
	text-align: center;
	padding-top:5px;
}

/*company capability*/

.com{
	padding: 40px 0;
	font-family:Arial;
}
.com_h{
	width: 100%;
	height: 90px;
	background:url("../images/ti1.png") no-repeat center;
}
.com_des{
	width:100%;
	color:#6b1007;
	font-size:18px;
	text-align: center;
	padding-bottom:20px;
}
.com_img{
	width: 100%;
	text-align:justify;
	display:block;
}
.com_img:after{
	content:'';
	display: inline-block;
	width:100%;
	height:0;
	overflow:hidden;
	padding:20px 0;
}
.com_img_ii{
	display: inline-block;
	margin-top:15px;
}
.com_img_ii > img{
	width: 100%;
	height:100%;
}
.com_img_d1{
	width: 751px;
	height: 287px;
	overflow: hidden;
}
.com_img_d2{
	width: 434px;
	height: 287px;
	overflow: hidden;
}
.com_img_d3{
	width: 385px;
	height: 287px;
	overflow: hidden;
}
.com_img_ii:hover.com_img_ii > img{
	transform: scale(1.2);
}


/*pro*/
.spro{
	width: 100%;
	background:url("../images/360prong.jpg") no-repeat top center;
	/*padding:40px 0;*/
	padding:10px 0 40px;
}
.spro_h{
	width: 100%;
	height: 90px;
	background:url("../images/ti2.png") no-repeat center;
}
.spro_d{
	position:relative;
	width: 100%;
	height:555px;
}
.spro_1{
	position: absolute;
	width: 187px;
	height:187px;
	top:50px;
	left:10px;
	text-align: center;
}
.spro_maxdiv{
	box-sizing: border-box;
	border-radius:50%;
	border:2px solid #e7a204;
	background:#fff;
	width: 100%;
	height: 100%;
	position:relative;
	overflow: hidden;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
}
.spro_maxdiv_i{
	position: absolute;
	height: 90%;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	margin:auto;
	z-index:1;
}
.spro_maxdiv_a{
	display: block;
	position: absolute;
	width: 100%;
	height:50px;
	background: rgba(0,0,0,.6);
	text-align: center;
	line-height: 50px;
	color:#fff;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	z-index:2;
	margin:auto;
	opacity: 0;
}
.spro_maxdiv:hover .spro_maxdiv_a{
	opacity: 1;
}
.spro_360{
	display: none;
	width: 680px;
	height: 470px;
	position:absolute;
	left:260px;
	top:15px;
	/*background:#fff;*/
}
.spro_360 img{
	width: 100%;
}
#dummy,#dummy2,#dummy3,#dummy4 {
    display: none;
}
.spro_2{
	position: absolute;
	width: 187px;
	height:187px;
	top:50px;
	right:10px;
	text-align: center;
}
.spro_3{
	position: absolute;
	width: 187px;
	height:187px;
	top:270px;
	left:10px;
	text-align: center;
}
.spro_4{
	position: absolute;
	width: 187px;
	height:187px;
	top:270px;
	right:10px;
	text-align: center;
}
.spro_360_a{
	width: 200px;
	height: 56px;
	display: block;
	margin:20px auto 0;
	background:#000;
	color:#fff;
	text-align: center;
	line-height: 56px;
}

/*honor*/
.honor{
	width:100%;
	padding:0 0 90px;
}
.honor_h{
	width: 100%;
	height: 90px;
	background:url("../images/ti3.png") no-repeat center;
}
.honor_lun{
	width: 1037px;
	margin:0 auto;
	position: relative;
}
.honor_sw_i > img{
	width: 100%;
}
.honor_prev{
	left:-60px;
	width: 50px;
	height: 50px;
	background:url("../images/left.png") no-repeat center;
}
.honor_next{
	right:-60px;
	width: 50px;
	height: 50px;
	background:url("../images/right.png") no-repeat center;
}

/*产品中心*/
.spcen{
	width: 100%;
	background:#f6ab00;
	padding:0 0 50px 0;
}
.spcen_ti{
	width: 100%;
	text-align: center;
	color:#000;
	font-size:36px;
	padding:50px 0 30px;
}
.sp_dl{
	width: 370px;
	height: 390px;
	box-sizing:border-box;
	float:left;
	margin-left:45px;
	margin-top:20px;
	/*border:1px solid #fff;*/
	padding:15px 15px 0;
}
.sp_dt{
	width: 100%;
	height: 320px;
	overflow: hidden;
	position:relative;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.sp_dt > img{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.sp_dd{
	color:#223555;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	background:#e5e5e5;
}
.sp_dl:hover .sp_dt > img{
	transform: scale(1.2);
}
.sp_dl:hover .sp_dd{
	color:#223555;
}

.spcen_a{
	width:168px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color:#231815;
	font-size: 16px;
	background:#fff;
	margin:40px auto 0;
	display: block;
	border-radius: 10px;
}

.footer{
	width: 100%;
}
.fo1{
	width:100%;
	background:#5e5e5e;
}
.fo1_le{
	width:380px;
	float:left;
	padding-top:60px;
}
.fo1_le_p1{
	width:100%;
	text-align: left;
	color:#f6f6f6;
	font-size:16px;
	padding-bottom: 10px
}
.fo1_le_p2{
	text-align: left;
	color:#f6f6f6;
	font-size:30px;
	padding-bottom: 10px
}
.fo1_le_p3{
	text-align: left;
	color:#f6f6f6;
	font-size:16px;
}

.fo1_le2{
	width: 500px;
	float:left;
	padding-top:60px;
}
.fo1_le2_span{
	display: inline-block;
	color:#f6f6f6;
	font-size: 20px;
	border-bottom:2px solid #f6f6f6;
}
.fo1_le2_a{
	color:#f6f6f6;
	font-size: 14px;
	line-height: 22px;
	padding:0 10px;
	display: inline-block;
	border:1px solid #f6f6f6;
	margin-top:5px;
}
.fo1_le2_a:hover{
	background:#231815;
	color:#fff;
}
.fo1_wx{
	float:right;
	width: 140px;
}
.fo1_wx > img{
	width: 100%;
	margin-top:40px;
}
.fo1_wx > p{
	text-align: center;
	line-height: 35px;
	color:#f6f6f6;
	font-size: 16px;
}
.fo2{
	width: 100%;
	background:#444;
}
.fo2_p{
	color:#f6f6f6;
	font-size: 12px;
	line-height:50px;
	text-align: left:;
}
.fo2_p a{
	color:#f6f6f6;
}

/*内页产品列表*/
.npro{
	width: 100%;
	padding:90px 0;
	background:#f6ab00;
}
.npro_ti{
	width:100%;
	height:70px;
	border-bottom:1px solid #000;
	margin-bottom:60px;
}
.npro_ti > h2{
	color:#333333;
	font-size:26px;
	display: inline-block;
	line-height: 70px;
	float:left;
}
.npro_ti > p{
	display:inline-block;
	float:right;
	line-height: 70px;
	font-size:16px;
	color:#333;
}
.npro_ti > p > span,.npro_ti > p > a{
	color:#333;
}
.npro_le{
	width:250px;
	float:left;
}
.npro_ri{
	width:923px;
	float:right;
}
.npro_le > h2{
	color:#f6f6f6;
	background:#5e5e5e;
	text-align: center;
	line-height: 50px;
	font-size:20px;
}

.npro_ul{
	width:100%;
}
.npro_li{
	width:100%;
	line-height: 50px;
	box-sizing:border-box;
	text-align:left;
	position:relative;
	background:#fff;
	color:#333333;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
	/*margin-top:10px;*/
}
.npro_li > a{
	color:#333;
}
.npro_li > span{
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:#5e5e5e;
	width:6px;
	height: 0;
	transition:all .5s;
}
/*.npro_li:hover.npro_li > span{
	height:50px;
}*/
.npro_li:hover.npro_li > a{
	color:#df0024;
}
.npro_ul2{
	width:100%;
	display:none;
}
.npro_li2{
	background:#eee;
	width:100%;
	height: 40px;
	text-indent: 20px;
	font-weight: normal;
	line-height: 40px;
	text-align: left;
	color:#666666;
	font-size: 16px;
	border-bottom:1px dashed #ccc;
}
.npro_li2 > a{
	color:#666;
}
.npro_li2:hover.npro_li2 > a{
	color:#df0024;
}

.npro_ri_d{
	width:100%;
	height:50px;
	box-sizing: border-box;
	/*padding:5px 10px;*/
	background: #fff;
	/*border:1px solid #f6ab00;*/
}
.npro_ri_d span{
	display: block;
	float:left;
	width:6px;
	height:50px;
	background: #f6ab00;
}
.npro_ri_d_p{
	float:left;
	display: inline-block;
	line-height: 50px;
	color:#000;
	font-weight: bolder;
	font-size: 20px;
	margin-left:30px;
}
.npro_ri_d_d{
	width: 250px;
	float:right;
}
.npro_ri_d_d > span{
	display: block;
	float:left;
	width:60px;
	height: 60px;
	background:url("../images/ntel.png") no-repeat center;
}
.npro_ri_d_d .p1{
	padding:5px 0;
	color:#666666;
	font-size: 18px;
	float:left;
	text-indent:10px;
}
.npro_ri_d_d .p2{
	font-size: 26px;
	color:#f6ab00;
	float:left;
	text-indent:10px;
}
.npro_dl{
	width:280px;
	height:240px;
	overflow: hidden;
	float:left;
	position:relative;
	box-sizing: border-box;
	border:1px solid #666;
	margin-left:41.5px;
	margin-top:20px;
	padding:20px 20px 0;
}
.npro_dt{
	width: 100%;
	height:190px;
	overflow: hidden;
	position: relative;
	left:0;
	right: 0;
	top:0;
	bottom: 0;
}
.npro_dt > img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left:0;
	right: 0;
	top:0;
	bottom: 0;
	margin:auto;

}
.npro_dd{
	color:#666666;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}
.npro_dl_a{
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top:50%;
	box-sizing: border-box;
}
.npro_dl:hover .npro_dl_a{
	border:3px solid #f6ab00;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	transform:rotateZ(360deg);
}
.npro2{
	width: 100%;
	/*background:#eeeeee;*/
}
.npro2_bai{
	background:#fff;
}
.weizhi{
	width:100%;
}
.weizhi > p{
	color:#999999;
	font-size: 14px;
	padding:50px 20px 40px;
	line-height: 20px;
}
.weizhi > p > a,.weizhi > p > span{
	color:#999;
}

.show_le{
	width:570px;
	float:left;
}
.show_le_i{
	width:100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	top:0;
	right: 0;
	bottom:0;
	left: 0;
	background:#fff;
}
.show_le_i > img{
	position: absolute;
	max-height:100%;
	top:0;
	right: 0;
	bottom:0;
	left: 0;
	margin: auto;
}
.show_le_ul{
	width:100%;
	margin-top:20px;
}
.show_le_li{
	width:50px;
	height: 50px;
	float:left;
	box-sizing:border-box;
	margin:0 5px;
}
.show_le_li > img{
	width: 100%;
	height: 100%;
}

.show_ri{
	width:570px;
	float:right;
}
.show_ri > h2{
	color:#000;
	font-size: 30px;
	text-align: left;
	padding-bottom:15px;
	font-weight: normal;
}
.show_ri_a1{
	height:25px;
	line-height: 25px;
	padding:0 20px;
	background:#000;
	color:#f6ab00;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 28px;
}
.show_ri_span1{
	display: block;
	width: 540px;
	height: 6px;
	background:#f6ab00;
	/*margin-bottom: 30px;*/
}
.show_ri_p1{
	width:150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f6ab00;
	color:#fff;
	font-size: 20px;
}
.show_ri_description{
	width: 540px;
	box-sizing:border-box;
	line-height: 22px;
	/*border:1px solid #f6ab00;*/
	background:#fff;
	padding:20px 0;
	margin-bottom:20px;
}
.show_ri_a2{
	display: inline-block;
	width: 40px;
	height: 40px;
	background:url("../images/f.jpg") no-repeat center;
}
.show_ri_a3{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left:20px;
	background:url("../images/b.jpg") no-repeat center;
}
.show_ri_a4{
	color:#2e2d2d;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	width: 261px;
	height: 47px;
	line-height: 47px;
	background: #f6ab00;
	margin-top:25px;
}
.show_ri_a5{
	color:#2e2d2d;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	width: 261px;
	height: 47px;
	line-height: 47px;
	box-sizing: border-box;
	margin-top:25px;
	margin-left:25px;
	border:1px solid #f6ab00;
}
.show_content{
	padding:100px 0 50px;
}
.show_content > h2{
	color:#f6ab00;
	font-size: 30px;
	line-height: 75px;
	height: 75px;
	text-indent: 30px;
	background:#5e5e5e;
}
.show_content_con{
	color:#666666;
	font-size: 16px;
	line-height: 35px;
	padding:30px;
}


/*nt*/
.nt{
	width: 100%;
	/*background:#eeeeee;*/
}
.nt_ti{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color:#f6ab00;
	font-size: 24px;
}
.nt_d{
	width: 380px;
	height:250px;
	float:left;
	position: relative;	
	overflow: hidden;
	margin-left:30px;
}
.nt_d img{
	width:100%:
	height:100%;
}
.nt_d span{
	display: block;
	position: absolute;
	width:100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	color:#fff;
	bottom: 0;
	background:rgba(246,171,0,.5);
	transition: all .5s;
}
.nt_d:hover.nt_d span{
	background:rgba(246,171,0,1);
}

.news_dl{
	width:100%;
	display: block;
	margin-top:10px;
	background:#fff;
	height: 200px;
	box-sizing: border-box;
	padding:20px;
	transition: all .5s;
}
.news_dt{
	float:left;
	width:200px;
	height: 100%;
}
.news_dt > img{
	width: 100%;
	height: 100%;
}
.news_dd{
	width:650px;
	float:right;
}
.news_dd > h2{
	color:#333;
	font-size: 18px;
	padding:10px 0;
	font-weight: normal;
}
.news_dd > span{
	color:#666;
	font-size: 14px;
	display:block;
	padding-bottom: 10px;
}
.news_dd > p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.news_dl:hover{
	box-shadow:0 0 5px #f6ab00;
}

.newsshow{
	width: 100%;
	box-sizing: border-box;
	padding:30px;
}
.newsshow > h2{
	text-align: center;text-align: center;line-height: 40px;font-size: 20px;font-weight: normal;
}
.newsshow-p{
	color:#999;
	font-size: 14px;
	text-align: center;
	padding:10px 0 30px;
}

/*neibanner*/
.nbanner{
	width:100%;
}
.nbanner > img{
	width: 100%;
}


.wr{
	width:100%;
	box-sizing: border-box;
	padding:20px;
}

.page{ margin-top:20px; margin-bottom:20px; text-align:center;font-size:13px;}
.page a{border: 1px solid #333;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;cursor: pointer;background: #5e5e5e;text-decoration:none;color:#fff;}
.page a:hover{border:1px solid #FF6600; background-color:#FF6600; color:#fff;}
.page span{border: 1px solid #FF6600;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #FFEEE5;color: #FF6600;}


.er_why_h2{
	color:#000000;
	font-size: 62px;
	text-align: center;
	font-family: "Arial";
	font-weight: bolder;
}
.er_com_h2{
	font-size: 36px;
	font-family: "Arial";
	text-align: center;
	color:#000;
	font-weight: bold;
}

.er_com_p{
	color:#000;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
}
.er_spro_h2,.er_spcen_h2{
	color:#fff;
	text-align: center;
	font-size: 36px;
	padding-top:12px;
}
.er_spcen_h2{
	color:#000;
}
.er_footer_1{
	float:left;
	width:210px;
	padding-top:28px;
}
.er_footer_h2{
	color:#fff;
	text-align: left;
	font-size: 24px;
	padding-bottom:20px;
}
.er_fo1_d{
	position: relative;
	box-sizing: border-box;
	width:100%;
	padding-left:30px;
	padding-bottom:10px;
}
.er_fo1_d span{
	position: absolute;
	width:20px;
	height:20px;
	
	left:0;
	top:0;
}
.er_fo1_d p{
	color:#fff;
	font-size: 14px;
	text-align:left;
	line-height: 20px;
}
.er_footer_channel{
	color:#fff;
	font-size: 14px;
	text-align:left;
	line-height: 20px;
	padding-bottom:10px;
}
.er_footer_channel a{
	color:#fff;
}


.page_con_h2{
	width:100%;
	text-align: left;
	font-weight: bolder;
	font-size: 38px;
	color:#000;
	font-family: "Arial";
}	


.er_dl{
	width:280px;
	overflow: hidden;
	float:left;
	position:relative;
	box-sizing: border-box;
	margin-left:41.5px;
	margin-top:20px;
	background:#fff;
}
.er_dt{
	width:100%;
	height: 282px;
	overflow: hidden;
}
.er_dt img{
	width:100%;
	transition: all .5s;
}
.er_dd{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:#bfc0c0;
	color:#000;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
.er_dl:hover .er_dt img{
	transform: scale(1.2);
}

































































































































































































































































































































.tanchu{
	display: none;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
	z-index:99;
}
.tanchu > img{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	margin:auto;
}
.prev{
	width: 50px;
	height: 100px;
	position:absolute;
	left: 5%;
	top:50%;
	background:url("../images/prev.png") no-repeat center;
}
.next{
	width: 50px;
	height: 100px;
	position:absolute;
	right:5%;
	top:50%;
	background:url("../images/next.png") no-repeat center;
}
.guanbi{
	position: absolute;
	width:50px;
	height: 50px;
	background: url("../images/xx.png") no-repeat center;
	right: 10%;
	top:10%;
}





















