﻿@charset "utf-8";
*{margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1200px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px; 
	line-height:30px;
}
/* 网站超链接css通用设置 */
a{text-decoration: none; color:#333} /* 链接无下划线,有为underline */ 
a:hover{text-decoration: none; color:#75c327} /* 鼠标在链接上 */ 

.textover{text-overflow:ellipsis;white-space:nowrap;}

.fl,.left{float:left;}
.fr,.right{float:right;} 
.hide{display: none}
.backcolor{background:#da1413;}

.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

.wrap{ width:1200px; margin:0 auto; height:auto;}
/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
.input{ border:1px solid #ccc; height:20px;line-height:20px} 
ul,li{ list-style:none}

/*public*/
body{max-width: 1920px;margin: 0 auto;}


/*toparea*/
.toparea{ width:100%; height:42px; margin:0 auto; background:#75c327}
.toparea ul{ width:1200px; height:42px; margin:0 auto}
.toparea ul li{ float:left; line-height:42px; font-size:14px; color:#fff}


/*头部*/
.heading{ width:1200px; height:100px; margin:0 auto;}
.logo{
	display: block;
    float: left;
    height: 100px;
    font-size: 17px;
    color: #75c327;
	}
.logo p{
	font-size: 36px;
    color: #222222;
    font-weight: bold;
    line-height:45px;
    padding-top:6px;
	}

.toptel{ display:block; float:right; height:72px; background:url(../images/tela.png) left center no-repeat; padding-left:65px;padding-top:28px; font-size:16px; color:#333333; line-height:20px;}
.toptel p{
	font-size: 28px;
    color: #ff6600;
    font-family: impact;
    line-height: 28px;
	}

/*导航*/
.nav{width:100%; height:65px; margin:0 auto; border-top:1px solid #d9d9d9}
.nav  ul { width:1200px; height:65px; margin:0 auto; }
.nav  ul li{float: left;background: url(../images/nav_line.png) left center no-repeat}
.nav  ul li:first-child{ background:none}
.nav  ul li a{ width:150px; height:65px; display:block; text-align:center; line-height:65px; color:#333333; font-size:16px;} 
.nav  ul li a:hover{color:#fff !important; background: url(../images/nav_hover.png) center center no-repeat}
.nav  ul li:hover{line-height:58px; font-size:18px;color: #fff !important; background:#url(../images/nav_hover.png) center center no-repeat}
.nav  ul li:hover a{color:#fff !important;}
.nav .nav_on{ background:url(../images/nav_hover.png) center center no-repeat; color:#fff}

/* 产品展示 */

.in_news{width:100%; height:auto; margin:0 auto; background:url(../images/bg_cp.jpg) center top no-repeat; padding-top:40px; padding-bottom:90px}
.in_news .title{background: url(../images/bg.png) center top no-repeat; font-size:16px; color:#666666; line-height:40px; text-align:center}
.in_news .title p{font-size:32px; color:#ffffff; font-weight:bold; line-height:45px; margin-bottom:10px}

.in_news .content{ width:1200px; height:auto; margin:15px auto 0}

.in_news .news_top {text-align: center; margin-top:12px}
.in_news .news_top li{
	display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 50px;
    margin: 0 10px;
    color: #333;
    font-size: 18px;
    border-radius: 8px;
    border: 2px solid #e7e7e7;
	}
.in_news .news_top li a{color: #333;font-size: 18px;}
.in_news .news_top li:hover,.in_news .news_top li.on{border-radius:8px; background:#75c327; border:2px solid #75c327}
.in_news .news_top li:hover a,.in_news .news_top li.on a{color: #fff;}

.in_news .news_box{ width:1200px; height:auto; margin:0 auto}
.in_news .news_box ul{display: none;}
.in_news .news_box ul.on{display: block;}
.in_news .news_box li {float: left;margin-right:10px; margin-top: 20px;margin-left:10px;}



.in_news .news_box li .topimg{
	width: 285px;
    height: 380px; display:block;
    overflow: hidden;
    background: #ffffff;
	}
.in_news .news_box li .topimg img{
	max-width:100%;
	max-height:380px;
	transform: scale(1);
	transition: all 1s ease-out;
	}
.in_news .news_box li:hover .topimg img{
	transform: scale(1.2);
	}
.in_news .news_box li p{
	width:165px;
	height:76px;
	background:url(../images/title_cp.jpg) left top no-repeat;
	display:block;
	line-height:76px;
	padding-left:30px;
	padding-right:90px;
	font-size:18px;
	color:#f2f2f2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.in_news .news_box li p a{
	line-height:76px;
	font-size:18px;
	color:#f2f2f2;
}


/*四大优势*/
.in_advantage{ width:100%; height:auto; margin:0 auto; background:url(../images/bg_ys.jpg) center top no-repeat; padding-top:120px}
.in_advantage .title{ display:block; text-align:center; font-size:16px; color:#555555}
.in_advantage .cont{ width:1200px; height:auto; margin:0 auto; margin-top:15px}
.in_advantage .cont ul li{ float:left; margin-right:33px}

.in_advantagea{ width:275px; height:348px; display:block; position:relative}
.in_advantagea .frmae{ position:absolute; left:0; bottom:0; width:215px; height:255px; display:block; background:#75c327; padding:60px 30px 0 30px}
.in_advantagea .frmae p{ font-size:24px; color:#fff; line-height:55px;}
.in_advantagea .frmae .deca{
	width: 33px;
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 5px;
    margin-bottom: 11px;
	transition: all .5s ease;
	}
.in_advantagea .frmae span{ font-size:14px; line-height:30px; color:#fff}
.in_advantagea .dec{ position:absolute; left:110px; top:0; width:54px; height:54px; background:#fff;border-radius:50%;box-shadow:0 0 5px #eee; text-align:center; z-index:999}
.in_advantagea .dec img{ padding-top:14px;transition: all 0.3s linear 0s;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-webkit-transition:.8s ease-in-out;-moz-transition:.8s ease-in-out;z-index:2;}
.in_advantagea:hover .dec img{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);}
.in_advantagea:hover .frmae .deca{ width:100%}
.in_advantagea:hover .frmae p{ font-weight:bold}




.in_advantage .titlea{ display:block; text-align:center; font-size:14px; color:#666666; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; margin-top:200px}
.in_advantage .titlea p{ font-size:36px; color:#75c327; line-height:50px; font-family:"微软雅黑"}
.in_advantage .titlea .decb{ width:305px; height:1px; display:block; background:#cccccc; margin:10px auto}
.in_advantage .conta{ width:1200px; height:auto; margin:0 auto; margin-top:40px}
.in_advantage .conta ul li{ float:left; margin-right:54px}

.in_advantageb{display:block; text-align:center;width:186px; height:auto}
.in_advantageb img{ width:150px; height:150px; border:18px solid #e6f5ec;border-radius: 50%;transition: all 0.3s linear 0s;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-webkit-transition:.8s ease-in-out;-moz-transition:.8s ease-in-out;z-index:2;}
.in_advantageb p{ line-height:45px; text-align:center; font-size:15px; color:#666666;}

.in_advantage .more{
	text-align: center;
    margin-top: 24px;
	}
.in_advantage .more li{display: inline-block;height:44px;line-height:44px;padding:0 50px;margin:0 12px; background:#75c327; color:#fff; font-size:15px;border-radius:35px}
.in_advantage .more li a{color: #fff;font-size: 15px;}
.in_advantage .more li:hover,.in_advantage .more li.on{border-radius:35px; background:#ff6600;}
.in_advantage .more li:hover a,.in_newsa .news_top li.on a{color: #fff;}
.in_advantageb:hover img{border:18px solid #75c327;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);}
.in_advantageb:hover p{ line-height:45px;font-size:15px; color:#75c327; font-weight:bold}




/* 公司简介 */
.in_about{ width:100%; height:auto; margin:0 auto; margin-top:110px; background: url(../images/bg_gsjj.jpg) center top no-repeat #fafafa; padding-top:65px; padding-bottom:70px}
.in_about .main{ width:1200px; height:auto; margin:0 auto}
.in_about .main .lefttxt{ display:block; float:left; width:625px; height:auto}
.in_about .main .lefttxt .title{ font-size:19px; color:#fff; font-family:Arial, Helvetica, sans-serif; line-height:25px;}
.in_about .main .lefttxt .title p{ font-family: "微软雅黑"; font-size:36px; color:#fff; font-weight:bold; line-height:40px; margin-bottom:10px}
.in_about .main .lefttxt .title .dec{ width:35px; height:5px; display: block; background:#fff; margin:10px auto 20px 0}
.in_about .main .lefttxt .txt{ height:170px; display:block; overflow:hidden}
.in_about .main .lefttxt .txt *{ font-size:16px; line-height:34px; color:#fff}
.in_about .main .lefttxt .more{ width:145px; height:45px; margin-top:25px; display:block; text-align:center; line-height:45px; background:#fff; font-size:14px; color:#019944}
.in_about .main .video{ width:524px; height:371px; display:block; float:right; background:url(../images/video.jpg) no-repeat 0 0}

.in_abouta{ width:1200px; height:95px; margin:45px auto 0; background:#fff;box-shadow: 0px 3px 17px 6px rgba(0, 0, 0, 0.1); padding-top:25px; padding-bottom:15px}
.in_abouta ul li {float: left; border-right:1px solid #dbdbdb;}

.in_aboutaa{width:239px; height:95px; display:block; text-align:center; font-size:20px; color:#000000; line-height:30px}
.in_aboutaa img{ width:auto; height:46px; transition: all 0.3s linear 0s;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-webkit-transition:.8s ease-in-out;-moz-transition:.8s ease-in-out;z-index:2;}
.in_aboutaa:hover{line-height:30px; font-size:20px; color:#75c327}
.in_aboutaa:hover img{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);}
.in_about .main .lefttxt:hover .more{line-height:45px; background:#007634; font-size:14px; color:#fff}


.in_fhxc{ width:1200px; height:auto; margin:48px auto 0}


.in_fhxc ul li{ float:left; margin-right:20px; }

.proming_c{ width:285px; height:270px; display:block; background:#fff;box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.1);}
.proming_c .topimg{ width:285px;  display:block; text-align:center; overflow:hidden; }
.proming_c .topimg img{ max-width:100%; height:200px;transform: scale(1);transition: all 1s ease-out;}
.proming_c p{width:285px; height:54px;line-height:54px; font-size:16px; color:#333; text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; }
.proming_c:hover p{line-height:54px; font-size:16px; color:#75c327; font-weight:bold}



/* 新闻资讯 */
.in_xwzx{ width:1200px; height:auto; margin:0 auto; margin-top:65px; margin-bottom:65px;}
.in_xwzx .title{background: url(../images/bg.png) center top no-repeat; font-size:16px; color:#666666; line-height:40px; text-align:center}
.in_xwzx .title p{font-size:32px; color:#ffffff; font-weight:bold; line-height:45px; margin-bottom:10px}
.in_xwzx .content{margin:40px auto 0}

.in_xwzxa{ width:357px; height:auto; display:block; float:left}
.in_xwzxa .topimg{
	width:357px; 
	height:476px; display:block; overflow:hidden; text-align:center;
	}
.in_xwzxa .topimg img{ max-width:100%; height:476px;transform: scale(1);transition: all 1s ease-out;}
.in_xwzxa .txt{ width:357px; height:60px; display:block; background: url(../images/more.jpg) right top no-repeat #f3f3f3}
.in_xwzxa .txt p{ width:270px; height:60px; margin-left:12px; margin-right:75px;font-size:16px; color:#888888; line-height:60px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.in_xwzxa .txt p a{font-size:16px; color:#888888; line-height:60px;}
.in_xwzxa:hover .topimg img{transform: scale(1.2);}

.in_xwzxb{ width:798px; height:auto; display:block; float:right}
 
.in_xwzxb ul li{ margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #ececec}

.childaa{ width:798px; height:150px; display:block}
.childaa .leftimg{ width:200px; height:150px; display:block; overflow:hidden; float:left}
.childaa .leftimg img{max-width:100%; height:150px;transform: scale(1);transition: all 1s ease-out}
.childaa .txt{ width:580px; height:auto; display:block; float:right}
.childaa .txt p{width:100%; height:auto;font-size:18px; color:#111111; line-height:45px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.childaa .txt p a{font-size:18px; color:#111; line-height:45px;}
.childaa .txt .dec{
	width: 30px;
    height: 2px;
    background-color: #75c327;
    /*position: relative;*/
    margin-bottom: 14px;
    transition: all .5s ease;
	}
.childaa .txt span{ font-size:14px; line-height:25px; height:75px; color:#999999; display:block; overflow:hidden}
.childaa:hover .txt p a{font-size:18px; color:#75c327; line-height:45px; font-weight:bold}
.childaa:hover .txt .dec{ width:100%}
.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}

/*网站底部*/
.footer{ width:100%; height:auto; margin:0 auto; background:#333333; padding-top:65px; padding-bottom:50px; border-bottom:1px solid #3a3a3a}
.footer .main{ width:1200px; height:auto; margin:0 auto}

.bota{ display:block; float:left; width:194px; height:65px; border-right:1px solid #4d4d4d; color:#a6a6a6; font-size:14px; line-height:26px; padding-top:15px; margin-top:19px}

.botb{
	margin-left: 55px;
    width: 250px;
    height: 65px;
    display: block;
    float: left;
    border-right: 1px solid #4d4d4d;
    font-size: 14px;
    color: #a6a6a6;
    line-height: 26px; padding-top:15px; margin-top:19px
	}
.botb p{ font-size:24px; color:#a6a6a6; font-family:"Times New Roman", Times, serif; font-weight:bold; line-height:35px}

.botc{ margin-left:55px; width:250px; height:65px;display:block; float:left;font-size:14px; color:#a6a6a6; line-height:26px; padding-top:15px; margin-top:19px}

.botd{ width:234px; height:117px; display:block; float:right; background:url(../images/ewm.png) no-repeat 0 0}

.bq{ width:100%; height:52px; margin:0 auto; background:#333333}
.bq ul{ width:1200px; height:52px; margin:0 auto}
.bq ul li{ display:block; text-align:center; line-height:52px; font-size:14px; color:#a6a6a6}
.bq ul li a{line-height:52px; font-size:14px; color:#a6a6a6;}



.childc{ width:265px; height:198px; display:block; float:left; margin:0 10px; text-align:center;display:block; overflow:hidden; border:1px solid #dadada}
.childc .topimg{width:265px; height:198px; display:block; overflow:hidden; }
.childc .topimg img{ max-width:100%; height:198px;transform: scale(1);transition: all 1s ease-out;}
.childc:hover .topimg img{transform: scale(1.2);}





/*子页面大图*/
.neibanner{ width:100%; height:300px; margin:0 auto; background:#cfcfcf}

/*子页面样式*/
.mainframe{ width:1200px; height:auto; margin:35px auto 55px}

.lebox{ width:237px; height:auto}
.prolist{ width:237px; height:auto;}
.titcplde{ line-height:57px; text-align:center; font-size:24px; color:#fff; background:#75c327; font-weight:bold}
.mbcpny{ width:237px; height:auto; /*border:1px solid #dfdfdf;*/ border-top:none; padding:5px 0; background:#75c327}

.m_1 {
}
.m_1 > li {
  overflow: hidden;
  position: relative;
}
.m_1 > li > a {
  display: block; width:216px; height:41px; line-height:41px; color:#333; font-size:15px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj.png) no-repeat 13px center #fff; margin:5px auto
}

.m_1 > li:hover > a {
display: block; width:216px; height:41px; line-height:41px; color:#fff; font-size:15px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyja.png) no-repeat 13px center #ff9601; margin:5px auto; color:#fff
}

.m_1 > li > a.active{
display: block; width:216px; height:41px; line-height:41px; color:#fff; font-size:15px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj2.png) no-repeat 13px center #75c327; margin:5px auto; color:#fff
}

.m_1 > li .menu_btn {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.m_1 > li .menu_btn_active {
  background: ;
}
.m_1 > li .menu_btn:hover {
  background-color:;
}
.m_2 {
  display: none;
}




.m_2 > li {

}
.m_2 > li:last-child {

}
.m_2 > li:first-child {

}



.m_2 > li a{
  display: block; width:216px; height:32px; line-height:32px; border-bottom:1px dotted #fff;  font-size:14px; text-indent:45px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px 11px; color:#fff; margin:0 auto;
}

.m_2 > li a:hover {
 display: block; width:216px; height:32px; line-height:32px; border-bottom:1px dotted #fff;  font-size:14px; text-indent:45px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px 11px; color:#fff100; margin:0 auto;
}

.m_2 > li a.active{
 display: block; width:216px; height:32px; line-height:32px; border-bottom:1PX dotted #fff  font-size:14px; text-indent:45px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px 11px; color:#fff100; font-weight:bold; margin:0 auto;
}

.m_2 > li a span{ color:#666; font-family:宋体; font-style:14px; line-height:30px
}

.onelist{ display: block; width:216px; height:41px; line-height:41px; color:#fff; font-size:16px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj.png) no-repeat 13px center #e70012; margin:8px auto}
.onelist:hover{ text-decoration:underline; color:#fff}
.onelista,.onelista:hover{ display: block; width:216px; height:41px; line-height:41px; color:#fff; font-size:16px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj2.png) no-repeat 13px center #e70012; margin:8px auto}

.twolist{ display: block; width:216px; height:30px; line-height:30px;  font-size:13px; text-indent:35px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px center}

.letelbox{ background:url(../images/letel.png) no-repeat 16px center #342c2a; padding:25px 0 25px 77px}
.letelbox p{ color:#fff; line-height:16px}
.letelbox{ color:#fff; font-family:impact; font-size:23px; line-height:32px}



.rightframe{ width:938px; height:auto; display:block; float:right}
.rightframe .title{ height:50px; background:#eeeeee; padding:0 10px 0 0}
.rightframe .title p{ float:left; line-height:50px;font-size:18px; color:#fff; padding-left:35px; padding-right:35px; background:#75c327}
.rightframe .title span{ 
    float: right;
    line-height: 50px;
    background: url(../images/home.png) 0 center no-repeat;
    padding-left: 16px;
    color: #888;
    font-size: 14px;
    display: block;
    overflow: hidden;
    height: 50px;text-overflow:ellipsis;white-space:nowrap;
}
.rightframe .title span a{line-height:50px;color: #888;font-size: 14px;}
.rightframe .content{ margin-top:25px; border:1px solid #dfdfdf; padding:25px; min-height:693px}
.rightframe .content1{ margin-top:25px;border:1px solid #dfdfdf; padding:25px; min-height:693px}
.rightframe .content1 *{font-size:16px; line-height:35px}
.rightframe .content1 strong{font-size:16px; line-height:35px; color:#ff6600; font-weight:bold}


.rightframe .content2{ margin-top:25px; border:1px solid #dfdfdf; padding:15px; min-height:713px}




/*子页面新闻里面样式用*/
.childcc{height:144px; margin:0 auto; padding:20px; border-bottom:1px solid #cfcfcf}
.childcc p{ width:100%; height:30px; line-height:30px;font-size:16px; color:#000; font-weight:bold; text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block}
.childcc p a{font-size:16px; color:#000;line-height:30px;}
.childcc .time{height:30px;font-size:13px; color:#999;line-height:30px;}
.childcc span{ font-size:13px; line-height:22px; color:#666; height:44px; display:block; overflow:hidden;}
.childcc .more{ width:120px; height:30px; display:block; text-align:center; background:#888; line-height:30px; color:#fff; margin-top:10px;border-radius:20px;transition: all 0.3s linear 0s;}
.childcc:hover .more{background:#75c327}
.childcc:hover{ background:#f5f5f5;/*box-shadow: 0 0 8px 4px #f3f3f3;*/}

/*翻页*/
.page{ width:100%;margin:10px auto; line-height:30px; text-align:right;}
.page span{ display:inline-block; padding:0 10px 0 0; }
.page a.num.select{ padding:6px 10px; color:#fff; background:#75c327;border:1px solid #cccccc; margin:0 5px;}
.page a.num{padding:6px 10px;border:1px solid #cccccc; margin:0 5px; background:#fff}
.page a.num:hover{ padding:6px 10px; color:#fff; background:#75c327; margin:0 5px}

/*上一页下一页*/
.news_page{ margin:20px auto 0;overflow: hidden;}
.news_page li{ width:44.2%;float:left; height:40px; line-height:40px; overflow:hidden;padding:0 10px 0 30px;background:#f5f5f5;}
.news_page .pagepre{background:#f5f5f5 url(../images/public/pagepre.png) no-repeat 10px center;} 
.news_page .pagepre a,.news_page .pagenext a{ line-height:40px; color:#757575; font-size:16px}
.news_page .pagenext{text-align: right;padding-right: 30px; background:#f5f5f5 url(../images/public/pagenext.png) no-repeat 98% center; } 
.news_page .pagepre:hover{ background:#d8d8d8 url(../images/public/pagepre.png) no-repeat 10px center;}
.news_page .pagenext:hover{background:#d8d8d8 url(../images/public/pagenext.png) no-repeat 98% center;}


/*左侧*/

.lcommon{ width:208px; height:auto; margin:0 auto;border:1px solid #dfdfdf;box-shadow: 0 0 10px #e4e2e2; padding:0 20px 20px; margin-bottom:15px;}
.lcommon .head{border-bottom:1px solid #dfdfdf; height:63px;background:url(../images/icon.jpg) 0 center no-repeat;}
.lcommon .head p{ display:block; float:left; padding-left:65px; padding-right:12px; border-bottom:3px solid #da1413; line-height:60px; font-size:24px; color:#da1413; font-weight:bold}
.lcommon .head a{ float:right; line-height:63px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#555555}
.lcommon .content{margin-top:8px}
.lcommon .content a{ background:#f5f5f5;width: 100%;font-size:16px;height: 46px;line-height: 46px;text-align: center;display: inline-block;color: #333;transition: all ease-out 0.2s; margin-top:10px}
.lcommon .content a.on {
	color: #FFFFFF;
	background: #fc583d;
	transition: all ease-out 0.4s;
}


.lwhkx{ width:208px; height:auto; margin:0 auto;border:1px solid #dfdfdf;box-shadow: 0 0 10px #e4e2e2; padding:0 20px 20px}
.lwhkx .head{border-bottom:1px solid #dfdfdf; height:63px;background:url(../images/icon.jpg) 0 center no-repeat;}
.lwhkx .head p{ display:block; float:left; padding-left:65px; padding-right:12px; border-bottom:3px solid #da1413; line-height:60px; font-size:24px; color:#da1413; font-weight:bold}
.lwhkx .head a{ float:right; line-height:63px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#555555}
.lwhkx .content{margin-top:12px}
.lwhkx .content ul li{width:100%; height:46px;}
.lwhkx .content ul li a{width:100%; height:46px; font-size:16px; line-height:46px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
<!--.lwhkx .content ul li span{height:46px; width:25%; display:block; text-align:right; overflow:hidden; line-height:46px; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#7777;}
-->


/*产品子页面*/
.proming_b{ width:276px; height:408px; float:left; margin:10px; padding:2px; border:1px solid #dfdfdf;background:#fff;line-height:40px;text-overflow:ellipsis;white-space:nowrap; display:block; overflow:hidden; color:#333; text-align:center}
.proming_b .topimg{ width:276px; height:368px; display:block; text-align:center; overflow:hidden}
.proming_b .topimg img{ height:368px;transform: scale(1);transition: all 1s ease-out;}
.proming_b:hover .topimg img{transform: scale(1.2);}

.proming_bb{ width:276px; height:228px; float:left; margin:10px; padding:2px; border:1px solid #dfdfdf;background:#fff;line-height:40px;text-overflow:ellipsis;white-space:nowrap; display:block; overflow:hidden; color:#333; text-align:center}
.proming_bb .topimg{ width:276px; height:190px; display:block; text-align:center; overflow:hidden}
.proming_bb .topimg img{ max-width:100%;height:178px;transform: scale(1);transition: all 1s ease-out;}
.proming_bb:hover .topimg img{transform: scale(1.2);}



/*详情*/
.newsdet_title {
	width: 100%;
	text-align: center;
}
.newsdet_title .newsdet_title1 {
	line-height: 35px;
	width: 100%;
	color: #333333;
	text-align: center;
	font-size: 24px; margin-bottom:10px;
}
.newsdet_title .newsdet_title2 {
	display: inline-block;
	color: #999999;
	font-size: 14px; line-height:35px; 
}
.newsdet_title .newsdet_title2 span {
	display: inline-block;
	float: left;
	padding: 0 30px;
	height: 35px;
	line-height: 35px;
}
.newsdet_title .newsdet_title2 .spa1 {
	background: url(../images/bg7.png) no-repeat 0 50%;
}
.newsdet_title .newsdet_title2 .spa2 {
	background: url(../images/bg8.png) no-repeat 0 50%;
}
.newsdet_title .newsdet_title2 .spa3 {
	background: url(../images/bg9.png) no-repeat 0 50%;
}
.newstext {
	font-size: 16px;
	color: #757575;
	line-height: 30px;
	border-bottom: #ebebeb solid 1px;
	padding-bottom: 30px;
}
.newstext p{ margin-bottom:10px; }
.newstext img{ max-width:100%; height:auto}
/*新闻列表*/
/*.news_top{ margin-bottom:30px}
.news_top .leftimg{ display:block; float:left; width:281px; height:187px; overflow:hidden; text-align:center}
.news_top .leftimg img{max-width:100%;height:187px;transform: scale(1);transition: all 1s ease-out;}
.news_top:hover .leftimg img{transform: scale(1.2);}

.news_top .righttxt{ display:block; float:right; width:610px; height:auto}
.news_top .righttxt p{ font-size:24px; width:100%; height:30px; line-height:30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; margin-bottom:12px;}
.news_top .righttxt p a{ font-size:24px;line-height:30px; }
.news_top .righttxt span{ line-height:24px; font-size:13px; color:#838383; height:96px; display:block; overflow:hidden; margin-bottom:20px}
.news_top .righttxt .date{ background:url(../images/time.png) 0 center no-repeat; padding-left:20px; color:#888888; font-size:14px; line-height:20px}

*/.news_line{border-top: 3px solid #404040;}
.news_line ul {border-bottom: 1px solid #000; background:url(../images/line1.jpg) repeat}
.news_line ul li{width:100%; height:61px; background:url(../images/icon1a.png) 23px center no-repeat}
.news_line ul li a{width:78%; height:61px; display:block; float:left;text-indent:60px; font-size:16px; color:#000; line-height:61px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.news_line ul li span{height:61px; width:20%; display:block; text-align:right; overflow:hidden; line-height:61px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#828282; margin-right:2%}

.news_line ul li:hover{width:100%; height:61px; background:url(../images/icon2a.png) 23px center no-repeat #fc583d}
.news_line ul li:hover a{font-size:16px; color:#fff; line-height:61px;}
.news_line ul li:hover span{line-height:61px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#fff;}



/*留言*/
.guestbook_show{ margin:0 auto;}
.guestbook_top{ height:40px; background:#eee; line-height:40px; padding:0 10px 0 17px;}
.guestbook_top .mustwrt{ display:block; float:right;} 
.guestbook_show em{ color:#f79b21; font-style:normal;}
.guestbook_form .inp_one{ width:380px;height:28px; line-height:28px;outline: none;border:1px solid #ccc;padding-left: 4px;}
.guestbook_form .inp_one:focus{border:1px solid #3671cf;}
.guestbook_form{ padding:20px 20px 0;}
.guestbook_form dl{ width:100%; overflow:hidden;line-height:30px; height:40px; padding:5px 0px 5px 5px;}
.guestbook_form dt{ width:80px; float:left; line-height:35px;}
.guestbook_form dd{ width:85%; float:left;}
.guestbook_form dd span{padding-left:20px; color:#666666}
.guestbook_form dd span i{ color:#F00; padding:0 5px; }
.guestbook_form dd span.quetion{ display:block;}
.guestbook_form .bookdl{ height:180px; overflow:hidden;line-height:20px; padding-bottom:0;}
.guestbook_form .button{width:150px;height:32px; background:#b8b8b8; border:none; margin-right:10px; color:#fff;cursor: pointer;}
.guestbook_form .button:hover{ background:#f1f1f1; color:#555;}
.guestbook_form .form_b{ width: 693px;margin:0 auto;padding:20px 0 0 0;text-align: center;}
.guestbook_title{ padding:20px 20px 0; color:#2a6cd4}
.guestbook_title strong{ color:#f00;}
.guestbook_title b{ padding:0 10px; font-weight:normal;}
.guestbook_cnt{ padding:5px 20px 20px;border-bottom: 1px dashed #ccc}
.guestbook_reply{ color:#f00; background:#f6f6f6; line-height:40px;}

.XRegina{ width: 100%; display: block; background:url(../images/bg.jpg) repeat }
.XRegina .heada{height:45px; background:#555; color:#fff; line-height:45px; font-size:15px;}
.XRegina .heada ul li{ float:left; line-height:45px; font-size:15px; color:#fff; display:block; text-align:center}
.XRegina .heada ul li.li1{ width:16%}
.XRegina .heada ul li.li2{ width:16%}
.XRegina .heada ul li.li3{ width:24%}
.XRegina .heada ul li.li4{ width:12%}
.XRegina .heada ul li.li5{ width:16%}
.XRegina .heada ul li.li6{ width:16%}
.XRegina .contenta{ width:100%; height:auto; background:url(../images/bg.jpg) repeat;line-height:45px; font-size:15px;}
.XRegina .contenta a{ width:100%; height:45px; display:block; color:#333}
.XRegina .contenta a:hover{ width:100%; height:45px; display:block; background:#e3f1ff;color:#0572c4}

.XRegina .contenta ul li{ float:left; line-height:45px; font-size:15px;display:block; text-align:center}
.XRegina .contenta ul li a{line-height:45px; font-size:15px; color:#333; }
.XRegina .contenta ul li a:hover{line-height:45px; font-size:15px; color:#ca0000; }

.XRegina .contenta ul li.li1{ width:16%; height:45px;}
.XRegina .contenta ul li.li2{ width:16%; height:45px;}
.XRegina .contenta ul li.li3{ width:24%; height:45px;}
.XRegina .contenta ul li.li4{ width:12%; height:45px;}
.XRegina .contenta ul li.li5{ width:16%; height:45px;}
.XRegina .contenta ul li.li6{ width:16%; height:45px;}

.showa{width:95%; display:block; margin:0 auto; height:auto; line-height:30px;}
.show_page{ margin:20px auto;overflow: hidden;text-align: center;}
.show_page li{ width:50%; float:left;}
.show_page li a{ color:#333}

.XReginaa{ width: 100%; position: absolute; left: 0; top: 35%; z-index: 9; display: block; background:#fff; min-height:300px}
.XReginaa .contentaa{ padding:25px; line-height:30px}
.XReginaa .contentaa .titleaa{ border-bottom:1px solid #cfcfcf; height:30px;}
.XReginaa .contentaa .titleaa p{ float:left; border-bottom:2px solid #0072c0; line-height:29px; font-size:18px; font-weight:bold; color:#0072c0}
.XReginaa .contentaa .contaa{ margin-top:30px; line-height:30px;}
.XReginaa .contentaa .contaa p{ font-size:16px; color:#333; font-weight:bold}
.XReginaa .contentaa .contaa p span{ font-size:16px; color:#ff0000; font-weight:bold}
.XReginaa .contentaa .contbb{ margin-top:30px; line-height:30px;}

.XReginaa .contentaa .contbb ul li{width:100%; height:30px; border-bottom:1px dashed #e0e0e0;}
.XReginaa .contentaa .contbb ul li a{ float:left; width:80%;line-height:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; color:#333}
.XReginaa .contentaa .contbb ul li span{ float:right; width:20%; display:block; text-align:right; line-height:30px; font-size:12px; color:#888}




/*子页面营销网络*/
.subnetwork{ width:1050px; height:auto; margin:0 auto}
.subnetwork ul li{ width:212px; height:176px; margin:20px 25px; border-bottom:1px solid #efeeed; display:block; float:left; text-align:center; line-height:50px; font-size:18px; color:#727272; font-weight:bold}
.subnetwork ul li img{ width:126px; height:126px}

/*子页面详情页*/
.primgpic{ display:block; text-align:center}
.primgpic img{ max-width:100%; height:auto; }

/*产品详情页*/
.cpshow{ width:100%; height:auto; margin:0 auto}
.cpshow .leftpic{text-align:center; float:left;display: block;width:375px; height:375px; overflow:hidden; padding:2px; border:1px solid #cfcfcf}
.cpshow .leftpic img{ max-width:100%; height:375px;transition: all 1s ease-out;  transform: scale(1);}
.cpshow .leftpic:hover img{transform: scale(1.2);}

.cpshow .righttxt{ display:block; float:right; width:53%; height:auto;}
.cpshow .righttxt ul li{ border-bottom:1px solid #cfcfcf; height:52px; line-height:52px; font-size:14px; color:#666666}
.cpshow .righttxt ul li span{ line-height:56px; font-size:20px; color:#ff6600; font-family:Arial, Helvetica, sans-serif}
.cpshow .righttxt ul li .more{ width:120px; height:40px; display:block; text-align:center; line-height:40px; background:#75c327; color:#fff; border-radius:10px}


.contentm{ width:100%; height:auto; margin:0 auto; margin-top:20px}
.contentm .titlea{ width:100%; height:40px; margin:0 auto; border-bottom:1px solid #555555}
.contentm .titlea span{ float:left; padding-left:15px; padding-right:15px; background:#555555; line-height:40px; color:#fff; font-size:16px; font-weight:bold}
.contentm .cont{ line-height:30px !important; font-size:15px !important; margin-top:30px}

/*联系我们*/
#telback{background: url(../images/lxs.png) no-repeat 40px -30px;
    min-height:350px;
    padding: 60px 0 0 440px;
    width: 360px;
}
#telback b{font-size:16px; color:#ff6600; line-height:35px; font-weight:bold}

/*在线地图*/
.week_map {
	position: relative;
    height: 550px;
    max-width: 88%;
    padding: 10px 10px;
    border: #999 dashed 1px;
}
#allmap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}


.ewmaa{ width:148px; height:190px; display:block; text-align:center; float:left; margin-right:24px;}
.ewmaa img{ width:148px; height:148px}
.ewmaa p{text-align:center; line-height:42px; color:#888888; font-size:14px;}


.leftlx{
	padding: 0 10px 10px;
    background: #75c327;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    letter-spacing: -1;
	}
.leftlx *{line-height:28px; font-size:14px; color:#fff}


.search_x{/* border:1px solid #d1d1d1; margin-bottom:20px;*/}
.search_x .top{/*padding: 0 20px;*/height:34px; line-height:34px; margin-bottom:0; color:#333;background:url(../images/public/topbg.jpg) repeat-x;}


.search_x .xbox{/*padding: 0 20px;*/}
.search_x .guestbook_top{ text-indent:25px}

.search_title{font-size: 16px;color: #333;line-height: 40px;font-weight: bold;padding: 0 10px;}
.search_info{float: left;font-size: 16px;line-height: 30px;}
.search_list{font-size: 14px;color: #333}
.search_list li{line-height: 40px;border-bottom: 1px dashed #ccc;padding: 0 10px;}
.search_list li:last-child{border-bottom: none;}
.search_list li  span{float: right;}
.search_cnt{overflow: hidden;margin: 10px 0}
.search_cnt form{display: block;position: relative;overflow: hidden;float: right;}
.search_cnt input.txt{width:120px;height:28px; line-height:28px;color: #a1a1a1; padding:0 30px 0 5px;border:1px solid #ccc; background:none;}
.search_cnt input.btn{position: absolute;top:6px;right:6px;z-index: 9999;background: url(../images/public/btnbg.png) no-repeat 0 0;width: 20px;height: 22px;border:none;display: block;outline: none;cursor: pointer;}

.nban{ width:100%; height:300px; margin:0 auto; background:#cfcfcf}