*{padding: 0; margin:0;}
body{font-family: "微软雅黑";}
a, a:hover, a:focus, a:visited{color: #000; text-decoration: none;}
ul{list-style: none;}
ul li.bgNone .li_bg{background: none!important;}
.lxsjtop{width: 100%;
    overflow: hidden;}
.lxsjtop img{width: 100%;
    height: auto;
    float: left;}
.lxsjqy{background: url(../images/qybg.jpg) top center no-repeat; width: 100%;height:1800px; background: #DCB98F;}
.lxsjqy{display: block;
    overflow: hidden;}
.lxsjqy_tlt img{margin: 0 auto;
    width: 598px;
    overflow: hidden;
    display: block; height: 141px; margin-top: 10px;}
 .lxsjqy_con{width: 960px; margin:0 auto;overflow: hidden;margin-top: 20px;}
 .lxsjqy_con p{line-height: 32px; font-size: 16px; text-indent: 2em;}
 .lxsjqy_con img{margin: 0 auto; width: 628px; height: 377px;display: block;margin-top: 170px;}
 .lxsjqy_con .sp_title{display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 90px; font-size: 20px;}
.lxsjmsj{background: #E8CBA1; width: 100%;overflow: hidden;}
.lxsjmsj_tlt{margin: 0 auto;
    width: 579px;
    overflow: hidden;
    display: block; height: 141px; margin-top: 10px;}
.lxsjmsj_sm{width: 960px;margin:0 auto;overflow: hidden;margin-top: 20px;}
.lxsjmsj_sm p{line-height: 32px; font-size: 16px; text-indent: 2em;}

.lxsjmsjcon{overflow: hidden;  height: 440px; width: 1010px; margin: 0 auto;margin-bottom: 100px;}
.rollImg-multy {width: 1010px; height: 410px; overflow: hidden;position: relative; margin-top: 30px;}
.rollImg-multy .hd {width: 0px;height: 0px;}
.rollImg-multy .hd .prev,
.rollImg-multy .hd .next {position: absolute;top: 108px;display: block;width: 69px;height: 68px;overflow: hidden;cursor: pointer;}
.rollImg-multy .hd .prev {left: -10px;background: url(../images/ari.png) center center no-repeat;}
.rollImg-multy .hd .next {right: 0px;background: url(../images/ale.png) center center no-repeat;}
.rollImg-multy .hd ul {display: none;float: right;overflow: hidden;zoom: 1;}
.rollImg-multy .hd ul li {float: left;width: 9px;height: 9px;overflow: hidden;margin-right: 5px;text-indent: -999px;cursor: pointer; background: #fff;}
.rollImg-multy .hd ul li.on {background-position: 0 0;background: #ee6f12;}
.rollImg-multy .bd {width: 910px;height: 410px; margin: 0 auto;overflow: hidden;}
.rollImg-multy .bd ul {overflow: hidden;zoom: 1;}
.rollImg-multy .bd ul li {position: relative;float: left;display: inline;overflow: hidden;text-align: center;width: 277px; height: 410px; margin-left: 20px;}
.rollImg-multy .bd ul li .pic { width: 277px; height: 340px; }
.rollImg-multy .bd ul li img{width: 277px; height: 340px; }


.lxsjbh{background: url(../images/bhbg.png); width: 100%;overflow: hidden;}
.lxsjbh_tlt{margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    display: block; height: 141px; margin-top: 10px;}
.lxsjjstp{background: #E8CBA1;width: 100%;overflow: hidden; }
.lxsjjstp_tlt{display: block;margin-top: -880px;}
.lxsjjstp_tlt img{margin: 0 auto;
    width: 1064px;
    overflow: hidden;
    display: block; height: 141px; margin-top: 10px;}
.lxsjjstpsm{width: 960px;margin:0 auto;overflow: hidden;margin-top: 50px;}
.lxsjjstpsm p{line-height: 32px; font-size: 16px; text-indent: 2em;}

.lxsjjsfj_tlt{margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    display: block; height: 141px; margin-top: 10px;}
.lxsjjsfj_tlt img{margin: 0 auto;
    width: 713px;
    overflow: hidden;
    display: block; height: 141px; margin-top: 10px;}

.lxsjwb{width: 100%; height: 325px;}
.lxsjwb img{margin: 0 auto; width: 812px;display: block;}

/*首页视频*/
#mediaplayer,
#mediaplayer_wrapper{
	position: relative;
	margin: 0 auto;
}
.code-text{
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 240px;
	width: 36px;
	padding: 10px;
	border-radius: 8px 0 0 8px/8px 0 0 8px;
	color: #ddd;
	font-size: 18px;
	z-index: 10;
	background: #4c4c4c;
	cursor: pointer;
}
.video-code{
	position: absolute;
	top: 0;
	right: 36px;
	width: 0;
	height: 180px;
	padding: 10px 0;
	background: #fff;
	overflow: hidden;
	transition: all .2s;
}
.code-text:hover .video-code{
	width: 180px;
	padding: 10px;
}