@font-face { 
  font-family:jcsong;
  src:url("../css/jcsong.ttf");
}
@font-face { 
  font-family:impact;
  src:url("../css/impact.ttf");
}
/*---------- 通用 ----------*/
html, body, div, span,object, iframe, table, tr, th, td, em, img, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ul, ol,li, form, label,input,button,textarea,pre,fieldset{
	font-family: inherit;font-style: inherit;padding: 0;margin:0;border:0;-webkit-text-size-adjust:none;}
ol,ul{list-style:none;}

#news_all ul.new_list{
    display: block;
    height: 125px;
    overflow: hidden;}

img {vertical-align:top;}
.clb{clear:both;}
.fl{float:left;}.fr{float:right;}
/*---------- 截字 ----------*/
.jie{overflow:hidden; text-overflow:ellipsis;}
/*---------- 链接 ----------*/
a:link{text-decoration:none; color:#676767;}
a:visited{text-decoration:none; color:#676767;}
a:hover{text-decoration:none; color:#676767;}

/*---------- 结构 ----------*/
body{font:12px Verdana, Arial, Helvetica, sans-serif, SimSun;background-color:#f6f6f6;color:#676767;}
.clear{clear:both;}


    /* 呼吸灯 */
.breath_light {
  
    /* IE10、Firefox and Opera，IE9以及更早的版本不支持 */
    animation-name: breath;                         /* 动画名称 */
    animation-duration: 3s;                         /* 动画时长3秒 */
    animation-timing-function: ease-in-out;         /* 动画速度曲线：以低速开始和结束 */
    animation-iteration-count: infinite;            /* 播放次数：无限 */
 
    /* Safari and Chrome */
    -webkit-animation-name: breath;                 /* 动画名称 */
    -webkit-animation-duration: 3s;                 /* 动画时长3秒 */
    -webkit-animation-timing-function: ease-in-out; /* 动画速度曲线：以低速开始和结束 */
    -webkit-animation-iteration-count: infinite;    /* 播放次数：无限 */
}
 
@keyframes breath {
    from { opacity: 0.1; }                          /* 动画开始时的不透明度 */
    50%  { opacity:   1; }                          /* 动画50% 时的不透明度 */
    to   { opacity: 0.1; }                          /* 动画结束时的不透明度 */    
}
 
@-webkit-keyframes breath {
    from { opacity: 0.1; }                          /* 动画开始时的不透明度 */
    50%  { opacity:   1; }                          /* 动画50% 时的不透明度 */
    to   { opacity: 0.1; }                          /* 动画结束时的不透明度 */
}



/*开始 */
.content{width:1020px;margin:0 auto;box-shadow:0 3px 24px rgba(0,0,0,.17);-webkit-box-shadow:0 3px 24px rgba(0,0,0,.17);}
#header .content {width:1172px;}
ul.content ol{
	position: absolute;
	top: 40px;
	width: 600px;
	left: -22px;
	display: none;
}
#nav08 ol{
	left:-80px;
}
.h16{height:16px;}
.h12{height:12px;}
.h26{height:26px;}
/*---------- 头部 ----------*/
.h_top{height:82px;}
.logo_right{width:233px;height:67px;background:url(../images/h_right.jpg) no-repeat 0 9px;padding:15px 0 0 17px;}
.logo_right span{display:inline-block;margin-right:7px;width:61px;height:20px;line-height:20px;*line-height:24px;text-align:center;background:url(../images/loginicon.gif) no-repeat 0 0;}
.f_l {
	float:left;
	}
.f_r {
	float:right;
	}
.wrap {
	position:relative;
	margin:0 auto;
	width:1200px;
	/*padding:1px;*/
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
header {
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	padding:20px 0 20px;
	width:100%;
	height:80px;
	background:#fff;
	}
header .logo {
	margin-top:5px;
	display:inline-block;
	}
header nav {
	width:80%;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	}
header nav p {
	margin-bottom:20px;
	width:100%;
	line-height:30px;
	text-align:right;
	color:#f4ba1d;
	font-size:18px;
	}
header nav a {
	width:14.28%;
	color:#751385 !important;
	text-align:right;
	font-size:20px;
	}
header nav a.cur,
header nav a:hover,
#d1 #nav01,
#d2 #nav02,
#d3 #nav03,
#d4 #nav06,
#d6 #nav06,
#d5 #nav05,
#d8 #nav08,
#d9 #nav09 {
	color:#f8d27a !important;
	}

#header .nav a{padding-top:20px;display:block;width:105px;height:82px;text-align:center;color:#42074c;font-family:'Microsoft YaHei';font-size:15px;box-sizing:border-box;}
#header .nav a span {
	display:block;
	font-size:10px;
	}
.login{ width:636px; height:350px; background:url(../images/loginbg.jpg) no-repeat;}

.banner{padding:32px 0px 28px 0px;height:292px;}
	
#main{font-family:'Microsoft YaHei';}
.meishi {
	width:492px;
	height:200px;
	overflow:hidden;
	}
.meishi_btn {
	position:absolute;
	right:4px;
	top:10px;
	width:71px;
	height:24px;
	background:url(../images/meishi_btn.gif) center no-repeat;
	}
.meishi_btn a {
	display:block;
	float:left;
	width:50%;
	height:100%;
	}
.meishi ul {
	min-width:1000px;
	}
.meishi ul li {
	position:relative;
	float:left;
	width:492px;
	}
.meishi ul li p {
	position:absolute;
	bottom:0;
	left:0;
	padding:8px 0;
	width:100%;
	color:#fff;
	font-size:14px;
	background:rgba(0,0,0,0.39);
	}
.meishi ul li p span {
	margin-left:20px;
	margin-right:10px;
	font-size:17px;
	}
.meishi ul li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	}
.meishi ul li:hover img {
	transform:scale(1.03);
	-webkit-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-o-transform:scale(1.03);
	}
.vd_b,
.vd_con {
	float:left;
	}
.vd_con {
	padding:30px 25px;
	width:270px;
	height:200px;
	background:#9cc92b;
	color:#fff;
	}
.vd_con .vd_con_img {
	width:32px;
	height:17px;
	background:url(../images/video2.gif) center no-repeat;
	}
.vd_con .vd_con_img img {
	margin-left:4px;
	margin-top:1px;
	}
.vd_con:hover .vd_con_img img {
	transition: all 10s linear;
	-webkit-transition: all 10s linear;
	-moz-transition: all 10s linear;
	-o-transition: all 10s linear;
	transform: rotate(3600deg);
	-webkit-transform: rotate(3600deg);
	-moz-transform: rotate(3600deg);
	-o-transform: rotate(3600deg);
	}
.vd_con h3,
.vd_con p {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	}
.vd_con:hover h3 {
	margin-left:10px;
	}
.vd_con:hover p {
	margin-left:-10px;
	}
.vd_con h3 {
	margin-top:10px;
	font-size:41px;
	font-weight:normal;
	}
.vd_con h3 span {
	font-style:oblique;
	font-weight:bold;
	}
.vd_con p {
	font-size:22px;
	}
.mnb {
	padding:20px 10px;
	margin-bottom:15px;
	background:#fff;
	}
.mnb .mnb_b {
	position:relative;
	float:left;
	width:50%;
	padding:10px;
	box-sizing:border-box;
	}
.mnb .mnb_b div {
	box-sizing:border-box;
	}
.mnb .mnb_b img {
	max-width:100%;
	}
.mnb .mnb_b .more {
	margin-top:5px;
	float:right;
	font-size:12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	}
.mnb .mnb_b .more:hover {
	margin-right:5px;
	font-weight:bold;
	}
.mnb .mnb_b .more span {
	margin-right:10px;
	color:#751385;
	}
.gywm .con {
	font-size:15px;
	line-height:25px;
	color:#868686;
	}
.gywm h4 {
	margin:29px 0;
	font-size:22px;
	color:#0fa1de;
	font-weight:normal;
	font-family:"jcsong";
	}
.about_btn {
	background:#ffce00;
	}
.about_f,
.about_f .ab_f_r {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	}
.about_f {
	float:left;
	width:25%;
	color:#fff;
	padding:20px 0;
	cursor:pointer;
	box-sizing: border-box;
	}
.about_f div {
	box-sizing: border-box;
	}
.about_f .ab_f_l,
.about_f .ab_f_r {
	float:left;
	}
.about_f .ab_f_r {
	width:0;
	height:62px;
	overflow:hidden;
	}
.about_f .ab_f_l {
	width:235px;
	}
.about_f.open,
.about_f.open .ab_f_r {
	width:50%;
	}
.about_f .ab_f_l {
	text-align:center;
	}
.about_f.open .ab_f_r {
	border-left:1px solid #fff;
	}
.about_f .ab_f_l h5 {
	display:inline-block;
	padding:0 10px 5px;
	font-size:24px;
	font-weight:normal;
	border-bottom:1px solid #fff;
	}
.about_f .ab_f_l h5 span {
	font-weight:bold;
	}
.about_f .ab_f_l p {
	padding-top:5px;
	font-size:15px;
	}
.about_f .ab_f_r p {
	padding-left:20px;
	width:215px;
	line-height:30px;
	font-size:15px;
	}
.mnb .mnb_b .about_img {
	width:489px;
	height:228px;
	overflow:hidden;
	}
.about_btn .bg1 {
	background:#0fa1de;
	}
.about_btn .bg2 {
	background:#9cc92b;
	}
.about_btn .bg3 {
	background:#ffce00;
	}
.jmdl {
	cursor:pointer;
	}
.jmdl .con {
	float:left;
	padding:30px 25px;
	width:270px;
	height:200px;
	color:#fff;
	background:#9cc92b;
	}
.jmdl>img {
	float:left;
	}
.jmdl .con h5 {
	font-size:23px;
	}
.jmdl .con h5 span {
	color:#ffd012;
	}
.jmdl .con h4 {
	margin-top:10px;
	font-weight:normal;
	font-size:35px;
	line-height:45px;
	font-family:"impact";
	}
.jmdl .con h4 span {
	display:inline-block;
	vertical-align:middle;
	}
.jmdl .con .time {
	margin-top:20px;
	}
.jmdl .con .time img,
.jmdl .con .time p {
	display:inline-block;
	vertical-align:middle;
	}
.jmdl .con .time img {
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	}
.jmdl .con .time img:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	}
.jmdl .con .time p {
	font-size:14px;
	}
