/*头部开始*/
.h-top{
	height: 40px;
	background-color: #E8E8E8;
	line-height: 40px;
}
.h-top-l {

	float: left;
}
.h-top-r{
	float: right;
}
.h-mid{
	height: 88px;
	background-color: #E8E9EB;
}
.h-mid-l{
	margin-top: 3px;
	width: 700px;
	float: left;
}
.h-mid-l .logo{
	float: left;
	margin: 16px 10px 0 0 ;
}
.h-mid-l .logo-txt{
	margin-top: 15px;
	padding-left: 15px;
	float: left;
	height: 65px;
	border-left: 1px solid #ccc;
}
.h-mid-l-t1{
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
.h-mid-l-t2{
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.h-mid-r{
	margin-top: 22px;
	float: right;
}
.nav {
	height: 50px;
    background-color: #009B4D;
}
.nav ul li{
	float: left;
	width: 125px;
    height: 50px;

}
.nav ul li a {
	display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    background: url(../images/nav-line.png) no-repeat right 50%;
}
.nav ul a:hover{
	color: #009B4D;
    background: #fff;
}
/*头部结束*/
/*轮播图开始*/
.banner{
	height: 350px;
	background: url(../images/ban1.jpg) center center no-repeat;
}
/*轮播图结束*/
/*热搜词开始*/
/*.hot-keywords{
	height: 50px;
	line-height: 50px;
}*/
/*热搜词结束*/
.h1 {
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    background: #ccc;
}
/*首页主体开始*/
.index-main{
	overflow: hidden;
    margin: 0 auto;
   /* border: 1px solid #d6d6d6;*/
    padding: 10px;
   /* background: #fff;*/
    margin-bottom: 15px;
}
/*首页左侧栏目开始*/
.main-left{
	width: 23%;
	float: left;
}
.main-l-prolist h2{
	text-align: left;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    background-color: #009B4D;
}
.main-l-prolist h3{
    text-align: left;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    background-color: #009B4D;
}
.main-l-prolist>p{
    text-align: left;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    background-color: #009B4D;
}
.main-l-prolist  ul {
	margin: 0px;
    margin-top: 5px;
}
.main-l-prolist li{
	height: 45px;
	line-height: 45px;
	background: #f1f1f1;
    margin: 2.5px 0;
    text-align: left;
    padding-left: 15px;
}
.main-l-prolist li strong{
    text-indent: 50px;
    font-weight: 400;
    font-size: 16px;
}
/*.main-l-prolist ul li span{
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
}
.main-l-prolist ul li span img{
    max-width: 40px;
    max-height: 40px;
}*/
.main-l-prolist li:hover{
	background-color: #009B4D;
}
.main-l-prolist li:hover{
    color: #fff;
}
.main-l-prolist li:hover a{
	color: #fff;
}
/*.main-l-prolist li:hover a:after{
	content: ">";
	float: right;
	margin-right: 10px;
}*/
/*左侧案例列表开始*/
.main-l-case{
    width: 100%;
    background: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 40px;
}
.main-l-case .case-con{
    width: 100%;
    margin: 0 auto;
}
.main-l-case .case-title{
    font-size: 18px;
    font-weight: bold;
    color: #009B4D;
    padding: 10px 0;
}
.main-l-case .case-list{
    width: 100%;
    margin-top: 10px;
    padding: 0px;
    height: auto;
    overflow: hidden;
}
.main-l-case .case-list li{
    padding: 3px 5px;
    text-align: center;
}
.main-l-case .case-list li a{
    display: block;
    border: 5px solid #fff;
    box-shadow: 0 0 3px #999;
    border-radius: 4px;
    transition: 0.8s;
}
.main-l-case .case-list li span{
    display: block;
    width: 100%;
    white-space: nowrap;
    color: #313131;
    position: relative;
    overflow: hidden;
}
.main-l-case .case-list li img{
    max-width: 100%;
    transition: 0.8s;
    margin-bottom: 7px;
}
.main-l-case .case-list li p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px 0;
    background: #009B4D;
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 6px;
}
.main-l-case .case-list li a:hover img{
    transform: scale(1.1);
}
/*左侧案例列表结束*/
.main-l-lx{
     margin-top: 15px;
}
.main-l-lx h4{
	height: 48px;
    line-height: 48px;
    color: #009B4D;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px dotted #dedede;
}
.main-l-lx h5{
	color: #333;
    font-size: 17px;
    font-weight: 400;
}
.main-l-lx .img{
	display: block;
    padding: 5px;
    text-align: center;
    border: 1px solid #e8e9eb;
    margin: 10px 0;
}
.main-l-lx img{
	width: 100%;
	height: 100%;
}
.main-l-lx p{
	color: #737373;
    line-height: 23px;
    font-size: 16px;
}
/*首页左侧栏目结束*/
/*首页右侧主体开始*/
.index-main-right{
	width: 74%;
    float: right;
    padding-left: 1%;
    margin-left: 1%;
    /*border-left: 1px solid #dedede;*/
}
/*首页产品列表开始*/
.main-r-prolist{
	width: 100%;
    overflow: hidden;
    height: auto;
    display: block;
}
.main-r-prolist ul{
	float: left;
    width: 100%;
    overflow: hidden;
    height: auto;
}
.main-r-prolist ul li{
	display: block;
	height: auto;
	float: left;
    width: 31%;
    margin: 5px 1%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    background: #fff;
    border: 1px solid #009B4D;
    padding-bottom: 14px;
    box-shadow: 0 0 8px #dbdbdb;
}
.main-r-prolist ul li .img{
    overflow: hidden;
    max-width: 100%;
    position: relative;
    height: 0;
    padding-top: 100%;
}
.main-r-prolist ul li .img img{
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
    top: 0;
    position: absolute;
}
.main-r-prolist li>a{
	display: block;
	width: 100%;
    margin: 0px auto;
    margin-bottom: 44px;
    margin-top: 20px;
}
.main-r-prolist li a img{
	width: 100%;
    height: 265px;
    transition: .8s;
}
.main-r-prolist ul li:hover img{
	transform: scale(1.2);
}
.main-r-prolist li strong{
    display: block;
	position: absolute;
    width: 100%;
    bottom: -42px;
    margin: 0px auto;
    margin-bottom: 44px;
    margin-top: 0px;
}
.main-r-prolist li strong{
	width: 100%;
    text-align: center;
    display: block;
    height: auto;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    background: #009B4D;
    padding: 5px 0px;
}
.main-r-prolist li strong a{
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    background: #009B4D;
    padding: 5px 0px;
}
.main-r-prolist li h2{
    display: block;
    position: absolute;
    width: 100%;
    bottom: -42px;
    margin: 0px auto;
    margin-bottom: 44px;
    margin-top: 0px;
}
.main-r-prolist li h2{
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    background: #009B4D;
    padding: 5px 0px;
}
.main-r-prolist li h2 a{
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    background: #009B4D;
    padding: 5px 0px;
}
.main-r-pro-title{
    width: 100%;
    margin-bottom: 10px;
}
.main-r-pro-title p{
    text-align: left;
    font-size: 18px;
    float: left;
    line-height: 1;
    font-weight: 700;
    color: #009B4D;
    margin-right: 8px;
}
.main-r-pro-title span{
    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 3px;
    color: #393939;
}
i.prolist-tit {
    position: absolute;
    width: 100%;
    bottom: 260px;
    margin: 0px auto;
    margin-bottom: 48px;
    margin-top: 0px;
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: 700;
    text-shadow: 1px 1px 0px  #ccc;
}
/*首页产品列表结束*/
.index-title-center{
    text-align: center;
}
.index-title-center p{
    /*text-align: left;*/
    font-size: 24px;
    /*float: left;*/
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/in_title_bg.png) no-repeat center bottom;
    font-weight: 700;
   /* color: #009B4D;*/
    /*margin-right: 8px;*/
}
.index-title-center span{
    display: block;
    /*text-align: left;*/
    font-size: 14px;
    margin-top: 3px;
    color: #393939;
    font-weight: 400;
}
/*首页应用*/
.main-r-yingyong-title p{
    /*text-align: left;*/
    font-size: 24px;
    /*float: left;*/
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/in_title_bg.png) no-repeat center bottom;
    font-weight: 700;
    color: #fff;
    /*margin-right: 8px;*/
}
.main-r-yingyong-title span{
    display: block;
    /*text-align: left;*/
    font-size: 14px;
    margin-top: 3px;
    color: #fff;
}
.index-yingyong{
    margin-top: 40px;
}
.main-r-yingyong .txt{
    margin-top: 15px;
    color: #efefef;
}
.index-yingyong li{
    display: block;
    width: 16.66667%;
    float: left;
    border: 1px solid #bbbbbb;
    transition: .8s;
    text-align: center;
    min-height: 187px;
    padding-top: 15px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.index-yingyong li::before{
    content: " ";
    position: absolute;
    top: 0px;
    left: -100%;
    transition: .8s;
    width: 100%;
    height: 100%;
    background: #efefef;
    z-index: -1;
}
.index-yingyong li:hover::before{
    left: 0;
}
.index-yingyong li:hover {
    border: 1px solid #fff;
}
.index-yingyong li:hover p,.index-yingyong li:hover span i{
    color: #009B4D;
}

.index-yingyong li span {
    display: block;
    text-align: center;
    /*margin-bottom: 19px;*/
}
.index-yingyong  li p {
    display: block;
    transition: .8s;
    font-size: 16px;
    color: #efefef;
}
.iconfont {
    font-size: 80px;
    color: #efefef;
}
/*首页应用结束*/
/*首页价格和问题专区*/
.main-right-wendajg{
  /*  width: 1100px;*/
    margin: 0 auto;
    padding: 30px 0;
/*    padding-top: 40px;*/
}
.main-right-wendajg .baike {
    display: inline-block;
    width: 32%;
    padding-right: 34px;
    background: url(../images/wdbg.png) no-repeat right center;
    box-sizing: border-box;
}
.main-right-wendajg h2 {
    color: #111111;
    font-size: 20px;
    font-weight: 500;
    background: url(../images/c6t.png) repeat-x bottom;
    height: 60px;
    padding-left: 14px;
    margin-top: 15px;
}
.main-right-wendajg h2 b {
    font-weight: normal;
    color: #999999;
    font-size: 14px;
    text-transform: uppercase;
}
.main-right-wendajg h2 a {
    display: block;
    float: right;
    width: 49px;
    height: 30px;
    background: none;
    padding: 0;
    border: none;
    line-height: 30px;
    font-size: 14px;
}
.main-right-wendajg .baike .witness-list {
    width: 100%;
    margin-top: 15px;
}
.witness-list a{
    font-size:16px;
    border:1px solid #ccc;
    margin-bottom:5px;
    display:inline-block;
    padding:2px 5px;
}
.baike .witness-list .witness-item {
    padding: 6px 0;
    border-bottom: 1px dashed #bdbdbd;
}
.baike .witness-list .witness-item {
    padding: 6px 0;
    border-bottom: 1px dashed #bdbdbd;
}
.baike .witness-list .witness-item a {
    padding: 6px 0;
    /* padding-left: 26px; */
    background-position: left 8px;
    background-repeat: no-repeat;
    /* background-image: url(../images/tw_ico.png); */
    font-weight: bold;
    color: #0079c8;
}
 .baike .witness-list .witness-item p {
    padding: 6px 0;
    /* padding-left: 26px; */
    background-position: left 8px;
    background-repeat: no-repeat;
    line-height: 20px;
    /* background-image: url(../images/jd_ico.png); */
    color: #333;
}
.main-right-wendajg .jianz {
    display: inline-block;
    width: 65%;
    float: right;
}
.main-right-wendajg .jianz .jianz-list {
    height: 350px;
    overflow: hidden;
}
.jianz .jianz-list li img{
    width: 80%;
}
.main-right-wendajg .jianz .jianz-list ul {
    margin-bottom: 0;
}
.main-right-wendajg .jianz li.jianz-item {
    display: block;
    width: 100%;
    float: left;
    padding-top: 18px;
    box-sizing: border-box;
}
.jianz li.jianz-item .fl{
    width: 30%;
    height: 114px;
    overflow: hidden;
}
.jianz li a.smore {
    float: right;
    margin-right: 18px;
    padding: 5px 15px;
    background: #ccc;
}



/*首页关于我们开始*/
.main-r-about{
    padding-top: 40px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    background: url(../images/line.png) repeat-x left bottom;
}
.main-r-about-title{
	width: 100%;
    margin-bottom: 30px;
}

.main-r-about-cont{
	height: auto;
    overflow: hidden;
    text-align: center;
}
.main-r-about-cont .about-img{
	display: block;
    width: 34%;
    border: 1px solid #dedede;
    padding: 5px;
    float: left;
}
.main-r-about-cont .about{
	display: block;
    width: 64%;
    float: right;
    text-align: left;
    color: #5a5a5a;
    margin-left: 2%;
    line-height: 230%;
}
/*首页关于我们结束*/
/*首页选择我们的优势开始*/
.main-r-choose{
	width: 100%;
    padding-top: 40px;
}
.main-r-choosebox{
	width: 100%;
    margin: 0 auto;
    padding: 15px 0 0;
    /*background: url(../images/line.png) repeat-x left bottom;*/
}
.main-r-choose-title{
	margin-bottom: 40px;
}

.main-r-choose-list{
    width: 60%;
}
.main-r-choose-info{
	margin-bottom: 10px;
    padding-left: 45px;
    position: relative;
	background: url(../images/choosebg.png) no-repeat left top;
}
.main-r-choose-info i{
	font-size: 24px;
	color:#fff;
	font-style:italic;
	position: absolute;
	left: 1px;
}
.main-r-choose-info strong{
	display: block;
    font-size: 16px;
    color: #009B4D;
    width: 100%;
}
.main-r-choose-info strong span{
	font-size: 12px;
    color: #bebebe;
    font-family: Euphemia;
    font-weight: normal;
}
.main-r-choose-info p{
	color: #6d6c6c;
    margin-top: 10px;
    line-height: 20px;
    padding-left: 15px;
    padding-bottom: 15px;
    background: url(../images/chooselist_bg.png) no-repeat left 8px;
}
/*首页选择我们的优势结束*/
/*分隔开始*/
.index_fen {
    padding: 40px 0;
    /*background-image: url(../images/in_fen_bg.png);*/
    /*background-position: left top;
    background-repeat: repeat;*/
    background-color: #009B4D;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.index_fen .h5 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
}
.index_fen .p {
    font-size: 26px;
    margin-top: 10px;
    color: #fff;
}
.index_fen .p2 {
    float: right;
    padding-top: 20px;
    margin-right: 200px;
}
/*分隔结束*/
/*行业应用*/
.index_honor {
    padding: 30px 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.in_title {
    text-align: center;
    margin-bottom: 25px;
}
.in_title .h5 {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px dashed #ccc;
    background-image: url(../images/in_title_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.in_title .p {
    font-size: 14px;
    margin-top: 5px;
}
.in_title .txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
}
.index_honor .box ul li {
    width: 24%;
    margin-right:1%;
    margin-bottom: 10px;
    float: left;
    box-shadow: 0 0 5px #ccc;
    transition: .3s all ease;
    border: 1px solid #ccc;
}
.index_honor .box ul li a {
    display: inline-block;
    margin: 0 0.5%;
    /*border: 1px solid #ccc;*/
}
.index_honor .box ul li .img {
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    height: 0;
    padding-top: 60%;
}
.index_honor .box ul li img {
    transition: .8s all ease;
    max-width: 100%;
    height: auto !important;
    width: 100%;
    -ms-interpolation-mode: bicubic;
    border: 0;
    top: 0;
    left: 0;
    position: absolute;
}
.index_honor .box ul li .title {
    display: block;
    padding: 5px;
    color: #666;
    margin-top: 5px;
    font-size: 15px;
    text-overflow: ellipsis;
    transition: .3s all ease;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.index_honor .box ul li .txt {
    font-size: 12px;
    padding: 0 5px;
    line-height: 20px;
    color: #909090;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}

/*行业应用结束*/
/*首页新闻列表开始*/
.main-right-news{
	width: 100%;
	/*margin: 0 auto;*/
    padding: 15px 0;
    height: auto;
     margin-top: 30px;
    overflow: hidden;
    /*background: url(../images/line.png) repeat-x left bottom;*/
}

.main-right-news-title {
    /*border-bottom: 1px dashed #ccc;*/
    padding-top: 30px;
    overflow: hidden;
}
.main-right-news-title .more {
    float: right;
    font-size: 14px;
    color: #ccc;
}
.main-right-news-list{
	margin-top: 15px;
}
.main-right-news-list-left{
	width: 47%;
    margin-left: 1%;
    margin-right: 2%;
    float: left;
    margin-top: 15px;
}
.main-right-news-list-right{
	width: 47%;
    margin-left: 2%;
    margin-right: 1%;
    float: left;
    margin-top: 15px;
}
.main-right-news-list h3{
	color: #111111;
    font-size: 16px;
    font-weight: 500;
    background: url(../images/line.png) repeat-x bottom;
    height: 38px;
    padding-left: 14px;
}
.main-right-news-list h3:before{
	display: inline-block;
    content: "";
    width: 4px;
    height: 19px;
    background: #009B4D;
    position: relative;
    left: -14px;
    top: 2px;
}
.main-right-news-list h3 b{
	font-weight: normal;
    color: #999999;
    font-size: 14px;
    text-transform: uppercase;
}
.main-right-news-list h3 a{
	display: block;
    float: right;
    text-align: right;
    width: 49px;
    height: 25px;
    line-height: 25px;
}
.main-right-news-list .news-item{
	width: 100%;
    float: left;
    height: auto;
    height: 41px;
    overflow: hidden;
    transition: 0.8s;
    padding-bottom: 10px;
    border-bottom: 1px dashed #a7a7a7;
}
.main-right-news-list .news-item a{
	display: inline-block;
    float: left;
    width: 75%;
    padding-left: 15px;
    background: url(../images/dian.png) no-repeat 0 50%;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #a7a7a7;
}
.main-right-news-list .news-item span{
	display: inline-block;
    float: left;
    width: 25%;
    text-align: right;
    color: #929292;
    padding-right: 1%;
    font-size: 14px;
    line-height: 40px;
    /*border-bottom: 1px dashed #a7a7a7;*/
}
/*首页新闻列表结束*/
/*首页右侧主体结束*/
/*底部*/
.hot-category{
    font-size: 18px;
    text-indent: 1em;
    line-height: 40px;
}
.categorylist a {
    margin-right: 20px;
}
/*首页友链开始*/
.links {
    width: 100%;
    background: url(../images/link.png) no-repeat center top #fff;
    /*float: left;*/
    padding-bottom: 20px;
}
.links .linklist {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px 10px;
    padding-top: 65px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 0;
    transform: translate(-1px,-5px);
}
.links li{
    float: left;
}
.links  a {
    display: inline-block;
    margin-right: 20px;
    transition: .3s;
    font-size: 14px;
    color: #666;
}
.links ul li a:hover{
    color: #FFA800;
}
/*首页友链接结束*/
/*首页地区分站开始*/
.inder-diqu{
    margin-top: 30px;
    margin-bottom: 15px;
}
.inder-diqu h4{
    font-size: 16px;
    margin-bottom: 15px;
}
.inder-diqu .indersheng a{
    color: #2276bc;
    margin-right: 15px;
}
.inder-diqu .indersheng a:hover{
    color: red;
}
/*首页地区分站结束*/
/*公共底部开始*/
.footer {
    width: 100%;
    padding: 30px 0px 30px 0px;
    background: #009B4D;
    float: left;
}
.container {
    padding: 0px;
    overflow: hidden;
}
.footer .container .footer_top_nav {
    display: block;
    width: 100%;
}
.footer .container .footer_top_nav ul {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #8e8d94;
    margin-bottom: 15px;
    overflow: hidden;
}
.footer .container .footer_top_nav ul li {
    display: inline-block;
    float: left;
}
.footer .container .footer_top_nav ul li a {
    color: #fff;
    margin-right: 40px;
    margin-left: 20px;
}
.foot_list {
    position: relative;
}
.foot_list .footerlogo {
    width: 15%;
    float: left;
    padding-top: 20px;
}
.foot_list .footerlogo img{
    margin: 0 auto 15px;
    display: block;
}
.foot_list .footerinfo {
    width: 53%;
    float: left;
    padding-left: 2%;
    padding-top: 10px;
}
.foot_list .footerimg {
    float: right;
    text-align: right;
}
.foot_list .footerinfo p {
    margin-bottom: 6px;
    overflow: hidden;
    height: auto;
    font-size: 14px;
    color: #fff;
}
.foot_list p a {
    color: #fff;
}
.foot_list .footerimg {
    float: right;
    text-align: right;
}
.foot_list .footerimg img {
    max-width: 100%;
    height: auto;
}
.inder_cases {
    margin-bottom: 24px;
}
.inder_cases a {
    color: #f5e70f;
    margin-right: 10px;
}
/*公共底部结束*/
/*面包屑导航开始*/
.pos {
    width: 100%;
    padding: 16px;
    margin-bottom: 10px;
    background: #f1f1f1;
    color: #606060;
    font-size: 16px;
    float: left;
}
.pos p {
    display: inline-block;
    color: #606060;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pos>span {
    float: right;
    color: #5f5f5f;
    font-size: 12px;
    padding-left: 25px;
    line-height: 20px;
    background: url(../images/pos_bg.png) no-repeat left;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}
.art-pos {
    width: 100%;
    padding: 16px;
    margin-bottom: 10px;
    background: #f1f1f1;
    color: #606060;
    font-size: 16px;
    float: left;
}
.art-pos>span {
    float: left;
    color: #5f5f5f;
    font-size: 12px;
    padding-left: 25px;
    line-height: 20px;
    background: url(../images/pos_bg.png) no-repeat left;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}

/*面包屑导航结束*/
/*产品列表样式开始*/
.main{
	overflow: hidden;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 15px;
}
.main-right{
	width: 75%;
    float: right;
    padding-left: 1%;
    padding-right: 1%;
    margin-left: 1%;
    background-color: #f3f3f3;
}
.main-right h1 {
    font-size: 20px;
}
.prolist-js {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}
.prolist-js p{
    margin-top: 10px;
}
/*产品列表左侧新闻列表开始*/
.main-l-news{
	width: 100%;
    margin-bottom: 30px;
	background: #f0f0f0;
    padding-bottom: 5px;
}
.main-l-news-t{
	text-align: left;
	padding-left: 15px;
    height: 45px;
    line-height: 45px;
    background: #009B4D;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.main-l-news-list{
	width: 100%;
    padding: 0px 1%;
}
.main-l-news-list ul li{
	padding: 3px 0;
    height: 36px;
    transition: 0.6s;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px #e6e6e6 solid;
    color: #333333;
    cursor: pointer;
    position: relative;
}
.main-l-news-list .liketag{
    float:left;
    width:auto;
    margin-right:5px;
}

.main-l-news-list .liketag{display:inline-block;/*height:26px;*/line-height:26px;/*margin:2px 0;*/}
.main-l-news-list .liketag a{font-size:12px;color:#fff;padding:0 8px;margin:0 1px;display:block;border-radius:4px;box-shadow:0 0 5px #f5f5f5}
.main-l-news-list .liketag:nth-child(1n) a{background-color:#66a3d5;}
.main-l-news-list .liketag:nth-child(2n) a{background-color:#7cc77c;}
.main-l-news-list .liketag:nth-child(3n) a{background-color:#e17472;}
.main-l-news-list .liketag:nth-child(4n) a{background-color:#7697ab;}
.main-l-news-list .liketag:nth-child(5n) a{background-color:#c35aff;}
.main-l-news-list .liketag:nth-child(6n) a{background-color:#32bbbb;}
.main-l-news-list .liketag:nth-child(7n) a{background-color:#c38f5a;}
.main-l-news-list .liketag:nth-child(8n) a{background-color:#ff8532;}
.main-l-news-list .liketag:nth-child(9n) a{background-color:#6e6e6e;}
.main-l-news-list .liketag:nth-child(10n) a{background-color:#66a3d5;}
.main-l-news-list .liketag:nth-child(11n) a{background-color:#7cc77c;}
.main-l-news-list .liketag:nth-child(12n) a{background-color:#e17472;}
.main-l-news-list .liketag:nth-child(13n) a{background-color:#7697ab;}
.main-l-news-list .liketag:nth-child(14n) a{background-color:#d78fff;}
.main-l-news-list .liketag:nth-child(15n) a{background-color:#32bbbb;}
.main-l-news-list .liketag:nth-child(16n) a{background-color:#c38f5a;}
.main-l-news-list .liketag:nth-child(17n) a{background-color:#ff8532;}
.main-l-news-list .liketag:nth-child(18n) a{background-color:#e17472;}
.main-l-news-list .liketag:nth-child(19n) a{background-color:#66a3d5;}
.main-l-news-list .liketag:nth-child(20n) a{background-color:#7cc77c;}
.main-l-news-list .liketag:nth-child(21n) a{background-color:#e17472;}
.main-l-news-list .liketag:nth-child(22n) a{background-color:#7697ab;}
.main-l-news-list .liketag:nth-child(23n) a{background-color:#c35aff;}
.main-l-news-list .liketag a:hover{opacity:0.6;}

.main-l-news-list  li a{
	display: inline-block;
    float: left;
    margin-top: 4px;
    /*padding-left: 30px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
    /*background: url(../images/new-nu.png) no-repeat 10px 0;*/
}
.main-l-news-list  li span{
	position: absolute;
	color: #fff;
	left:14px;
	top:8px;
}
/*产品列表左侧新闻列表结束*/
/*通栏成功案例列表开始*/
.case{
	width: 100%;
    background: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 40px;
    float: left;
}
.case-con{
	width: 1200px;
    margin: 0 auto;
}
.case .case-title{
	font-size: 18px;
    font-weight: bold;
    color: #555555;
    padding: 10px 0;
}
.case .case-list{
	width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    padding: 0px;
    height: auto;
    overflow: hidden;
}
.case .case-list li{
	display: inline-block;
    width: 25%;
    padding: 3px 5px;
    text-align: center;
}
.case .case-list li a{
	display: block;
    border: 5px solid #fff;
    box-shadow: 0 0 3px #999;
    border-radius: 4px;
    transition: 0.8s;
}
.case .case-list li span{
	display: block;
    /*width: 100%;*/
    white-space: nowrap;
    color: #313131;
    /*position: relative;*/
    /*overflow: hidden;*/
    background-color: #fff;
    /*height: 206px;*/
    /*111*/
    overflow: hidden;
    max-width: 100%;
    position: relative;
    height: 0;
    padding-top: 62%;
}
.case .case-list li img{
	max-width: 100%;
    transition: 0.8s;
    margin-bottom: 7px;
    /*111*/
    border: 0;
    top: 0;
    left: 0;
    position: absolute;
}
.case .case-list li p{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px 0;
    background: #009B4D;
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 6px;
}
.case .case-list li a:hover {
	border: 5px solid #009B4D;
}
.case .case-list li a:hover img{
	transform: scale(1.1);
}
/*通栏成功案例列表结束*/
/*产品内页样式开始*/
.proinfo{
	width: 100%;
    margin-left: 4%;
    float: right;
    background: #f1f1f1;
    padding-top: 15px;
}
.proinfo-top{
	margin-bottom: 20px;
}
.proinfo .proinfo-top>img{
	margin: 1%;
    margin-top: 0;
    padding: 10px;
    max-width: 40%;
    border: 1px solid #e3e3e3;
    float: left;
}
.proinfo ul{
	width: 55%;
    float: right;
    margin-right: 2%;
}
.proinfo ul li{
	font-size: 16px;
    line-height: 30px;
    color: #393939;
}
.proinfo ul li h1{
	font-size: 16px;
    text-align: center;
    display: inline-block;
}
.proinfo ul li p{
	font-size: 14px;
    text-align: center;
    display: inline-block;
    padding-top: 5px;
    line-height: 20px;
}
.proinfo .proinfo-descbox{
	border-top: 1px dashed #a4a4a4;
    margin-top: 15px;
    padding-top: 15px;
}
.proinfo .proinf-desx{
	font-size: 14px;
    color: #898989;
    width: 100%;
    overflow: hidden
    margin-top: 8px;
}
.proinfo-conbox {
    border-top: 1px solid #ccc;
    padding-top:15px;
}
.proinfo-conbox h3{
	height: 50px;
	line-height: 50px;
	background-color: #009B4D;
	text-align: center;
    color: #fff;
    margin-top: -10px;
    font-weight: normal;
    font-size: 18px;
}

.proinfo_con{
	padding:15px;
	font-size: 16px;
	line-height: 2;
/*	text-indent: 2em;*/
    border-bottom: 1px solid #808080;
}
.proinfo_con a{
    color:blue;
}
.proinfo_con table {
    width: 90%;
    border-collapse: collapse;
    border: 1px solid #000;
    font-size: 16px;
    margin: 0 auto;
}
.proinfo_con img{
    max-width: 90%;
    height: auto !important;
    margin: 3px auto;
}
.proinfo_con p{
    margin-top: 15px;
}
.proinfo_con p.proinfo-url {
    color: #0c0c0c;
}
.proinfo_con p.proinfo-url a{
    font-weight: 700;
}
.proinfo_con h2 {
    border-left: solid 6px #009B4D;
    padding-left: 10px;
    font-size: 1.1em;
    text-indent: 0em;
    margin-bottom: 10px;
}
/*产品内页样式结束*/
/*新闻列表样式开始*/
.main-r-artlist{
    float: right;
    width: 100%;
    padding: 10px;
}
.main-r-artlist ul{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.main-r-artlist ul li{
	display: block;
    margin-bottom: 10px;
    border-bottom: 1px dashed #000;
}
.x_news_time {
    width: 216px;
    height: 134px;
    display: block;
    margin-right: 15px;
    float: left;
    padding-bottom: 10px;
    /*background: #009B4D;*/
    text-align: center;
    overflow: hidden;
    border-radius: 6px;
    border: 5px solid #fff;
    box-shadow: 0 0 3px #999;
}
.x_news_time b {
    font-size: 36px;
    color: #fff;
    display: block;
}
.x_news_time h5 {
    font-size: 16px;
    color: #fff;
}
.img_box {
    width: 26%;
    height: auto;
/*    border:1px solid #f1f1f1;
    padding: 5px;
    border-radius: 5px;*/
}
.img_box .img{
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}
.img_box img{
    width: 100%;
    position: absolute;
    top:0;
    border:0;
}
.news_info {
    /*display: block;*/
    width: 70%;
    padding-bottom: 10px;
}
.news_info h4 {
    display: block;
    margin-bottom: 8px;
}
.news_info h4 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #666;
}
.news_info h3 {
    display: block;
    margin-bottom: 8px;
}
.news_info h3 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #666;
}
.news_info h2 {
    display: block;
    margin-bottom: 8px;
}
.news_info h2 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #666;
}
.news_info p {
    display: block;
    font-size: 16px;
    color: #636363;
    height: 100px;
    overflow: hidden;
}
/*分页开始*/
.function {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}
.function li{
    float:left;
}
.pageNav {
    text-align: center;
    padding: 20px 0px;
}
.function li a, .pager a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #c1c1c1;
    margin: 2px;
    box-sizing: border-box;
}
.function li span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #c1c1c1;
    margin: 2px;
    box-sizing: border-box;
}
.function li .pageinfo{
    font-size: 14px;
    /*line-height: none;*/
    padding: 0;
}
.function .thisclass span, .pager span.now-page{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #c1c1c1;
    margin: 2px;
    box-sizing: border-box;
}
.function li.thisclass span, .pager span.now-page {
    background: #bbbfba;
}
.function a:hover {
    color: #fff;
    padding: 6px 11px;
    background: #009B4D;
    border: none;
}
.function li strong {
    width: auto;
    /*float: left;*/
    display: inline-block;
    position: static;
    /*width: 100%;*/
    /*bottom: -42px;*/
    margin: 0px auto;
    /*margin-bottom: 44px;*/
    margin-top: 0px;
}
/*分页结束*/
/*新闻列表样式结束*/
/*新闻内容样式开始*/
.main-right-con h1{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
}
.conten_bianji {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #808080;
}
.conten_bianji span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin: 0px 10px;
}
.wxzixun {
        padding: 15px 20px;
}
.wxzixun .wx,
.wxzixun .wz{
    float: left;
}
.wxzixun .wx{
    margin-right:10px;
}
.wxzixun img{
    width: 105px;
    height: 105px;
}
.wxzixun p{
    margin-top: 20px;
    color: red;
}
.art-conten_info{
	text-indent: 2em;
	display: block;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #808080;
}
.art-conten_info h2 {
    border-left: solid 6px #009B4D;
    padding-left: 10px;
    font-size: 1.1em;
    text-indent: 0em;
    margin: 20px 0;
}
.art-conten_info img {
    max-width: 80%;
    height: auto !important;
    margin: 20px auto;
    border-radius: 8px;
}
.art-conten_info p {
    margin-top: 15px;
}
.art-conten_info a {
    /*color: #0c4392;*/
    color: blue;
}
.art-conten_info .hot-tag {
    margin-right: 8px;
}
.art-conten-url{
    color:#333;
}
.art-conten-url a{
    font-weight: 700;
}
.conten_page {
    display: block;
    margin-top: 20px;
    text-align: left;
}
.conten_page a{
    color:blue;
}
.conten_page p {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #080808;
}
/*新闻内容样式结束*/
/*单页面样式开始*/
.pageinfo{
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
	padding: 0 1%;
}
.pageinfo p {
    margin-top: 15px;
}

/*单页面样式结束*/
/*TAG标签页*/
.tags_list .tbox strong{
    font-size: 18px;
    line-height:50px;
}
.tags_list .tbox{
    margin-bottom: 10px;
}
.tags_list .tbox a{
    font-size: 16px;
    margin-right: 6px;
    color: #009B4D;
    line-height:32px;
    display:inline-block;
    border:1px solid #ccc;
    margin-bottom:5px;
    padding-left:8px;
    padding-right:8px;
}
/*单页样式开始*/
.danye-h1{
    margin: 10px 0;
    text-indent: 2em;
}
.danye-h1 h1{
    font-size: 20px;
    color: #393939;
}
.danye-title{
    padding: 25px 0 15px 0;
    border-bottom: 1px solid #ccc;
}
.danye-title p {
    text-indent: 2em;
    text-align: left;
    font-size: 18px;
    float: left;
    line-height: 1;
    font-weight: 700;
    color: #009B4D;
    margin-right: 8px;
}
.danye-title span {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 3px;
    color: #393939;
}
.danye-about{
    font-size: 16px;
}
.danye-list {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    margin-top: 20px;
}
.danye-list ul {
    float: left;
    width: 100%;
    overflow: hidden;
    height: auto;
}
.danye-list ul li {
    display: block;
    height: auto;
    float: left;
    width: 23%;
    margin: 5px 1%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    background: #fff;
    border: 1px solid #009B4D;
    padding-bottom: 14px;
    box-shadow: 0 0 8px #dbdbdb;
}
.danye-list li>a {
    display: block;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 44px;
    margin-top: 20px;
}
.danye-list li a img {
    width: 100%;
    /*height: 265px;*/
    transition: .8s;
}
.danye-list ul li:hover img {
    transform: scale(1.2);
}
.danye-list li strong {
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    background: #009B4D;
    padding: 5px 0px;
    position: absolute;
    bottom: -42px;
    margin: 0px auto;
    margin-bottom: 44px;
    margin-top: 0px;
}
.danye-list li strong a {
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    background: #009B4D;
    padding: 5px 0px;
}
.danye-news-item{
    width: 50%;
    float: left;
    padding: 20px;
    height: 190px;
    border-bottom: #f5f6f7 1px solid;
    transition: all 0.3s;
}
.danye-news-item dt{
    width: 242px;
    height: 150px;
    float: left;
    overflow: hidden;
}
.danye-news-item dt img {
    width: auto;
    min-width: inherit;
    height: auto;
    min-height: inherit;
    transition: all 0.3s;
}
.danye-news-item dd{
    width: calc( 100% - 262px );
    float: right;
}
.danye-news-item dd h3 {
    font-size: 18px;
    font-weight: bold;
}
.danye-news-item dd h3 a {
    color: #000;
}
.danye-news-item dd p {
    line-height: 24px;
    font-size: 13px;
    color: #666;
    height: 76px;
    overflow: hidden;
}
.danye-news-item .more {
    margin-top: 10px;
}
.danye-news-item .more a {
    display: inline-block;
    color: #037ef3;
    font-size: 12px;
    border: #037ef3 1px solid;
    background-color: #fff;
    border-radius: 2px;
    padding: 0 5px;
    height: 23px;
    line-height: 23px;
}
.danye-news-item .more time {
    margin-left: 5px;
    display: inline-block;
    font-size: 13px;
    color: #999;
}
.danye-tag-list{
    margin-top: 15px;
}
.danye-about .wenzi {
    width: 40%;
    /*padding: 0 20px;*/
    height: 290px;
    background: #fff;
    position: absolute;
    z-index: 3;
    box-sizing: border-box;
}
.wenzi .p {
    padding: 0 20px;
    margin-top: 20px;
    background: #fff;
    height: 240px;
    overflow: hidden;
}
.wenzi  .boxp{
    padding: 0 20px;
    background: #fff;
    overflow: visible;
    height: auto;
}
.wenzi .button{
    float:right;
    color: red;
    font-weight: 700;
    background: #fff;
    width: 100%;
    text-align: right;
}
.wenzi span.button {
    padding-right: 20px;
}
.danye-tj-list {
    margin-top: 15px;
}
.danye-tj-item {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    line-height: 40px;
    font-size: 16px;
    position: relative;
}
.danye-tj-item strong a{
    font-weight: 400;
}
.danye-tj-item span {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: #E8E9EB;
    padding-left: 5px;
}
a.danyetel {
    padding: 15px 20px;
    background: #009B4D;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
}
/*单页样式结束*/
/*TAG标签页结束*/
/*手机样式开始*/
@media screen and (max-width: 500px){
.w {
	width: 100%;
}
.h-top,
.h-mid-l .logo-txt,
.banner,
.pos,
.art-pos,
.hot-keywords,
.main-left,
.links,
.footer .container .footer_top_nav,
.foot_list .footerlogo,
.foot_list .footerimg img,
.index-yingyong,
.main-r-choose-img,
.inder-diqu{
	display: none;
}
.h-mid-l{
    width: 50%;
    padding-left: 10px;
}
.h-mid {
    height: 76px;
}
.h-mid-r{
	width: 50%;
	padding-right: 10px;
}
.h-mid-r img{
	float: right;
}
.nav{
	display:inline-block;
	height: auto;
}
.nav ul li {
    width: 25%;
    border: 1px solid #fff;

}
.index-main-left {
    display: block;
}
.index-main-left,.index-main-right{
	width:100%;
	border-left: none;
}
.main-right{
	width:100%;
	border-left: none;
}
.img_box{
    width: 40%;
}
.img_box .img{
    padding-top: 90%;
}
.news_info{
    width: 56%;
}
.main-r-artlist{
    float: none;
}
.main-r-prolist ul li{
	width:48%;
	border: 1px solid #ccc;
}
.main-r-choose-list{
    width: 100%;
}
.index_fen {
    padding: 20px 1%;
}
.index_fen .h5 {
    font-size: 26px;
    line-height: 40px;
}
.index_fen .p {
    font-size: 15px;
}

.index_honor {
    padding: 15px 1%;
}
.container {
    width: 100%;
}
.in_title {
    margin-bottom: 10px;
}
.index_honor .box ul li {
    width: 48%;
    margin: 1% !important;
    box-shadow: none;
    border: 1px solid #ccc;
}
.index_honor .box ul li .img {
     /*height: auto; */
}

.jianz li.jianz-item .fl{
    width: 100%;
    height: auto;
}

.main-r-about-cont .about-img,
.main-r-about-cont .about{
	width:100%;
}
.main-right-news-list-left,
.main-right-news-list-right,
.foot_list .footerinfo{
	width:98%;
}
.foot_list .footerinfo{
	padding-left: 5%;
	padding-top: 0;
}
.main-r-prolist ul li:nth-child(9){
	display:none;
}
.case{
	padding: 10px 0;
}
.case .case-list{
	display: inline-block;
}
.case .case-title{
	margin-left: 20px;
}
.case .case-list li{
	width:49%;
}
.proinfo .proinfo-top>img{
	max-width:100%;
}
.proinfo ul{
	width:96%;
}
.pageNav{
	padding: 0;
}
i.prolist-tit {
    font-size: 16px;
}
.main-right-wendajg .baike, .main-right-wendajg .jianz {
    width: 100%;
    }
.wxzixun .wx,
.wxzixun .wz{
    float: none;
}
.wxzixun .wx{
    text-align:center;
}
.danye-about .wenzi{
    width: 100%;
}
.main-r-about-cont .about {
    height: 290px;
}
.danye-list ul li{
    width: 48%;
}
.danye-news-item {
    height: 180px;
    width: 100%;
}
.danye-news-item dt {
    width: 30%;
}
.danye-news-item dd {
    width: 66%;
    float: right;
}
.danye-news-item dt img{
    height: 120px;
}
.danye-news-item dd p {
    line-height: 24px;
    height: 90px;
    overflow: hidden;
}
.danye-news-item .more {
    display: none;
}
.danye-list li a img {
    height: auto;
}
.danye-tj-item {
    float: none;
    width: 100%;
}
}
/*手机样式结束*/
/*平板768样式开始*/
@media screen and (min-width: 500px) and (max-width: 768px) {
.w {
	width: 100%;
}
.h-top,
.h-mid-l .logo-txt,
.banner,
.pos,
.art-pos,
.hot-keywords,
.main-left,
.links,
.footer .container .footer_top_nav,
.foot_list .footerlogo,
.index-yingyong,
.main-r-choose-img,
.inder-diqu{
	display: none;
}
.foot_list .footerimg img{
	margin-right: 20px;
}
.h-mid-l{
    width: 50%;
    padding-left: 10px;
}
.h-mid {
    height: 76px;
}
.h-mid-r{
	width: 50%;
	padding-right: 10px;
}
.h-mid-r img{
	float: right;
}
.nav{
	height: auto;
}
.nav ul li {
    width: 25%;
    border: 1px solid #fff;

}
.index-main-right{
	width:100%;
	border-left: none;
}
.main-right{
	width:100%;
	border-left: none;
}
.main-r-prolist ul li{
	width:31%;
	border: 1px solid #ccc;
}
.foot_list .footerinfo{
	padding-left: 5%;
	padding-top: 0;
}
.main-r-choose-list{
    width: 100%;
}
.index_fen {
    padding: 20px 1%;
}
.index_fen .h5 {
    font-size: 26px;
    line-height: 40px;
}
.index_fen .p {
    font-size: 15px;
}

.index_honor {
    padding: 15px 1%;
}
.container {
    width: 100%;
}
.in_title {
    margin-bottom: 10px;
}
.index_honor .box ul li {
    width: 48%;
    margin: 1% !important;
    box-shadow: none;
    border: 2px solid #999;
}
.index_honor .box ul li .img {
     height: 190px;
}
.case{
	padding: 10px 0;
}
.case .case-list{
	display: inline-block;
}
.case .case-title{
	margin-left: 20px;
}
.case .case-list li{
	width:24.5%;
}
.pageNav{
	padding: 0;
}
i.prolist-tit {
    font-size: 16px;
}
.main-right-wendajg .baike , .main-right-wendajg .jianz{
    width: 100%;
    }
    .danye-about .wenzi{
    width: 100%;
}
.main-r-about-cont .about {
    height: 290px;
}
.danye-list ul li{
    width: 48%;
}
.danye-news-item {
    height: 180px;
    width: 100%;
}
.danye-news-item dt {
    width: 30%;
}
.danye-news-item dd {
    width: 66%;
    float: right;
}
.danye-news-item dt img{
    height: 120px;
}
.danye-news-item dd p {
    line-height: 24px;
    height: 90px;
    overflow: hidden;
}
.danye-news-item .more {
    display: none;
}
.danye-list li a img {
    height: auto;
}
.danye-tj-item {
    float: none;
    width: 100%;
}

}
/*平板768样式结束*/
/*平板1024样式开始*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
.w {
	width: 100%;
}
.h-top,
/*.h-mid-l .logo-txt,*/
/*.banner,*/
.pos,
.art-pos,
.hot-keywords,
.main-left,
.links,
.footer .container .footer_top_nav,
.foot_list .footerlogo,
.inder-diqu{
	display: none;
}
.banner{
	height: 260px;
}
.foot_list .footerimg img{
	margin-right: 30px;
}
.h-mid-l .logo-txt{
	height: 50px;
}
.h-mid-l{
    width: 50%;
    padding-left: 10px;
}
.h-mid {
    height: 76px;
    overflow: hidden;
}
.h-mid-r{
	width: 50%;
	padding-right: 10px;
}
.h-mid-r img{
	float: right;
}
.index-main-right{
	width:100%;
	border-left: none;
}
.main-right{
	width:100%;
	border-left: none;
}
.main-r-prolist ul li{
	width:31%;
	border: 1px solid #ccc;
}
.foot_list .footerinfo{
	padding-left: 5%;
	padding-top: 0;
}
.case{
	padding: 10px 0;
}
.case .case-list{
	display: inline-block;
}
.case .case-title{
	margin-left: 20px;
}
.case .case-list li{
	width:24.5%;
}
.pageNav{
	padding: 0;
}
i.prolist-tit {
    font-size: 16px;
}
}

.proinfo_con table, .art-conten_info table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}
.proinfo_con table td, .art-conten_info table td{
    border: 1px solid #666;
    padding: 5px 10px;
    text-align: left;
}


.service_box * { margin:0; padding:0; font-size: 12px; box-sizing:content-box }
.service_box object, .service_box embed { outline:0 }
.service_box ul, .service_box ol, .service_box li { list-style:none }
.service_box{ position:fixed; z-index:1000;right:-147px;top:50%;margin-top:-100px;width:146px;border:1px solid #ece8e5; background:#fff; }
.service_box .tab_nav{ position:absolute;left:-42px;top:-1px;}
.service_box .tab_nav > li {background:#ece8e5;border-bottom:1px solid #dfdbd9;}
.service_box .tab_nav > li.active{ background:#009B4D;}
.service_box .tab_nav > li:first-child{border-radius:8px 0 0;}
.service_box .tab_nav > li:last-child{ border-bottom:none; border-radius:0 0 0 8px;}
.service_box .tab_nav > li > a{ display:block; width:28px;padding:12px 6px 12px 8px; line-height:14px; text-align:center;color:#2c2c2c; text-decoration:none;}
.service_box .tab_nav > li.active > a{ color:#fff;}
.service_box .tab_nav .icon{ display:block; height:28px;width:28px; background:url(../images/bg_online_service_new.png) no-repeat; overflow:hidden;margin:3px 0;*margin:6px 0;}
.service_box .tab_nav .icon_1{ background-position:0 0 ;}
.service_box .tab_nav .icon_2{ background-position:-28px 0 ;}
.service_box .tab_nav .icon_3{ background-position:-56px 0 ;}
.service_box .tab_nav .active .icon_1{ background-position:0 -28px ;}
.service_box .tab_nav .active .icon_2{ background-position:-28px -28px ;}
.service_box .tab_nav .active .icon_3{ background-position:-56px -28px ;}
.service_box .tab_content{padding:20px 5px 10px; position:relative;}
.service_box .tab_plan{ display:none; text-align:center;}
.service_box .tab_plan p{color:#333;}
.service_box .mt10 { margin-top:10px }
.service_box .fs14 { font-size:14px }

.main-l-news-list .liketag{border-bottom:none; float: none; }