@charset "utf-8";
*{
	list-style: none;
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-family:"微软雅黑","Microsoft Yahei","PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei",Verdana,"宋体";
	font-weight: 400;
	color:#333;
}
body{
	width:100%;
}
html,body {
	font-size: 14px;
	background:url(../images/index-back.jpg);
}
/*头部*/
.index-top-fixed {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
.top-head {
	height:40px;
	background:#e3e3e3;
	width:100%;
	float: left;
}
.top-headin {
	width:70%;
	height:40px;
	line-height:40px;
	color:#454444;
	margin:0 15%;
}
.top-headin .ltxt {
	float:left;
}
.top-headin .rtxt {
	height:40px;
	float:right;
}
/*导航*/
.menu {
	height:71px;
	background:rgba(255,255,255,0.8);
	border-top:1px solid #fff;
	position:relative;
	z-index:9;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	float: left;
	width:100%;
}
.menuin {
	width:80%;
	height:57px;
	margin:0 10%;
	position:relative;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.menuin img.logo {
	width:18.5%;
	position:absolute;
	top:0;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.menuin ul.menu-list {
	width:65%;
	height:71px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	position: absolute;
	right: 0px;
}
.menuin ul.menu-list li{
	width:10.5%;
	float: left;
	position: relative;
}
ul.menu-list li div.submenu{
	width:100%;
	top:70px;
	position: absolute;
	background: rgba(255,255,255,0.8);
	margin-left: 1px;
	display: none;
}
ul.menu-list li div.submenu a{
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#272727;
	font-size:15px;
	display:block;
	transition:all 0.3s;
}
.menuin ul.menu-list a.nav{
	width:100%;
	height:71px;
	line-height:71px;
	text-align:center;
	color:#272727;
	font-size:15px;
	display:block;
	float:left;
	/*border-left:1px solid #d75757;*/
	/*border-right:1px solid #9d0e0e;*/
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.menuin ul.menu-list a:hover,.menuin ul.menu-list a.cur {
	background:rgba(255,255,255,0.8);
	color:#ca2222;
	font-size:14px;
}
div.menu button{
	display: none;
}
/*中间标题*/
.index-title {
	float: left;
	width:100%;
	height:152px;
	background:url(../images/index-title.png) no-repeat center 80px;
}
.index-title h3 {
	height:30px;
	line-height:30px;
	color:#ca2222;
	font-size:14px;
	padding:30px 0 0 0;
	text-align:center;
	width: 100%;
}
.index-title h2 {
	height:48px;
	line-height:48px;
	text-align:center;
	color:#ca2222;
	font-size:30px;
	width: 100%;
}
/*产品展示*/
.index-f1 {
	width:100%;
	margin:0 auto;
}
.index-f1 .fl-tab {
	height:28px;
	width:40%;
	background:#fdfbfb;
	border:1px solid #c82323;
	border-radius:14px;
	overflow:hidden;
	letter-spacing:normal;
	word-spacing:normal;
	float:left;
}
.index-f1 .fl-tab a {
	width:24.85%;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#ca2222;
	font-size:16px;
	display:block;
	float:left;
	border-right:1px solid #ca2222;
}
.index-f1 .fl-tab a:hover,.index-f1 .fl-tab a.cur {
	background:#ca2222;
	color:#fff;
}
.index-f1 .fl-tab a#last {
	border-right:none;
}
.index-listin {
	width:100%;
	overflow:hidden;
	float: left;
	margin-top: 2%;
}
ul.index-list0 {
	width:100%;
	/*display: none;*/
	overflow: hidden;
}
ul.index-list0 li {
	width:25%;
	float:left;
}
ul.index-list0 li .txt {
	width:95%;
	margin-right: 5%;
}
ul.index-list0 li .pic {
	height:246px;
	border-radius:2px;
	overflow:hidden;
}
ul.index-list0 li .txt img.p {
	width:100%;
	min-width: 300px;
	transition:all 0.4s;
}
ul.index-list0 li .txt img.p:hover {
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
	-moz-transform:scale(1.08);
}
ul.index-list0 li .txt h3 {
	height:40px;
	line-height:40px;
	width: 100%;
	text-align:center;
	color:#454444;
	font-size:14px;
	overflow:hidden;
}
ul.index-list0 li .txt h3 a{
	display: block;
	width:100%;
}
ul.index-list0 li .txt h3 a,ul.index-list0 li .txt h3 a:hover {
	color:#454444;
	font-size:14px;
}
ul.index-list0 li .txt .num {
	width: 100%;
	height:36px;
	background:url(../images/index-num.png) no-repeat top center;
	text-align:center;
	line-height:35px;
	color:#ffffff;
	font-size:16px;
	letter-spacing: 2px;
}
ul.index-list_yxt {
	width:100%;
	overflow: hidden;
}
ul.index-list_yxt li {
	width:25%;
	float:left;
	margin-bottom: 4%;
}
ul.index-list_yxt li .txt {
	width:95%;
	margin-right: 5%;
}
ul.index-list_yxt li .pic {
	width:100%;
	height:246px;
	border-radius:2px;
	overflow:hidden;
}
ul.index-list_yxt li .pic a{
	display: block;
	width:100%;
	overflow: hidden;
}
ul.index-list_yxt li .txt img.p {
	width:100%;
	min-width: 300px;
	transition:all 0.4s;
}
ul.index-list_yxt li .txt img.p:hover {
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
	-moz-transform:scale(1.08);
}
ul.index-list_yxt li .txt h3 {
	height:40px;
	line-height:40px;
	width: 100%;
	text-align:center;
	color:#454444;
	font-size:14px;
	overflow:hidden;
}
ul.index-list_yxt li .txt h3 a{
	display: block;
	width:100%;
}
ul.index-list_yxt li .txt h3 a,ul.index-list0 li .txt h3 a:hover {
	color:#454444;
	font-size:14px;
}
ul.index-list_yxt li .txt .num {
	width: 100%;
	height:36px;
	background:url(../images/index-num.png) no-repeat;
	background-size: 96% 100%;
	text-align:center;
	line-height:35px;
	color:#ffffff;
	font-size:16px;
	letter-spacing: 2px;
}
/*新闻动态*/
.index-news {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.index-news-bpic {
	width:42%;
	float:left;
	overflow: hidden;
}
.index-news-bpic a{
	display: block;
	height: 265px;
	overflow: hidden;
}
.index-news-bpic img.p0 {
	width:100%;
	display:block;
	transition: all 0.4s;
}
.index-news-bpic img.p0:hover{
	transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform:scale(1.15);
	-webkit-transform:(1.15);
	-ms-transform:(1.15);
}

.index-news-bpic .btxt {
	height:160px;
	border:1px solid #edeced;
	padding:0 15px;
	background:url(../images/btxt-back.jpg);
}
.index-news-bpic .btxt h2 {
	height:32px;
	line-height:32px;
	margin:6px 0 0 0;
	color:#454444;
	font-size:16px;
	overflow:hidden;
}
.index-news-bpic .btxt h2 a,.index-news-bpic .btxt h2 a:hover {
	color:#454444;
	font-size:16px;
}
.index-news-bpic .btxt p.info {
	color:#777777;
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow:hidden;
	margin:0 0 10px 0;
}
.index-news-bpic .btxt a.more {
	width:98px;
	height:36px;
	display:block;
	margin:10px auto;
	line-height:35px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	background:#d52929;
	padding-left: 13px;
	border-radius:4px;
}
ul.index-news-list {
	width:56%;
	float:right;
}
ul.index-news-list li {
	height:135px;
	border-bottom:1px dotted #d2d2d2;
	margin:0 0 22px 0;
}
ul.index-news-list li a.yxt_img{
	float: left;
	display: block;
	width:22%;
	overflow: hidden;
}
ul.index-news-list li div{
	overflow: hidden;
	width:75%;
	float: right;
}
ul.index-news-list li img.p {
	width:100%;
	height:110px;
	transition:all 0.4s;
}
ul.index-news-list li img.p:hover{
	transform:scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform:scale(1.15);
	-webkit-transform:(1.15);
	-ms-transform:(1.15);

}
ul.index-news-list li h3 {
	height:26px;
	line-height:26px;
	overflow:hidden;
	padding:0 0 10px 0;
	color:#454444;
	font-size:18px;
}
ul.index-news-list li h3 a,ul.index-news-list li h3 a:hover {
	color:#454444;
	font-size:18px;
}
ul.index-news-list li p.info {
	color:#777777;
	font-size:14px;
	height:50px;
	line-height:24px;
	overflow:hidden;
}
ul.index-news-list li a,ul.index-news-list li p.info a:hover {
	color:#c0392b;
	font-size:14px;
}
ul.index-news-list li.last {
	border-bottom:none;
}
/*公司简介*/
.index-info {
	height:266px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.index-info a.tips {
	width:26px;
	height:26px;
	position:absolute;
	top:0;
}
.index-info a.ltips {
	background:#ca2222 url(../images/fl-tips.png) no-repeat center center;
	left:0;
}
.index-info a.rtips {
	background:#ca2222 url(../images/fr-tips.png) no-repeat center center;
	left:40px;
}
.index-info .info-txt {
	width:67%;
	height:245px;
	line-height:30px;
	color:#454444;
	letter-spacing:1px;
	float: right;
}
.index-info .info-txt p{
	width:100%;
}
.index-info .info-txt a.more {
	color:#ca2222;
	font-size:14px;
	float: left;
}
.index-info .info-pic {
	width:30%;
	left:0;
	z-index:3;
	float: left;
}
.index-info .info-pic img {
	width:100%;
	height:100%;
	display:block;
}
/*底部*/
.index-footer {
	height:172px;
	background:#ca2222;
	float: left;
	width: 100%;
}
.index-footer .flink {
	height:40px;
	line-height:40px;
	padding:28px 0 5px 0;
	text-align:center;
	color:#fff;
	font-size:14px;
	width:100%;
	float: left;
}
.index-footer .flink a,.index-footer .flink a:hover {
	color:#ffffff;
	font-size:14px;
}
.index-footer .flink em {
	margin:0 4px;
	color:#fff;
}
.index-footer .finfo {
	line-height:30px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	width:80%;
	float: left;
}
.index-footer .finfo a,.index-footer .finfo a:hover {
	color:#ffffff;
	font-size:14px;
}
/*子页导航*/
.jm-title {
	padding:86px 0 40px 0;
	width:70%;
	margin:auto 15%;
	color:#454444;
	font-size:14px;
	float: left;
}
.jm-title .title_right{
	float: right;
	margin-top: 20px;
}
.jm-title a,.jm-title a:hover {
	color:#454444;
	font-size:14px;
}
.jm-title .bt {
	float:left;
	height:60px;
	line-height:60px;
	color:#ca2222;
	font-size:24px;
}
.jm-title .bt span {
	color:#454444;
	font-size:18px;
	margin:0 0 0 5px;
	text-transform:uppercase;
}
ul.news-list {
	width:70%;
	margin:auto 15%;
	float: left;
}
ul.news-list li {
	width:100%;
	margin:0 0 22px 0;
	float: left;
	overflow: hidden;
	height: 14rem;
}
ul.news-list li a.img{
	display: block;
	width:22%;
	float: left;
	overflow: hidden;
	height: 12rem;
	
}
ul.news-list li img.p {
	width:100%;
	border:1px solid #e5e6e6;
	border-bottom:4px solid #e5e6e6;
	border-radius:4px;
	border-top:none;
	overflow:hidden;
	min-height: 12rem;
	max-height: 12rem;
}
ul.news-list li h3.title {
	width:75%;
	float: left;
	margin-left:3%;
	height:30px;
	line-height:30px;
	color:#454444;
	font-size:20px;
	overflow:hidden;
}
ul.news-list li h3.title a,ul.news-list li h3.title a:hover {
	color:#454444;
	font-size:20px;
}
ul.news-list li p.info {
	line-height:28px;
	overflow:hidden;
	width:75%;
	float: left;
	margin-left:3%;
	margin-top: 1%;
	color:#919191;
	font-size:14px;
}
ul.news-list li h5 {
	width:50%;
	float: left;
	margin-left:3%;
	margin-top: 1%;
	height:30px;
	line-height:30px;
	color:#919191;
	font-size:14px;
}
ul.news-list li h5 span {
	margin:0 32px 0 0;
}
ul.news-list li h5 span a,ul.news-list li h5 span a:hover {
	color:#919191;
	font-size:14px;
}
ul.news-list li a.more {
	width:10%;
	height:45px;
	line-height:45px;
	text-align:center;
	background:url(../images/list-more.png) no-repeat;
	background-size: 100% 100%;
	color:#fff;
	float: right;
	font-size:18px;
	margin-top: 1%;
}
.show-con {
	width:1118px;
	background:#fff;
	padding:40px;
	border:1px solid #e6e6e6;
	margin:0 auto;
}
.list-tag {
	width:70%;
	font-size:0;
	float:left;
	margin:auto 15%;
}
.list-tag a {
	padding:0 10px;
	height:32px;
	line-height:32px;
	text-align:center;
	margin:0 46px 14px 0;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	font-size:16px;
	color:#3a4244;
	letter-spacing:normal;
	word-spacing:normal;
}
.list-tag a:hover,.list-tag a.cur {
	background:#ca2222;
	color:#fff;
	font-size:16px;
	border-radius:8px;
}
.index-list{
	width:70%;
	margin:auto 15%;
	float: left;
}
.index-list-m,.index-list-m .index-listin,.index-list-m .index-listin ul.index-list0 {
	height:auto;
}
.index-list-m .index-listin ul.index-list0 {
	overflow:hidden;
}
.list-page {
	width:70%;
	margin:auto 15%;
	height:40px;
	text-align:center;
	float: left;
	overflow: hidden;
	font-size:0;
	margin-bottom: 2%;
}
.list-page a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	background:url(../images/page-a.png) no-repeat;
	line-height:40px;
	height:40px;
	width:40px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	margin:0 5px;
	letter-spacing:normal;
	word-spacing:normal;
}
.list-page a:hover,.list-page a.cur {
	background:url(../images/page-a-hover.png) no-repeat;
	background-size: 100% 100%;
	font-size:16px;
}
.list-page a.left {
	margin-right:20px;
}
.list-page a.right {
	margin-left:20px;
}
ul.con-info-list {
	overflow:hidden;
}
ul.con-info-list li {
	float:left;
	height:50px;
	line-height:50px;
	width:50%;
	color:#454444;
	font-size:17px;
}
ul.con-info-list li.w100 {
	width:100%;
}
img.con-map {
	width:1100px;
	height:764px;
	margin:40px auto 30px auto;
	border:2px solid #c7c7c7;
	border-radius:2px;
	display:block;
}
.news-con {
	width:70%;
	margin:auto 15%;
	overflow:hidden;
}
.news-con .yxt_news_left{
	width: 40%;
	float: left;
	line-height: 26px;
}
.news-con .biankuang{
	height: 200px;
	width:55%;
	float: left;
	margin-left:5%;
	overflow: hidden;
	margin-bottom: 5%;
}
.news-con-left {
	width:57%;
	padding:0 28px;
	border:1px solid #e6e6e6;
	float:left;
	background:#fff;
}
.news-con-left h3 {
	line-height:36px;
	padding:18px 0 6px 0;
	color:#ca2222;
	font-size:23px;
}
.news-con-left h4 {
	height:30px;
	line-height:30px;
	color:#919191;
	font-size:14px;
	border-bottom:1px dotted #bcbbbc;
	padding:0 0 5px 0;
}
.news-con-left h4 a,.news-con-left h4 a:hover {
	color:#919191;
	font-size:14px;
}
.news-con-left h4 span {
	margin:0 32px 0 0;
	font-size:14px;
}
.news-con-left h4 .share-icon {
	height:32px;
	float:right;
}
.news-con-info {
	font-size:14px;
	color:#919191;
	line-height:28px;
	padding:0px 0 10px 0;
}
.news-con-info img {
	max-width:100%;
	margin:30px auto;
}
.news-con .hmore {
	height:32px;
	text-align:right;
	padding:20px 0 30px 0;
}
.news-con .hmore a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:102px;
	height:30px;
	line-height:30px;
	color:#454444;
	border:1px solid #c7c7c7;
	border-radius:6px;
	background:#f8f8f8 url(../images/more-tips.png) no-repeat 9px 11px;
	padding:0 0 0 32px;
	font-size:14px;
	text-align:left;
}
.news-con .hmore a:hover {
	color:#454444;
	font-size:14px;
}
.news-prev {
	overflow: hidden;
	border-top:1px dotted #bcbbbc;
}
.news-prev .ltxt {
	width:50%;
	height:60px;
	line-height:60px;
	float:left;
}
.news-prev .rtxt {
	width:50%;
	height:60px;
	line-height:60px;
	text-align:right;
	float:right;
}
.news-prev .ltxt a,.news-prev .rtxt a {
	color:#454444;
	font-size:14px;
}
.news-con-right {
	width:32%;
	float:right;
}
.news-cai {
	padding:0 21px;
	height:626px;
	border:1px solid #e6e6e6;
	margin:0 0 25px 0;
	background:#fff;
}
.news-cai .title {
	height:52px;
	line-height:52px;
	padding:8px 0 0 0;
	text-align:right;
	color:#919191;
	font-size:12px;
}
.news-cai .title a,.news-cai .title a:hover {
	color:#919191;
	font-size:12px;
}
.news-cai .title img {
	width:18px;
	height:14px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	margin:0 0 0 2px;
}
.news-cai .title span {
	float:left;
	font-size:18px;
	color:#ca2222;
}
.news-cai ul.cailist {
	padding:10px 0 0 0;
}
.news-cai ul.cailist li {
	height:81px;
	margin:0 0 9px 0;
	padding:0 0 0 119px;
	position:relative;
}
.news-cai ul.cailist li img.p {
	width:101px;
	height:73px;
	position:absolute;
	left:0;
	top:5px;
	border:1px solid #919191;
}
.news-cai ul.cailist li h3 {
	color:#919191;
	font-size:16px;
	line-height:25px;
	height:50px;
}
.news-cai ul.cailist li h3 a,.news-cai ul.cailist li h3 a:hover {
	color:#919191;
	font-size:16px;
}
.news-cai ul.cailist li h4 {
	height:24px;
	line-height:24px;
	text-align:right;
	color:#bcbcbc;
	font-size:14px;
	padding:8px 0 0 0;
}
.news-cai ul.cailist li h4 span {
	float:left;
	color:#bcbcbc;
	font-size:14px;
}
.news-canpin {
	height:896px;
	padding:0 21px;
	border:1px solid #e6e6e6;
	background:#fff;
}
.news-canpin .title {
	height:70px;
	line-height:70px;
	text-align:right;
}
.news-canpin .title a {
	width:13px;
	height:17px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	margin:0 0 0 7px;
}
.news-canpin .title a.l {
	background:#919191 url(../images/left-tips.png) no-repeat center center;
}
.news-canpin .title a.l:hover {
	background:#ca2222 url(../images/left-tips.png) no-repeat center center;
}
.news-canpin .title a.r {
	background:#919191 url(../images/right-tips.png) no-repeat center center;
}
.news-canpin .title a.r:hover {
	background:#ca2222 url(../images/right-tips.png) no-repeat center center;
}
.news-canpin .title span {
	color:#ca2222;
	font-size:18px;
	float:left;
}
.news-canpin .news-clist {
	width:348px;
	height:810px;
}
.news-canpin .news-clist ul.news-clist-s {
	width:348px;
	height:810px !important;
}
.news-canpin .news-clist ul.news-clist-s li {
	height:142px;
	padding:0 0 18px 178px;
	position:relative;
	overflow:hidden;
	padding-right:5px;
}
.news-canpin .news-clist ul.news-clist-s li .p {
	width:157px;
	height:140px;
	position:absolute;
	left:0;
	top:0;
	border:1px solid #ababab;
	border-radius:2px;
}
.news-canpin .news-clist ul.news-clist-s li .p img {
	display:block;
	width:100%;
	height:100%;
}
.news-canpin .news-clist ul.news-clist-s li h2 {
	height:22px;
	line-height:22px;
	color:#919191;
	font-size:16px;
	margin:0 0 5px 0;
}
.news-canpin .news-clist ul.news-clist-s li h2 a,.news-canpin .news-clist ul.news-clist-s li h2 a:hover {
	color:#919191;
	font-size:16px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
}
.news-canpin .news-clist ul.news-clist-s li h3.tag {
	height:24px;
	line-height:24px;
	color:#bcbcbc;
	font-size:12px;
	letter-spacing:-0.5px;
}
.news-canpin .news-clist ul.news-clist-s li h3.tag a,.news-canpin .news-clist ul.news-clist-s li h3.tag a:hover {
	color:#bcbcbc;
	font-size:12px;
}
.news-canpin .news-clist ul.news-clist-s li h1.c {
	height:38px;
	line-height:38px;
	color:#ca2222;
	font-size:18px;
	padding:0 0 4px 0;
}
.news-canpin .news-clist ul.news-clist-s li a.more {
	width:80px;
	height:25px;
	line-height:25px;
	background:#ca2222;
	border-radius:2px;
	color:#fff;
	text-align:center;
	font-size:12px;
	text-align:center;
	display:block;
}
.index-top-fixed-s .menu{
	width:100%;
}
.index-top-fixed-s .menu,
.index-top-fixed-s .menuin,
.index-top-fixed-s .menuin ul.menu-list,
.index-top-fixed-s .menuin ul.menu-list a {
	height:55px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.index-top-fixed-s .menuin ul.menu-list a {
	line-height:55px;
}
.index-top-fixed-s .menuin ul.menu-list div.submenu{
	top:55px;
}
.index-top-fixed-s .menu {
	background:url(../images/menu-back.png) repeat-x 0 -16px;
}
.index-top-fixed-s .menuin img.logo {
	width:170px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.index-footerin {
	width:70%;
	height:172px;
	margin:auto 15%;
	position:relative;
}
.index-footerin img.code {
	width:8%;
	right:10px;
	float: left;
	margin-top: -3%;
}
.news-con-left h4 .jiathis_style_32x32 span {
	margin:0;
}
div.about{
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #ca2222;
	font-size: 22px;
}
.yxt_center{
	width:70%;
	margin: 0 15%;
	float: left;
	overflow: hidden;
	margin-top: 6rem;
}
@media screen and (max-width:768px) {
	.top-head{
		display: none;
	}
	.menuin{
		width:85%;
		margin:0 7.5%;
	}
	.menuin img.logo{
		width:65%;
	}
	nav{
		width:90%;
		margin:auto 5%;
	}
	nav div.logo{
		width:60%;
		margin-top:0.5rem;
	}
	div.menu button{
		display:block;
		border:1px solid #ddd;
		width:8%;
		margin-top: 1.1rem;
		border-radius: 0.2rem;
		padding: 0.2rem;
		cursor: pointer;
		position: absolute;
		right:2%;
	}
	div.menu button img{
		width:90%;
		margin: auto 3%;
	}
	.menuin ul.menu-list li{
		width:100%;
		height: auto;
	}
	.menuin ul.menu-list{
		width:36%;
		border-left:none;
		background: rgba(255,255,255,0.9);
		height: auto;
		top:4rem;
		border-radius: 0.2rem;
		display: none;
	}
	.menuin ul.menu-list a.nav{
		border-left: none;
		border-right: none;
	}
	div.menu ul li a.nav{
		width:50%;
		float: right;
	}
	div.menu ul li div.submenu{
		width:50%;
		display:none;
		position: absolute;
		top:1rem;
		height:24rem;
	}
	div.menu button.nav_out{
		display: none;
	}
	.slide{
		top:57px !important;
	}
	.yxt_center{
		width: 98%;
		margin:auto 1%;
		margin-top: 3rem;
	}
	.index-title{

	}
	.index-f1 .fl-tab{
		width:99%;
	}
	.index-f1 .fl-tab a{
		width: 24.65%;
		height: 135px;
	}
	.index-listin{
		margin-top:-2%;
	}
	.index-title{
		height: 130px;
	}
	ul.index-list0 li{
		width:50%;
		margin-top: 8%;
	}
	ul.index-list0 li .pic{
		height: 182px;
	}
	ul.index-list0 li .txt img.p{
		min-width: 200px;
	}
	.index-news-bpic{
		width: 100%;
	}
	.index-news-bpic a{
		height: 215px;
	}
	.index-news-bpic .btxt{
		height: 145px;
	}
	ul.index-news-list{
		width: 100%;
	}
	ul.index-news-list li{
		height: 108px;
	}
	ul.index-news-list li a.yxt_img{
		width:26%;
	}
	ul.index-news-list li div{
		width:72%;
	}
	ul.index-news-list li img.p{
		height: 85px;
	}
	ul.index-news-list li h3{
		height: 16px;
	}
	ul.index-news-list li h3 a{
		word-wrap:nowrap;
		overflow: hidden;
	}
	.index-info .info-pic{
		display: none;
	}
	.index-info .info-txt{
		width:100%;
	}
	.index-footerin{
		width:94%;
		margin:auto 3%;
	}
	.index-footerin img.code{
		display: none;
	}
	.index-footer .flink em{
		margin: 0 2px;
	}
	.jm-title{
		width: 96%;
		margin:auto 2%;
		padding: 57px 0px 0px 0px;
	}
	.jm-title .bt{
		font-size:20px;
	}
	.jm-title .title_right{
		display: none;
	}
	.news-con{
		width: 100%;
		margin:auto 0%;
	}
	.index-footer .flink{
		width:100%;
		overflow: hidden;
	}
	.index-footer .finfo{
		width:100%;
	}
	.news-con .yxt_news_left{
		width:100%;
	}
	.news-con .biankuang{
		width:100%;
		margin-left: 0%;
		margin-top:5%;
	}
	.news-con-left{
		width:100%;
		padding: 0px 0px;
		border: none;
	}
	.news-con-left h3{
		font-size: 16px;
		line-height: 25px;
		padding: 6px 0 6px 0;
	}
	.news-prev .ltxt{
		width:100%;
		height: 40px;
		line-height: 40px;
	}
	.news-prev .rtxt{
		width:100%;
		text-align: left;
		height: 40px;
		line-height: 40px;
	}
	.news-con-right{
		width:100%;
	}
	.news-cai{
		margin: 0 0 5px 0;
		padding: 0 5px;
	}
	ul.news-list{
		width: 96%;
		margin: auto 2%;
	}
	ul.news-list li{
		height: 7.5rem;
	}
	ul.news-list li a.img{
		width: 40%;
		height: 7rem;
	}
	ul.news-list li h3.title{
		width:57%;
		margin-left: 3%;
	}
	ul.news-list li h3.title a{
		font-size: 16px;
	}
	ul.news-list li p.info{
		width:57%;
		margin-left: 3%;
		line-height: 20px;
		height: 37px;
	}
	ul.news-list li h5{
		display: none;
	}
	ul.news-list li a.more{
		width:21%;
		height: 23px;
		font-size: 14px;
		line-height:23px;
		margin-top: 2%;
	}
	ul.news-list li img.p{
		min-height: 7rem;
		max-height: 7rem;
	}
	ul.news-list li h3.title a, ul.news-list li h3.title a:hover{
		font-size: 16px;
	}
	.list-tag{
		width:96%;
		margin:auto 2%;
	}
	.list-tag a{
		width:23.5%;
		margin: 0 0px 0px 0;
		padding: 0 2px;
		font-size: 14px;
	}
	.index-list{
		width:96%;
		margin:auto 2%;
	}
	.index-listin{
		margin-top: 2%;
	}
	ul.index-list_yxt li{
		width:50%;
	}
	ul.index-list_yxt li .txt{
		width:96%;
		margin:auto 2%;
	}
	ul.index-list_yxt li .pic{
		height: 130px;
	}
	ul.index-list_yxt li .txt img.p{
		min-width: 163px;
	}
	ul.index-list_yxt li .txt h3{
		height: 35px;
		line-height: 35px;
	}
	ul.index-list_yxt li .txt .num{
		font-size: 14px;
		height:30px;
		line-height: 30px;
	}
}