.jm_show {
	position:relative;
	margin-top:15px;
	margin-bottom:40px;
	padding:0 20px 0 40px;
	height:48px;
	overflow:hidden;
	}
.jm_show .jm_show_btn {
	position:absolute;
	left:5px;
	width:21px;
	height:24px;
	}
.jm_show  .j_s_b_l {
	top:0;
	background:url(../images/jm_t.png) center no-repeat;
	}
.jm_show  .j_s_b_r {
	top:24px;
	background:url(../images/jm_b.png) center no-repeat;
	}
.jm_show  .j_s_b_l.over,
.jm_show  .j_s_b_r.over {
	opacity:0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	-o-opacity:0.5;
	}
.jm_show ul li {
	height:24px;
	line-height:24px;
	overflow:hidden;
	}
.jm_show ul li span {
	float:right;
	}
.new_list li {
	transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	}
.new_list li:hover {
	margin-left:10px;
	}
.new_list li:hover a,
.new_list li:hover span {
	color:#797979;
	}
.new_list li span.dian {
	color:#9cc92b;
	}
.new_list li a,
.new_list li span {
	margin-left:5px;
	color:#868686;
	font-size:13px;
	line-height:30px;
	}
.new_list li a {
	margin-left:0;
	}
.new_scl {
	position:relative;
	width:736px;
	height:185px;
	overflow:hidden;
	}
.new_scl .news_btn {
	position:absolute;
	top:60px;
	width:21px;
	height:35px;
	}
.new_scl .n_b_l {
	left:0;
	background:url(../images/news_l.png) center no-repeat;
	}
.new_scl .n_b_r {
	right:0;
	background:url(../images/news_r.png) center no-repeat;
	}
.new_scl ul {
	min-width:200%;
	}
.new_scl ul li {
	float:left;
	width:358px;
	padding-right:20px;
	}
.new_scl ul li p {
	margin:10px 0;
	text-align:center;
	}
