﻿@charset "utf-8";
/* CSS Document */
/*模板页面样式*/
* {
	margin:0;
	padding:0;
}
body {
	color:#51504D;
	font:12px/18px Microsoft YaHei, Verdana, Geneva, sans-serif;
}
ol, ul {
	list-style: none outside none;
}
img {
	border:none;
}
/*前台a标签样式*/
a:link, a:visited , a:active {
	color: #666666;
	text-decoration: none;
	outline:none;
	cursor: pointer;
}
a:hover{
	color: #874128;
	text-decoration: none;
	outline:none;
}
.clear {
	clear:both;
	width: 0px;
	height: 0px;
	display: block;
}
.pc_show{ display:block;}
.wrap_show{ display:none;}
.bodybg{
	width:100%;
	height:auto;
	background:#fff;
}
.body{	height:auto;
	margin:0px auto;
	font-family:"微软雅黑";
	list-style:none;
  user-select: none;
}
.body .body_desc{
	width:1200px;
	height:auto;
	margin:0px auto;
	display:block;
}
.body .top{	height: auto;
}
.body .top .header{
	margin:0px auto;
	width: 1200px;
	height: 130px;
	margin-bottom:10px;
}
.body .top .header .nav{
	width: 1200px;
	height:90px;
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
}
.body .top .header .nav .logo{
	position:relative;
	left:0px;
	top:10px;
	width: 461px;
	height:35px;
	float:left;
}
.body .top .header .nav .logo img{ float:left;}
.clear{ clear:both;}.body .top .header .nav .logo span{ font-size:32px; font-weight:600; margin-left:10px; color:#C40606; line-height:70px; float:left;}.body .top .header .nav .nav_r{
	position:relative;	top:20px;
	width: 240px;
	height:60px;
	float:right;
	margin-right:24px;
	line-height:20px;	font-size:16px;
	background:url(../images/top_tel.png) no-repeat left top;
}.body .top .header .nav .nav_r span{ padding:20px 0 10px 50px; font-size:14px; margin-left:10px; padding-top:30px; line-height:26px;}
.body .top .header .nav .nav_r h2{ line-height: 20px; padding-left:60px; color:#e72926; font-size:18px;}
.body .top .header .menu{
	width: 100%;
	height: 100%;
	height:30px;
	z-index:8;
	position: relative;
	font-family:Microsoft YaHei;
}
.body .top .header .menu a:link, .body .top .header .menu a:visited, .body .top .header .menu a:active {
	display:  inline-block;
	padding-bottom:6px;
	height:30px;
	text-decoration: none;
	text-align: center;
	color: #333333;
	line-height:30px;
	font-size:15px;
}
.body .top .header .menu a:hover,.body .top .header .menu .open ul a:hover{
	color:#e41807;
	border-bottom:4px solid #e41807;
}
.body .top .header .menu .open a {
	display:inline-block;	height:32px;
	text-decoration: none;
	text-align: center;
	color:#e41807;
	line-height:30px;	border-bottom:4px solid #e41807;
}
.body .top .header .menu .open ul a {
	background:#e7e7e7;
	color: #333333;
}
.body .top .header .menu ul{}
.body .top .header .menu ul li{
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	float: left;
	height:30px;
	width:93px;
}
/*1st level sub menu style */
.body .top .header .menu ul li ul{
	left: 0px; /* Parent menu width - 1*/
	position: absolute;
	width: 93px; /*sub menu width*/
	top: 30px;
	display: none;
	border-right: #999 1px solid;
	border-top: #999 0px solid;
	border-left: #999 1px solid;
	border-bottom: #999 1px solid;
	filter:alpha(opacity=93); 
	-moz-opacity:0.93; 
	opacity:0.93;
}
.body .top .header .menu ul li ul li{
	margin:0px;
	position: relative;
	float: left;
	height:30px;
	width:93px;
	background:#e7e7e7;
}
.body .top .header .menu ul li ul li ul{ 
	left: 93px; /* Parent menu width - 1*/
	top:1px;
	position: abrsolute;
	z-index:10;
	width: 93px;
	height: auto;
	background:#e7e7e7;
	border-top: #999 1px solid;
}
.body .top .banner{
	width: 1307px;
	height:250px;
	position:relative;
	overflow:hidden;
	margin:0px auto;
}
.bannerx{
	overflow:hidden;
	position:relative;
	width:1307px !important;
	height:250px;
	display:block;
}
.bannerx .bannerul{
	position: relative;
	overflow: hidden;
	display:block;
	padding: 0px;
	margin: 0px;
	left: 0px;
}
.bannerx .bannerul li{
	position: relative;
	float: left;
	display:block;
	padding: 0px;
	width:1307px;
	height:250px;
	margin: 0px;
}
.bannerx .bannerul li img{
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px;
	display:block;
}
.body .top .banner .hd {
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:1;
}
.body .top .banner .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.body .top .banner .hd ul li {
	float:left;
	margin-right:3px;
	padding:0px 5px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
}
.body .top .banner .hd ul li.on {
	background:#f37818;
	color:#fff;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.body .top .banner .prev, .body .top .banner .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.body .top .banner .next {
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.body .top .banner .prev:hover, .slideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.body .top .banner .prevStop {
	display:none;
}
.body .top .banner .nextStop {
	display:none;
}
.body .index_com1{ width:100%; height:295px; border:1px solid #F00;}
.body .main .index_main  .t1 .mtnotice .scroll {
 height:90px;
 width:100%;
 max-width:640px;
 background-color:#000;
 overflow:hidden;
 color: #fff;
 }
.body .main .index_main  .t1 .mtnotice  .scroll ul {
 width:100%;
 position:absolute;
 left:0;
 top:0;
 }
.body .main .index_main  .t1 .mtnotice  .scroll span {
 font-size:20px;
 height:30px;
 /*color:#D83E21;
 */
 }
.body .main .index_main  .t1 .mtnotice .scroll li {
 height:30px;
 line-height:30px;
 }
.body .top .location{
	overflow:hidden;
	display:block;
	height:83px;
}
.body .top .location .location_bg{
	overflow:hidden;
	display:block;
	margin-left:7px;
	margin-right:7px;
	margin-top:14px;
	margin-bottom:16px;
	height:52px;
}
.body .top .location .location_bg .title{
	float: left;
	/*margin-left: 23px;*/
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	/*width:100px;*/
	height:22px;
	color:#ff0000;
	display:block;
	overflow:hidden;
	font: bold 15px/22px 微软雅黑, 黑体， 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .top .location .location_bg .ldesc{
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 1px;
	margin-right: 1px;
	width:568px;
	height:22px;
	color: #ff0000;
	display:block;
	overflow:hidden;
	font: 12px/22px 微软雅黑, 黑体， 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .top .location .location_bg .ldesc a{ margin-right:10px; color: #989898;}
.body .top .location .location_bg .search{
	margin-top: 9px;
	margin-bottom: 9px;
	height:32px;
	cursor:pointer;
	float:right;
	display:inline-block;}
.body .top .location .location_bg .search .input{
	float: left;
	width:300px;
	height:40px;
	margin-left: 0px;
	margin-right: 0px;	border:1px solid #c7c7c7;	line-height:40px;
	padding-left: 30px;
	background: url(../images/search.png) no-repeat 6px center;	font: 14px/32px 微软雅黑, 黑体， 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	color:#666;
}
.body .top .location .location_bg .search .input1 {
    float: left;
    width: 60%;
    height: 36px;
    margin-left: 0px;
    margin-right: 0px;   
    line-height: 36px;
    padding-left: 30px;
    background: url(../images/search.png) no-repeat 6px center;
    font: 14px/32px 微软雅黑, 黑体， 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
    color: #666;
}
.body .top .location .location_bg .search .btn1{
	float: left;	margin-left:0px;
	width:60px;
	height:36px;	display:block;
	overflow:hidden; 
	background: #F00;
	border: none;
	outline: none;
	color:#fff;
}
.body .top .location .location_bg .search .submit {
    float: left;
    margin-left: 0px;
    width: 60px;
    height: 40px;
    display: block;
    overflow: hidden;
    background: #F00;
    border: none;
    outline: none;
    color: #fff;
}.foot{
	width:100%;
	height:auto;
	margin: 0px auto;	display: block;
	background: #262626;
}.foot .copyright{
	display: block;
	width:1200px;
	text-align:center;
	margin:0px auto;
	color:#ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:10px;
	padding-right: 10px;
	font: 12px/25px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	line-height:25px;
}.foot .copyright ul{ border-bottom:1px solid #a3a3a3; display:block; padding-bottom:10px; margin-bottom:20px;}
.foot .copyright ul li{ float:left; margin:0 10px; font-size:16px;}
.foot .copyright ul li a{color:#fff;}
.foot .copyright dl dd{ text-align:left; width:78%; display:inline-block; vertical-align:top; }
.foot .copyright dl dt{ text-align:left; width:20%; display:inline-block; vertical-align:top;}
.ewm {text-align:center; color:#FFF;}
.ewm dl{width:42%; display:inline-block; vertical-align:middle;}
.ewm dl h2{ font-size:18px;}.body .foot .copyright,.body .foot .copyright a,.body .foot .copyright p,.body .foot .copyright span,.body .foot .copyright div,.body .foot .copyright font,.body .foot .copyright p{
	color:#ffffff;
}
.body .main .link{
	margin-left:10px;
	margin-top:20px;
	margin-bottom: 20px;
	height: 25px;
	display: block;
}
.body .main .link ul{
	display: block;
	width:100%;
	/*height:20px;*/
	overflow:hidden;
}
.body .main .link ul li{
	float:left;
	margin-left:6px;
	margin-right:6px;
	margin-top:0px;
	margin-bottom:0px;
}
.body .main .link .link_ul,.body .main .link .link_ul a,.body .main .link .link_ul h1{
	display: inline-block;
	float:left;
	font: 12px/25px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .link .link_ul{
	float:left;
	display: block;
	width: auto;
}
.body .main .link .ltitle{
	float:left;
	width: 80px;
	height: 25px;
	color: #911c1c;
	font: bold 16px/25px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .about_main{
	margin:20px auto;	display: block;
	overflow:hidden;
	width:1200px;
	height:auto;
}
.body .main .about_main .aleft{
	float:left;
	display: block;
	width: 232px;
	height: auto;
	overflow:hidden;
	margin-left:0px;
	margin-right:25px;
	margin-top:0px;
	margin-bottom:0px;
}
.body .main .about_main .aleft .altitle{
	width:152px;
	height: 52px;
	display: block;
	overflow:hidden;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:60px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;
	text-align: left;
	color: #323232;
	background: url(../images/altitle.gif) no-repeat center center;
	font: 20px/52px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .about_main .aleft .allists{
	float:left;
	display: block;
	width: auto;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:20px;
}
.body .main .about_main .aleft .allists ul{
	display: block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.body .main .about_main .aleft .allists ul li{
	margin-left:6px;
	margin-right:6px;
	margin-top:0px;
	margin-bottom:0px;
	display:inline-block;
	border-right: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 1px dashed;
	width:199px;
	height: 28px;
	padding-left: 25px;
	text-align: left;
}
.body .main .about_main .aleft .allists,.body .main .about_main .aleft .allists a,.body .main .about_main .aleft .allists a:link,.body .main .about_main .aleft .allists a:visited,.body .main .about_main .aleft .allists a:active,.body .main .about_main .aleft .allists h1{
	display: inline-block;
	font: 14px/28px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	color: #555454;
}
.body .main .about_main .aleft .allists ul li .dian{
	float: left;
	display: block;
	height:28px;
	color:#8b1919;
	padding-right:4px;
	font: 20px/28px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;}
/*新幻灯广告*/
.vui-slider {
	position:relative;
	overflow:hidden;
	background:#999;}
.vui-slider img{ width:100%;}
.vui-slider .vui-items {
	overflow:hidden;
	width:100%;
	height:100%;
}
.vui-slider .vui-item {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.vui-slider .vui-item a,
.vui-slider .vui-item img {
	display:block;
	padding:0;
	margin:0;
	border:none;
}
.vui-slider .vui-buttons {
	position:absolute;
	z-index:5;
	bottom:16px;
	left:50%;
	float:left;
	display:inline;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.vui-slider .vui-button {
	float:left;
	display:inline;
	overflow:hidden;
	height:12px;
	width:12px;
	margin:0 10px;
	padding:0;
	border:none;
	border-radius:6px;
	background:#FFF;
	cursor:pointer;
}
.vui-slider .vui-button-cur {
	background-color:#C00;
}
.vui-slider .vui-transfer {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
.vui-slider .vui-prev {
	position:absolute;
	top:50%;
	left:0;
	z-index:5;
	width:60px;
	height:150px;
	margin-top:-75px;
	border-radius:0 10px 10px 0;
	background:url(prev.gif) no-repeat;
	cursor:pointer;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.vui-slider .vui-next {
	position:absolute;
	top:50%;
	right:0;
	z-index:5;
	width:60px;
	height:150px;
	margin-top:-75px;
	border-radius:10px 0 0 10px;
	background:url(next.gif) no-repeat;
	cursor:pointer;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.vui-slider .vui-sidebutton-hover {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
	background-color:#000;
}
/*新幻灯广告_end*/
/* slide */
.slide,.slide li{width:100%;height:280px;background-color:#fbfbfb;}
.slide{overflow:hidden;border:0px #ededed solid;position:relative;margin:0 auto 0 auto;}
.slide li{position:absolute;overflow:hidden;display:none;}
.slide li.current{display:block;}
.slide li .image{position:absolute;top:-2px;left:-2px;}
.slide li .image img{ width:400px;}
.slide li .text{bottom:0;overflow:hidden;background-color:rgba(0,0,0,0.6);width:45%;float:right;position:relative;height:auto;background:0;filter:none;text-indent:0;margin:15px 10px 0 0;padding:6px 0;}
.slide li .text a{color:#fff;font-size:14px;line-height:17px;float:left;}
.slide li img{width:400px;height:282px;}
.slide li .text .title a{font-size:16px;font-weight:700;color:#000;font-family:"微软雅黑","宋体";line-height:22px;text-indent:0;float:none;}
.slide li .text p{color:#888;font-size:12px;text-indent:0;clear:both;line-height:20px;margin-top:4px;}.slide .triggers{position:absolute;z-index:1;width:400px;text-align:center;bottom:10px;height:38px;right:0;left:0;padding:0 0 8px;}
.slide .triggers a{font-size:11px;line-height:12px;color:#000;overflow:hidden;border-radius:1px;-webkit-text-size-adjust:none;float:none;width:62px;height:42px;text-align:center;display:inline-block;background:0;margin:0 3px 0 0;}
.slide .triggers a:hover{text-decoration:none;}
.slide .triggers a img{width:58px;height:38px;border:1px #999 solid;vertical-align:middle;opacity:.6;}
.slide .triggers a.current img{border:2px #2fac00 solid;opacity:1;}.slide .icon-dot{display:inline-block;position:absolute;bottom:20px;right:43px;}
.slide .icon-dot a{width:9px;height:9px;display:inline-block;background-image:url(../images/nav.png);background-repeat:no-repeat;background-position:-1px -1px;overflow:hidden;margin:0 2px;}
.slide .icon-dot a.current{background-position:-1px -12px;}.slide .link-watch{width:30px;height:44px;display:none;position:absolute;top:110px;background:url(../images/arrow.png) no-repeat 0 -57px;filter:alpha(opacity=60);cursor:pointer;}
.slide .link-watch.pre{left:0;}
.slide .link-watch.next{left:368px;right:0;background-position:right -57px;}
.slide .link-watch.down{background-position-y:-2px;}.body .main .about_main .aleft .alcontact{
	margin:0px auto;
/* 	width:147px;
height:232px;
padding-top:81px;
padding-bottom:10px;
padding-left:76px;
padding-right:9px; */
		width:232px;
height:323px;
	display: block;
	overflow:hidden;
	background: url(../images/alalcontact.gif) no-repeat center center;
}
.body .main .about_main .aleft .alcontact .contactr1{
	position: relative;
	display: block;
	line-height:30px;
	padding: 0px;
	margin:0px;
	color: #992020;
	top:85px;
	left:77px;
	width:147px;
	height:60px;
	font: bold 16px/30px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .about_main .aleft .alcontact .contactr1 .contactr{
	position: relative;
	float:left;
	width:37px;
	height:30px;
}
.body .main .about_main .aleft .alcontact .contactr1 .mobpho{
	position: relative;
	float:left;
	width:110px;
	height:60px;
}
.body .main .about_main .aleft .alcontact .contactr2{
	position: relative;
	display: block;
	line-height:28px;
	padding: 0px;
	margin:0px;
	color: #323232;
	top:85px;
	left:77px;
	width:138px;
	height:28px;
}
.body .main .about_main .aleft .alcontact .contacttitle{
	position: relative;
	float:left;
	top:2px;
	left:1px;
	display: block;
	width:38px;
	height:28px;
	font: bold 14px/28px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .about_main .aleft .alcontact .contacttitletel{
	position: relative;
	float:left;
	display: block;
	top:2px;
	left:8px;
	width:92px;
	height:28px;
	overflow:hidden;
	font: 14px/28px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;}
.body .main .about_main .aleft .alcontact .contactr3{
	position: relative;
	display: block;
	line-height:28px;
	padding: 0px;
	margin:0px;
	color: #373737;
	top:80px;
	left:77px;
	width:138px;
	height:28px;
}
.body .main .about_main .aleft .alcontact .contactr4{
	position: relative;
	display: block;
	line-height:28px;
	padding: 0px;
	margin:0px;
	color: #373737;
	top:94px;
	left:78px;
	width:138px;
	height:78px;
	overflow:hidden;
}
.body .main .about_main .aleft .alcontact .contactr4 .contactadd{
	width:38px;
	height:28px;
	font: bold 14px/24px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .about_main .aleft .alcontact .contactr4 .contactadddesc{
	font: 14px/24px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	width:134px;
	height:84px;
}
.body .main .about_main .aleft .alcontact .contactrqq{
	position: relative;
	display: block;
	overflow:hidden;
	color: #992020;
	top:85px;
	left:77px;
	width:117px;
	height:30px;
	font: bold 16px/30px 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .about_main .amain{
	float:left;
	display: block;
	color: #333333;
  	width:70%;
}
.body .main .about_main .amain .amtitle{
	color: #373737;
	font: 18px/18px 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	width:920px;
	text-indent:0.5em;	height: 36px;
    line-height:36px;
    margin-bottom:10px;
    background: url(../images/notice.gif) no-repeat left bottom;}
.body .main .about_main .amain .amdesc{
	width:920px;
	height:auto;
	padding-left:10px;
	padding-right:8px;
	color: #444;
	font: 14px/24px 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .amain .amdesc .case_list{
	float:left;
	display: block;
	width: 920px;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:20px;
}
.body .main .amain .amdesc .case_list ul{
	display: block;
	width:920px;
	height:auto;
	margin-bottom:20px;
	overflow:hidden;
}
.body .main .amain .amdesc .case_list ul li{
  	vertical-align: top;
	margin-left:11px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	display:inline-block;
	width:209px;
	height: auto;
	list-style: none outside none;
}
.body .main .amain .amdesc .case_list ul li img{
	border: #bfbfbf 3px solid;
	width: 100%;
    height: 209px;
	display: block;
}
.body .main .amain .amdesc .case_list .case_list-img1 {
	border: #bfbfbf 3px solid;
	width: 100%;
    height: 188px;
	display: block;
}
.body .main .amain .amdesc .case_list  .case_list-img2 {
	border: #bfbfbf 3px solid;
	width: 100%;
    height: 149px;
	display: block;
}
.body .main .amain .amdesc .case_list ul li p{
	text-align: center;
	font:12px/29px Arial,'宋体','SimSun',Sans-Serif;
	width:156px;
	height:29px;
	padding:0px;
	margin:0px;
	display: block;
	overflow:hidden;
}
.body .main .amain .amdesc .cpage{
	text-align:right;
	padding-right:45px;
}.body .main .amain .amdesc .news_list{
	float:left;
	display: block;
	width: auto;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:20px;
}
.body .main .amain .amdesc .news_list ul{
	display: block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.body .main .amain .amdesc .news_list ul li{
	margin-left:6px;
	margin-right:6px;
	margin-top:0px;
	margin-bottom:0px;
	display:inline-block;
	width:900px;
	height: 36px;
	line-height:36px;
	list-style: none outside none;
	border-bottom:1px dashed #CCC;
	padding-top:6px;
}
.body .main .amain .amdesc .news_list ul li .news_list_a{
	width:100%;
}
.body .main .amain .amdesc .news_list ul li .newsl_title{
	float:left;
	height:36px;
	font: 14px/36px 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .amain .amdesc .news_list ul li .add_time{
	float:right;
	width:80px;
	height:36px;
	color:#959595;
	font: 12px/36px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	text-align:right;
}
.body .main .amain .amdesc .news_list,.body .main .amain .amdesc .news_list a,.body .main .amain .amdesc .news_list a:link,.body .main .amain .amdesc .news_list a:visited,.body .main .amain .amdesc .news_list a:active,.body .main .amain .amdesc .news_list h1{
	display: inline-block;
	font: 14px/28px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .amain .amdesc .news_list .npage{
	text-align:right;
	padding-right:20px;
	margin-top:20px;
}
.body .main .index_main{
	margin: 40px auto;
	width:1200px;
	height:auto;
}
.body .main .index_main .m_top_left{
	float:left;
	width:703px;
	height:523px;	margin-top:0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right: 28px;
}
.body .main .index_main  .t1{
	width:100%;
	height: 282px;	overflow:hidden;
	margin-bottom:40px;
}
.in_service{ padding:50px 0;}
.in_service ul{ display:block; margin-top:50px;}
.in_service ul li{ width:196px; height:390px; display:inline-block; margin:0; padding:0; text-align:center;}
.in_service ul li h3{ margin-top:250px;}
.in_service .s01{ background: url(../images/service01a.png) no-repeat;}
.in_service .s01:hover{ background: url(../images/service01a.png) no-repeat;}.in_service .s02{ background: url(../images/service02a.png) no-repeat; }
.in_service .s02:hover{ background: url(../images/service02a.png) no-repeat;}.in_service .s03{ background: url(../images/service03a.png) no-repeat;}
.in_service .s03:hover{ background: url(../images/service03a.png) no-repeat;}.in_service .s04{ background: url(../images/service04a.png) no-repeat;}
.in_service .s04:hover{ background: url(../images/service04a.png) no-repeat;}.in_service .s05{ background: url(../images/service05a.png) no-repeat;}
.in_service .s05:hover{ background: url(../images/service05a.png) no-repeat;}.in_service .s06{ background: url(../images/service06a.png) no-repeat;}
.in_service .s06:hover{ background: url(../images/service06a.png) no-repeat;}.in_case_l{ width:32.5%; float:left; margin-top:40px;}
.in_case_r{ width:66.5%; float:right;  margin-top:40px;}
.in_case{ padding:5px 0; display:block;}.in_case li {
    position: relative;
    width: 100%;
    background: #f5f5f5; 
    margin: 0 0.5% 15px;
}
.in_case li .img {
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.in_case li .img img {
    width: 100%;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    position: relative;
    padding: 0;
    margin: 0;
    opacity: 1;
}.in_case li p{
    line-height:20px;
    font-size: 18px;
    text-align: center;
    overflow:hidden;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding:15px 1%;
    width: 98%;
}.in_case li .img:hover img {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.in_case2{ padding:0; display:block; text-align:center;}.in_case2 li {
	display:inline-block;
	 position: relative;
    width: 32.6%;
    background: #f5f5f5;   
   /* margin: 0 0.5% 15px; */
}
.in_case2 li:first-child {
    margin: 0;
	float:left;
}
.in_case2 li:nth-child(3){
	float:right;
   
}
.in_case2 li .img {
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.in_case2 li .img img {
    width: 100%;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    position: relative;
    padding: 0;
    margin: 0;
    opacity: 1;
}
.in_case2 li p{
    line-height:20px;
    font-size: 18px;
    text-align: center;
    overflow:hidden;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding:15px 1%;
    width: 98%;
}
.in_case2 li .img:hover img {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.body .main .index_main  .t1 .mtnotice{
	float: right;
	width: 282px;
	height: 264px;
	display: block;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left:0px;
	border:2px solid #e41807;
}
.body .main .index_main .t1 .mtnotice .mtntitle{
	width: 269px;
	height: 36px;
	line-height:36px;
	display: block;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right: 0px;
	padding-left: 13px;
	padding-right:0px;
	padding-top:0px;	padding-bottom:0px;
	background: #e41807;
	color:#fff;
	font: bold 14px/32px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main .t1 .mtnotice .mtntitle span a{ float:right; font-weight:normal; color:#f4a39c; margin-right:10px;}
.body .main .index_main  .t1 .mtnotice .mtnlists{
	height: 220px;
	width:282px;
	display: block;
}
.body .main .index_main .m_top_left .t1 .mtnotice .mtnlists li{
	color:#8b1919;
}
.body .main .index_main .m_top_left .t1 .mtnotice .mtnlists .newsl_title{
	width:125px;
	height:28px;
	color:#8b1919;
}
.body .main .index_main .m_top_left .t1 .mtnotice .mtnlists .add_time{
	width:80px;
	height:28px;
	color:#8b1919;
	padding-right:5px;
}
.body .main .index_main .m_top_left .t1 .mtnotice .dian{
	height:28px;
	color:#666666;
	padding-right:4px;
	font: 12px/28px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main .news_list{
	float:left;
	display: block;
	width: auto;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:20px;
}
.body .main .index_main .news_list ul{
	display: block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.body .main .index_main .news_list ul li{
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:0px;
	display:block;
	padding-left:5px;
	padding-right:5px;
	width:262px;
	overflow:hidden;
	height: 26px;
	font: 12px/26px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main .news_list,.body .main .index_main .news_list a,.body .main .index_main .news_list a:link,.body .main .index_main .news_list a:visited,.body .main .index_main .news_list a:active,.body .main .index_main .news_list h1{
	display: inline-block;
	font: 12px/26px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.index_video{ display:inline-block; float:left;}
.body .main .index_main .t1 .mtabout{
	float: left;
	width: 450px;
	height: 264px;
	display: block;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left:15px;
	margin-right: 0px;
	line-height:26px;
}.body .main .index_main .t1 .mtabout h2{ font-size:24px; color:#e41807; font-weight:normal; line-height:36px;}
.body .main .index_main .t1 .mtabout p{font-size:30px; font-family:Verdana, Geneva, sans-serif;}.body .main .index_main .t1 .mtabout .mtatitle{
	width: 383px;
	height: 36px;
	display: block;
	background: url(../images/notice.gif) no-repeat left bottom;
	padding-left: 8px;
	line-height:36px;
	margin-bottom:10px;
}
.body .main .index_main .t1 .mtabout .mtatitle .t{
	float: left;
	width: 303px;
	height: 27px;
	color:#8b1919;
	font: bold 14px/27px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main .t1 .mtabout .mtatitle .more{
	float: left;
	width: 80px;
	height: 27px;
}
.body .main .index_main .t1 .mtabout .mtatitle .more a,.body .main .index_main .m_top_left .t1 .mtabout .mtatitle .more a:link,.body .main .index_main .m_top_left .t1 .mtabout .mtatitle .more a:visited,.body .main .index_main .m_top_left .t1 .mtabout .mtatitle .more a:active{
	display: inline-block;
	width: 60px;
	padding-left: 20px;
	height: 27px;
	cursor: pointer;
	font: 12px/27px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	color: #767676;
}
.body .main .index_main  .t1 .mtabout .mtadesc{
	color: #4d0000;
	width: 450px;
	height:250px;
	padding-left: 7px;
	padding-right: 7px;
	overflow:hidden;
	font: 12px/26px "微软雅黑", Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main .t2{
	width:100%;
	height: auto;	overflow:hidden;
	margin-top:50px;
}
.body .main .index_main .t2 .t2title{
	width:100%;
	height: 36px;
	display: block;
	background: url(../images/notice.gif) no-repeat left bottom;
	line_height:36px;
	padding-left: 14px;
}
.body .main .index_main .t2 .t2title .ttext{
	float: left;
	color: #921d1d;
	display: block;
	width: 200px;
	height: 35px;
	font: bold 14px/27px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;}
.body .main .index_main .t2 .t2title .more{
	float: right;
	width: 80px;
	height: 35px;
}
.body .main .index_main .t2 .t2title .more a,.body .main .index_main .t2 .t2title .more a:link,.body .main .index_main .t2 .t2title .more a:visited,.body .main .index_main .t2 .t2title .more a:active{
	display: inline-block;
	width: 60px;
	padding-left: 20px;
	height: 35px;
	cursor: pointer;
	font: 12px/35px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	color: #767676;
}
.body .main .index_main  .t2 .t2lists{
	width: 100%;
	height: auto;
	display: block;	margin-bottom:30px;
}.body .main .index_main  .t2 .t2lists .case_mclass{
	width: 800px;
	height: 20px;	margin:10px auto;
	border-bottom:1px dotted #ccc; 
	display:block;	margin-bottom:20px;	position:relative;	}.more_center{ display:block; text-align:center; height:50px; margin:60px auto;}
.abox{ padding:13px 40px; border:#CCC 1px solid; background:#e41807; color:#FFF;}
.more_center a{ color:#FFF;}
.abox:hover{ background:#b92929; color:#fff;}.body .main .index_main  .t2 .t2lists .case_mclass span{
	width: 100px;
	height: 40px;	position:absolute;
	background:#fff;
	text-align:center;
	line-height:35px; 
	font-size:14px; 
	font-weight:bold;
	left:360px;
	}
.body .main .index_main  .t2 .t2lists .case_mclass span a{color:#c18e42; font-size:14px;}
.body .main .index_main  .t2 .t2lists .t2bl{
	float: left;
	display: block;
	width: 57px;
	padding-top: 66px;
	padding-bottom: 66px;
	padding-left: 1px;
	padding-right: 0px;
	height:64px;
}
.body .main .index_main .t2 .t2lists .t2bl .t2previous{
	display: inline-block;
	width: 50px;
	height: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 0px;
	cursor: pointer;
	background: url(../images/previous.gif) no-repeat center center;
}
.body .main .index_main .t2 .t2lists .t2bl .t2previous:hover{
	display: inline-block;
	width: 50px;
	height: 50px;	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 0px;
	background: url(../images/previous_h.gif) no-repeat center center;
}
.body .main .index_main .t2 .t2lists .t2desc{
	float: left;
	display: block;
	width: 100%;
	height: auto;	padding-bottom: 18px;
}
.body .main .index_main .t2 .t2lists .t2br{
	float: left;
	display: block;
	width: 57px;
	padding-top: 66px;
	padding-bottom: 66px;
	padding-left: 0px;
	padding-right: 1px;
	height:64px;
}
.body .main .index_main .t2 .t2lists .t2br .t2next{
	display: inline-block;
	width: 50px;
	height: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 7px;
	cursor: pointer;
	background: url(../images/next.gif) no-repeat center center;
}
.body .main .index_main .t2 .t2lists .t2br .t2next:hover{
	display: inline-block;
	width: 50px;
	height: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 7px;
	background: url(../images/next_h.gif) no-repeat center center;
}.gray_bg{ background:#eeeeee; display:block;}
.red_bg{ background:url(../images/red_bg.png) repeat-x; height:352px;  }
.body_desc .liucen{  display:block; padding-top:30px; margin-bottom:20px;}
.bannerx1{
	overflow:hidden;
	position:relative;
	width:100% !important;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 50px;	display:block;
}
.bannerx1 .bannerul{
	position: relative;
	overflow: hidden;
	display:block;
	padding: 0px;	left: 0px;
}
.bannerx1 .bannerul li{
	position: relative;	display:block;
	padding: 0px;
	width:100%;
	height:156px;
	margin-bottom: 6px;
}
.bannerx1 .bannerul li img{
	width:165px;
	height:140px;
	padding: 0px;
	margin: 0px;
	display:block;
}
.bannerx1 .bannerul li p{
	padding:10px 0;
	text-align: center;
	font-size:14px;
}
.caselili{
	float: left;
	width:19.1%;	display: block;
	overflow: hidden;
	margin:5px;}
/*.bannerx1 .bannerul li .caselili img{ width:100%; height:auto}*/
.bannerx1 .bannerul li .caselili .img {
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.bannerx1 .bannerul li .caselili .img img {
    width: 100%;
	height:auto;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    position: relative;
    padding: 0;
    margin: 0;
    opacity: 1;
}.bannerx1 .bannerul li .caselili .img:hover img {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.in_news{ margin:50px auto; display:block; text-align:center;}
.in_news dl{ display:inline-block;    margin:0 5px; vertical-align:top; text-align:left; margin-top:50px;}.inews_l{ width:32%}
.in_news dl dd{ width:49%; float:left; }
.in_news dl dt{ width:48%; float:right;}
.in_news dl dt h3 a{ line-height:36px; height:auto;}
.in_news dl dt span{ font-size:16px;}
.in_news dl dt p{ margin-top:20px;}
.inews_r{ width:32%}
.inews_m{ width:66%}
.inews_m a{
    display: inline-block;
    width:46%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  	padding: 0 10px;
  	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  
}
.in_news dl img{ width:100%;}
.in_news dl li a{ font-size:20px; line-height:30px;}
.add_time{ color:#a6a6a6; font-size:14px; display:block;}/*首页新闻幻灯*/
  .lubo{ width: 100%; clear: both; position: relative; height:530px;}
  .lubo_box{ position: relative; width: 100%; height:530px; }
  .lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:100%; opacity: 0;filter:alpha(opacity=0);}
  .lubo_box li a{ display: block;width: 100%;  height: 100%;}  .lubo_box li img{ width: 100%; height: 530px;}  /*圆点*/
  .cir_box{ overflow: hidden; position: absolute; z-index: 100;}
  .cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
  .slide_on{ z-index :2; }  /*当前激活项*/
  .cir_on{ background: #000 !important;}  /*按钮*/
  .lubo_btn{ position: absolute; width: 100%; top: 40%; z-index:3}
  .left_btn, .right_btn{ width: 30px; height: 80px; background: #000;opacity: 0.8;filter:alpha(opacity=80); cursor: pointer; color: #fff; line-height: 80px; font-size: 30px; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
  .left_btn{ float: left;}
  .right_btn{ float: right;}/*首页新闻幻灯_end*/
.body .main .index_main .m_top_right{
	float:left;
	width:286px;
	height:523px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right: 0px;
}
.body .main .index_main .i_contact{
	float:right;
	display: block;
	width:286px;
	height:284px;}
.body .main .index_main .i_contact h1{ height:36px; color:#b02525; line-height:36px; font-size:14px; margin-bottom:-40px;}.body .main .index_main  .i_contact .i_contact_top{
	display: block;
	width:286px;
	height:36px;
	line-height:36px;
	background: url(../images/notice.gif) no-repeat left bottom;
}
.body .main .index_main .i_contact .i_contact_top .ictitle{
	float:left;
	color:#992020;
	width:196px;
	height:28px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	font: bold 14px/27px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main .i_contact .i_contact_top .icmore{
	float:left;
	height:28px;
	width:80px;
}
.m_top_right .i_contact .i_contact_top .icmore a,.m_top_right .i_contact .i_contact_top .icmore a:link,.m_top_right .i_contact .i_contact_top .icmore a:visited,.m_top_right .i_contact .i_contact_top .icmore a:active{
	width: 42px;
	height:28px;
	padding-left: 38px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	color: #767676;
	cursor: pointer;
	display: inline-block;
	font: 12px/28px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main  .i_contact .ic1{
	position: relative;
	top:43px;
	left:3px;
	height:20px;
	width: 286px;
	color: #982020;
	font: 16px/20px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main  .i_contact .ictel{
	position: relative;
	top:58px;
	left:69px;
	height:20px;
	width: 210px;
	color: #373737;
	font: 14px/20px 宋体, 黑体, 微软雅黑, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main  .i_contact .icfax{
	position: relative;
	top:62px;
	left:69px;
	height:20px;
	width: 210px;
	color: #373737;
	font: 14px/20px 宋体, 黑体, 微软雅黑, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main .i_contact .icqq{
	position: relative;
	top:75px;
	left:66px;
	color: #9a2020;
	font:  18px/20px Arial,黑体, 微软雅黑, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main .i_contact .icadd{
	position: relative;
	top:90px;
	left:69px;
	height:84px;
	width: 210px;
	color: #373737;
}
.body .main .index_main .i_contact .icadd .icaddt{
	float: left;
	width: 43px;
	height: 28px;
	font: bold 14px/28px 宋体, 黑体, 微软雅黑, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main .i_contact .icadd .icaddtdesc{
	float: left;
	width: 167px;
	height: 84px;
	font: 14px/28px 宋体, 黑体, 微软雅黑, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main .m_top_right .index_video{
	display: block;
	width: 286px;
	height: 239px;
	overflow: hidden;
}
.body .main .index_middle_1{	padding-top:15px;
	padding-left: 0px;
	width:100%;
	height: 272px;
}
.body .main .index_middle_1 .m_middle_1l{
	float: left;
	width:332px;
	height: 272px;
}
.body .main .index_middle_1 .m_middle_1m{
	float: left;
	margin-left:10px;
	margin-right:10px;
	height: 272px;
	width:332px;
}
.body .main .index_middle_1 .m_middle_1r{
	float: left;
	height: 272px;
	width:320px;
}
.body .main .index_middle_1 .m1ltitle{
	width:332px;
	height: 36px;
	line-height:36px;
	background: url(../images/notice.gif) no-repeat left bottom;
}
.body .main .index_middle_1 .m_middle_1r .m1rtitle{
	width:320px;
	height: 36px;
	line-height:36px;
	background: url(../images/notice.gif) no-repeat left bottom;
}
.body .main .index_middle_1 .mlttitle{
	float: left;
	width:202px;
	height: 41px;
	color: #981f1f;
	padding-left: 8px;
	font: bold 14px/30px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_middle_1 .mtmore{
	float: right;
	width: 80px;
	height: 41px;
	display: inline-block;
}
.body .main .index_middle_1 .mtmore a,.body .main .index_middle_1 .mtmore a:link,.body .main .index_middle_1 .mtmore a:visited,.body .main .index_middle_1 .mtmore a:active{
	display: inline-block;
	width: 60px;
	padding-left: 20px;
	height: 35px;
	cursor: pointer;
	font: 12px/35px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	color: #767676;
}
.body .main .index_middle_1 .m_1l_news_list{
	float:left;
	display: block;
	width:332px;
	height: 219px;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:20px;
}
.body .main .index_middle_1 .m_1l_news_list ul{
	display: block;
	width:332px;
	height:auto;
	overflow:hidden;
}
.body .main .index_middle_1 .m_1l_news_list ul li{
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:0px;
	display:block;
	padding-left:5px;
	padding-right:5px;
	width:312px;
	overflow:hidden;
	height: 23px;
	font: 12px/23px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_middle_1 .m_1l_news_list,.body .main .index_middle_1 .m_1l_news_list a,.body .main .index_middle_1 .m_1l_news_list a:link,.body .main .index_middle_1 .m_1l_news_list a:visited,.body .main .index_middle_1 .m_1l_news_list a:active,.body .main .index_middle_1 .m_1l_news_list h1{
	display: inline-block;
	font: 12px/23px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_middle_1 .m_1l_news_list ul li .dian{
	float: left;
	display: block;
	height:23px;
	color:#8b1919;
	padding-right:4px;
	font: 12px/23px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;}
.body .main .index_middle_1 .m_1l_news_list ul li .mlltitle{
	float: left;
	display: block;
	width:225px;
	height:23px;
	color:#666666;
}
.body .main .index_middle_1 .m_1l_news_list ul li .mlltitle:hover{
	color: #874128;
}
.body .main .index_middle_1 .m_1l_news_list ul li .add_time{
	float: left;
	display: block;
	width:75px;
	height:23px;
	color:#959595;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l{
	display: block;
	width:290px;
	height: 231px;
	overflow:hidden;
	margin: 0px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list{
	margin: 0px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul{
	margin: 0px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li{
	float: left;
	width: 94px;
	height:108px;
	overflow:hidden;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 3px;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li img{
	width: 80px;
	height: 80px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: #cda7a7 2px solid;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li .title{
	color:#666666;
	height:24px;
	overflow:hidden;
	font: 12px/24px 宋体, 黑体, 微软雅黑, Microsoft YaHei, Verdana, Geneva, sans-serif;}
.body .main .index_middle_3{	width: 1200px;
	height: auto;
}
.body .main .index_middle_4{	width: 100%;
	height: 680px;
}.body .main .index_middle_4 .middle_4_l{     float:left;
	width: 700px;
	height: 650px;}.body .main .index_middle_4 .middle_4_l .m3title{
	display: block;
	color: #911c1c;
	font: bold 14px/27px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	margin-top: 8px;	width:100%;
	height: 36px;
    line-height:36px;
    background: url(../images/notice.gif) no-repeat left bottom;
	text-indent:1em;
}
.body .main .index_middle_4 .middle_4_l .mxtj{ width:100%; height:auto;}
.body .main .index_middle_4 .middle_4_l .mxtj_c{ width:346px; height:180px;  float:left; margin-left:4px; margin-top:10px;}
.body .main .index_middle_4 .middle_4_l .mxtj_c .c_tile{ width:96%; line-height:26px; border-bottom:1px  solid #ccc; text-indent:1em; font-weight:700; margin-bottom:6px; }
.body .main .index_middle_4 .middle_4_l .mxtj_c .c_tile b{color:#c18e42;}
.body .main .index_middle_4 .middle_4_l .mxtj_c .c_tile span{ float:right; margin-right:6px; font-weight:normal;} 
.body .main .index_middle_4 .middle_4_l .mxtj_c ul{ width:100%;}
.body .main .index_middle_4 .middle_4_l .mxtj_c ul li{ width:106px; height:130px;  float:left; margin:3px;}
.body .main .index_middle_4 .middle_4_l .mxtj_c ul li div{ width:106px; height:106px; border:1px solid #ededed; overflow:hidden;} 
.body .main .index_middle_4 .middle_4_l .mxtj_c ul li div img{ width:100%;}
.body .main .index_middle_4 .middle_4_l .mxtj_c ul li p{ width:100%; text-align:center; line-height:30px;}.body .main .index_middle_4 .middle_4_r{     float:right;
	width: 300px;
	height: 640px;	border:1px solid #eaeaea;
}
.body .main .index_middle_4 .middle_4_r ul{	     
	width: 270px;
	margin:20px auto;	font-size:14px;
	padding-bottom:5px;
}
.body .main .index_middle_4 .middle_4_r ul h1{ font-size:16px; font-weight:800; margin-bottom:4px; color:#9F2323;}.body .main .index_middle_4 .middle_4_r ul li{ width:100%; line-height:26px; font-size:14px; }.body .main .index_middle_3 .m3title{
	display: block;
	color: #911c1c;
	font: 18px/24px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	margin-top: 8px;
	padding-left:8px;
	width:1008px;
	height: 49px;
	background: url(../images/index_mxtj.gif) no-repeat center center;
}
.body .main .index_middle_3 .mxtjdemo{
	display: block;
	width:1016px;
	height: 200px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background: url(../images/index_mxtjbj.gif) no-repeat center center;
}
.body .main .index_middle_3 .mxtjdemo .demo{
	width:980px;
	height: 169px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 22px;
	margin-bottom: 9px;
	display: block;
	overflow:hidden;
}
.body .main .index_middle_3 .mxtjdemo .demo .indemo{
	float: left;
	width: 800%;
	height: 169px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	list-style:none;
}
.body .main .index_middle_3 .mxtjdemo ul{
	float: left;
	margin:0px;
	padding:0px;
	width: auto;
	height: 169px;
	display: block;
}
.body .main .index_middle_3 .mxtjdemo ul li{
	float: left;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 169px;
	width: 146px;
	display: block;
}
.body .main .index_middle_3 .mxtjdemo ul li img{
	border: #bfbfbf 3px solid;
	width: 140px;
	height: 140px;
	display: block;
}
.body .main .index_middle_3 .mxtjdemo ul li p{
	text-align: center;
	font:12px/29px Arial,'宋体','SimSun',Sans-Serif;
	width:146px;
	height:29px;
}
.body .main .index_middle_2{
	margin-top: 20px;
	width:100%;
	height: 360px;}
.body .main .index_middle_2 .im2{
	float: left;
	width: 488px;
	height: auto;
	display: block;
	overflow: hidden;
}
.body .main .index_middle_2 .im2l{
	margin-right: 25px;
}
.body .main .index_middle_2 .im2 .im2t{
	width: 488px;	display: block;
	height: 36px;
	line-height:36px;
	margin-bottom:10px;
	background: url(../images/notice.gif) no-repeat left bottom;
}
.body .main .index_middle_2 .im2 .im2d{
	height: 330px;
	width: 488px;
}
.body .main .index_middle_2 .im2 .im2d .textlist{
	width: 481px;
	height: 96px;
	margin-left: 7px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin:0px auto;
	display: block;
	overflow:hidden;
}
.body .main .index_middle_2 .im2 .im2d .textlist ul{
	height: 96px;
	display: block;
}
.body .main .index_middle_2 .im2 .im2d .textlist ul li{
	float: left;
	margin: 0px;
	width: 120px;
	height: 24px;
	display: block;
}
.body .main .index_middle_2 .im2 .im2d .imglist{
	width: 481px;
	height: auto;
	margin-left: 7px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin:0px auto;
	display: block;
	overflow:hidden;
}
.body .main .index_middle_2 .im2 .im2d .imglist img{
	width: 106px;
	height: 106px;
	display: block;
	border: #b3b3b3 3px solid;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.body .main .index_middle_2 .im2 .im2d .imglist ul{
	height: 130px;
	display: block;
}
.body .main .index_middle_2 .im2 .im2d .imglist ul li{
	float: left;
	margin: 0px;
	width: 120px;
	height: 160px;
	display: block;
}
.body .main .index_middle_2 .im2 .im2d ul li .title{
	color:#666666;
	height:24px;
	overflow:hidden;
	font: 12px/24px 宋体, 黑体, 微软雅黑, Microsoft YaHei, Verdana, Geneva, sans-serif;
	text-align: center;
}
.body .main .index_middle_2 .im2 .im2d ul li .title .dw{
	color: #ab0a4a;
	font-weight:700;
}
.body .main .index_middle_2 .im2 .im2d ul li .title:hover{
	color: #874128;
}
.body .main .index_middle_2 .im2 .im2t .im2tt{
	float: left;
	padding-left: 8px;
	padding-bottom: 11px;
	width: 400px;
	height: 27px;
	color: #961f1f;
	font: bold 14px/27px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_middle_2 .im2 .im2t .im2tmore{
	float: left;
	width: 80px;
	height: 38px;
	padding: 0px;
	display: block;
}
.body .main .index_middle_2 .im2 .im2t .im2tmore a,.body .main .index_middle_2 .im2 .im2t .im2tmore a:link,.body .main .index_middle_2 .im2 .im2t .im2tmore a:visited,.body .main .index_middle_2 .im2 .im2t .im2tmore a:active{
	display: inline-block;
	cursor: pointer;
	font: 12px/27px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	color: #767676;
	width: 50px;
	height: 27px;
	padding-left: 30px;
	padding-bottom: 11px;
}
.body .main .about_main .amain .amdesc .pbrief{
	width: 900px;
	height: 366px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	display: block;
}
.body .main .about_main .amain .amdesc .pbrief .pbigimg{
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	width: 317px;
	height: 366px;
}
.body .main .about_main .amain .amdesc .pbrief .pbigimg img{
	width: 317px;
	height: 366px;
	display: block;
}
.body .main .about_main .amain .amdesc .pbrief .pbriefdesc{
	float: left;
	width: 563px;
	height: 366px;
	display: block;
}
.body .main .about_main .amain .amdesc .pdt1{
	display: block;
	color: #5a5a5a;
	border-bottom: #999 1px solid;
}
.body .main .about_main .amain .amdesc .pdt1 img{
  width:auto;
}
.body .main .about_main .amain .amdesc .pbrief .pbriefdesc .pdb{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
}
.body .main .about_main .amain .amdesc .pdesc{
	display: block;
}
.body .main .about_main .amain .amdesc .jg{
	color: #FA8A05;
}
.body .main .about_main .amain .amdesc .pdesc .pdbd{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	width:900px;
	height: auto;
}
.pdbd p {
    margin: 15px 0;
    font-size: 15px;
    line-height: 28px;
}
.body .main .index_main .m_top_right .i_contact{
	display: block;
	width:286px;
	height:284px;
	background: url(../images/index_contact.gif) no-repeat center center;
}.body .main .index_main .m_top_right .index_video {
    display: block;
    width: 286px;
    height: 239px;
    overflow: hidden;
}/*首页行程通告*/
.scrollbox{ width: 100%; margin: 0 auto; overflow: hidden; border: 0px solid #CFCFCF;}
#scrollDiv{width:100%;height:190px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{height:90px; width:98%; background:url(ico-4.gif) no-repeat 10px 23px; overflow:hidden; vertical-align:bottom; zoom:1; border-bottom:#B7B7B7 dashed 1px;}
#scrollDiv li h3{ height:24px; padding-top:13px; font-size:14px; color:#353535; line-height:24px; width:100%; font-weight:600;}
#scrollDiv li h3 a{color:#353535; text-decoration:none}
#scrollDiv li h3 a:hover{ color:#F00}
#scrollDiv li div{ height:36px; width:300px; color:#416A7F; line-height:18px; overflow:hidden}
#scrollDiv li div a{ color:#416A7F; text-decoration:none}.scroltit{ height:26px; line-height:26px; padding-bottom:4px; margin-bottom:4px;}
.scroltit h3{ width:100px; float:left;}
.scroltit .updown{float:right; width:32px; height:22px; margin-left:4px}
#but_up{ background:url(../images/up.gif) no-repeat 0 0; text-indent:-9999px}
#but_down{ background:url(../images/down.gif) no-repeat 0 0; text-indent:-9999px}/*首页行程通告end*/@media(max-width:1440px){
.lubo{ width: 100%; clear: both; position: relative; height:398px;}
.lubo_box{ position: relative; width: 100%; height:398px; }
.lubo_box li img{ width: 100%; height: 398px;}}
@media(max-width:1366px){
.lubo{ width: 100%; clear: both; position: relative; height:377px;}
.lubo_box{ position: relative; width: 100%; height:377px; }
.lubo_box li img{ width: 100%; height: 377px;}		}
@media(max-width:1280px){
.lubo{ width: 100%; clear: both; position: relative; height:353px;}
.lubo_box{ position: relative; width: 100%; height:353px; }
.lubo_box li img{ width: 100%; height: 353px;}	}
@media(max-width:1080px){
.lubo{ width: 100%; clear: both; position: relative; height:298px;}
.lubo_box{ position: relative; width: 100%; height:298px; }
.lubo_box li img{ width: 100%; height: 298px;}		}
@media(max-width:1024px){
.lubo{ width: 100%; clear: both; position: relative; height:283px;}
.lubo_box{ position: relative; width: 100%; height:283px; }
.lubo_box li img{ width: 100%; height: 283px;}	}
@media(max-width:991px){
.lubo{ width: 100%; clear: both; position: relative; height:274px;}
.lubo_box{ position: relative; width: 100%; height:274px; }
.lubo_box li img{ width: 100%; height: 274px;}	}
@media(max-width:800px){
.lubo{ width: 100%; clear: both; position: relative; height:221px;}
.lubo_box{ position: relative; width: 100%; height:221px; }
.lubo_box li img{ width: 100%; height: 221px;}	}
/* 手机端样式 */
@media(max-width:768px){
.pc_show{ display:none;}
.wrap_show{ display: block;}
.body{
	width:100%;
	height:auto;
	margin:0px auto;
}
.body .body_desc{
	width:100%;
	height:auto;
	margin:0px auto;
}
.body .top{
	width: 100%;
	height: auto;
}
.body .top .banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}
.body .main .amain .amdesc .news_list ul li .newsl_title {
    float: none;
    width: 100%;
    height: 36px;
    font: 14px/18px 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	line-height:36px;
}
.body .main .amain .amdesc .news_list {
    float: none;
    display: block;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 20px;
}.body .main .amain .amdesc .news_list ul li {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    height: 36px;    
	line-height: 36px;
	border-bottom:1px solid #ececec;
	list-style:inside;
	overflow:hidden;
}
.body .top .location .location_bg .ldesc {
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 1px;
    width: 80%;
    height: 50px;
    color: #ff0000;
	line-height:50px;
    display: block;
    overflow: hidden;
    font: 12px/22px 微软雅黑, 黑体， 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .top .location .location_bg .title {
    float: left;
    /*margin-left: 8px;*/
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 10px;
    /*width: 100px;*/
    height: 22px;
    color: #ff0000;
    display: block;
    overflow: hidden;
    font: bold 15px/22px 微软雅黑, 黑体， 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.bannerx {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    height: 150px;
    display: block;
}
.bannerx .bannerul li {
    position: relative;
    float: left;
    display: block;
    padding: 0px;
    width: 100%;
    height: 150px;
    margin: 0px;
}
.bannerx .bannerul li img {
    width: 760px;
    height: 200px;
    padding: 0px;
    margin: 0px;
    display: block;
}
.body .top .location {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 50px;
    background: none;
	line-height:50px; 
	border-bottom:1px solid #999;
	padding-bottom:0px;}
.body .main .index_main .m_top_right {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.body .main .index_main .m_top_left .t1 {
    width: 100%;
    height: auto;   
    overflow: hidden;
}
.body .main .index_main .m_top_left .t1 .mtnotice {
    float: none;
    width: 100%;
    height: auto;   
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 15px;
}
.body .main .index_main .m_top_left .t1 .mtnotice .mtnlists {
    width: 100%;
	margin-bottom:20px;
}
.body .main .index_main .m_top_left .t1 .mtabout {
    float: none;
    width: 100%;
    height: auto;
    display: inherit;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.body .main .index_main .news_list, .body .main .index_main .news_list a, .body .main .index_main .news_list a:link, .body .main .index_main .news_list a:visited, .body .main .index_main .news_list a:active, .body .main .index_main .news_list h1 {
    display: inline-block;
    font: 14px/26px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_middle_1 .m_1l_news_list, .body .main .index_middle_1 .m_1l_news_list a, .body .main .index_middle_1 .m_1l_news_list a:link, .body .main .index_middle_1 .m_1l_news_list a:visited, .body .main .index_middle_1 .m_1l_news_list a:active, .body .main .index_middle_1 .m_1l_news_list h1 {
    font: 14px/23px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .index_main  .t1 .mtabout .mtadesc {
    color: #4d0000;
    width: 90%;
    height: 230px;
	margin:0 auto;
    padding-left:0;
    padding-right:0;
    font: 14px/26px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	overflow:hidden;
}
.body .main .index_middle_1 .m_1l_news_list ul li .mlltitle {
    float: none;
    display: block;
    width: 100%;
    height: 36px;
    color: #666666;
	line-height:36px;
}
.body .main .index_middle_1 .m_1l_news_list ul {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.body .main .index_middle_1 .m_1l_news_list ul li .dian {
    float: left;
    display: block;
    height: 10px;
    color: #8b1919;
    margin-right: 4px;
    font: 12px/23px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	margin-top:8px;
}
.body .main .index_middle_1 .m_1l_news_list ul li {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    overflow: hidden;
    height: 36px;
    font: 12px/23px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	line-height:36px; 
	border-bottom:1px solid #ecedec;
}
.body .main .index_main .m_top_left .t1 .mtabout .mtatitle {
    width: 100%;
    height: 40px;
    display: block;
    background:#ececec;
    padding-left: 0px;
    padding-bottom: 0px;
	border-bottom:#CCC 1px solid;
	line-height:40px;
	margin-bottom:10px;
}
.body .main .index_middle_2 .im2 .im2d .imglist ul li {
    float: left;
    margin: 10px;
    width: 30%;
    height: 260px;
    display: block;
}
.body .main .index_middle_2 .im2 .im2d .imglist img {
    width: 100%;
    height: 220px;
    display: block;
    border: #b3b3b3 3px solid;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 4px;
}
.body .main .index_main .m_top_left .t1 .mtabout .mtatitle .t {
    float: left;
	margin-left:16px;
    width: 60px;
    height: 40px;
    color: #8b1919;
    font: bold 14px/27px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	line-height:40px;
}
.body .main .index_main .m_top_left .t1 .mtabout .mtatitle .more a, .body .main .index_main .m_top_left .t1 .mtabout .mtatitle .more a:link, .body .main .index_main .m_top_left .t1 .mtabout .mtatitle .more a:visited, .body .main .index_main .m_top_left .t1 .mtabout .mtatitle .more a:active {
    display: inline-block;
    width: 60px;
    padding-left: 0px;
    height: 40px;
    cursor: pointer;
    font: 12px/27px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
    color: #767676;
	line-height:40px;
}
.body .main .index_main .m_top_left .t1 .mtabout .mtatitle .more {
    float: right;
    width: 80px;
    height: 40px;
	text-align:right;
	line-height:40px;
	margin-right:10px;
}
.body .main .index_main .news_list {
    float: none;
    display: block;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.body .main .index_middle_2 {
    margin: 8px;
    width: 100%;
    height: auto;   
}
.body .top .location .location_bg{
	overflow:hidden;
	display:block;
	margin-left:7px;
	margin-right:7px;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	height:50px;
	background: none;
	border-bottom:0px solid #666;
	line-height:50px;
}
.body .main .index_main {
    margin: 0px auto;
    width: 100%;
    height: auto;
    display: block;
}
.body .main .index_middle_1 {   
    padding-top: 15px;
    padding-left: 0;
    width: 100%;
    height: auto;
}
.body .main .index_middle_1 .m_middle_1l {
    float: none;
    width: 100%;
    height: auto;
}
.body .main .index_middle_1 .m_1l_news_list {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.body .main .index_middle_2 {
    margin: 0px auto;
    width: 100%;
    height: auto;   
}
.body .main .index_middle_1 .m_middle_1m {
    float: none;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 100%;
}
.body .main .index_middle_1 .m_1l_news_list ul li .add_time {
    float: left;
    display: none;
    width: 75px;
    height: 23px;
    color: #959595;
}
.body .main .index_main .t2 .t2lists .t2bl {
    float: left;
    display: none;
    width: 57px;
    padding-top: 66px;
    padding-bottom: 66px;
    padding-left: 0px;
    padding-right: 0px;
    height: 64px;
}
.body .main .index_main .t2 .t2lists .t2desc {
    float: left;
    display: block;
    width: 100%;
    height: 156px;
    padding-top: 22px;
    padding-bottom: 18px;
}
.bannerx1 {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 156px;
    display: block;
}
.body .main .index_middle_1 .m1ltitle {
    width: 100%;
    height: 40px;
    background: #ececec;
	line-height:40px;
	border-bottom:1px solid #CCC;
}
.body .main .index_middle_1 .mlttitle {
    float: left;
    width: 202px;
    height: 40px;
    color: #981f1f;
    padding-left: 0px;
    font: bold 14px/30px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	margin-left:16px;
	line-height:40px;
}
.body .main .index_middle_1 .mtmore {
    float: right;
    width: 54px;
    height: 40px;    
	line-height:40px;
}
.body .main .index_middle_1 .mtmore a, .body .main .index_middle_1 .mtmore a:link, .body .main .index_middle_1 .mtmore a:visited, .body .main .index_middle_1 .mtmore a:active {
    display: inline-block;
    width: 60px;
    padding-left: 0px;
    height: 40px;
    cursor: pointer;
    font: 12px/35px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
    color: #767676;
	line-height:40px;
}
.body .main .index_main .t2 .t2title .ttext {
    float: left;
	margin-left:16px;
    color: #921d1d;
    display: block;
    width: 100px;
    height: 40px;
    font: bold 14px/30px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	line-height:40px;
}
.body .main .index_middle_3 {   
    width: 100%;
    height: auto;
}
.body .main .mtabout2{
    width: 100%;
    height: 200px;
	overflow:hidden;
	line-height:26px;
}.body .main .mtabout2 .mtatitle2{
    width: 100%;
    height: 40px;
    background: #ececec;
    line-height: 40px;
    border-bottom: 1px solid #CCC;
}
.body .main .mtabout2 .mtatitle2 .t{
 float:left;color: #911c1c;
font: bold 14px/27px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
margin-top: 0px;
padding-left: 0px;
height: 40px;
background: #ececec;
border-bottom: 1px solid #CCC;
line-height: 40px;
text-indent: 1em;
}
.body .main .mtabout2 .mtatitle2 .more{
 float:right;
 margin-right:10px;
}
.body .main .mtabout {
    display: inherit;
    width: 100%;
    height: auto;
}
.mtadesc2 {
	margin:10px auto;    
    width: 96%;
    height: auto;
}
.body .main .index_middle_1 .m_middle_1r {
    float: none;
    height: auto;
    width: 100%;
}.body .main .index_middle_1 .m_middle_1r .m1rtitle {
    width: 100%;
    height: 40px;
    background:#ececec;
	border-bottom:1px solid #CCC;
	line-height:40px;
}
.body .main .index_middle_2 .im2l {
    margin-right: 0;
}
.body .main .index_middle_2 .im2 {
    float: none;
    width:100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.body .main .index_middle_2 .im2 .im2t {
    width: 100%;
    height: 40px;
    display: block;
    background:#ececec;
	border-bottom:1px solid #CCC;
	line-height:40px;
}.body .main .index_middle_2 .im2 .im2d {
    height: auto;
    width: 95%;
	margin:10px auto;
}
.body .main .index_middle_2 .im2 .im2t .im2tt {
    float: left;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100px;
    height: 40px;
    color: #961f1f;
    font: bold 14px/27px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	line-height:40px; margin-left:16px;
}
.body .main .index_middle_2 .im2 .im2t .im2tmore {
    float: right;
    width: 80px;
    height: 38px;
    padding: 0px;
    display: block;
}
.body .main .index_middle_2 .im2 .im2d .imglist {
    width: 100%;
    height: auto;
    margin-left: 7px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0px auto;
    display: block;
    overflow: hidden;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l {
    display: block;
    width: 95%;
    height: 620px;
    overflow: hidden;
    margin: 10px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li {
    float: left;
    width: 30%;
    height: 280px;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
    margin-bottom: 10px;
	border: #cda7a7 1px solid;
	padding:4px;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li img {
    width: 100%;   
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;    
}
.top_case{position:absolute; top:20px; height:40px; border:0px solid #F00; width:100%;}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l {
    display: block;
    width: 95%;
    height: 600px;
    overflow: hidden;
    margin: 10px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li {
    float: left;
    width: 30%;
    height: 260px;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
    margin-bottom: 10px;
	border: #cda7a7 1px solid;
	padding:4px;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li img {
    width: 100%;
    height: 200px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;    
}
.body .main .index_middle_2 .im2 .im2t .im2tmore a, .body .main .index_middle_2 .im2 .im2t .im2tmore a:link, .body .main .index_middle_2 .im2 .im2t .im2tmore a:visited, .body .main .index_middle_2 .im2 .im2t .im2tmore a:active {
    display: inline-block;
    cursor: pointer;
    font: 12px/27px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
    color: #767676;
    width: 50px;
    height: 40px;
    padding-left: 0px;
    padding-bottom: 0px;
	line-height:40px;
	margin-right:10px;
}
.body .main .index_middle_3 .m3title {
    display: block;
    color: #911c1c;
    font: bold 14px/27px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
    margin-top: 0px;
    padding-left: 0px;
    width: 100%;
    height: 40px;
    background:#ececec;
	border-bottom:1px solid #CCC;
	line-height:40px;
	text-indent:1em;
}
.body .main .index_middle_3 .mxtjdemo {
    display: block;
    width: 100%;
    height: 200px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background: url(../images/index_mxtjbj.gif) no-repeat center center;
}
.body .main .link .ltitle {
    float: none;
    width: 100%;
    height: 40px;
    color: #911c1c;
    font: bold 14px/27px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	line-height:40px; border-bottom:1px solid #CCC;
}
.body .main .index_main .m_top_left {
    float: none ;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0;
}
.body .main .index_main  .t2 {
    width: 100%;
    height: auto;   
    overflow: hidden;
}
.body .main .index_main  .t2 .t2lists .t2desc {
    float: none;
    display: block;
    width: 100%;
    height: 156px;
    padding-top: 22px;
    padding-bottom: 18px;}
.body .main .index_main .t2 .t2lists {
    width: 100%;
    height: 196px;
    display: block;
    overflow: hidden;
    background: none;
}
.bannerx1{
	overflow:hidden;
	position:relative;
	width:100% !important;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	height:156px;
	display:block;
}
.bannerx1 .bannerul{
	position: relative;
	overflow: hidden;
	display:block;
	padding: 0px;
	margin: 0px;
	left: 0px;
}
.bannerx1 .bannerul li{
	position: relative;
	float: left;
	display:block;
	padding: 0px;
	width:300px;
	height:156px;
	margin: 0px;
}
.bannerx1 .bannerul li img{
	width:134px;
	height:134px;
	padding: 0px;
	margin: 0px;
	display:block;
}
.bannerx1 .bannerul li p{
	text-align: center;
}
.body .main .index_main .t2 .t2title .more {
    float: right;
    width: 80px;
    height: 35px;
}
.body .main .index_main  .t2 .t2title {
    width: 100%;
    height: 40px;
    display: block;
    background:#ececec;
    padding-bottom: 0px;
    padding-left: 0px;
	line-height:40px; border-bottom:1px solid #CCC;}
.body .main .index_middle_2 .im2 .im2d .textlist {
    width: 100%;
    height: auto;
    margin-left: 7px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0px auto;
    display: block;
    overflow: hidden;
}
.body .main .index_main .m_top_left .t1 .mtnotice {
    float: none;
    width: 100%;
    height: auto;   
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}.body .main .index_main .m_top_left .t1 .mtnotice .mtntitle {
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ececec;
    color: #8b1919;
    font: bold 14px/32px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
	border-bottom:1px solid #CCC;
	text-indent:1em;
	line-height:40px;
}
.body .main .link {
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    display: block;
}.body .main .link ul {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}.body .main .link .link_ul {
    float: none;
    display: block;
    width: 100%;
}
.body .main .index_main .m_top_right .i_contact{
	display:none;
	width:286px;
	height:284px;
	background: url(../images/index_contact.gif) no-repeat center center;
}.body .main .index_main .m_top_right .index_video {
    display: none;
    width: 286px;
    height: 239px;
    overflow: hidden;
}.wrap_menu{width:100%; height:auto; text-align:center;}
.logo_wrap{ text-align:left; margin-bottom:10px;}
.logo_wrap dl{ display:inline-block; vertical-align:middle; font-size:24px; font-weight:700;}
.wrap_menu img{ width:100px; padding:10px 0 5px 0;}
.wrap_menu ul{ background:#9F2323; width:100%; height:auto; height:80px; border:0px solid #FFF; font-size:14px; }
.wrap_menu ul li{ width:24.7%; border:1px solid #FFF; margin-left:-1px; margin-top:-1px; height:40px; float:left; line-height:40px;}
.wrap_menu ul li a{color:#FFF;}.menu{ width:100%; margin:20px auto;}
.menu a{color:#FFF;}
.menu ul{width:100%;}
.menu ul li{width:100%; line-height:40px; border-bottom:1px solid #353535; text-indent:3em;}
.menu ul li ul { background:#353535;}
.menu ul li ul li {border-bottom:1px solid #424242; text-indent:4em;}.pre{ float:left; }
.pre span{ margin-left:20px;  line-height:50px; font-size:16px; color:#FFF; font-weight:bold;}/*about*/
.body .main .about_main {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}.body .main .about_main .aleft .alcontact {
    margin: 0px auto;
    width: 100%;
    height: auto;
    padding-top: 81px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  
    display: none;
    overflow: hidden;
    background: url(../images/alalcontact.gif) no-repeat center center;
}
.body .main .about_main .aleft {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}.body .main .index_middle_3 .mxtjdemo .demo .indemo {
    float: left;
    width: 800%;
    height: 169px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    list-style: none;
}.body .main .about_main .aleft .altitle {
    width: 100%;
    height: 34px;
    display: block;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right:  0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
	line-height:32px;
	text-indent:1em;
    color: #323232;
    background: none;
    font: 16px/52px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}.body .main .about_main .aleft .allists {
    float: none;
    display: block;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 1px;
	width:100%;
}
.body .main .about_main .aleft .allists ul {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;	padding-bottom:10px; padding-top:10px;
}.body .main .about_main .aleft .allists, .body .main .about_main .aleft .allists a, .body .main .about_main .aleft .allists a:link, .body .main .about_main .aleft .allists a:visited, .body .main .about_main .aleft .allists a:active, .body .main .about_main .aleft .allists h1 {
    display: inline-block;
    font: 14px/40px 微软雅黑, 黑体, 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
    color: #555454;
}.body .main .about_main .aleft .allists ul li {
    float: left;
    margin-left: 0px;
    margin-right: -1px;
    margin-top: -1px;
    margin-bottom: 0px;
    display: inline-block;
    border: 1px solid #CCC;
    background: #FFF;
    width: 33%;
    height: 40px;
    line-height: 40px;
    padding-left: 0;
    text-align: center;
}.body .main .about_main .aleft .allists ul li .dian {
    float: left;
    display: none;
    height: 28px;
    color: #8b1919;
    padding-right: 4px;
    font: 20px/28px 宋体, 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
.body .main .about_main .amain {
    float: none;
    display: block;
    color: #333333;
	background:#FFF;
  	width:100%;
}.body .main .about_main .amain .amdesc {
    width: 96%;
    height: auto;
	margin:10px auto;
    padding-left:0px;
    padding-right:0px;
    font: 14px/24px 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}
  .body .main .about_main .amain .amdesc img
  { width:90%; text-align:center;height:auto;}
 .body .main .amain .amdesc .case_list ul li img {
    height: 150px;
} 
  .body .main .amain .amdesc .case_list .case_list-img1 {
    height: 140px;
}
 .body .main .amain .amdesc .case_list .case_list-img2 {
    height: 106px;
}
  .back {
	float:left;
    background: url(../images/back_bottom.png) no-repeat left;
    text-indent: 2em;
    width: 30px;
    height: 30px;
    display: block;
	margin-left:10px; margin-top:10px;
}
  .amtitle h1 {
    text-align: center;
}
  .amdesc p {
    line-height: 28px;
}
  .piuwf {
    height: auto!important;
    padding: 20px 0;
    text-indent: 0!important;
}
.piuwf h1 {
    text-align: left;
    padding: 0 15px;
    line-height: 30px;
}
  .body .main .about_main .amain .amtitle {
    color: #373737;
    font: 14px/40px 微软雅黑, 黑体, Microsoft YaHei, Verdana, Geneva, sans-serif;
    width: 100%;
    height: 40px;
    padding-left: 0px;
    background: #fff;
	border-bottom:1px solid #CCC;
	text-indent:1em;
}
.npage {
    text-align: center;
	width:90%;
	margin:10px auto;	padding-top:10px;
   
}.page_line{ width:100%; border-bottom:1px solid #CCC;}
.body .main .amain .amdesc .case_list {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 20px;
}.body .main .amain .amdesc .case_list ul {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}
  .srich {
    display: block;
}

.srich .nav_r {
    display: none;
}

.srich .menu ul li {
    border: none;
}
.srich .menu ul {
    overflow: hidden;
    clear: both;
}

.srich .nav {
    width: 100%!important;
}

.srich .top .header {
    width: 100%!important;
}
.srich .header .nav .logo {
    width: 100%!important;
}
.srich .header {width: 100%!important;height: auto!important;}
.srich .header .menu a:hover {
    border-bottom: none!important;
}
.srich .header .menu {
    height: auto!important;
  margin: 0px auto;
}

.srich .menu ul li a {
    height: auto!important;
    width: 100%;
    display: block!important;
    text-indent: 0;
    color: #FFF!important;
    padding: 6px 0;
}

.srich .menu ul li {
    height: auto!important;
    margin: 0!important;
    width: 33%!important;
    text-indent: 0;
    background: #9F2323;
}

.body .top .header .menu ul li {}

.srich .nav .logo span {
    font-size: 20px!important;
}
.lfooter {
    width: 100%;
    height: 70px;
    background-color: #000;
    position: fixed;
    bottom: 0px;
	left:0;
	font-size:14px;
	font-weight:bold;
}.lfooter ul li {
    width: 33%;
    height: auto;
    float: left;
    text-align: center;
    padding: 10px 0px;
}
.body .main .about_main .amain .amdesc .pbrief {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
}.body .main .about_main .amain .amdesc .pbrief .pbigimg {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    height: auto;
	text-align:center;
}
.body .main .about_main .amain .amdesc .pbrief .pbigimg img {
    width: 90%;
    height: auto;
    display: block;
	margin-left:5%;
}.body .main .about_main .amain .amdesc .pdt1 {
    display: block;
    color: #5a5a5a;
    border-bottom: #999 1px solid;
	margin-top:20px;
}
.body .main .about_main .amain .amdesc .pbrief .pbriefdesc {
    float: none;
    width: 100%;
    height: auto;
    display: block;
}.body .main .about_main .amain .amdesc .pdesc .pdbd {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 96%;
    height: auto;
}
.recommend-star {
    display: none;
}
/*手机幻灯广告*/
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:100%; height:146px; margin:20px auto; background:#333; position:relative; overflow:hidden;}
#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left;}#playBox .oUlplay li img{ width:768px;}#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../images/l.png) no-repeat; position:absolute; top:50px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../images/r.png) no-repeat; position:absolute; top:70px; right:10px; z-index:10;}#playBox .smalltitle {width:100%; height:10px; position:absolute; bottom:4px; z-index:10}
#playBox .smalltitle ul{ width:120px; margin:0 auto;}
#playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle .thistitle{ background:#69aaec;}
/*手机首页合影滚动图片*/
.wrap_hy{ width:100%;}
.mt14{margin-top:14px;}
.mr_t1 { background: url(../images/mr_1px.jpg) repeat-x left bottom; height: 40px; padding-right: 16px; }
.mr_t1name { font: bold 16px/40px "微软雅黑"; color: #FFF; background: #2257A2 url(../images/mr_t1bg.jpg) no-repeat right top; height: 40px; width: 120px; padding-left: 21px; float: left; }
.mr_t1name img { float: left; margin-top: 9px; margin-right: 6px; display: inline; }
.mr_frbox { border-right: 1px solid #DEDEDE; border-bottom: 0px solid #DEDEDE; border-left: 1px solid #DEDEDE; padding: 24px 10px 0px; }
.mr_frBtnL { float: left; margin: 28px 22px 0px 0px; cursor: pointer; display: inline; margin-top:130px;  position:absolute; z-index:999999; left:10px}
.mr_frUl { float: left;  width: 100%; overflow:hidden; margin-bottom:10px; display:block;}
.mr_frBtnR { float: right; margin-top: 18%; cursor: pointer; z-index:999999;inline;   position:absolute; right:10px;}
.mr_frUl ul li { display: inline; float: left; width: 100%; margin-right: 13px; overflow: hidden; z-index:9px; }
.mr_frUl ul li a{ width:45%; display: inline-block; margin:0 10px; text-align:center;}
.mr_frUl ul li a img { display: block; margin-bottom: 7px; border: 1px solid #D8D8D8; width:100%; }.ttext {float: left;font-weight: 700;font-size: 16px;}
.more {float: right;}
/*手机首页合影滚动图片-end*/
/*经典案例，明星推荐*/
.tabBar{width:100%;font-family:"Microsoft YaHei";margin:6px auto;}
.tabBar .hd ul{z-index:5;position:relative;zoom:1;}
.tabBar .hd li{float:left;height:36px;line-height:36px;margin-top:4px;padding:0px 16px 0px 16px;margin-right:5px;color:#333333;border:1px solid #c8d1d5;border-bottom:0px;cursor:pointer; font-size:14px;}
.tabBar .hd li.on{height:36px;line-height:36px;font-weight:bold;overflow:hidden;margin-top:0px;position:relative;top:1px;border-top:2px solid #004ea2;background:#fff; font-size:14px;}
.tabBar .hd li.on span{font-weight:bold;color:#c00;}
.tabBar .bd{border-top:1px solid #C8D1D5; clear:both;position:relative;height:auto;overflow:hidden;}
.tabBar .bd .conWrap{width:100%;}
.tabBar .prev,.tabBar .next{position:absolute;left:10px;top:290px;}
.tabBar .next{left:auto;right:10px;}
.tabBar .prevStop,.tabBar .nextStop{display:none;}
.tabBar .bd p{padding:5px 0; line-height:20px;  text-align:center;}/*经典案例，明星推荐_end*/
.t_img img{ width:100%; margin:20px auto;}
.liucen img{ width:100%; margin:20px auto;}
.in_case_l {
    width: 66%;
    float: none;
     margin:0;
	text-align:center;
}.in_case_l .in_case li {
    position: relative;
    width: 48%;
    background: #f5f5f5;
    margin: 0 1% 15px;
	float:left;
} .in_case_r {
    width: 33%;
    float: right;
	margin:0;
   
}
.in_case_r .in_case li {
    width: 100%;
    background: #f5f5f5;
    margin: 0 0.5% px;
	float:left;
}.inews_l {
    width: 96%;
	margin:0 auto;
}
.inews_r {
   width: 96%;
	margin:0 auto;
}
.news_list{ font-size:14px; font-weight:normal;}
.news_list ul{line-height:26px;}
.dian{line-height:10px; height:10px; padding:0 5px;}
.mlltitle{font-weight:normal; font-size:14px;}
.newsl_title{font-weight:normal; font-size:14px;}.body .top .location .location_bg .search .input {
    float: left;
    width: 350px;
    height: 40px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #c7c7c7;
    line-height: 40px;
    padding-left: 30px;
    background: url(../images/search.png) no-repeat 6px center;
    font: 14px/32px 微软雅黑, 黑体， 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
    color: #666;
}.body .top .location .location_bg .search .submit {
    float: left;
    margin-left: 0px;
    width: 60px;
    height: 40px;
    display: block;
    overflow: hidden;
    background: #F00;
    border: none;
    outline: none;
    color: #fff;
}.body .top .location .location_bg .search {
    margin-top: 9px;
    margin-bottom: 9px;
    height: 32px;
    cursor: pointer;
    float: right;    
	width:100%;
}	}
@media(max-width:767px){
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../images/l.png) no-repeat; position:absolute; top:50px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../images/r.png) no-repeat; position:absolute; top:70px; right:10px; z-index:10;}#playBox{ width:100%; height:150px; margin:20px auto; background:#333; position:relative; overflow:hidden;}	#playBox .oUlplay li img{ width:767px;}
	}
@media(max-width:640px){
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../images/l.png) no-repeat; position:absolute; top:30px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../images/r.png) no-repeat; position:absolute; top:50px; right:10px; z-index:10;}#playBox{ width:100%; height:100px; margin:20px auto; background:#333; position:relative; overflow:hidden;}#playBox .oUlplay li img{ width:640px;}.body .main .amain .amdesc .case_list ul li {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 150px;
    list-style: none outside none;
}.body .main .index_middle_2 .im2 .im2d .imglist ul li {
    float: left;
    margin: 10px;
    width: 30%;
    height: 220px;
    display: block;
}.body .main .index_middle_2 .im2 .im2d .imglist img {
    width: 100%;
    height: 180px;
    display: block;
    border: #b3b3b3 3px solid;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 4px;
}/*案例、推荐明星*/.body .main .index_middle_1 .m_middle_1r .index_case_l {
    display: block;
    width: 95%;
    height: 550px;
    overflow: hidden;
    margin: 10px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li {
    float: left;
    width: 30%;   
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
    margin-bottom: 10px;
	border: #cda7a7 1px solid;
	padding:2px;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li img {
    width: 100%;   
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
    
}
.tabBar .prev,.tabBar .next{position:absolute;left:10px;top: auto;}
.tabBar .next{left:auto;right:10px;}
.tabBar .prevStop,.tabBar .nextStop{display:none;}
.top_case{position:absolute; top:275px; height:40px; border:0px solid #F00; width:100%;}/*案例、推荐明星_end*/
/*报价*/.body .main .index_middle_1 .m_middle_1r .index_baojia_l {
    display: block;
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li {
    float: left;
    width: 22%;
    height: 180px;
    overflow: hidden;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 6px;
    margin-bottom: 10px;
	border: #cda7a7 1px solid;
	padding:2px;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li img {
    width: 100%;
    height: 140px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
    
}
.tabBar .prev,.tabBar .next{position:absolute;left:10px;top: auto;}
.tabBar .next{left:auto;right:10px;}
.tabBar .prevStop,.tabBar .nextStop{display:none;}.top_bj{position:absolute; top:180px; height:40px; border:0px solid #F00; width:100%;}/*文字*/.body .main .index_middle_1 .m_middle_1r .index_baojia_l .textlist  ul li {
    float: left;
    width: 22%;
    height: 20px;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
	padding:2px;
	text-align:left;
}
/*报价-end*/.t2title{ width:96%; margin:10px auto 0 auto;}
.ttext{float:left; font-weight:700; font-size:16px;}
.more{float:right;}
.mr_frUl ul li { display: inline; float: left; width: 100%; margin-right: 13px; overflow: hidden; z-index:9px; }
.mr_frUl ul li a{ width:45%; display: inline-block; margin:0 5px; text-align:center;}
.mr_frUl ul li a img { display: block; margin-bottom: 7px; border: 1px solid #D8D8D8; width:100%; }
	}
@media(max-width:600px){
.body .main .index_middle_2 .im2 .im2d .imglist ul li {
    float: left;
    margin: 10px;
    width: 28%;
    height: 200px;
    display: block;
}.body .main .index_middle_2 .im2 .im2d .imglist img {
    width: 100%;
    height: 160px;
    display: block;
    border: #b3b3b3 3px solid;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 4px;
}.body .main .amain .amdesc .case_list ul li {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 150px;
    list-style: none outside none;
}	}
@media(max-width:480px){
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../images/l.png) no-repeat; position:absolute; top:20px; left:10px; z-index:10;display:none;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../images/r.png) no-repeat; position:absolute; top:50px; right:10px; z-index:10;display:none;}#playBox{ width:100%; margin:20px auto; background:#333; position:relative; overflow:hidden;}#playBox .oUlplay li img{ width:500px;}	.body .top .location {
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    background: none;
    border-bottom: 0px solid #999;
    padding-bottom: 0px;
}.body .top .location .location_bg {
    overflow: hidden;
    display: block;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    background: none;
    border-bottom: 0px solid #666;
    line-height: 50px;
}
.body .top .location .location_bg .ldesc {
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 1px;
    width: 70%;
    height: auto;
    color: #ff0000;
    line-height: 50px;
    display: block;
    overflow: hidden;
    font: 12px/22px 微软雅黑, 黑体， 宋体, Microsoft YaHei, Verdana, Geneva, sans-serif;
}.body .main .index_middle_2 .im2 .im2d .imglist ul li {
    float: left;
    margin: 10px;
    width: 45%;
    height: 250px;
    display: block;
	text-align:center;
}.body .main .index_middle_2 .im2 .im2d .imglist img {
    width: 100%;
    height: 210px;
    display: block;
    border: #b3b3b3 3px solid;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 4px;
}	.body .main .index_middle_2 .im2 .im2d .textlist ul {
    height: 96px;
    display: block;
	margin:0 auto;
}.body .main .index_middle_2 .im2 .im2d .textlist ul li {
    float: left;
    margin-left: 20px;
    width: 42%;
    height: 24px;
    display: block;
	text-align:left;
}.body .main .index_middle_2 .im2 .im2d ul li .title {
    color: #666666;
    height: 24px;
    overflow: hidden;
    font: 12px/24px 宋体, 黑体, 微软雅黑, Microsoft YaHei, Verdana, Geneva, sans-serif;
    text-align: center;
}.body .main .index_middle_2 .im2 .im2d ul li .title2 {
    color: #666666;
    height: 24px;
    overflow: hidden;
    font: 12px/24px 宋体, 黑体, 微软雅黑, Microsoft YaHei, Verdana, Geneva, sans-serif;
    text-align: left;
}.body .main .index_middle_2 .im2 .im2d ul li .title2 .dw {
    color: #ab0a4a;
    font-weight: 700;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l {
    display: block;
    width: 95%;
    height: 480px;
    overflow: hidden;
    margin: 10px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li {
    float: left;
    width: 45%;    
    overflow: hidden;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 6px;
    margin-bottom: 10px;
	border: #cda7a7 1px solid;
	padding:2px;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li img {
    width: 100%;    
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
    
}
.tabBar .prev,.tabBar .next{position:absolute;left:10px;top:auto;}
.tabBar .next{left:auto;right:10px;}
.tabBar .prevStop,.tabBar .nextStop{display:none;}
.top_case{position:absolute; top:245px; height:40px; border:0px solid #F00; width:100%;}
/*报价*/.body .main .index_middle_1 .m_middle_1r .index_baojia_l {
    display: block;
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li {
    float: left;
    width: 45%;
    height: 240px;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
    margin-bottom: 10px;
	border: #cda7a7 1px solid;
	padding:2px;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li img {
    width: 100%;
    height: 200px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
    
}
.tabBar .prev,.tabBar .next{position:absolute;left:10px;top: auto;}
.tabBar .next{left:auto;right:10px;}
.tabBar .prevStop,.tabBar .nextStop{display:none;}
.top_bj{position:absolute; top:265px; height:40px; border:0px solid #F00; width:100%;}/*文字*/.body .main .index_middle_1 .m_middle_1r .index_baojia_l .textlist  ul li {
    float: left;
    width: 25%;
    height: 20px;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
	padding:2px;
	text-align:left;
}
/*报价-end*/.top_news{position:absolute; top:100px; height:40px; border:0px solid #F00; width:100%;}	}
@media(max-width:414px){.body .main .index_middle_2 .im2 .im2d .imglist ul li {
    float: left;
    margin: 10px;
    width: 40%;
    height: 200px;
    display: block;
}.body .main .index_middle_2 .im2 .im2d .imglist img {
    width: 100%;
    height: 160px;
    display: block;
    border: #b3b3b3 3px solid;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 4px;
}	.body .main .index_middle_1 .m_middle_1r .index_case_l {
    display: block;
    width: 95%;
    height: 440px;
    overflow: hidden;
    margin: 10px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li {
    float: left;
    width: 45%;
    height: 200px;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 6px;
    margin-bottom: 10px;
	border: #cda7a7 1px solid;
	padding:2px;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li img {
    width: 100%;
    height: 120px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
    
}
.tabBar .prev,.tabBar .next{position:absolute;left:10px;top:225px;}
.tabBar .next{left:auto;right:10px;}
.tabBar .prevStop,.tabBar .nextStop{display:none;}
.top_case{position:absolute; top:225px; height:40px; border:0px solid #F00; width:100%;}
/*报价*/.body .main .index_middle_1 .m_middle_1r .index_baojia_l {
    display: block;
    width: 95%;
    
    overflow: hidden;
    margin: 10px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li {
    float: left;
    width: 45%;
    height: 220px;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
    margin-bottom: 10px;
	border: #cda7a7 1px solid;
	padding:2px;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li img {
    width: 100%;
    height: 180px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
    
}
.tabBar .prev,.tabBar .next{position:absolute;left:10px;top: auto;}
.tabBar .next{left:auto;right:10px;}
.tabBar .prevStop,.tabBar .nextStop{display:none;}
.top_bj{position:absolute; top:245px; height:40px; border:0px solid #F00; width:100%;}/*文字*/.body .main .index_middle_1 .m_middle_1r .index_baojia_l .textlist  ul li {
    float: left;
    width: 25%;
    height: 20px;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
	padding:2px;
	text-align:left;
}
/*报价-end*/	}
@media(max-width:375px){
.body .main .index_middle_2 .im2 .im2d .imglist ul li {
    float: left;
    margin: 10px;
    width: 40%;
    height: 170px;
    display: block;
}.body .main .amain .amdesc .case_list ul li {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 150px;
    height: 185px;
    list-style: none outside none;
}
.body .main .index_middle_2 .im2 .im2d .imglist img {
    width: 100%;
    height: 140px;
    display: block;
    border: #b3b3b3 3px solid;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 4px;
}	/*报价*/.body .main .index_middle_1 .m_middle_1r .index_baojia_l {
    display: block;
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li {
    float: left;
    width: 44%;
    height: 200px;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
    margin-bottom: 10px;
	border: #cda7a7 1px solid;
	padding:2px;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li img {
    width: 100%;
    height: 160px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
    
}
.tabBar .prev,.tabBar .next{position:absolute;left:10px;top: auto;}
.tabBar .next{left:auto;right:10px;}
.tabBar .prevStop,.tabBar .nextStop{display:none;}
.top_bj{position:absolute; top:245px; height:40px; border:0px solid #F00; width:100%;}/*文字*/.body .main .index_middle_1 .m_middle_1r .index_baojia_l .textlist  ul li {
    float: left;
    width: 29%;
    height: auto;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
	padding:2px;
	text-align:left;
}
/*报价-end*/
	}
@media(max-width:320px){
.body .main .index_middle_1 .m_middle_1r .index_case_l {
    display: block;
    width: 95%;
    height: 440px;
    overflow: hidden;
    margin: 10px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li {
    float: left;
    width: 30%;
    height: 200px;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 6px;
    margin-bottom: 10px;
	border: #cda7a7 1px solid;
	padding:2px;
}
.body .main .index_middle_1 .m_middle_1r .index_case_l .index_case_list ul li img {
    width: 100%;
    height: 100px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
    
}
.tabBar .prev,.tabBar .next{position:absolute;left:10px;top:225px;}
.tabBar .next{left:auto;right:10px;}
.tabBar .prevStop,.tabBar .nextStop{display:none;}
.top_case{position:absolute; top:225px; height:40px; border:0px solid #F00; width:100%;}.wrap_menu ul li {
    width: 24.6%;
    border: 1px solid #FFF;
    margin-left: -1px;
    margin-top: -1px;
    height: 40px;
    float: left;
    line-height: 40px;
}.body .main .index_middle_2 .im2 .im2d .imglist ul li {
    float: left;
    margin: 10px;
    width: 40%;
    height: 150px;
    display: block;
}.body .main .amain .amdesc .case_list ul li {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 130px;
    height: 180px;
    list-style: none outside none;
	overflow:hidden;
	border: #ececec 1px solid;
	text-align:center;
	background:#FFF;
}.body .main .amain .amdesc .case_list ul li p {
    text-align: center;
    font: 12px/29px Arial,'宋体','SimSun',Sans-Serif;
    width: 100%;
    height: 29px;
    padding: 0px;
    margin: 0px;
    display: block;
    overflow: hidden;
}.body .main .amain .amdesc .case_list ul li img {
    border: 0;
    width: 120px;
    height: 120px;
    display: block;
}.body .main .index_middle_2 .im2 .im2d .imglist img {
    width: 100%;
    height: 120px;
    display: block;
    border: #b3b3b3 3px solid;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 4px;
}.body .top .location {
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    background: none;
    border-bottom: 0px solid #999;
    padding-bottom: 0px;
}
.body .top .location .location_bg {
    overflow: hidden;
    display: block;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    background: none;
    border-bottom: 0px solid #666;
    line-height: 50px;
}/*报价*/.body .main .index_middle_1 .m_middle_1r .index_baojia_l {
    display: block;
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li {
    float: left;
    width: 44%;
    height: 180px;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
    margin-bottom: 10px;
	border: #cda7a7 1px solid;
	padding:2px;
}
.body .main .index_middle_1 .m_middle_1r .index_baojia_l .index_baojia_list ul li img {
    width: 100%;
    height: 140px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
    
}
.tabBar .prev,.tabBar .next{position:absolute;left:10px;top: auto;}
.tabBar .next{left:auto;right:10px;}
.tabBar .prevStop,.tabBar .nextStop{display:none;}
.top_bj{position:absolute; top:200px; height:40px; border:0px solid #F00; width:100%;}/*文字*/.body .main .index_middle_1 .m_middle_1r .index_baojia_l .textlist  ul li {
    float: left;
    width: 45%;
    height: auto;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: #cda7a7 0px solid;
	padding:2px;
	text-align:left;
}
/*报价-end*/.mr_frbox {
    height: 300px;
    border-right: 1px solid #DEDEDE;
    border-bottom: 0px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    padding: 24px 2px 0px;
}
.mr_frUl ul li {
    display: inline;
    float: left;
    height: 300px;
    width: 102px;
    margin-right: 4px;
    overflow: hidden;
    z-index: 9px;
}
* {
    margin: 0;
    padding: 0;
}
.mr_frUl ul li img {
    display: block;
    margin-bottom: 7px;
    border: 1px solid #D8D8D8;
    height: 100px;
}
img {
    border: none;
}
* {
    margin: 0;
    padding: 0;
}.mr_frBtnL { float: left; margin: 28px 22px 0px 0px; cursor: pointer; display: inline; margin-top:103px;  position:absolute; z-index:999999; left:10px}.mr_frBtnR { float: right; margin-top: 28px; cursor: pointer; z-index:999999;inline;  margin-top:103px; position:absolute; right:10px;}
	}
.arc {
    border-top: #999 1px solid;
    padding-top: 10px;
  	width:96%;
  	margin:0 auto;
}


.recommend-star-lists{
  	width: 100%;
	display: inline-flex;
}
.recommend-star-lists>li{
	padding: 0px 20px;
  	width:22%;
}
.recommend-star-lists img{
	width: 100%;
  	height : 209px;
							
}
.recommend-star-name{
	text-align: center;
  	display: block;
  	margin-top: 10px;
}
.recommend-star-name:hover{
	cursor: pointer;
}

.rand-list li{
	width: 100%;
	text-align: center;
}
.rand-list li a{
	width: 100%;
    display: block;
}
.rand-list li a:hover{
	cursor: pointer;
}

.start-category{
		text-align: center;
	}
.start-category ul{
	display: flex;
	max-width: 500px;
	width: 80%;
	margin: auto;
}
.start-category li {
	height: 40px;
	line-height: 40px;
	flex-grow: 1;
	cursor: default;
}
.start-category li.select_active {
	background: red;
	color: white;
}
.home-recommend-start .caselili .img img{
	height:229px!important;
}
.home-recommend-start.hidden{
	display:none;
}
.amlist p {
    margin: 15px 0;
    font-size: 15px;
}
.pdb ul li {
    margin: 10px 0;
}
.home_seo_title{
      position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 7x 0px;
    font-size: 15px;
  	text-align: center;
}
.pdbd p a {
    color: #fb9805;
}
.t_img.abus {
    width: 1200px;
    margin: 0 auto;
}
.amlist a {
    color: red;
}
.pdt1 h2 {
    display: inline;
    font-size: 16px;
    color: #373737;
}
.arc p {
    margin: 10px 0;
    line-height: 26px;
    font-size: 15px;
}
.titme {
    clear: both;
    overflow: hidden;
}

.titme h1 {
    float: left;
}

.titme span {
    float: right;
    color: #999;
    font-size: 13px;
}

/*在线客服 开始*/
.scrollsidebar{position:absolute; z-index:999; top:350px;right:0}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(/images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(/images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}
.side_title, .side_blue .side_title { background-position: -195px 0;}
.side_bottom, .side_blue .side_bottom {background-position: -195px -50px;}
.side_center, .side_blue .side_center {background: url(/images/blue_line.png) repeat-y center;}
.show_btn, .side_blue .show_btn {background-position: -119px 0;}
/* ======  联系浮窗手机端默认收起  ====== */
@media screen and (max-width:767px) {
      .scrollsidebar .side_content {
        width: 0;
      }
      .scrollsidebar .show_btn {
        width: 25px;
      }
       .titme {
        overflow: inherit;
        clear: inherit;
        height: auto!important;
        text-align: center;
      }

      .titme h1 {
          float: none;
          font-size: 22px;
      }
      .titme span {
          float: none;
      }
      .starlt {
        display: none!important;
    }
}
/*在线客服 结束*/
.amtitle h1 {
    font-size: 18px;
}
.amdesc p {
    font-size: 15px;
    margin: 10px 0;
}
.amtitle h1 {
    font-size: 18px;
}
.kuwd ul li {
    float: left;
    width: 220px;
    margin: 10px 10px;
}

.kuwd ul li img {
    width: 100%;
}

.kuwd ul li p {
    text-align: center;
    font-size: 16px;
    padding: 10px 0 10px 0;
}

.kuwdimg {
    position: relative;
    overflow: hidden;
}

.liwsc {
    position: absolute;
    background: black;
    left: 0;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    opacity: .7;
    font-size: 15px;
    line-height: 28px;
    bottom: -200px;
      transition: all .2s linear;
}

.kuwd  li .liwsc p {
    padding: 0;
}

.liwsc div {
    margin: 15px 0 0;
}
@media screen and (min-width: 1200px) {
  .kuwd ul li:hover .liwsc {
      display: block;
      top: 0;
      padding: 50px 20px;
  }
}
.amlist h2 {
    margin: 20px 0 15px;
    font-size: 18px;
    padding: 0 0 0 10px;
    border-left: 4px solid #F44336;
}
.uiwvv {
    margin: 30px 0 10px;
    font-size: 15px;
    padding: 10px 0;
    border-top: 1px dotted #ccc;
}
.uiwvv li  a {
    font-size: 15px;
}
.uiwvv li {
  margin: 10px 0;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clearfix:after{
     content:".";        
     display:block;        
     height:0;        
     clear:both;        
     visibility:hidden;        

}
.clearfix{zoom:1}
#tasgsw {
    display: none;
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    z-index: 999;
}
#wghe {
    position: fixed;
    top: 50%;
    width: 80%;
    background: #fff;
    padding: 30px 0;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
    margin-top: -90px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}
.wnhc {
    width: 50px;
    margin: 0 auto;
}
.wwyy {
    font-size: 16px;
    font-weight: bold;
}
.cdeg {
    font-size: 16px;
    margin: 5px;
}
.bfaw {
    font-size: 16px;
}
.jiwrh a {
    background-color: #1aad17;
    border-radius: 0.50951087rem;
    width: 8.15217391rem;
    height: 2.54755435rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
.jiwrh p {
    font-size: 13px;
    margin: 10px 0 0;
}
.wnhc img {
    width: 100%;
}


























