@charset "utf-8";



/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #e45d66 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #e45d66 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #e45d66 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_QQ a {
	 color:#fff;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #e45d66 url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}


/*头部点击后的效果*/
.dj_top{
	color:#ef293b!important;
	font-weight:bold;
}


/*头部*/
.top{
	height: 40px;
	line-height: 40px;
	background: #e6e6e6;
	color: #999;
}
.top .top_c a{
	color: #999;
	margin: 0 8px;	
	padding-left: 25px;
}
.top .top_c #tm_t{
	background: url(../images/tianmao_t.png) left no-repeat;
}
.top .top_c #jd_t{
	background: url(../images/jingdong_t.png) left no-repeat;
}
.top .top_c a:hover{
	color: #ff3540;
}

.top_b{
	background: url(../images/tel.png) left no-repeat;
	padding-left: 20px;
	color: #333;
	line-height: 35px;
	height: 35px;
	margin-right: 10px;
}
.top_b span{
	font-weight: bold;
	color: #ef293b;
}

/*LOGO*/
.logo{
	width: auto;
	margin: 0px 0 20px;
	height: 100px;
}
.logo_img{
	width: auto;
}
.logo_img img{
	height: 95px;
}
.logo_heard{
    width: auto;
    margin-top: 40px;
}
.logo_heard ul li{
	float: left;
	margin-right: 50px;
	text-align: center;
}
.logo_heard ul li a{
	color: #4c4c4c;
}
.logo_heard ul li a:hover{
	color:#e45d66;
}
.logo_mar{
	margin-bottom: 10px;
}
.logo_heard .tbj{
	width: 35px;
	height: 22px;
	margin: 0 auto;
}
.logo_heard .tbj01{
	background: url(../images/top_tubiao.png) no-repeat 6px 0px;
}
.logo_heard .tbj02{
	background: url(../images/top_tubiao.png) -86px 0px no-repeat;
}
.logo_heard .tbj03{
	background: url(../images/top_tubiao.png) -177px 0px  no-repeat;
}
.logo_heard .tbj04{
	background: url(../images/top_tubiao.png) -270px 0px no-repeat;
}
.logo_heard .tbj05{
	background: url(../images/top_tubiao.png) -360px 0px no-repeat;
}
.logo_heard .tbj06{
	background: url(../images/top_tubiao.png) -451px 0px no-repeat;
}
.logo_heard .tbj07{
	background: url(../images/top_tubiao.png) -544px 0px no-repeat;
}
.logo_heard .tbj08{
	background: url(../images/top_tubiao.png) -634px 0px no-repeat;
}
.logo_heard .tbj09{
	background: url(../images/top_tubiao.png) -726px 0px no-repeat;
}
.logo_heard .tbj10{
	background: url(../images/top_tubiao.png) -817px 0px no-repeat;
}