.m_left{width:50%;overflow:hidden;}
.m_right{width:50%;overflow:hidden;}
.movie{border:1px solid #caac95;height:230px;width:272px;overflow:hidden;}
.movie p{height:32px;background-color:#9cca2c;padding:8px 0 0 10px;}
#main .movie p a{color:#fff;display:inline-block;width:77px;height:26px;margin-right:10px;background:url(../images/moviebg.gif) no-repeat;line-height:26px;text-align:center;}
#main .movie p a:hover{text-decoration:underline;}
.news{width:374px;height:230px;border:1px solid #caac95;overflow:hidden;}
.newstitle{width:354px;}
.title{height:34px;padding:0 10px;background-color:#9cca2c;line-height:34px;}
.title strong{font-size:14px;dispaly:inline-block;height:32px;color:#fff;float:left;border-bottom:2px solid #751286;padding:0 3px;}
#main .title a{float:right;color:#fff;}
.news ul{padding:10px;}
.news li{height:28px;*height:26px;line-height:28px;*line-height:26px;border-bottom:1px dashed #979797;}
#main .news li a{color:#676767;float:left;}
#main .news li a:hover{color:#761187;}
.news li span{float:right;}
.delicious{height:142px;border:1px solid #caac95;padding:10px 10px 0 67px;width:583px;background:url(../images/blms.jpg) no-repeat;overflow:hidden;}
.scroll{width:583px;overflow:hidden;height:142px;}
.delicious a{margin-right:10px;}
.delicious img{border:1px solid #c3c3c3;width:184px;height:128px;}
.delicious a:hover img{border:1px solid #751286;}
.r_tel{border:1px solid #c3c3c3;width:284px;height:128px;}
.dmzs{border:1px solid #c3c3c3;width:270px;height:110px;margin:0 auto;}
.show{border:1px solid #caac95;height:254px;}
.show p{line-height:20px;text-indent:2em;padding:10px;}
.partner {
	padding:20px;
	background:#fff;
	}
.p_tit {
	margin-bottom:20px;
	font-size:18px;
	font-weight:normal;
	}
.p_tit span {
	margin-right:10px;
	display:inline-block;
	width:3px;
	height:10px;
	background:#9cc92b;
	vertical-align:middle;
	}
.p_tit.p_tit2 span {
	background:#751385;
	}
.pt_title{background:url(../images/partnerbg.gif) repeat-x 0 center;height:24px;}
.pt_box{padding-top:10px;height:42px;}
#main .pt_title a{display:inline-block;color:#fff;background-color:#9cca2c;height:24px;line-height:24px;font-weight:bold;padding:0 5px;}
#main .pt_box a{display:block;width:85px;height:40px;border:1px solid #cabc59;margin-right:10px;_margin-right:9px;float:left;}
#main .pt_box a:hover{border:1px solid #751286;}
.main_bottom{width:100%;height:24px;background:url(../images/per_bg.gif) no-repeat;}
#footer{background-color:#751286;padding:15px 0; clear:both;}
.foot{color:#fff;padding:0 10px;line-height:26px;}
.copyright{height:26px;background:url(../images/copy.gif) no-repeat 0 center;padding-left:20px;}
.add{width:500px;height:26px;background:url(../images/location.gif) no-repeat 0 center;padding-left:20px;font-weight:bold;}
.tel{width:170px;height:26px;background:url(../images/tel.gif) no-repeat 0 center;padding-left:20px;}
#footer .foot a{color:#c09ec6;}
.foot_link{width:972px;border: solid 1px #ffffff;margin:0 auto;color:#fff;padding:0 10px;margin-top:10px;}
#footer .flink { width:830px;}
#footer .flink a{color:#fff;}
#footer .foot_a a{padding-left:5px;color:#fff;}
#footer .foot .guanzhu {display:none;}




/*focus样式*/
#zSlider{width:270px; height:110px;overflow:hidden;position:relative; overflow:hidden;}
#picshow{}
#picshow_img{width:270px; height:110px;}
#picshow_img li{width:270px; height:110px; overflow:hidden;display:none;}
#picshow_img img{width:270px; height:110px;}
#select_btn{height:6px; color:#111;text-align:right;width:100%;overflow:hidden;position:absolute;bottom:5px;right:5px;}
#select_btn li{padding:4px 3px;cursor:pointer;background-color:#9cca2c;display:inline;margin-right:5px;cursor:pointer;}
#select_btn li:hover{background-color:#751286;}
#select_btn li.current{background-color:#751286;}
#select_btn li.current:hover{background-color:#751286;}



/*特色商品--出口商品*/
#submain{font-family:'Microsoft YaHei';background:#fff;width:1200px;padding:20px;box-sizing:border-box;}
.subm_left{
	margin-left:10px;
	padding:125px 0 30px;
	width:230px;
	background:url(../images/left_bg.jpg) center 33px no-repeat;
	border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:0 3px 24px rgba(0,0,0,.17);
	-webkit-box-shadow:0 3px 24px rgba(0,0,0,.17);
	overflow:hidden;
	text-align:center;
	}
.ny_list{width:230px;}
.ny_list dl{width:230px;}
.ny_list dt p{height:18px;line-height:18px;color:#fff;font-size:13px;font-family:'Microsoft YaHei';padding-left:8px;}
.ny_title{margin:0 auto 15px;width:165px;height:40px;line-height:40px;font-size:23px;font-family:'Microsoft YaHei';color:#515151;font-weight:bold;border-bottom:1px solid #515151;}
.ny_title span {margin-left:5px;font-size:13px;}
.ny_title a{ color:#FFFFFF; text-decoration:none;}
.ny_list dd{height:60px;line-height:60px;}
.ny_list dd a{display:block;line-height:60px;text-align:center;font-size:19px;color:#515151;}
.ny_list dd a.hover,.ny_list dd a:hover,.ny_list dd a.cur{color:#751286;}
.left_news ul {
	padding:2px 0 10px;
	}
.left_news ul li {
	margin-bottom:2px;
	background:#f6f6f6;
	}
.left_news ul li a {
	padding:0 10px;
	line-height:35px;
	display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	}
.left_mendian ul {
	padding:10px 0;
	}
.left_mendian ul li img {
	margin-bottom:5px;
	display:block;
	}
.left_mendian ul li {
	margin-bottom:5px;
	text-align:center;
	}
.left_mendian ul li a {
	padding-bottom:5px;
	display:block;
	}
.link_side{background:url(../images/linkbg.gif) no-repeat;height:37px;width:192px;padding:11px 10px 0;}
#submain .link_side a{color:#80aa1b;font-size:15px;background:url(../images/greydot.gif) no-repeat 0 center;display:block;float:left;padding:0 10px 0 14px;margin-right:10px;border-right:1px solid #ccc;height:26px;line-height:26px;}
.weibo{background:url(../images/weobo.jpg) no-repeat;padding:5px 0 0 130px;height:43px;font-size:14px;font-family:'Microsoft YaHei';line-height:18px;}

.subm_right{width:870px;padding-bottom:15px;}
.subr_m{position:relative;width:850px;}
.subr_m img {max-width:100%;height:auto;}
.subr_title{position:relative;height:44px;line-height:44px;}
.subr_title strong{display:none;width:100%;font-weight:normal;font-size:18px;color:#7fa22b;float:left;background:url(../images/circle.gif) no-repeat 0 center;padding-left:25px;}
.subr_title span{width: 100%;float:left;color:#7fa22b;}
.subr_title a{color:#767676;padding:0 3px;}
.tiaojian{background-color:#acc961;border:1px solid #85a64c;height:30px;line-height:30px;color:#fff;}
.tiaojian td{padding-left:10px;}
.prolist{width:840px;padding:12px 0 0 10px;}
.prolist li{width:45%;float:left;text-align:center;margin: 10px;}
/*.prolist a{display:block;width:210px;height:197px;background:url(../images/pro_picbg.gif) no-repeat center 0;padding:6px 6px 0 6px;color:#636363;}*/
.prolist a img{}
.prolist a span{display:block;padding-top:10px;font-size:14px;text-align:center;height:67px;}
.prolist a:hover span{color:#751286;}

/*分页样式*/
.fenye{height:25px;font-size:12px;margin:20px auto 20px;}
#submain .fenye a{float:left;margin-right:9px;text-align:center;line-height:20px;color:#751286;}
#submain .fenye a{diaplay:block;height:20px;width:22px;border:1px solid #751286;}
#submain .fenye a.prepage{display:block;width:55px;background-color:#fcebff;overflow:hidden;}
#submain .fenye a.lastpage{width:55px;height:20px;}
#submain .fenye a.hover,#submain .fenye a:hover{background-color:#751286;font-weight:bold;color:#fff;text-decoration:none;}

.tiaojian p{background:url(../images/notice.gif) no-repeat 15px center;height:30px;line-height:30px;padding-left:35px;font-size:14px;}
.cake_service{width:714px;padding:10px 0;}
.cake_service li{float:left;width:232px;margin:0 4px 12px 0;}
.cake_service a{display:block;color:#636363;width:210px;background-color:#fcf3e7;border:1px solid #e6cbb7;padding:10px;color:#688911;text-decoration:none;}
.cake_service a:hover{text-decotation:none;border:1px solid #751286;}
.cake_service a img{}
.cake_service a span{display:block;font-size:16px;line-height:35px;height:35px;background:url(../images/line2.gif) repeat-x 0 top;margin-top:8px;border-bottom:1px dashed #e6cbb7;}
.cake_service a:hover span{color:#688911;text-decotation:underline;}
.cake_service b{display:block;border-bottom:1px dashed #e6cbb7;padding:10px 0;line-height:20px; height:100px; overflow:hidden;}

.join{background:url(../images/shadow_l.gif) no-repeat;padding-top:11px;font-size:14px;}
.join_m{border-left:1px solid #d0e3d3;background:#fcfcfc url(../images/shadow_r.gif) repeat-y right 0;width:703px;}
.shadow_bot2{width:704px;height:34px;background:url(../images/shadow_bot.gif) no-repeat;}
.join_m h2{height:66px;line-height:66px;text-align:center;color:#632669;background:url(../images/line3.gif) no-repeat center bottom;font-size:26px;font-weight:normal;}
.shadow{width:650px;margin:0 auto;background:url(../images/shadow_top1.gif) no-repeat 0 0;padding-top:11px;}
.shadow_mid{background:url(../images/shadow_mid1.gif) repeat-y;width:650px;padding:10px 0;}
.shadow_bot{background:url(../images/shadow_bot1.gif) no-repeat;width:650px;height:11px;margin:0 auto;}
.inputa{height:24px;line-height:24px;border:1px solid #d4d4d4;width:300px;}
.shadow th,.thd{margin-bottom:5px;width:20%;color:#5c0a6a;background:url(../images/pericon.gif) no-repeat 40px 12px;height:30px;line-height:30px;text-align:left;padding-left:50px;}
.inputb{height:24px;line-height:24px;border:1px solid #d4d4d4;width:150px;}
.radio{vertical-align:middle; margin-top:-2px;*margin-top:2px;_margin-top:0px; margin-bottom:1px;margin-right:3px;margin-left:5px;}
.join_m textarea{border:1px solid #d4d4d4;}
.shadow th span{font-size:11px;font-weight:normal;line-height:20px;}
.noticeb{color:#b30000;width:630px;margin:0 auto;padding:12px 0;}
.tijiao{text-align:center;padding:10px 0;}
.tijiao input{dispaly:block;width:80px;height:30px;background:url(../images/tijiaobtn.gif) no-repeat;color:#fff;font-size:15px;margin:0 10px;cursor:pointer;}


.acti{ width:702px; height:258px; border:1px solid #cac79d; margin:0 auto;}
.bd{ border-top:6px solid #751286; padding:16px 15px 0 20px; font-family:'Microsoft YaHei';}
.ac_left{width:162px; height:228px; background:url(../images/liner.gif) no-repeat right center;}
.ac_left p{padding:0 0 16px 0;}
.ac_left p strong{ font-size:32px; color:#a3c747;}
.ac_left p b{ font-weight:normal; font-size:32px;color:#a3c747; height:55px; line-height:55px;}
.ac_left p span{ font-size:15px; color:#8aa939;}
.ac_left dt{ font-size:15px; color:#751286; font-weight:bold;}
.ac_left dd{font-size:15px; color:#751286; line-height:18px;}
.ac_mid{width:299px; height:223px; padding:0 0 0 20px; position:relative;}
.ac_mid h4{ font-size:23px;  color:#751286; font-weight:normal;}
.ac_mid p{ font-size:14px; color:#7f7f7f; line-height:20px; margin-top:15px;}
.copy{color:#751286; font-size:14px; width:299px; position:absolute; bottom:15px; left:20px;}
.ac_right{width:161px; height:218px; border:2px solid #c8db96;}
.slide{
	width:1002px;
	position:relative;
	float:left;
	height:336px;
}
.slide ul li{
	position:absolute;
	cursor:pointer;
	width:606px;
	height:290px;
	border:1px solid #76430C;
	overflow:hidden;
}
.slide ul li img{
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    border: 0 none;
    background: #888;
}
.l_content{
	line-height: 33px;
	padding: 10px;
	font-size:16px;
}
.ny_ad{
	position: relative;
}
.ny_ad span{
	font-size: 28px;
	font-family: Microsoft YaHei;
	color:#9cca2c;
	position: absolute;
	top: 30px;
	left: 10px;
}
/*-------------------------#news-list------------------------*/
#news-list li{
	line-height:37px;
	padding:0 15px;
	border-bottom:1px dotted #bfbfbf;
}
#news-list li a{
	font:14px/37px Microsoft YaHei;
	color:#666;
}
#news-list li a:hover{
	color:#FF2400;
	text-decoration:none;
}
#news-list li span{
    color:#666;
	float:right;
	font-size: 14px;
}
#news-list li strong{
	float: left;
	padding: 0 30px 0 17px;
	font-weight: normal;
	font-size: 14px;
}
.news-show h2 span{
	display:block;
	text-align:center;
	font:12px/24px "SimSun";
	height:25px;
	padding-top:10px;
}
.news-show h2{
	font:normal 18px Microsoft YaHei,Arial;
	color:#333;
	text-align:center;
	border-bottom:1px solid #e1e1e1;
	padding:10px;
}
.news-show p{
	line-height:25px;
	padding:5px 15px;
}
.tit_img {
	margin:0 auto 14px;
	text-align:center;
	}
.tit_img img {
	visibility:hidden;
	}
#d1 .tit_img,
#d8 .tit_img {
	background:url(../images/ny_banner.jpg) center no-repeat;
	background-size:auto 100%;
	}
#d5 .tit_img {
	background:url(../images/ny_banner5.jpg) center no-repeat;
	background-size:auto 100%;
	}
#d2 .tit_img {
	background:url(../images/ny_banner2.jpg) center no-repeat;
	background-size:auto 100%;
	}
#d6 .tit_img,
#d4 .tit_img {
	background:url(../images/ny_banner6.jpg) center no-repeat;
	background-size:auto 100%;
	}
#d3 .tit_img {
	background:url(../images/ny_banner3.jpg) center no-repeat;
	background-size:auto 100%;
	}
#d9 .tit_img {
	background:url(../images/ny_banner9.jpg) center no-repeat;
	background-size:auto 100%;
	}
.Lyfk_innerxs{ width:636px;padding-left:20px; /*background:url(../images/Lyfk_innerxs.jpg) no-repeat;*/}
.tousu{ width:636px; height:350px; background:url(../images/tsbg.jpg) no-repeat;}
.xgmm{ width:636px; height:350px; background:url(../images/xgmmbg.jpg) no-repeat;}
.login{ width:636px; height:350px; background:url(../images/loginbg.jpg) no-repeat; margin-left:30px;}
.Tit_td{ text-align:right;}
.Tit_td span{line-height: 35px; padding:0 15px; font-family:'Microsoft YaHei'; font-size:14px; color:#8dc63f; background:url(../images/Tit_tdspan.jpg) no-repeat left center;}
.Tit_td em{ font-family:'Microsoft YaHei'; font-size:12px; color:#8dc63f; font-style:normal; padding-right:10px;}
.Ly_txt{ width:190px; height:18px; padding:2px 5px; float:left; border:1px solid #d4d4d4;}
.Ly_txt.tel {background: none;}
.Ly_area{ width:418px; height:120px; border:1px solid #d4d4d4; padding:5px; resize:none;}
.Ly_txtBt{width:220px;}
.btn_Sub{ width:78px; height:28px; margin-left:110px; background:url(../images/btn_Sub.jpg) no-repeat; border:none; cursor:pointer;}
.btn_Reset{ width:78px; height:28px; margin-left:30px; background:url(../images/btn_Reset.jpg) no-repeat; border:none; cursor:pointer;}
.ly{background:url(../images/LyfkUlBox2.jpg) no-repeat left bottom; padding-bottom:15px; margin-bottom:5px;}
.LyfkUlBox{background:url(../images/LyfkUlBox1.jpg) no-repeat left top;}
.LyfkUlBox li{ width:590px; line-height:22px; padding:26px 20px 0;  margin-bottom:20px;}
.noBg{ background:none;}
.Lyzt strong{color:#6b8f39;}
.Lysj{color:#848484;}
.n_page { padding:40px 0 0 150px;}
.n_page ul li{ float:left; padding:5px; line-height:22px;}
/*------------fy　分页，注意更改颜色-------------*/

.fy{
 width:100%;
 height:30px;
 line-height:30px;
 padding-top:10px;
 clear:both;
 list-style-type:none;
 list-style-position:outside;
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
}
.fy li {
	display:inline-block;
	}
.fy b{
 background-color:#fc6605;/*当前状态更改*/
 padding:2px 6px 2px 6px;
 border:#e86627 1px solid;
 margin:6px;
 color:#FFF;
}
.fy a:link,.fy a:visited{
 padding:2px 6px 2px 6px;
 border:#751286 1px solid;
 background-color:#751286;/*默认状态更改*/
 margin:6px;
 color:#FFF; text-decoration:none;
}
.fy a:hover,.fy a:active{
 padding:2px 6px 2px 6px;
 border:#e86627 1px solid;
 background-color:#fc6605;/*经过状态更改*/
 margin:6px;
 text-decoration:none;
 color:#FFF;
}
.pages {
	padding-top:1.5rem;
	text-align:center;
	}
.pages a,
.pages span {
	display:inline-block;
	padding:0.25rem 0.5rem;
	border:1px solid #e5e5e5;
	color:#5f5f5f;
	}
.pages span {
	background:#751286;
	color:#fff;
	}
/*产品详细页*/

#bigpic{ width:691px; height:367px; border:1px solid #cabc59; overflow:hidden;}
#bigpic img{width:691px; height:367px;}
.prev{ background:url(../images/left.gif) no-repeat; width:10px; height:53px; float:left; cursor:pointer; border:none;}
.next{background:url(../images/right.gif) no-repeat; width:10px; height:53px; float:right;cursor:pointer; border:none;}
.scroll{ float:left; overflow:hidden; width:670px; height:54px; margin-left:5px;}
.scroll li{ margin:3px; padding:0; width:75px; height:47px; border:1px solid #cabc59; overflow:hidden;}
.scrool li a{ width:75px; height:47px; overflow:hidden; padding:0;}
.scrool li img{ width:75px; height:47px;}
.wokong{ width:695px; overflow:hidden; margin-top:10px;}
.cpshow{ width:850px; margin:0 auto; overflow:hidden;}
.cpshow .product_list {
	margin-top:20px;
	}
.cpshow .product_list li {
	float:left;
	margin:0 1% 20px;
	padding:5px;
	width:31.333333%;
	background:#fff;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #c0c0c0;
	}
.cpshow .product_list li img {
	width:100%;
	height:138px;
	}
.cpshow .product_list li p {
	margin-top:5px;
	padding:5px;
	}
.cpclass{ width:700px; background:url(../images/cpge.jpg) no-repeat; padding:10px 0 35px; margin-bottom:10px; font-family:'Microsoft YaHei';}

.cpclass a{ width:105px; height:27px; line-height:27px; background:#c8c8c8; display:block; float:left; color:#fff; font-size:15px; text-align:center; text-decoration:none; margin:5px;}
.cpclass a:hover{ background:#9cca2a; display:block; float:left; color:#fff;}

.prne{ line-height:33px; padding:10px 0;}

.xgwz{ padding:35px 0 0 0; background:url(../images/wztj.jpg) no-repeat;}

.xgwz ul{ padding:0 5px; background:url(../images/wztj2.jpg) no-repeat; padding-left:25px;}
.xgwz ul li{ height:26px; line-height:26px;}


.scroll2{ width:690px; overflow:hidden; margin:0 auto; border:1px solid #cabc59;}
.scroll2 li{ float:left; border:1px solid #cabc59; margin:2px;}
.swipe {
	display:none;
	}
.xmt {
	display:none;
	padding-bottom:20px;
	width:246px;
	background:#f6f6f6;
	}
.xmt .xmt_box {
	position:relative;
	padding:20px 0 10px 30px;
	cursor:pointer;
	}
.xmt .xmt_box h3 {
	margin-bottom:15px;
	font-size:19px;
	font-weight:bold;
	color:#751385;
	}
.xmt .xmt_box h3 img {
	margin-right:5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	}
.xmt .xmt_box:hover h3 img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	}
.xmt .xmt_box p {
	font-size:14px;
	color:#751385;
	}
.xmt .xmt_box .ewm {
	position:absolute;
	top:15px;
	right:30px;
	padding:10px;
	background:#fff;
	border:1px solid #e9e9e9;
	border-radius:5px;
	transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	opacity:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    -o-opacity:0;
	}
.xmt .xmt_box:hover .ewm {
	right:-10px;
    opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
	}
.xmt .xmt_box .ewm img {
	width:80px;
	}
.xmt .xmt_box .ewm .arrow {
	position:absolute;
	top:10px;
	left:-12px;
	width:0;
    height:0;
	border-width:10px 12px 10px 0;
    border-style:solid;
    border-color:transparent #e9e9e9 transparent transparent;
	}
.xmt .xmt_box .ewm .arrow span {
	position:absolute;
	top: -8px;
    left: 2px;
	display: block;
    width: 0;
    height: 0;
    border-width:8px 10px 8px 0;
    border-style:solid;
    border-color:transparent #fff transparent transparent;
    }
.xmt .xmt_box .ewm p {
	margin-top:5px;
	text-align:center;
	}


/*首页底部资讯分类开始*/
.mnb_news{background:#fff;}
.news_01,.news_02,.news_03{
    height: 355px;
    width: 31.333333%;
    margin:10px 1%;
    float:left;
    border-radius: 0 0 15px 0;
}

.news_01 ul,.news_02 ul,.news_03 ul{
    height: 232px;
    overflow: hidden;
    display: block;
}
.news_01{
background-color: rgba(204, 204, 204, 0.27);
}
.news_02{
background-color: rgba(117, 19, 133, 0.08);
}
.news_03{
background-color: rgba(156, 201, 43, 0.18);
}

.news_list .news_tit{
    height: 60px;
    width: 300px;
    background-color: #9cc92b;
    border-radius: 0 0 15px 0;
}

.news_list .tit_bg{
    padding-left: 80px;
    height: 50px;
    width: 50px;
    padding-top: 5px;
    float: left;
}

.news_list .tit_name{
    float: left;
    margin-top: 15px;
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
    margin-left: 10px;
}
.news_list li{
list-style:none;
margin-left:5px;
margin-top: 8px;
border-bottom: dashed 1px #ccc;
font-size:14px;
line-height:28px;
    height: 30px;
    overflow: hidden;
}
.news_list li a{
text-decoration:none;
color:#6e6e6e;
}
.news_list li a:hover{
text-decoration:none;
color:#f50505;
}
.news_list .news_button{
    height: 35px;
    width: 110px;
    background-color: #00A8F5;
    margin-top: 10px;
    margin-left: 90px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    border-radius: 0 0 20px 0;
}
.news_list .news_more{
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    padding-top: 3px;
    padding-left: 5px;
    float: left;
}
.news_list .news_more a{
     color: #FFF;
     text-decoration:none;
 }
/*首页底部资讯分类结束*/


/*首页合作伙伴修正开始*/
.main .partner {
margin-top:20px;
}
/*首页合作伙伴修正结束*/


/* 火爆实况start */
.lazyload {
	height:200px;
	}
.hot1 {
	margin:35px 0 25px;
	font-size:18px;
	color:#515151;
	line-height:32px;
	}
.hot2 .con1,
.hot2 .con2 {
	position:relative;
	padding:20px 0;
	background:#d9d9d9
	}
.hot2 .con1 {
	margin:24px auto 62px;
	padding-left:205px;
	width:475px;
	}
.hot2 .con2 {
	margin-left:90px;
	padding-left:30px;
	width:624px;
	}
.hot2 img {
	position:absolute;
	}
.hot2 .con1 img {
	left:-37px;
	bottom:0;
	}
.hot2 .con2 img {
	right:-54px;
	bottom:0;
	}
.hot2 h2 {
	color:#75328f;
	font-size:32px;
	line-height:40px;
	font-weight:bold;
	}
.hot2 b {
	font-size:22px;
	line-height:40px;
	color:#8e8d8d;
	}
.hot2 p {
	font-size:18px;
	line-height:30px;
	color:#861697;
	}
.hot3 .con {
	padding:0 30px 30px;
	background:url(../images/hot_13.jpg) center top repeat-y;
	background-size:100% auto;
	}
.hot3 .con p {
	padding:0 20px;
	background:#fff;
	color:#666666;
	font-size:14px;
	line-height:40px;
	border-bottom:1px dotted #bfbfbf;
	}
.hot3 .con p b {
	margin-right:15px;
	font-weight:normal;
	}
.hot3 .con p a {
	color:#666666;
	}
.hot3 .con p span {
	float:right;
	}
.hot4 {
	margin-top:8px;
	padding:20px 20px 30px;
	background:url(../images/hot4_bg.jpg) center top no-repeat;
	background-size:100% 100%;
	}
.hot4 ul li {
	float:left;
	margin:0 0.5%;
	display:block;
	width:32.333333%;
	text-align:center;
	}
.hot4 ul li img {
	border:2px solid #fff;
	}
.hot4 ul li p {
	margin-top:10px;
	font-size:14px;
	color:#fff;
	}
/* 火爆实况end */


.xmbj,
.xmbj div,
.xmbj p {
	box-sizing:border-box;
	}
.xmbj .con1 {
	position:relative;
	}
.xmbj .con1 .text {
	position:absolute;
	left:0;
	bottom:0;
	padding:18px;
	width:100%;
	}
.xmbj .con1 p {
	padding:7px;
	background:rgba(253,252,251,.85);
	font-size:16px;
	line-height:30px;
	color:#89bf0c;
	border:2px solid #82a730;
	}
.xmbj .con1 p.p1 {
	margin-bottom:11px;
	}
.xmbj .con1 p.p1,
.xmbj .con1 p.p2 {
	width:290px;
	}
.xmbj .con1 p.p3 {
	position:absolute;
	right:18px;
	bottom:18px;
	width:340px;
	}
.xmbj .con1 p b {
	color:#476600;
	}
.xmbj .con1 p.p2 b {
	font-size:16px;
	}
.xmbj .con1 p strong {
	color:#751385;
	}
.xmbj .con2 {
	position:relative;
	text-align:center;
	}
.xmbj .con2 p {
	position:absolute;
	left:37px;
	top:283px;
	width:604px;
	color:#fff;
	font-size:16px;
	line-height:30px;
	}
.xmbj .con3 {
	padding:0 37px 370px;
	background:#fff;
	}
.xmbj .con3 p {
	padding:37px 0;
	color:#333;
	font-size:16px;
	line-height:30px;
	}
.xmbj .con3 p b {
	color:#6fb400;
	}
.xmbj .con4 {
	position:relative;
	}
.xmbj .con4 .text {
	position:absolute;
	right:86px;
	bottom:140px;
	width:264px;
	}
.xmbj .con4 p {
	margin-top:70px;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.xmbj .con4 p b {
	color:#fff600;
	}
.xmbj .con5 {
	position:relative;
	}
.xmbj .con5 .text {
	position:absolute;
	}
.xmbj .con5 .text1 {
	left:68px;
	top:245px;
	width:245px;
	}
.xmbj .con5 .text2 {
	right:56px;
	bottom:37px;
	width:302px;
	}
.xmbj .con5 .text3 {
	left:68px;
	top:75px;
	width:302px;
	}
.xmbj .con5 strong {
	margin-bottom:7px;
	display:block;
	color:#518300;
	font-size:28px;
	}
.xmbj .con5 .text2 strong {
	color:#751385;
	}
.xmbj .con5 p {
	color:#6fb400;
	font-size:18px;
	line-height:26px;
	}
.xmbj .con5 .text2 p {
	color:#4a0e54;
	}

/* 升级样式start */
.index_title {
	margin:40px 0;
	text-align:center;
	font-size:35px;
	line-height:35px;
	color:#63277f;
	}
.index_title span {
	position:relative;
	display:inline-block;
	width:210px;
	color:#f8b90f;
	font-size:15px;
	line-height:21px;
	}
.index_title span::before,
.index_title span::after {
	content:'';
	position:absolute;
	top:10px;
	width:35px;
	height:1px;
	background:#f8b90f;
	}
.index_title span::before {
	left:0;
	}
.index_title span::after {
	right:0;
	}
a.index_more {
	display:block;
	width:132px;
	background:-webkit-linear-gradient(150deg, #ad01ff 40%, #1153ff 100%);
	background:linear-gradient(150deg, #ad01ff 40%, #1153ff 100%);
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:18px;
	border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:4px 4px 7px rgba(0,0,0,.29);
	}
a.index_more:hover {
	background:-webkit-linear-gradient(150deg, #1153ff 40%, #ad01ff 100%);
	background:linear-gradient(150deg, #1153ff 40%, #ad01ff 100%);
	}
a.index_more i {
	margin-left:6px;
	font-family:"\5B8B\4F53";
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-2px;
	}
.index1 {
	padding:40px 0 15px;
	background:#f6f6f6 url(../images/index1_bg.jpg) center top no-repeat;
	}
.index1 .index1_con {
	padding:1px 50px 20px;
	background:#fff;
	box-shadow:0 0 24px rgba(0,0,0,.17);
	-webkit-box-shadow:0 0 24px rgba(0,0,0,.17);
	}
.index1 .index1_con .index1_left {
	padding-left:6px;
	width:620px;
	}
.index1 .index1_con .index1_left h3 {
	margin-left:-6px;
	margin-bottom:10px;
	font-size:57px;
	color:#63277f;
	letter-spacing:5px;
	}
.index1 .index1_con .index1_left span {
	margin:20px 0 10px;
	display:block;
	background:#97c911;
	line-height:60px;
	border-radius:30px;
	-webkit-border-radius:30px;
	text-align:center;
	font-size:35px;
	color:#fff;
	font-weight:bold;
	}
.index1 .index1_con .index1_left span i {
	margin:0 30px;
	font-weight:lighter;
	}
.index1 .index1_con .index1_left p {
	padding:10px 0 10px 4px;
	color:#63277f;
	font-size:20px;
	background:-webkit-linear-gradient(left, #aeaeae 0%, #aeaeae 50%,#fff 50.1%,#fff 100%) left bottom repeat-x;
	background:linear-gradient(to right, #aeaeae 0%, #aeaeae 50%,#fff 50.1%,#fff 100%) left bottom repeat-x;
	background-size:20px 2px;
	letter-spacing:2px;
	}
.index1 .index1_con .index1_left p b {
	display:block;
	line-height:40px;
	font-size:25px;
	}
.index1 .index1_con .index1_left a {
	margin:20px 0 0 -6px;
	}
.index1 .index1_con .index1_right {
	padding-top:10px;
	width:439px;
	}
.index1 .index1_con .index1_right video {
	margin-top:25px;
	width:100%;
	height:344px;
	cursor:pointer;
	}
.index2 {
	padding:1px 0 30px;
	background:#fff;
	border-bottom:14px solid #e2e2e2;
	text-align:center;
	box-shadow:0 -3px 24px rgba(0,0,0,.17);
	-webkit-box-shadow:0 -3px 24px rgba(0,0,0,.17);
	}
.index2 h3 {
	font-size:55px;
	color:#63277f;
	font-weight:lighter;
	}
.index2 .index2_ftit {
	margin:20px 0;
	padding:0 25px;
	display:inline-block;
	background:#63277f;
	line-height:60px;
	font-size:35px;
	color:#fff;
	border-radius:30px;
	-webkit-border-radius:30px;
	}
.index2 ul li {
	position:relative;
	margin:0 1px 4px;
	display:inline-block;
	width:19.5%;
	overflow:hidden;
	}
.index2 ul li p {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
	margin:auto;
	width:60%;
	height:100px;
	line-height:100px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:lighter;
	font-size:35px;
	letter-spacing:5px;
	}
.index2 ul li .mask {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.78;
	-webkit-opacity:0.78;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	}
.index2 ul li:hover .mask {
	-webkit-transform: scale(0) rotate(180deg);
	transform: scale(0) rotate(180deg);
	}
.index2 ul li img {
	width:100%;
	}
.index3 {
	position:relative;
	padding:1px 0 10px;
	background:#fff;
	text-align:center;
	box-shadow:0 3px 24px rgba(0,0,0,.17);
	-webkit-box-shadow:0 3px 24px rgba(0,0,0,.17);
	}
.index3 h3 {
	line-height:60px;
	font-size:57px;
	color:#f4ba1d;
	}
.index3 h3 span {
	display:block;
	font-size:45px;
	font-weight:lighter;
	}
.index3 .fenlei {
	margin:25px auto;
	}
.index3 .fenlei span {
	margin:0 10px;
	display:inline-block;
	width:185px;
	background:#f8b90f;
	color:#fff;
	line-height:42px;
	font-weight:bold;
	font-size:25px;
	border-radius:21px;
	-webkit-border-radius:21px;
	}
.index3 .index3_ftit {
	line-height:75px;
	font-size:40px;
	color:#9cc92b;
	letter-spacing:5px;
	font-weight:lighter;
	}
.index3 img {
	max-width:100%;
	}
.index3 a.index_more {
	margin:0 auto;
	}
.index4 {
	padding:10px 0 1px;
	background:#f6f6f6 url(../images/index4_bg.jpg) center top no-repeat;
	}
.index4 .index4_con {
	margin-bottom:10px;
	padding:1px 0 25px;
	background:#fff;
	}
.index4 .con1 {
	text-align:center;
	}
.index4 .con1 h3 {
	margin:10px 0 50px;
	line-height:70px;
	color:#602a85;
	font-size:57px;
	font-weight:lighter;
	letter-spacing:5px;
	}
.index4 .con1 ul {
	padding:0 36px;
	}
.index4 .con1 ul li {
	float:left;
	margin:0 24px;
	padding-top:40px;
	width:234px;
	height:445px;
	border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:3px 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow:3px 3px 7px rgba(0,0,0,.5);
	}
.index4 .con1 ul li:nth-of-type(1) {
	background:url(../images/index4_2.jpg) center 190px no-repeat;
	}
.index4 .con1 ul li:nth-of-type(2) {
	background:url(../images/index4_3.jpg) center 190px no-repeat;
	}
.index4 .con1 ul li:nth-of-type(3) {
	background:url(../images/index4_4.jpg) center 190px no-repeat;
	}
.index4 .con1 ul li:nth-of-type(4) {
	background:url(../images/index4_5.jpg) center 190px no-repeat;
	}
.index4 .con1 ul li span {
	margin:0 auto;
	display:block;
	width:170px;
	background:#f4ba1d;
	color:#fff;
	font-size:11px;
	line-height:22px;
	border-radius:11px;
	-webkit-border-radius:11px;
	}
.index4 .con1 ul li i {
	margin:10px auto;
	display:block;
	width:22px;
	height:2px;
	background:#75328f;
	}
.index4 .con1 ul li b {
	display:block;
	font-size:28px;
	line-height:30px;
	color:#75328f;
	}
.index4 .con1 ul li em {
	display:block;
	font-size:8px;
	line-height:16px;
	color:#75328f;
	letter-spacing:1px;
	}
.index4 .con1 ul li p {
	margin-top:2px;
	font-size:14px;
	color:#535353;
	line-height:18px;
	}
.index4 .con1 .index4_ftit {
	margin-top:30px;
	font-size:40px;
	color:#9cc92b;
	line-height:60px;
	font-weight:bold;
	letter-spacing:5px;
	}
.index4 .con2 {
	padding:1px 37px 25px;
	}
.index4 .con2 h3 {
	margin-bottom:10px;
	font-size:18px;
	font-weight:normal;
	}
.index4 .con2 h3 span {
	margin-right:10px;
	display:inline-block;
	width:4px;
	height:10px;
	background:#63277f;
	vertical-align:middle;
	}
.index4 .con2 .index4_tel,
.index4 .con2 .index4_wuyou {
	padding-top:30px;
	height:213px;
	background:#9cc92b;
	color:#fff;
	}
.index4 .con2 .index4_tel {
	padding-left:35px;
	width:355px;
	}
.index4 .con2 .index4_tel em {
	display:block;
	font-size:25px;
	}
.index4 .con2 .index4_tel h4 {
	font-size:50px;
    line-height:52px;
    font-family:"impact";
    font-weight:normal;
	}
.index4 .con2 .index4_tel h4 span {
	display:inline-block;
    vertical-align:middle;
	}
.index4 .con2 .index4_tel h4 .jm_tel0 {
	animation:tel 0.2s 0s;
	-webkit-animation:tel 0.2s 0s;
	-moz-animation:tel 0.2s 0s;
	-o-animation:tel 0.2s 0s;
	}
.index4 .con2 .index4_tel h4 .jm_tel1 {
	animation:tel 0.2s 0.1s;
	-webkit-animation:tel 0.2s 0.1s;
	-moz-animation:tel 0.2s 0.1s;
	-o-animation:tel 0.2s 0.1s;
	}
.index4 .con2 .index4_tel h4 .jm_tel2 {
	animation:tel 0.2s 0.2s;
	-webkit-animation:tel 0.2s 0.2s;
	-moz-animation:tel 0.2s 0.2s;
	-o-animation:tel 0.2s 0.2s;
	}
.index4 .con2 .index4_tel h4 .jm_tel3 {
	animation:tel 0.2s 0.3s;
	-webkit-animation:tel 0.2s 0.3s;
	-moz-animation:tel 0.2s 0.3s;
	-o-animation:tel 0.2s 0.3s;
	}
.index4 .con2 .index4_tel h4 .jm_tel4 {
	animation:tel 0.2s 0.4s;
	-webkit-animation:tel 0.2s 0.4s;
	-moz-animation:tel 0.2s 0.4s;
	-o-animation:tel 0.2s 0.4s;
	}
.index4 .con2 .index4_tel h4 .jm_tel5 {
	animation:tel 0.2s 0.5s;
	-webkit-animation:tel 0.2s 0.5s;
	-moz-animation:tel 0.2s 0.5s;
	-o-animation:tel 0.2s 0.5s;
	}
.index4 .con2 .index4_tel h4 .jm_tel6 {
	animation:tel 0.2s 0.6s;
	-webkit-animation:tel 0.2s 0.6s;
	-moz-animation:tel 0.2s 0.6s;
	-o-animation:tel 0.2s 0.6s;
	}
.index4 .con2 .index4_tel h4 .jm_tel7 {
	animation:tel 0.2s 0.7s;
	-webkit-animation:tel 0.2s 0.7s;
	-moz-animation:tel 0.2s 0.7s;
	-o-animation:tel 0.2s 0.7s;
	}
.index4 .con2 .index4_tel h4 .jm_tel8 {
	animation:tel 0.2s 0.8s;
	-webkit-animation:tel 0.2s 0.8s;
	-moz-animation:tel 0.2s 0.8s;
	-o-animation:tel 0.2s 0.8s;
	}
.index4 .con2 .index4_tel h4 .jm_tel9 {
	animation:tel 0.2s 0.9s;
	-webkit-animation:tel 0.2s 0.9s
	-moz-animation:tel 0.2s 0.9s
	-o-animation:tel 0.2s 0.9s
	}
@keyframes tel {
	0%{transform:scale(1);}
	50%{transform:scale(1.3);}
	100%{transform:scale(1);}
}
@-webkit-keyframes tel {
	0%{-webkit-transform:scale(1);}
	50%{-webkit-transform:scale(1.3);}
	100%{-webkit-transform:scale(1);}
}
@-moz-keyframes tel {
	0%{-moz-transform:scale(1);}
	50%{-moz-transform:scale(1.3);}
	100%{-moz-transform:scale(1);}
}
@-o-keyframes tel {
	0%{-o-transform:scale(1);}
	50%{-o-transform:scale(1.3);}
	100%{-o-transform:scale(1);}
}
.index4 .con2 .index4_tel p {
	margin-top:15px;
	padding-top:24px;
	background:url(../images/index4_tel.png) left top no-repeat;
	font-size:20px;
	line-height:26px;
	}
.index4 .con2 .index4_wuyou {
	padding-left:20px;
	width:360px;
	}
.index4 .con2 .index4_wuyou b {
	display:block;
	font-size:57px;
	line-height:66px;
	letter-spacing:5px;
	}
.index4 .con2 .index4_wuyou span {
	display:block;
	font-size:39px;
	line-height:40px;
	font-weight:lighter;
	letter-spacing:2px;
	}
.index4 .con2 .index4_wuyou p {
	margin-top:20px;
	font-size:20px;
	}
.index4 #news_all {
	width:390px;
	}
.index4 #news_all h3 {
	padding-left:7px;
	}
.index4 #news_all h3 span {
	background:#9cc92b;
	}
.index4 #news_all .more {
	margin-left:5px;
	}
.index4 #news_all .more span {
	margin-right:5px;
    font-size:13px;
    line-height:30px;
	color:#63277f;
	}
.index5 {
	padding:1px 0 50px;
	background:#fff;
	border-bottom:14px solid #e2e2e2;
	box-shadow:0 -3px 24px rgba(0,0,0,.17);
	-webkit-box-shadow:0 -3px 24px rgba(0,0,0,.17);
	}
.index6 {
	margin-bottom:20px;
	padding:1px 0 50px;
	background:#fff;
	box-shadow:0 -3px 24px rgba(0,0,0,.17);
	-webkit-box-shadow:0 -3px 24px rgba(0,0,0,.17);
	text-align:center;
	}
.index6 h3 {
	margin-bottom:30px;
	font-size:57px;
	line-height:66px;
	color:#9cc92b;
	font-weight:normal;
	letter-spacing:5px;
	}
.index6 ul li {
	float:left;
	margin:0 0.5%;
	width:24%;
	}
.index6 ul li .img {
	height:273px;
	overflow:hidden;
	}
.index6 ul li .img img {
	width:100%;
	transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
	}
.index6 ul li:hover .img img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	}
.index6 ul li p {
	background:#9cc92b;
	color:#fff;
	font-size:18px;
	line-height:92px;
	text-align:center;
	}
.index7 {
	position:relative;
	margin-bottom:15px;
	box-shadow:0 3px 24px rgba(0,0,0,.17);
	-webkit-box-shadow:0 3px 24px rgba(0,0,0,.17);
	}
.index7 a {
	position:absolute;
	right:41%;
	bottom:15%;
	}
.index_news {
	padding:1px 55px 10px;
	background:#fff;
	box-shadow:0 3px 24px rgba(0,0,0,.17);
	-webkit-box-shadow:0 3px 24px rgba(0,0,0,.17);
	}
.now_pos {
	margin-bottom:15px;
	padding-top:51px;
	padding-left:90px;
	width:284px;
	height:112px;
	font-size:30px;
	line-height:40px;
	color:#75328f;
	font-weight:bold;
	background:url(../images/now_pos.png) center no-repeat;
	box-sizing:border-box;
	}
.about8 p {
	margin-bottom:30px;
	padding-left:8px;
	font-size:18px;
	color:#515151;
	line-height:32px;
	border-left:7px solid #75328f;
	}
.xmbj1 {
	margin:50px 0 20px;
	text-align:center;
	font-size:20px;
	color:#515151;
	line-height:40px;
	}
.xmbj2 {
	margin-bottom:20px;
	padding-left:23px;
	background:url(../images/xmbj2.png) left 15px no-repeat;
	font-size:20px;
	color:#515151;
	line-height:35px;
	}
.xmbj2 span {
	color:#7f2ea0;
	}
.xmbj3 {
	margin-bottom:40px;
	font-size:38px;
	line-height:57px;
	color:#75328f;
	font-weight:bold;
	text-align:center;
	}
.xmbj3 span {
	position:relative;
	display:inline-block;
	border-bottom:8px solid #9cc92b;
	}
.xmbj3 span::after {
	position:absolute;
	left:0;
	bottom:-21px;
	width:100%;
	height:8px;
	background:#ffc000;
	content:"";
	}
.xmbj4 {
	margin-top:20px;
	padding:15px 0;
	background:#dcdcdc;
	}
.xmbj4 .xmbj4_left {
	float:left;
	padding:0 30px 30px;
	width:484px;
	border-right:1px dashed #fff;
	}
.xmbj4 .xmbj4_right {
	float:left;
	width:255px;
	padding-left:30px;
	}
.xmbj4 strong {
	margin-top:10px;
	display:block;
	font-size:35px;
	line-height:40px;
	color:#212021;
	}
.xmbj4 p {
	margin:10px 0;
	font-size:25px;
	line-height:40px;
	color:#646464;
	}
.xmbj5 {
	position:relative;
	margin-bottom:25px;
	}
.xmbj5 p {
	position:absolute;
	right:0;
	bottom:40px;
	width:440px;
	font-size:18px;
	line-height:32px;
	color:#515151;
	}
.xmbj6 {
	position:relative;
	margin-bottom:30px;
	padding:15px;
	width:92%;
	font-size:20px;
	line-height:38px;
	color:#515151;
	border:3px dashed #3a2756;
	}
.xmbj6 span {
	color:#75328f;
	}
.xmbj6 img {
	position:absolute;
	right:-40px;
	}
.xmbj6_1 {
	margin-top:40px;
	}
.xmbj6_1 img {
	top:-67px;
	}
.xmbj6_2 img {
	top:54px;
	}
.xmbj7,
.xmbj8,
.xmbj9 {
	padding:15px 20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:0 3px 24px rgba(0,0,0,.17);
	-webkit-box-shadow:0 3px 24px rgba(0,0,0,.17);
	overflow:hidden;
	}
.xmbj7 {
	margin-top:20px;
	background:url(../images/xmbj7.jpg) right bottom no-repeat;
	}
.xmbj8 {
	margin:25px 0;
	padding-left:355px;
	background:url(../images/xmbj8.jpg) left center no-repeat;
	background-size:auto 100%;
	}
.xmbj9 {
	margin-bottom:30px;
	background:url(../images/xmbj9.jpg) right bottom no-repeat;
	background-size:auto 100%;
	}
.xmbj7 strong,
.xmbj8 strong,
.xmbj9 strong {
	display:block;
	font-size:45px;
	line-height:60px;
	color:#ffc000;
	}
.xmbj7 p {
	width:340px;
	}
.xmbj9 p {
	width:460px;
	}
.xmbj7 p,
.xmbj8 p,
.xmbj9 p {
	font-size:20px;
	line-height:32px;
	color:#75328f;
	}
.xmbj10 {
	padding:25px 0 20px 25px;
	background:url(../images/xmbj10.jpg) right center no-repeat;
	background-size:auto 100%;
	border:4px solid #7f2ea0;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	-webkit-border-top-left-radius:30px;
	-webkit-border-bottom-left-radius:30px;
	}
.xmbj10 p {
	font-size:23px;
	line-height:35px;
	color:#75328f;
	}
.xmbj10 p strong {
	display:block;
	font-size:42px;
	line-height:60px;
	}
.xmbj10 span {
	position:relative;
	margin-top:35px;
	display:block;
	font-size:40px;
	color:#75328f;
	font-weight:lighter;
	line-height:45px;
	}
.xmbj10 span::before,
.xmbj10 span::after {
	position:absolute;
	left:0;
	width:36px;
	height:4px;
	content:"";
	}
.xmbj10 span::before {
	top:-26px;
	background:#ffc000;
	}
.xmbj10 span::after {
	top:-21px;
	background:#75328f;
	}
.xmbj10 b {
	display:block;
	font-size:40px;
	line-height:45px;
	color:#75328f;
	}
.mdzs1 {
	padding:66px 0 60px;
	background:url(../images/mdzs1.jpg) right center no-repeat;
	background-size:auto 100%;
	}
.mdzs1 p {
	margin-top:10px;
	font-size:28px;
	line-height:35px;
	color:#84b904;
	}
.mdzs1 p span {
	font-size:25px;
	color:#75328f;
	}
.mdzs1 strong {
	display:block;
	font-size:50px;
	color:#75328f;
	line-height:50px;
	}
.wenda_new section:first-of-type,
.wenda_new section:last-of-type {
	display:none;
	}
.wenda_new section {
	margin:0 0.3em !important;
	}
.wenda_new section p {
	font-size:18px !important;
	line-height:32px !important;
	color:#3c3b3b !important;
	}
.wenda_new section strong {
	padding:5px 10px 5px 40px !important;
	display:inline-block;
	background:#f4ba1d;
    color:#63277f;
    line-height:35px;
    font-size:22px;
    border-radius:60px;
    -webkit-border-radius:60px;
	}
.wenda_new section strong i{
	float:left;
	margin-right:15px;
    margin-top:-10px;
	font-family:impact;
    font-style:normal;
    font-size:50px;
    font-weight:normal;
	}
.wenda_new section strong a {
	color:#63277f;
	}
/* 升级样式end */

@media (max-width:767px){
.content,
.banner iframe,
.movie,
.news,
.newstitle,
.m_right,
.partner,
.add,
.foot_link,
#footer .flink,
.m_left,
.tel,
.subm_right,
.subr_m,
.subm_left,
.ny_list,
.ny_list dl,
.cpclass,
.cpshow,
#bigpic,
#bigpic img,
.wokong,
.scroll2,
.prolist,
.prolist a,
.prolist a img,
.Lyfk_innerxs,
.Lyfk_innerxs iframe,
.login,
.nav,
#header .nav a,
.mnb .mnb_b,
.meishi,
.mnb .mnb_b .about_img,
.new_scl,
.about_f,
.about_f.open,
.about_f.open .ab_f_l,
.about_f.open .ab_f_r,
.about_f .ab_f_r p,
.about_f .ab_f_r,
#submain,
.xmt,
#header .content,
.news_01,
.news_02,
.news_03,
.news_list .news_tit,
.subr_title strong {
	width:100%;
	box-sizing:border-box;
	}
.news_01, .news_02, .news_03 {
	margin:10px 0;
	}
.logo {
	float:none;
	text-align:center;
	}
.logo_right {
	width:241px;
	height:82px;
	box-sizing:border-box;
	}
#header .logo img {
	width:auto;
	height:54px;
	}
.mnb_news .news_list {
	padding:0 10px;
	}
.nav ul li {
	width:25%;
	padding:0px;
	}
.nav ul li a,
#main .pt_box a {
	margin:0 auto;
	}
#main .pt_box a {
	float:none;
	}
#box,
ul.content ol {
	display:none !important;
	}
.swipe {
	display:block;
	}
.banner {
	padding:0;
	}
#header,
.banner,
.h_top,
.movie,
.news,
.partner,
.pt_box,
.add,
#footer,
.copyright,
#news-list li,
.fy,
#bigpic,
#bigpic img,
.prolist a,
.prolist a img,
.nav,
.mnb .mnb_b .about_img,
.about_f .ab_f_r {
	height:auto !important;
	}
.prolist a img {
	min-height:72px;
	}
#nav08,
#video_img,
.foot_link {
	display:none;
	}
#video {
	display:block;
	}
.movie {
	margin-bottom:10px;
	text-align:center;
	}
.ad {
	margin:10px auto 0;
	}
.prolist li {
	margin:10px 0;
	width:100%;
	}
.main {
	padding:32px 15px 0;
	}
.partner {
	overflow:hidden;
	}
.main .partner {
	padding:10px;
	}
.partner .pt_box table tr td {
	margin-bottom:10px;
	display:block;
	width:33.3%;
	float:left;
	}
#footer .foot .copyright a,
#footer .foot .add a {
	display:inline-block;
	}
.copyright {
	background:url(../images/copy.gif) no-repeat left 5px;
	}
.add {
	background:url(../images/location.gif) no-repeat left 5px;
	}
#footer {
	padding-top:30px;
	}
#footer .foot .guanzhu {
	display:block;
	text-align:center;
	}
#footer .foot .guanzhu img {
	width:30%;
	}
/*分页*/
.ny_ad img,
.l_content img {
	max-width:100%;
	height:auto;
	}
.l_content {
	padding:10px 0;
	word-wrap:break-word;
	line-height:28px;
	}
.subr_m {
	padding:20px 0 0;
	}
.ny_list {
	background:none;
	}
.ny_list dt {
	clear:both;
	background:url(../images/ny_title_bg.gif) left bottom repeat-x;
	}
.ny_list dd {
	width:33.3%;
	float:left;
	}
.ny_list dd a {
	background:none;
	border:1px solid #fff;
	}
.subm_left .link_side,
.subm_left .weibo,
.subm_left .flower,
.subm_left .cake,
.subm_left .h12 {
	display:none;
	}
#news-list li strong {
	padding:0 15px 0 0;
	}
.fy {
	line-height:normal;
	}
.fy a {
	display:inline-block;
	}
#news-list li a {
	display:inline-block;
	width:85%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	}
.ny_ad span {
	top:0;
	left:0;
	}
.prolist {
	padding:12px 0 0 0;
	}
.Lyfk_innerxs {
	margin-top:0;
	padding-left:0;
	}
.subr_m .news-show img {
	max-width:100%;
	height:auto !important;
	}
.xgwz ul li {
	overflow:hidden;
	}
.login {
	margin-left:0;
	}
.login table {
	margin-left:0 !important;
	width:100%;
	}
#d8 #nav08 a {
	background:none;
	color:#751286;
	}
.login {
	background:url(../images/loginbg2.jpg) no-repeat;
	}

.nav ul li {
	width:33.33333%;
	}
#header .nav a {
	padding-top:10px;
	height:50px;
	}
.tit_img {
	margin:10px auto;
	}
.mnb {
	padding:10px !important;
	}
.mnb .mnb_b {
	padding:10px 5px !important;
	}
.new_scl {
	margin-left:0;
	}
.vd_b {
	float:none;
	}
.vd_con {
	margin:0 auto;
	width:100%;
	float:none;
	}
.jmdl>img {
	width:100%;
	}
.jmdl .con {
	width:100%;
	text-align:center;
	}
.meishi ul {
	min-width:200%;
	}
.meishi ul li {
	width:50%;
	}
.about_f .ab_f_l, .about_f .ab_f_r {
	margin-top:10px;
	}
.about_f.open .ab_f_l {
	border:none;
	}
#submain {
	padding:15px;
	}
.xmt .xmt_tit {
	background:#751286;
	}
.xmt .xmt_box {
	padding:30px;
	}
.xmt .xmt_box .ewm {
	opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
	right:30px;
	}
.new_scl ul {
	min-width:200%;
	}
.new_scl ul li {
	padding:0 10px;
	width:25%;
	box-sizing:border-box;
	}
/*.ny_list,.tit_img,.nav {
	display:none;
}*/
.ny_list .ny_title,
.ny_list.left_news,
.ny_list.left_mendian {
	display:none;
	}
.subm_right {
	padding-bottom:0;
	}
.hot1 {
	padding:20px 6%;
	font-size:18px;
	line-height:26px;
	}
.hot2 h2 {
	font-size:17px;
	line-height:24px;
	}
.hot2 b {
	font-size:14px;
	line-height:20px;
	}
.hot2 p {
	font-size:13px;
	line-height:16px;
	}
.hot2 .con1 {
	top:20px;
	right:12%;
	}
.hot2 .con2 {
	bottom:15px;
	left:15%;
	}
.hot3 .con {
	padding:0 10px 10px;
	}
.hot3 .con p {
	padding:0 10px;
	}
.hot3 .con p b {
	margin-right:10px;
	}
.hot3 .con p span {
	display:none;
	}
.hot4 {
	padding:10px;
	}
.hot4 ul li p {
	font-size:12px;
	text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
	}
.subr_m .img-cover {
	width:40% !important;
	height:auto !important;
	max-height:75px;
	}
.subr_m .img-cover a {
	width:100% !important;
	}
.subr_m .des-news {
	float:left;
	margin-left:0 !important;
	width:60% !important;
	}
#news-list li {
	float:left;
	width:100%;
	box-sizing:border-box;
	}
#news-list .news-title a {
	display:block;
	width:100%;
	font-size:14px !important;
	line-height:24px;
	white-space:nowrap;
	}
#news-list .news-info {
	display:-webkit-box;
	font-size:12px;
	line-height:16px;
	-webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
	}
#myform table {
	width:100%;
	height:auto;
	}
#myform table td {
	padding-left:10px;
	width:auto;
	}
#myform table tr:first-of-type td {
	height:20px;
	}
#myform table td span {
	padding:0 0 0 12px;
	display:block;
	min-width:40px;
	text-align:left;
	}
#myform table td label {
	margin-right:20px;
	display:inline-block;
	}
#myform .pc-select-quyu,
.Ly_area,
.Ly_txt {
	display:block;
	width:90% !important;
	box-sizing:border-box;
	}
#myform .pc-select-quyu {
	margin-top:2px;
	padding:5px;
	}
.Ly_area {
	height:auto;
	}
.Ly_txt {
	height:30px;
	}
.btn_Sub {
	margin-left:40px;
	}
.btn_Reset {
	margin-left:20px;
	}
#map {
	width:100% !important;
	}
.xmbj .con1 .text {
	position:static;
	padding:18px 0;
	}
.xmbj .con1 .text p {
	width:100%;
	line-height:26px;
	}
.xmbj .con1 p.p2 {
	margin-bottom:11px;
	}
.xmbj .con1 p.p3 {
	position:static;
	}
.xmbj .con1 > img {
	display:none;
	}
.xmbj .con2 p {
	left:0;
	top:150px;
	padding:0 20px;
	width:100%;
	font-size:14px;
	line-height:22px;
	}
.xmbj .con3 p {
	padding:10px 0;
	}
.xmbj .con4 .text {
	top:20%;
	right:13%;
	width:40%;
	}
.xmbj .con4 p {
    margin-top:25%;
    font-size:12px;
    line-height:18px;
    }
.xmbj .con5 .text1 {
	left:9%;
    top:38%;
    width:44%;
	}
.xmbj .con5 .text2 {
	right:8%;
    bottom:4%;
    width:48%;
	}
.xmbj .con5 .text3 {
	left:9%;
    top:10%;
    width:48%;
	}
.xmbj .con5 strong {
	margin-bottom:0;
	font-size:18px;
	}
.xmbj .con5 p {
    font-size:12px;
    line-height:16px;
    }
.cpclass {
	background:none;
	}
.cpclass a {
	margin:3px 0.5%;
   	width:32.333333%;
   	}
.cpshow .product_list li img {
	height:70px;
	}
#news-list li span {
	display:none;
	}
#shengming {
	display:none;
	}
}