﻿@charset "utf-8";
body { color:#484848;font:12px/1.231 "Microsoft Yahei","SimHei","SimSun",arial,helvetica,clean,sans-serif;} /*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
a:hover{color:#484848;text-decoration: none;}
.fl{float: left;}
.fr{float: right;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}
a{
	color:#333;
}
input{
	outline: none;
}

.container {
    width: 1200px;
    padding: 0;
}
/* 抬头 */
.header-top{
	display: block;
	width: 100%;
	height: 40px;
	background-color: #f4f3f3;
}

.header-left{
	font-size: 14px;
	line-height: 40px;
	color:#333;
}

.header-right{
	font-size: 14px;
	color:#333;
}

.header-right a {
    height: 40px;
    line-height: 40px;
    padding: 3px 15px;
    text-transform: uppercase;
    border-right: 1px solid #ddd;
    background: #00903f;
    font-size: 12px;
    color: #fff;
}

.header-right a:last-child{
	border:0;
}
.header-right a i{
	margin-right: 5px;
}

.header-bg{
	padding:17px 0;
}
.logo-left{
	width: 700px;
}

.logo {
    display: block;
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 14px;
}

.logo-txt {
    display: block;
    margin-top: 10px;
    float: left;
    margin-left: 15px;
    width: 400px;
}

.logo-txt h3 {
    font-size: 24px;
    color: #048f40;
    margin-bottom: 4px;
    font-weight: bold;
    letter-spacing: 2px;
}

.logo-txt p {
    font-size: 14px;
    line-height: 20px;
}

.logo-text {
    display: block;
    float: left;
    position: relative;
    font-size: 26px;
    line-height: 30px;
    color: #ff9900;
    padding-left: 15px;
    margin-left: 70px;
    margin-top: 25px;
    font-weight: bold;
}

.logo-text font {
    color: #f90;
}

.hot{
	margin-top: 14px;
	width: 213px;
	height: 52px;
	background:url(../images/hot.png);
}

.hot h3{
	font-size: 22px;
    color: #00903f;
    text-indent: 58px;
    letter-spacing: 3px;
}
.hot p{
	font-size: 20px;
    text-indent: 60px;
    margin-top: 5px;
    letter-spacing: 0px;
    font-weight: lighter;
}

/* 服务 */
.top-service-bg {
    display: block;
    width: 100%;
    box-shadow: 1px 1px 10px #dbdbdb;
}

.top-service-bg ul li {
    display: block;
    float: left;
    width: 22%;
    margin-right: 48px;
    padding: 20px 12px;
    position: relative;
}

.top-service-bg ul li::after {
    content: "";
    width: 2px;
    height: 60px;
    border-right: 1px dashed #bbbbbb;
    position: absolute;
    top: 14px;
    right: -24px;
}

.top-service-bg ul li:nth-child(4){
	margin-right: 0;
}
.top-service-bg ul li:nth-child(4)::after {
	display: none;
}


.top-service-txt h2 {
    font-size: 18px;
    font-weight: 500;
    color: #484848;
    margin-bottom: 8px;
}

.top-service-txt p {
    font-size: 14px;
    color: #868686;
    margin-top: 6px;
    display: table;
}


.top-service-txt{
	width: 70%;
	float: left;
}

.top-service-img {
    display: table;
    width: 25%;
    float: right;
    margin-top: 1px;
}

.top-service-img img{
	max-width: 100%;
}



.nav{
	display: block;
	background-color: #068f40;
	width: 100%;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar-default {
    background: #0d77e5;
    border-color: #e7e7e7;
    border: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color:#ff9900;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
}
.navbar-nav>li {
    float: left;
    margin: 0 12px;
}
.navbar-nav>li:first-child{
	margin-left: 0;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.navbar-collapse{
	padding:0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 22px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #0559af;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.navbar-nav>li:hover {
    background-color: #ff9900;
}

.dowebok { margin: 0 auto;}
.swiper-container { margin: 0 auto; overflow: visible;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { display: block;}
.swiper-slide { position: relative; opacity: 0 !important;}
.swiper-slide img { width: 100%;}
.swiper-slide-active { opacity: 1 !important;}
.swiper-slide .ren { position: absolute; left: 0; top: 0; width: 1436px; height: 840px;}
.swiper-button-next, .swiper-button-prev { display: none; width: 40px; height: 68px; background-size: contain;}
.swiper-button-next { right: 100px; background-image: url(../images/next.png);}
.swiper-button-prev { left: 100px; background-image: url(../images/prev.png);}
.swiper-container-horizontal .swiper-pagination-bullets { bottom: 40px;}
.swiper-pagination-bullet { width: 70px; height: 4px; margin: 0 10px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 4px; background-color: #fff; opacity: 0.5;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color: #000;}

/* 热门关键词 */
.hot-key {
    width: 100%;
    height: 45px;
    background: #fbfbfb;
    line-height: 45px;
    box-shadow: 1px 1px 10px #e4e4e4;
}
.hot-key .hot-text {
    width: 72%;
    float: left;
}
.hot-key .hot-text .title {
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    color: #000000;
}
.hot-key .hot-text .title-text a, .hot-key .hot-text .title-text {
    font-size: 14px;
    margin: 0 5px;
}
.hot-key .hot-text .title-text a, .hot-key .hot-text .title-text {
    font-size: 14px;
    margin: 0 5px;
}

.hot-key .seachBox {
    float: right;
    background: #fff;
    margin-top: 12px;
}
.hot-key .seachBox form {
    overflow: hidden;
}
.hot-key .seachBox .word {
    width: 240px;
    height: 38px;
    line-height: 38px;
    text-indent: 1em;
    border-right: none;
    color: #828282;
    border: 1px solid #d6d6d6;
    background: #fff;
}
.hot-key .seachBox form input {
    display: block;
    float: left;
    background-color:#02913d;
}
.hot-key .seachBox .sousuo {
    width: 40px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/search.png);
    cursor: pointer;
    border: none;
}
.hot-key .seachBox {
    float: right;
    background: #fff;
    margin-top: 12px;
}
/* 热门关键词 */
.product-a {
    position: absolute;
    top: 18px;
    display: table;
    left: 20px;
}

.product{
    width: 100%;
    padding: 45px 0;
}
.main-left{
	width: 270px;
	display: block;
}

.main-left-top {
    display: block;
    width: 100%;
    height: 90px;
    background-color: #02913d;
	position: relative;
}

.main-left-top h3 {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    display: table;
    margin-bottom: 5px;
}
.main-left-top p{
	font-size: 18px;
	font-weight: lighter;
	color:#fff
}

.main-left-body ul li {
    width: 100%;
    height: 60px;
    text-align: left;
    line-height: 60px;
    background: #eaeaea url(../images/gg.png) no-repeat center;
    border-bottom: 1px solid #fff;
    text-indent: 60px;
}

.main-left-body ul li a{
    display: table;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-transform: uppercase;
}

.main-right {
    width: 890px;
}

.main-right-top {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.hot-product {
    display: table;
    font-size: 20px;
    color: #02913d;
    float: left;
    border-bottom: 2px solid #02913d;
    padding-bottom: 15px;
    margin-bottom: -1px;
    font-weight: bold;
}

.hot-more {
    display: block;
    font-size: 14px;
    float: right;
    text-transform: uppercase;
    margin-top: 12px;
}

.cp-li{
	display: table;
	width: 100%;
}
.cp-li li {
    width: 31%;
    margin: 1%;
    float: left;
    margin-bottom: 2%;
}

.cp-li li .img {
    overflow: hidden;
    width: 100%;
    border: 1px solid #02913d;
    display: table;
}

.cp-li li .img img{
	width: 100%;
	float: left;
	transition: all 0.5s;
}

.cp-li li:hover .img img{
	
}

.cp-li li span {
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 35px;
    height: 35px;
    background: #02913d;
    color: #fff;
    padding: 0 5px;
}
/* 左边联系我们 */
.con-title{
	
}

.main-nav {
    display: table;
    float: left;
    line-height: 35px;
    margin-right: 3px;
}

.main-nav a {
    font-size: 14px;
}


.con-title h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.con-txt {
    font-size: 14px;
    line-height: 25px;
}

.main-left-bottom {
    border: 1px solid #ddd;
    padding: 18px 10px;
    margin-top: 10px;
	background: url(../images/left.jpg) no-repeat;
}

.main-left-bottom h3 {

}

.main-left-bottom{
	
}
/* 左边联系我们 */

.case-bg{
	display: block;
	width: 100%;
	padding-bottom:30px;
}

.title-top h3{
	font-size:30px;
	text-align: center;
	font-weight: bold;
}
.title-top i {
    display: table;
    width: 60px;
    height: 3px;
    background: #0d77e5;
    margin: 6px auto;
    margin-top: 15px;
}

.title-top p {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 11px;
}

.hezuo{background-color:#eef1f6; }

.hezuo_w{ position:relative; /* border-bottom:1px solid #c3c5c9;*/ }
.hezuo_w .h_pre,.hezuo_w .h_next{ position:absolute; top:50%; transform: translateY(-50%); display:block; width:39px; height:40px;  }
.hezuo_w .h_pre{ left:0; cursor:pointer; background:url('../images/prev.jpg') no-repeat center;}
.hezuo_w .h_next{ right:0; cursor:pointer; background:url('../images/next.jpg') no-repeat center;}

.hezuo_w .hezuo_p{ width:89%; margin:0 auto; overflow:hidden;}
.hezuo_w .hezuo_p ul{ width:10000%;}
.hezuo_w .hezuo_p li{ float:left; display:inline; width:0.234%; margin:0 0.02% 0 0; text-align:center;}
.hezuo_w .hezuo_p li a{ font-size:14px; color:#666; font-weight:bold; line-height:25px;}
.hezuo_w .hezuo_p li img{ width:100%; border:#ccc 1px solid;}
.hezuo_w .hezuo_p li font{ display:block; margin:6px 0 0 0;font-weight: normal;}


/* 服务广告 */
.service-bg{
	display: block;
	width: 100%;
	height: 220px;
	margin-bottom: 30px;
	background:url(../images/service.jpg) no-repeat center top;
	background-size:cover;
}

.service-bg h3 {
    display: block;
    width: 100%;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding-top: 40px;
}

.service-bg p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 18px;
}

.service-bg em {
    display: block;
    width: 385px;
    height: 45px;
    background-color: #ff9900;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    margin-top: 22px;
}



.sec-title {
	text-align: center;
	padding: 30px 0;
	display: table;
	margin:0 auto
}
.sec-title span {
	font-size: 30px;
	height: 50px;
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
}
.sec-title span:after {
	width: 30px;
	height: 2px;
	content: '';
	background: #068f40;
	position: absolute;
	bottom: 0;
	left: 42%;
}
.sec-title p {
	font-size: 14px;
	margin-top: 20px;
}

.ys {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    overflow: hidden;
}
.ys .content-1, .ys .content-2 {
	width: 1050px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.ys .content-1 .fl {
	width: 415px;
}
.ys .content-1 .fr {
    width: 520px;
    box-shadow: 1px 1px 10px #000;
}
.ys .content-1 img{
    max-width: 100%
}

.ys .content-2 .fl {
	width: 471px;
}
.ys .content-2 .fr {
	width: 460px;
}
.ys h2 {
	color: #0256a4;
	overflow: hidden;
	padding-bottom: 18px;
	margin-bottom: 10px;
	margin-top: 25px;
	background: url(../images/ys-line.jpg) no-repeat bottom left;
}
.ys h2 i {
	float: left;
}
.ys h2 span {
    float: left;
    margin-left: 20px;
    color: #666666;
    font-size: 14px;
}

.ys h2 span em {
    display: block;
    font-style: normal;
    font-weight: bold;
    color: #02913d;
    font-size: 24px;
    margin-bottom: 10px;
}

.ys .content-1 p, .ys .content-2 p {
	font-size: 14px;
	color: #2d2d2d;
	line-height: 25px;
	background: url(../images/ys-ico.jpg) no-repeat left 6px;
	padding-left: 20px;
}
.index-about {
	height: 439px;
	padding-top: 50px;
	color: #FFF;
	overflow: hidden;
	background: url(../images/aboutbg.jpg) no-repeat top center;
}

/* 关于我们 */
.about-bg{
	display: table;
	width: 100%;
	background: url(../images/about-bg.jpg) no-repeat center top;
	height: 610px;
}

.about-left {
    display: block;
    width: 450px;
    float: left;
    margin-top: 65px;
    margin-left: 40px;
}

.about-left img{
	max-width: 100%;
}

.about-right {
    display: table;
    width: 624px;
    float: left;
    margin-left: 30px;
    margin-top: 61px;
}

.about-txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 35px;
}

.about-more {
    display: table;
    width: 125px;
    height: 40px;
    background-color: #02913d;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 35px;
}

.about-more:hover{
	color:#fff;
}


/* 新闻中心 */
.index-news {
    padding: 40px 0 40px;
    height: auto;
    overflow: hidden;
}
.index-news .fl, .index-news .fr {
	width: 585px;
	border: 1px solid #ececec;
}
.index-news .fl .title, .index-news .fr .title {
	border-bottom: 1px solid #ececec;
	height: 82px;
}
.index-news .fl .title i, .index-news .fr .title i {
    float: left;
    display: inline-block;
    width: 86px;
    height: 82px;
    background: #02913d;
    position: relative;
}
.index-news .fl .title i img, .index-news .fr .title i img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.index-news .fl .title span {
    float: left;
    display: inline-block;
    width: 130px;
    height: 74px;
    margin-left: 20px;
    font-size: 18px;
    padding-top: 20px;
}
.index-news .fl .title span p{
	font-size: 13px;
    margin-top: 8px;
    color: #9e9e9e;
    text-transform: uppercase;
}
.index-news .fr .title span {
	float: left;
	display: inline-block;
	width: 130px;
	height: 72px;
	margin-left: 20px;
	font-size: 18px;
	padding-top: 20px;
}
.index-news .fr .title span p{
	font-size: 13px;
    margin-top: 8px;
    color: #9e9e9e;
    text-transform: uppercase;
}
.index-news .fl .title em, .index-news .fr .title em {
	float: right;
	margin-right: 20px;
	font-style: normal;
	line-height: 82px;
}
.index-news .content {
	padding: 25px 35px;
}
.index-news .new-h3 {
    line-height: 43px;
    font-size: 15px;
    width: 100%;
    display: table;
}

.index-news .new-h3 a{
	float: left;
}
.index-news .new-h3 span{
	float: right;
}
.index-news .new-h3{}

.index-news h3:before {
    content: '■';
    font-size: 12px;
    margin-right: 5px;
    color: #0d77e5;
    position: relative;
    top: -3px;
}
.index-news h3 span {
	float: right;
	font-size: 14px;
}
.index-news dl {
	height: auto;
	overflow: hidden;
	width: 100%;
}
.index-news dl dt {
	float: left;
	width: 242px;
}
.index-news dl dd {
	float: right;
	width: 250px;
}
.index-news dl dt img {
	width: 235px;
	height: 158px;
	border: 1px solid #ececec;
}
.index-news dl dd .date span {
    display: block;
    font-size: 24px;
    color: #02913d;
    font-weight: bold;
}
.index-news dl dd h4 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}


/*友情链接*/
.Link {
    background-color: #e4e4e4;
    padding: 16px 0;
}

.Link span {
    color: #333333;
    font-size: 14px;
}

.Link a {
    font-size: 14px;
    color: #666666;
    padding: 0 15px;
    transition: all .5s;
}


/* 版权 */
.footer {
	background: #333333;
	height: 220px;
	overflow: hidden;
	padding-top: 30px;
}
.fnav dl {
	float: left;
	display: inline;
	margin-right: 80px;
}
.fnav dl dt {
	position: relative;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 10px;
}
.fnav dl dt a {
	color: #FFF;
}
.fnav dl dt:after {
	content: '';
	width: 20px;
	height: 2px;
	background: #666666;
	position: absolute;
	left: 0;
	bottom: 0;
}
.fnav dl dd {
	line-height: 25px;
	color: #999999;
}
.fnav dl dd a {
	color: #999999;
}
.footer .ewm {
    text-align: center;
    color: #FFF;
    margin-top: 12px;
}
.footer .ewm h3 {
    padding-bottom: 10px;
    font-size: 16px;
}
.footer .ewm img {
    width: 135px;
    height: 135px;
}

.copyright {
    background: #333333;
    color: #999999;
    height: 55px;
    line-height: 50px;
    text-align: center;
    padding-top: 2px;
    font-size: 14px;
}

	
/* 内页 */
.main{
	display: table;
	width: 100%;
	margin:45px 0;
}
/* 内页幻灯片 */
 .ny-banner{
	 overflow: hidden;
 }
 .ny-banner img{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/* 内页幻灯片 */


/* 产品分页 */
.dede_pages {
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.dede_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.dede_pages ul li:nth-child(1) {
    padding: 0 10px;
}
.dede_pages ul li.thisclass {
    background-color: #0d77e5;
    color: #fff;
    border: 1px #0d77e5 solid;
    padding: 0 10px;
}
.dede_pages ul li {
    float: left;
    font-family: 'microsoft yahei';
    margin: 0 2px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #d8dadf;
}
.dede_pages ul li a {
    color: #555;
    display: block;
    padding: 0 10px;
}

/* 产品分页 */

/* 产品内页 */
.cp-left {
    display: table;
    width: 48%;
    float: left;
}
.cp-right{
	display: table;
	float:left;
}
.cp-right {
    display: table;
    float: left;
    width: 48%;
}

.cp-right h3{
    font-size: 24px;
    padding-top: 20px;
}


.cp-right-a .desc ,.cp-right .desc {
    padding: 20px 0;
    font-size: 15px;
    line-height: 180%;
}

.btn {
    width: 120px;
    height: 35px;
    background: #02913d;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    padding: 0;
    margin-top: 20px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}


.tits span {
    background: #02913d;
    color: #FFF;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
}



/* 详情 */
.details {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.tits {
    border-bottom: 1px solid #e1e1e1;
    height: 40px;
    width: 100%;
    font-size: 18px;
}


.info {
    display: table;
    width: 100%;
    min-height: 80px;
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
}

/* 翻页 */
.fan-page {
    display: table;
    width: 100%;
    line-height: 45px;
    height: 45px;
}
.fan-page span{
	display: table;
	font-size: 14px;
	color:#484848;
}
.fan-page span a{
	color:#484848;
}
.fan-page span:nth-child(1){
	float: left;
}
.fan-page span:nth-child(2){
	float: right;
} 
/* 翻页 */


/* 相关推荐 */
.rec-body{
	display: block;
}

.rec-title {
    display: table;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    margin-bottom: 10px;
}

.rec-title span {
    display: table;
    height: 100%;
    font-size: 16px;
    padding: 0 5px;
	position: relative;
}

.rec-title span:after {
    content: "";
    height: 2px;
    background-color: #02913d;
    width: 100%;
    display: table;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.rec-body ul li {
    width: 23%;
    float: left;
    margin: 1%;
}

.rec-body ul li span {
    display: table;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 35px;
    height: 35px;
}

.rec-body ul li .img {
    overflow: hidden;
    table-layout: fixed;
    border: 1px solid #ddd;
}

.rec-body ul li .img img{
	max-width: 100%;
}
/* 相关推荐 */


/* 关于我们 */

.conter-txt{
	font-size: 14px;
	line-height: 200%;;
}

/* 图片放大 */
.pic{display: table;}
.pic li{width: 31%;margin: 1%;float: left;border: 1px solid #dcdcdc;}
.pic li .img{width: 100%;overflow: hidden;}
.pic li .img img{width: 100%;float: left;transition: all 0.5s;}
.pic li span {display: table;width: 100%;text-align: center;line-height: 35px;height: 35px;}
.pic li:hover{box-shadow: 1px 1px 10px #ddd;}
.pic li:hover .img img{transform: scale(1.2);}
/* 图片放大 */


/* 应用案例 */
.case-pic{display: table;}
.case-pic li{width: 31%;margin: 1%;float: left;border: 1px solid #dcdcdc;}
.case-pic li .img{width: 100%;overflow: hidden;}
.case-pic li .img img{width: 100%;float: left;transition: all 0.5s;}
.case-pic li span {display: table;width: 100%;text-align: center;line-height: 35px;height: 35px;}
.case-pic li:hover{box-shadow: 1px 1px 10px #ddd;}
.case-pic li:hover .img img{transform: scale(1.2);}
/* 详情 */
.main_case_bg{
	display: talble;
	width: 100%;
}
.case-title{
	font-size: 18px;
	text-align: center;
	margin-top: 35px;
}

.case-time {
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
    color: #b9b9b9;
}

.case-title h3{
	font-size: 22px;
}

.border {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #ddd;
    margin-bottom: 18px;
    border-radius: 5px;
}
.main_case_txt {
    display: table;
    width: 100%;
    font-size: 14px;
    line-height: 180%;
    min-height: 150px;
    border-bottom: 1px solid #ddd;
}

.fanhui {
    display: table;
    margin: 5px auto;
    background: #0d77e5;
    padding: 8px 25px;
    color: #fff;
}
.fanhui a{
	color:#fff
}

.case-img {
    width: 40%;
    float: left;
    table-layout: fixed;
}

.case-img img{
	display: table;
	max-width: 100%;
}

.case-txt {
    display: table;
    width: 48%;
    float: left;
    margin-left: 40px;
}

.case-txt h3{
	font-size: 20px;
	margin-top: 20px;
}

.case-desc {
    padding: 20px 0;
    height: 150px;
    font-size: 14px;
    line-height:180%;
}


.main_case_bg{display: table; width: 100%; margin: 0 auto; margin-top: 25px;}
.main_case_img{display: table; margin: 0 auto; border: 1px solid #ddd;width: 50%;}
.main_case_img img{width: 100%;}
.main_case_body_title{display: table; width: 100%; margin-top: 16px;}
.main_case_body_title h2{width: 100%;text-align: center;font-size: 16px;}
.case_details {
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}
.case_details>span {
    display: table;
    width: 100%;
    line-height: 45px;
    color: #0d77e5;
    font-weight: bold;
    font-size: 15px;
}
.case_details_text {
    display: table;
    width: 100%;
    min-height: 50px;
    font-size: 14px;
    line-height: 180%;
}
.page_bg {
    line-height: 26px;
    margin-top: 6px;
    padding-top: 5px;
    font-size: 14px;
}

.page_bg span {
    display: block;
    font-size: 14px;
}

.page_bg span a{
	font-size: 14px;
}
/* 应用案例 */


/* 新闻中心 */
.list-1 dl {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
    padding-top: 0;
    margin-bottom: 10px;
}
.list-1 dl dt {
	line-height: 35px;
	font-size: 16px;
}
.list-1 dl dt:before {
    content: '■';
    font-size: 12px;
    margin-right: 5px;
    color: #0d77e5;
    position: relative;
    top: -3px;
}

.list-1 dl dt span {
	float: right;
	font-size: 14px;
	font-weight: normal;
}
.list-1 dl dt a {
	font-weight: bold;
}
.list-1 dl dd {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list-2 {
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.list-2 ul li {
	float: left;
	display: inline-block;
	margin-right: 27px;
	text-align: center;
	margin-top: 20px;
}
.list-2 ul li:nth-child(3n) {
	margin-right: 0
}
.list-2 ul li img {
	width: 260px;
	height: 190px;
	padding: 3px;
	border: 1px solid #c1c1c1;
	transition: 0.5s;
}


.new-txt {
    margin-top: 38px;
}
.new-title{
	display: table;
	font-size: 20px;
	width: 100%;
	text-align: center;
}

.new-body-txt {
    font-size: 14px;
    display: table;
    line-height: 180%;
    color: #484848;
    min-height: 150px;
    border-bottom: 1px dashed #afafaf;
}

.new-time {
    text-align: center;
    font-size: 13px;
    display: table;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #828282;
}

/* 新闻中心 */

/* 联系我们 */
.contact {
    font-size: 14px;
    line-height: 180%;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.contact h1,.contact h2,.contact h3,.contact h4,.contact h5,.contact h6{
	font-size: 16px;
	margin-bottom: 10px;
}


.map{
	display:table;
	width: 90%;
}
/* 联系我们 */


/**在线留言**/
.hza{margin: 10px auto; background: #fff; padding: 10px;}
.hza label{display: table; font-size: 18px; line-height: 45px; font-weight: bold;}
.hza:after{content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}
.soka{width: 49%; border: 1px solid #D8D8D8; line-height: 45px; margin-bottom: 12px; padding-left: 10px; font-size: 12px; font-family: "Microsoft YaHei", verdant, tahoma;}
.sokb {
    min-height: 100px;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    width: 98.3%;
    color: #757575;
}
.tj {
    width: 120px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #068f40;
    cursor: pointer;
    font-family: Arial,Microsoft YaHei;
    font-size: 14px;
    border: none;
}
/* 在线留言end*/


/* 代理产品 */
.agent {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.agent-class {
    display: table;
    margin: 20px 0;
}

.agent-class ul li {
    display: inline-block;
    line-height: 45px;
    height: 45px;
    margin: 0 5px;
    border: 1px solid #ddd;
    padding: 0 15px;
    float: left;
    border-radius: 5px;
    background: #f5f5f5;
    font-size: 14px;
}

.agent-class ul li:first-child {
    margin-left: 0;
}
.agent-class .on {
    background-color: #0d77e5;
}

.agent-class .on a{
	color:#fff
}


.agent-class ul li:first-child{
	margin-left: 0;
}

.cp-li-a{
	display: table;
	width: 100%;
}

.cp-li-a li {
    width: 23%;
    margin: 2%;
    float: left;
    margin-bottom: 1%;
    margin-left: 0;
    margin-top: 1%;
}

.cp-li-a li .img{
	overflow: hidden;
	width: 100%;
}

.cp-li-a li .img img{
	width: 100%;
}

.cp-li-a li span {
    display: table;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}

.title-txt {
    display: table;
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    box-shadow: 1px 1px 10px#ddd;
    line-height: 240%;
    font-size: 14px;
    margin-bottom: 16px;
	margin-top: 15px;
}

.cp-left-a {
    display: table;
    width: 36%;
    float: left;
}

.cp-right-a{
	display: table;
	float:left;
}
.cp-right-a {
    display: table;
    float: left;
    width: 48%;
}

.cp-right-a h3{
    font-size: 24px;
    padding-top: 20px;
}


.cp-right-a .desc {
    padding: 20px 0;
    height: 150px;
    font-size: 16px;
    line-height: 25px;
}

.btn {
    width: 120px;
    height: 35px;
    background: #02913d;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    padding: 0;
    margin-top: 20px;
}

/* 详情 */
.details {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.tits {
    border-bottom: 1px solid #e1e1e1;
    height: 40px;
    width: 100%;
    font-size: 18px;
}

.tits span {
    background: #02913d;
    color: #FFF;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.info {
    display: table;
    width: 100%;
    min-height: 80px;
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
    line-height: 180%;
    font-size: 13px;
    padding-bottom: 22px;
}

/* 翻页 */
.fan-page {
    display: table;
    width: 100%;
    line-height: 45px;
    height: 45px;
}
.fan-page span{
	display: table;
	font-size: 14px;
	color:#484848;
}
.fan-page span a{
	color:#484848;
}
.fan-page span:nth-child(1){
	float: left;
}
.fan-page span:nth-child(2){
	float: right;
} 
/* 翻页 */

.agent-cp{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}


/*新闻中心*/
.main_new_bg ol{float: left; margin-left: 0; margin-right:0; padding-bottom: 15px; _display: inline; border-bottom: 1px dashed #dcdcdc; margin-bottom: 20px;width:100%;}
.main_new_bg ol a.img {
    display: block;
    float: left;
    padding: 0px;
    width: 20%;
    height: 120px;
    margin-right: 20px;
    border: 1px solid #ddd;
}
.main_new_bg a.img img{width: 100%; height: 100%;}
.new_text{display: table;width: 75%;float: left;}
.new_text h3{text-align: left; padding-top: 5px;}
.new_text h3 a{font-weight: normal; font-size: 18px;}
.new_text span {
    font-size: 14px;
    display: table;
    width: 100%;
    color: #c5c5c5;
    margin: 6px 0;
}
.new_text div{font-size: 12px; line-height: 25px; color: #9d9d9d; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.main_new_bg h2{display: table; width: 100%; text-align: center; font-size: 22px; font-weight: normal;}
.main_new_bg i{font-size: 15px; font-style: normal; text-align: center; display: table; width: 100%; padding: 14px 0; border-bottom: 1px solid #ddd; padding-bottom: 5px; margin-bottom: 10px;}
.main_new_bg{display: table; width: 100%; padding-top: 10px;}
.new_bg_bottom{display: table;width: 100%;font-size: 14px;line-height: 30px;}
.new_bg_bottom img{max-width: 100%;}


/*工作*/
.job h1 {
    font-size: 14px;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #F30;
}
.job dl{
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;

}
.job table{
    width: 100%;
    border:1px solid #ddd;
    margin-bottom: 15px
}
.job table tr,.job table td{
    border:1px solid #ddd;
    line-height: 35px;
    height: 35px;
    text-indent: 10px
}

.job-text{
    line-height: 35px;
}

.job-text dt{
    font-size: 14px;
}

.job-text dd{
    font-size: 12px;
    line-height: 180%
}




.JS1904241{ width:78px; margin-top:-200px; position:fixed; right:0; top:50%; z-index:100; border:1px solid #e0e0e0; background:#fff; border-bottom:0; }
.JS1904241 ul li { width:78px; height:78px; float:left; position:relative; border-bottom:1px solid #e0e0e0; color:#333; font-size:14px; line-height:38px;text-align:center; transition:all .3s; cursor:pointer; }
.JS1904241 ul li a { color:#555; }
.JS1904241 ul li:hover { color:#fff; background:#068f40; }
.JS1904241 ul li:hover a { color:#fff; }

.JS1904241 ul li i { height:25px; margin-top:14px; margin-bottom:1px; display:block; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:auto 25px; transition:all .3s; }
.JS1904241 ul li i.img1 { background-image:url(../images/img1_1.png) }
.JS1904241 ul li i.img2 { background-image:url(../images/img2_1.png) }
.JS1904241 ul li i.img3 { background-image:url(../images/img3_1.png) }
.JS1904241 ul li i.img4 { background-image:url(../images/img4_1.png) }
.JS1904241 ul li i.img5 { background-image:url(../images/img5_1.png) }
.JS1904241 ul li i.img6 { background-image:url(../images/img6_2.png) }
.JS1904241 ul li:hover i.img1 { background-image:url(../images/img1_2.png) }
.JS1904241 ul li:hover i.img2 { background-image:url(../images/img2_2.png) }
.JS1904241 ul li:hover i.img3 { background-image:url(../images/img3_2.png) }
.JS1904241 ul li:hover i.img4 { background-image:url(../images/img4_2.png) }
.JS1904241 ul li:hover i.img5 { background-image:url(../images/img5_2.png) }

.JS1904241 ul li:hover .son { display:block!important; animation:fadein 1s; }
.JS1904241 ul li.li_3 .s1 { width:238px; padding-top:258px; display:none; position:absolute; left:-240px; top:-72px; color:#363636; background-color:#fff; text-align:center; border:1px solid #e0e0e0; }
.JS1904241 ul li.li_3 .s1 .s1_1 { width:172px; height:172px; margin:auto; margin-top:-230px; }
.JS1904241 ul li.li_3 .s1 .s1_1 img { width:100%; }
.JS1904241 ul li.li_3 .s1 .s1_2 { line-height:28px; font-size:15px; }

.JS1904241 ul li.li_4 .son.s2 {
    width: 240px;
    height: 78px;
    display: none;
    position: absolute;
    left: -240px;
    top: 0px;
    color: #fff;
    text-align: left;
    background: #068f40;
}

.JS1904241 ul li.li_4 .s2 p {
    height: 74px;
    padding-left: 82px;
    line-height: 24px;
    font-size: 18px;
    display: block;
    overflow: hidden;
}
.JS1904241 ul li.li_4 .s2 p span {
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    display: block;
    overflow: hidden;
    font-size: 18px;
}
.JS1904241 ul li.li_4 .s2 p.s2_1 { background:url(../images/s2_1.png) 28px center no-repeat; background-color:#068f40; }
.JS1904241 ul li.li_4 .s2 p.s2_2 { background:url(../images/s2_2.png) 28px center no-repeat; }

.JS1904241 ul li.li_6 { background:#068f40; color:#fff; }
.JS1904241 ul li.li_6:hover { opacity:0.9; filter:Alpha(opacity=90); }