/* banner */
.slide2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slide2 .hd {
	width: 100%;
	overflow: hidden;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 20px;
	z-index: 1;
}
.slide2 .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slide2 .hd ul li {
	display: inline-block;
	margin: 0px 2px;
	width: 13px;
	height: 13px;
	background: #fff;
	opacity: 0.7;
	cursor: pointer;
	border: 1px solid #ce0b14;
	border-radius: 10px;
}
.slide2 .hd ul li.on {
	background: #ce0b14;
	opacity: 1
}
.slide2 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slide2 .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slide2 .bd img {
	width: 100%;
	height: auto;
	display: block;
}
.slide2 .prev,  .slide2 .next {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	display: block;
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}
.slide2 .prev{
	left: 3%;
	background-image: url(http://xiangrusp.test.dginfo.com/t/x/xiangrusp/pc/images/leftb.png);
}
.slide2 .next {
	right: 3%;
	background-image: url(http://xiangrusp.test.dginfo.com/t/x/xiangrusp/pc/images/rightb.png);
}
.slide2 .prev:hover,  .slide2 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slide2 .prevStop {
	display: none;
}
.slide2 .nextStop {
	display: none;
}


/*图文展示*/
.graphic{
	background: #f3efe7;
	height: 420px;
	padding: 30px 0 40px;
}
.graphic .gra{
	float: left;
	width: 380px;
	margin-right: 30px;
}
.graphic .gra .gra_tit{
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
	text-indent: 2em;
	font-size: 14px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 5px #888;
}
.graphic .gra .gra_img{
	width: 380px;
	height: 200px;
}
.graphic .gra .gra_img img{
	width: 380px;
	height: 200px;
}
.graphic .gra .gra_tit01{
	background: #51ac2c;
}
.graphic .gra .gra_tit02{
	background: #ed3341;
}
.graphic .gra .gra_tit03{
	background: #f3c331;
}

.gra .pad{
	padding: 15px 30px 20px;
	background: #fff;
	height: 135px;
}
.graphic_about .graphic_about_con dl dt{
	font-size: 15px;
	color: #666;
	line-height: 35px;
	font-weight: bold;
}
.graphic_about .graphic_about_con dl dd{
	font-size: 12px;
	line-height: 25px;
	color: #666;
}
.graphic_about .graphic_about_con dl dd a{
	font-size:12px;
	color: #51ac2c;
}
.graphic_about .graphic_about_con dl dd a:hover{
	text-decoration: underline;
}
.graphic_news .graphic_news_con dl{
	
}
.graphic_news .graphic_news_con dl dd{
	color: #666;
	line-height: 27px;
	height: 30px;
	border-bottom: 1px dashed  #eee;
}
.graphic_news .graphic_news_con dl dd:hover{
	color: #ed3341;
}
.graphic_news .graphic_news_con dl dd div{
	    float: left;
    width: 240px;text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
}
.graphic_news .graphic_news_con dl dd span{	
	float: right;
	color: #b2b2b2;
}
.graphic_fu .graphic_fu_con dl dt{
	font-weight: bold;
	color: #666;
	margin-bottom: 15px;
}
.graphic_fu .graphic_fu_con dl dd{
	color: #666;
	line-height: 27px;
	border-bottom: 1px dashed  #eee;
}
.graphic_fu .graphic_fu_con dl dd a{
	color: #666;
}
.graphic_fu .graphic_fu_con dl dd a:hover{
	color: #ed3341;
}

/*系列产品*/
.series{
    display: table;
    margin: 0 auto;
    padding: 50px 0 20px;
}
.series_tit{
	background: url(../images/pro_bj.png) no-repeat;
	height: 88px;
	width: 250px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}
.series_tit .series_tit_fu{
	line-height: 20px;
	font-size: 22px;
	font-weight: bold;
	padding: 35px 0 0 40px;
	color: #000;
}
.series_tit .series_tit_fu span{
	font-size: 12px;
}

.cur_02{
	background: url(../images/fl_bj.png) no-repeat;
	width: 190px;
	color: #fff!important;
	display: table;
}
.title{
	width: 100%;
	/* margin-top: 30px; */
}
.tab_01{
	/* width: 660px; */
	height: 50px;
	margin: 0 auto;
	text-align: center;
	display: table;
}
.tab_01 .chkTemplateNewsGroup011{
	float: left;
	margin: 0 15px;
	height: 50px;
	line-height: 50px;
	color: #666;
	cursor: pointer;
}
.tab_01 .chkTemplateNewsGroup011 a{
	color:#666;
}
.tab_01 .chkTemplateNewsGroup011 a:hover{
	color:#f12132
}

.tab_01 .ny_pro_list{
	float: left;
	margin: 0 15px;
	height: 50px;
	line-height: 50px;
	color: #666;
}
.tab_01 .ny_pro_list a{
	color:#666;
}
.tab_01 .ny_pro_list a:hover{
	color:#f12132
}

.nr{
    
}
.nr ul{}
.nr ul li{
	position: relative;
	float: left;
	height: 330px;
	width: 260px;
	margin: 30px 20px 0;
	text-align: center;
}
.nr ul li img{
	width: 260px;
	height: 243px;
}
.nr ul li .block_cont_tit01{
    color: #4c4c4c;
    line-height: 25px;
}
.nr ul li .block_cont_tit02{
    font-size: 12px;
    color: #ef293b;
}
.nr ul li .block_cont_tit02 span{
	color: #ef293b;
}
.nr ul li:hover .block_cont_tit01{
	color:#ed3341;
	font-weight:bold;
}


/*合作伙伴*/
.i_Partner{
	display: table;
	padding-bottom: 60px;
	margin: 0 auto;
}
.i_Partner_tit{
	background: url(../images/hb_bj.png) center top no-repeat;
	height: 110px;
	margin: 0 auto;
	width: 120px;
	margin-bottom: 50px;
}
.i_Partner_tit .i_Partner_tit_fu{
	padding-top: 65px;
	text-align: center;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
}
.i_Partner_tit .i_Partner_tit_fu span{
	font-size: 12px;
	color: #666;
	text-transform:uppercase;
}
.i_Partner_img{}
.i_Partner_img_l{
	position: relative;
	width: 464px;
	height: 320px;
}
.i_Partner_img_l_a{
    width: 464px;
    height: 320px;
}
.i_Partner_img_l_b{
	position: absolute;
	top: 0;
	width: 100%;
	height: 240px;
	background: hsla(0, 0%, 0%, 0.6);
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 80px;
}
.i_Partner_img_l_b .Partner_l_tit{
	font-size: 16px;
	width: 134px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	padding: 0 10px 10px;
}
.i_Partner_img_l_b .Partner_l_fu01{
	font-size: 12px;
	line-height: 25px;
	margin-top: 10px;
}
.i_Partner_img_l_b .Partner_l_fu02{
	font-size: 12px;
	line-height: 25px;
}

.i_Partner_img_r{
    width: 700px;
    height: 317px;
    border-bottom: 3px solid #f00;
}
/*.i_Partner_img_r ul a:nth-of-type(3n) li{
	margin-right:0;
}*/
.i_Partner_img_r ul li{
	float: left;
	width: 220px;
	height: 90px;
	margin: 6px;
	margin-bottom: 13.0px;
}
.i_Partner_img_r ul li img{
	border: 1px solid #ccc;
}
.i_Partner_img_r ul li img:hover{
	
	-moz-opacity:0.8;
	opacity:0.8;
}


/*荣誉资质*/
.i_honor{
	display: table;
	margin: 0 auto;
	padding-bottom: 30px;
}
.i_honor_tit{
	background: url(../images/honor_bj.png) center top no-repeat;
	height: 130px;
	margin: 0 auto;
	width: 120px;
}
.i_honor_tit .i_honor_tit_fu{
	padding-top: 90px;
	text-align: center;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
}
.i_honor_tit .i_honor_tit_fu span{
	font-size: 12px;
	color: #666;
	text-transform:uppercase;
}
.i_honor_img{
	margin: 50px 0 30px;
	display: table;
}
.i_honor_img li{
	float: left;
	width: 260px;
	height: 170px;
	margin: 0px 20px;
}
.i_honor_img li img{
	width: 260px;
	height: 170px;
}
.i_honor_img li img:hover{
	
	-moz-opacity:0.8;
	opacity:0.8;
}
.i_honor_more{
	border-radius: 10px;
	border:1px solid #ccc;
	width: 120px;
	text-align: center;
	color: #666;
	padding: 10px 15px;
	margin: 0 auto;
}
.i_honor_more:hover{
	border:1px solid #ed3341;
	color: #ed3341;
}


/*底部*/
.footer{
	clear: both;
	height: auto;
	background: #4d4d4d;
}
.footer_a{
	padding: 40px 0 20px;
	display: table;
}
.dibu{

}
.dibu ul li{
	float: left;
}
.dibu ul li dl{
	margin-right: 75px;
}
.dibu ul li dl dt{
	margin-bottom: 20px;
	/* height: 30px; */
	/* line-height: 30px; */
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-left: 2px solid #e45d66;
	padding-left: 10px;
}
.dibu ul li dl dd{
	height: 30px;
	line-height: 30px;
	color: #b2b2b2;
	font-size: 14px;
	padding-left: 10px;
}
.dibu ul li dl dd:hover{
	color: #e45d66;
}
.dibu_xx{
	color: #fff;
	padding-right: 20px;
}
.dibu_xx dl{
	padding-bottom: 10px;
}
.dibu_xx dl dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	color: #b2b2b2;
}
.dibu_xx dl dd{
	/* height: 30px; */
	line-height: 30px;
	font-size: 14px;
	color:#b2b2b2;
	padding-left: 30px;
}
.dibu_xx dl #db_add{
	background: url(../images/db_ditu.png) no-repeat 0px 5px;
}
.dibu_xx dl #db_tel{
	background: url(../images/db_tel.png) left no-repeat;
}
.dibu_xx dl #db_fax{
	background: url(../images/db_fax.png) left no-repeat;
}
.dibu_xx dl #db_mail{
	background: url(../images/db_mail.png) left no-repeat;
}
.dibu_xx dl a{
	color: #b2b2b2;
}

.ewm{
	margin-top: 10px;
}
.ewm p{
	float: left;
	width: 80px;
	text-align: center;
	margin: 0 20px;
	color: #b2b2b2;
}
.ewm p img{
	width: 80px;
	height: 80px;
}
.footer_b{	
	height: 40px;
	clear: both;
	background: #404040;
}
.footer_b .fl{
	color: #999;
	line-height: 40px;
	height: 40px;
}
.footer_b .fl a{
	color: #999;
}
.footer_b .fl a:hover{
	text-decoration: underline;
}
.footer_b .fl span{
	color: #6eba2c;
}
.footer_b .fr{
	color: #999;
	line-height: 40px;
	height: 40px;
	display: none;
}
.footer_b .fr a{
	color: #999;
	margin: 0 5px;
}
.footer_b .fr a:hover{
	color: #e45d66;
}