/*--------------------------------------------------home.css--------------------------------------------------*/
/*header*/
/*footer*/
/*bodyer*/

/**public**/

/*index*/
/*contactus*/
/*news*/
/*productlist*/
/*aboutus*/
/*cases*/
/*technology*/
/*article*/
/*product*/
/*--------------------------------------------------home.css--------------------------------------------------*/

@CHARSET "UTF-8";

/*header*/

#header {
	/*border-bottom: 1px solid #eee;*/
}

#header > .top {
	height: 110px;
	line-height: 110px;
}

#header > .top > div {
	height: inherit;
}

#header > .top > div > div {
	height: inherit;
}

#header > .top > div > .leftarea {
	width: 50%;
}

#header > .top > div > .leftarea > a {
	position: relative;
	display: block;
	width: 480px;
	height: inherit;
	vertical-align: top;
}

#header > .top > div > .leftarea > a > img {
	width: 68px;
	height: 63px;
}

#header > .top > div > .leftarea > a > p {
	left: 90px;
	margin-bottom: 0;
	line-height: initial;
}

#header > .top > div > .leftarea > a > .title {
	top: 40px;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 3px;
	color: #111;
}

#header > .top > div > .leftarea > a > .brief {
	top: 72px;
	font-size: 17px;
	color: #666;
	letter-spacing: 1px;
}

#header > .top > div > .rightarea {
	width: 50%;
	text-align: right;
}

#header > .top > div > .rightarea > * {
	display: inline-block;
	line-height: initial;
	vertical-align: middle;
	height: 53px;
}

#header > .top > div > .rightarea > .chat {
   position: relative;
	width: 95px;
	padding: 5px;
	border-right: 1px solid #f3f3f3;
	text-align: center;
}

#header > .top > div > .rightarea > .chat > img {
	width: 30%;
   margin-bottom: 5px;
}

#header > .top > div > .rightarea > .chat > p {
	font-size: 13px;
	color: #666;
}

#header > .top > div > .rightarea > .hotline {
	position: relative;
	width: 206px;
}

#header > .top > div > .rightarea > .hotline > img {
	left: 20px;
	width: 36px;
	height: 37px;
}

#header > .top > div > .rightarea > .hotline > p {
	left: 65px;
	margin-bottom: 0;
	line-height: initial;
}

#header > .top > div > .rightarea > .hotline > .title {
	top: 13px;
}

#header > .top > div > .rightarea > .hotline > .brief {
	top: 39px;
	font-size: 20px;
	font-weight: 700;
	color: #399904;
}

#header > .bottom {
	height: 60px;
	line-height: 60px;
	background-color: #399904;
}

#header > .bottom > div > .list > .item {
	display: inline-block;
	width: 118px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

#header > .bottom > div > .list > .item:hover,
#header > .bottom > div > .list > .item.select {
	background-color: #eeb021;
}

/*footer*/

#footer > .top {
	height: 350px;
	padding: 50px;
	background-color: #399904;
	background-image: url('/Public/img/sys/footerback.jpg');
	background-size: 100% 100%;
}

#footer > .top > div > .list {
	list-style: none;
	max-width: 150px;
	margin-right: 75px;
}

#footer > .top > div > .list > li,
#footer > .top > div > .list > li > a {
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
}

#footer > .top > div > .list > li {
	height: 25px;
	line-height: 25px;
}

#footer > .top > div > .list > a {
	display: block;
}

#footer > .top > div > .list > .title {
	margin-bottom: 10px;
}

#footer > .top > div > .rightarea {
	width: 150px;
	text-align: center;
}

#footer > .top > div > .rightarea > img {
	max-width: 100%;
	margin-bottom: 15px;
}

#footer > .top > div > .rightarea > p {
	font-size: 16px;
	color: #fff;
}

#footer > .bottom {
	height: 50px;
	line-height: 50px;
	background-color: #525252;
	color: #868686;
}

#footer span ,
#footer a ,
#footer p {
	margin: 0;
	color: #b1b1b1;
}

#footer > .bottom > div > .leftarea {
	width: 50%;
}

#footer > .bottom > div > .rightarea {
	width: 50%;
	text-align: right;
}

/*bodyer*/

#bodyer {

}

#mbodyer {
	margin-bottom: 60px;
}

/**public**/

.listpage {/*以下是分页样式*/
	padding: 15px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.listpage > div {
	display: -moz-box;  /* Firefox */
	display: -ms-flexbox;    /* IE10 */
	display: -webkit-box;    /* Safari */ 
	display: -webkit-flex;    /* Chrome, WebKit */
	display: box; 
	display: flexbox; 
	display: flex;
	-webkit-box-orient: vertical;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	flex-direction: row;
}
.listpage > div > * {
	display: inline-block;
	margin: 0px 5px;
	border: 1px solid #e2e2e4;
	padding: 0px 10px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.listpage > div > a:hover {
	background-color: #399904;
	color: #fff;
}
.listpage > div > .current {
	background-color: #399904;
	color: #fff;
}/*以上是分页样式*/

.carousel{
	min-width: 1250px;
}

.carousel img {
	width: 100%;
	height: 500px !important;
}

@media screen and (max-width: 1920px) {
    .carousel img {
        height: 500px !important;
    }
}
@media screen and (max-width: 1710px) {
    .carousel img {
        height: 445px !important;
    }
}
@media screen and (max-width: 1500px) {
    .carousel img {
        height: 390px !important;
    }
}
@media screen and (max-width: 1375px) {
    .carousel img {
        height: 358px !important;
    }
}
@media screen and (max-width: 1250px) {
    .carousel img {
        height: 325px !important;
    }
}

.crumbs {
	height: 65px;
	line-height: 65px;
	font-size: 16px;
	background-color: #f4f4f4;
}

.crumbs span, 
.crumbs a {
	padding: 0 10px;
	font-size: 16px;
}

.crumbs span {
	color: #399904;
}

.crumbs a {
	color: #666;
}

.menu {
	border: 1px solid #e3e3e3;
	padding: 30px 20px;
}

.menu > .title {
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: 700;
}

.menu > .brief {
	padding-bottom: 8px;
	margin-bottom: 5px;
	border-bottom: 2px solid #ccc;
	font-size: 13px;
	color: #999;
}

.menu > .item {
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 13px;
	color: #666;
}

.menu > .item.select,
.menu > .item:hover {
	color: #399904;
}

.menu > .item > span {
	margin-right: 15px;
	font-size: 18px;
}

.menu > .item:last-child {
	border-bottom: none;
}

.weixinFloatFrame {
   position: absolute;
   top: 65px;
   right: 0;
   width: 400px;
   height: 280px;
   padding: 20px 30px;
   border: 1px solid #399904;
   background-color: #fff;
   opacity: 0;
   z-index: -1;
}

.weixinFloatFrame > .item {
   display: inline-block;
   width: 50%;
   padding: 15px;
}

.weixinFloatFrame > .item > p {
   height: 30px;
   margin-bottom: 15px;
   line-height: 30px;
   text-align: center;
   background-color: #399904;
   color: #fff;
   font-size: 18px;
}

.weixinFloatFrame > .item > img {
   width: 139px;
   height: 139px;
}

.weixinFloatFrame > p {
   font-size: 16px;
   letter-spacing: 6px;
   text-align: center;
   color: #399904;
   line-height: initial;
}

/*index*/

#page-index > .product {
	padding: 70px 0;
}

#page-index > .product > div > .top {
	margin-bottom: 30px;
}

#page-index > .product > div > .top > h1 {
	margin-top: 0;
	font-size: 30px;
	letter-spacing: 2px;
}

#page-index > .product > div > .bottom > .item {
	float: left;
	position: relative;
	display: inline-block;
	width: 25%;
	height: 360px;
   padding-top: 20px;
   border-radius: 5px;
	/* text-align: center; */
}

#page-index > .product > div > .bottom > .item:hover {
   box-shadow: 0 0 5px 5px #f5f5f5;
}

#page-index > .product > div > .bottom > .item > img {
   display: block;
	width: 80%;
	height: 75%;
   margin: 0 auto;
}

#page-index > .product > div > .bottom > .item:hover > img {
   transform: scale(1.05);
}

#page-index > .product > div > .bottom > .item > p {
	bottom: 30px;
   width: 200px;
	margin-bottom: 0;
	height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	background-color: #399904;
	font-size: 20px;
	color: #fff;
}

#page-index > .technology {
	padding: 90px 0;
	background-color: #f8f8f8;
}

#page-index > .technology > div > .leftarea {
	width: 50%;
	padding-right: 40px;
}

#page-index > .technology > div > .leftarea > h1 {
	position: relative;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	color: #399904;
}

#page-index > .technology > div > .leftarea > h1::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 80px;
	border-bottom: 1px solid #399904;
}

#page-index > .technology > div > .leftarea > p {
	margin-bottom: 100px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #666;
}

#page-index > .technology > div > .leftarea > a {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #399904;
	font-size: 18px;
	color: #fff;
}

#page-index > .technology > div > .rightarea {
	width: 50%;
	padding-left: 40px;
}

#page-index > .technology > div > .rightarea > img {
	width: 100%;
}

#page-index > .technology > div > .rightarea > iframe {
	width: 100%;
   height: 373px;
}

#page-index > .advantage {
	padding: 70px 0;
}

#page-index > .advantage > div > .top {
	margin-bottom: 60px;
}

#page-index > .advantage > div > .top > h1 {
	margin-top: 0;
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
}

#page-index > .advantage > div > .bottom > .item {
	float: left;
	width: 50%;
	height: 180px;
	padding: 35px 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#page-index > .advantage > div > .bottom > .item:nth-child(2n+1) {
	padding-right: 30px;
}

#page-index > .advantage > div > .bottom > .item:nth-child(2n) {
	padding-left: 30px;
	border-right: none;
}

#page-index > .advantage > div > .bottom > .item:nth-child(n+5) {
	border-bottom: none;
}

#page-index > .advantage > div > .bottom > .item > img {
	float: left;
	width: 37px;
}

#page-index > .advantage > div > .bottom > .item > p {
	margin-left: 70px;
}

#page-index > .advantage > div > .bottom > .item > .title {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 22px;
	letter-spacing: 1px;
}

#page-index > .advantage > div > .bottom > .item > .brief {
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 1px;
}

#page-index > .cases {
	padding: 70px 0;
	background-image: url('/Public/img/sys/caseback.jpg');
	background-size: 100% 100%;
}

#page-index > .cases > div > .leftarea {
	width: 50%;
	padding-right: 40px;
}

/* #page-index > .cases > div > .leftarea img {
	width: 100%;
} */

#page-index > .cases > div > .leftarea > .sliderouter {
   position: relative;
   width: 100%;
   height: 364px;
   overflow: hidden;
}

#page-index > .cases > div > .leftarea > .sliderouter > button {
   z-index: 50;
   width: 40px;
   height: 40px;
   border: 1px solid #849494;
   background-color: transparent;
   border-radius: 50%;
   cursor: pointer;
   overflow: hidden;
   -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
   -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
   box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
   transition: .5s;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
}

#page-index > .cases > div > .leftarea > .sliderouter > button:hover {
   background-color: #fff;
}

#page-index > .cases > div > .leftarea > .sliderouter > .left {
   left: 15px;
}

#page-index > .cases > div > .leftarea > .sliderouter > .right {
   right: 15px;
}

#page-index > .cases > div > .leftarea > .sliderouter > button > svg {
   width: 16px;
   height: 16px;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter {
   position: absolute;
   z-index: 40;
   width: 100%;
   height: 100%;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > circle {
   stroke: #fff;
   fill: none;
   transition: 0.3s;
   transition-timing-function: linear;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .steap {
   stroke-width: 0;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .streak {
   stroke-width: 82px;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle1,
#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle10{
  transition-delay: 0.05s;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle2,
#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle11{
  transition-delay: 0.1s;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle3,
#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle12{
  transition-delay: 0.15s;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle4,
#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle13{
  transition-delay: 0.2s;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle5,
#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle14{
  transition-delay: 0.25s;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle6,
#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle15{
  transition-delay: 0.3s;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle7,
#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle16{
  transition-delay: 0.35s;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle8,
#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle17{
  transition-delay: 0.4s;
}

#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle9,
#page-index > .cases > div > .leftarea > .sliderouter > .circleouter > .circle18{
  transition-delay: 0.45s;
}

#page-index > .cases > div > .leftarea > .sliderouter > .slider {
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: #000;
   display: inline-flex;
   z-index: 10;
}

#page-index > .cases > div > .leftarea > .sliderouter > .slider > .slide {
   position: absolute;
   color: #fff;
   width: 100%;
   height: 100%;
   transition: 1.4s;
}

#page-index > .cases > div > .leftarea > .sliderouter > .slider > .tran {
   transform: scale(1.3);
}

#page-index > .cases > div > .leftarea > .sliderouter > .slider > .up1 {
   z-index: 20;
}

#page-index > .cases > div > .leftarea > .sliderouter > .slider > div > img {
   width: 100%;
   height: 100%;
}

#page-index > .cases > div > .rightarea {
	width: 50%;
	padding-left: 40px;
}

#page-index > .cases > div > .rightarea > h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 30px;
	color: #fff;
}

#page-index > .cases > div > .rightarea > .title {
	margin-bottom: 40px;
	font-size: 46px;
	letter-spacing: 1px;
	color: #fff;
}

#page-index > .cases > div > .rightarea > .brief {
	margin-bottom: 40px;
	font-size: 15px;
	letter-spacing: 1px;
	color: #fafafa;
}

#page-index > .cases > div > .rightarea > a {
	display: inline-block;
	width: 91px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	font-size: 16px;
	color: #fff;
}

#page-index > .cases > div > .rightarea > a > span:last-child {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	line-height: 16px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	color: #399904;
	opacity: .7;
}

#page-index > .news {
	padding: 70px 0;
}

#page-index > .news > div > .top {
	height: 40px;
	line-height: 40px;
	margin-bottom: 40px;
}

#page-index > .news > div > .top > span {
	font-size: 35px;
	letter-spacing: 2px;
}

#page-index > .news > div > .top > a {
	margin-left: 450px;
	font-size: 15px;
	color: #399904;
}

#page-index > .news > div > .bottom > .leftarea {
	width: 50%;
	padding-right: 10px;
}

#page-index > .news > div > .bottom > .leftarea {
	width: 55%;
	padding-right: 10px;
}

#page-index > .news > div > .bottom > .leftarea > ul {
	list-style: none;
	height: 240px;
	padding-left: 30px;
	border-left: 5px solid #399904;
}

#page-index > .news > div > .bottom > .leftarea > ul > li {
	height: 68px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ccc;
}

#page-index > .news > div > .bottom > .leftarea > ul > li:last-child {
	margin-bottom: 0;
}

#page-index > .news > div > .bottom > .leftarea > ul > li > a {
	position: relative;
	display: block;
	height: inherit;
	line-height: inherit;
}

#page-index > .news > div > .bottom > .leftarea > ul > li > a > span {
	position: absolute;
	line-height: initial;
}

#page-index > .news > div > .bottom > .leftarea > ul > li > a > .date {
	left: 0;
	top: 0;
	font-size: 13px;
	color: #999;
}

#page-index > .news > div > .bottom > .leftarea > ul > li > a > .title {
	left: 0;
	top: 25px;
	font-size: 15px;
	color: #399904;
}

#page-index > .news > div > .bottom > .leftarea > ul > li > a > .arrow {
	right: 0;
	top: 25px;
	font-size: 20px;
	color: #399904;
}

#page-index > .news > div > .bottom > .rightarea {
	width: 45%;
	padding-left: 10px;
}

#page-index > .news > div > .bottom > .rightarea > div {
	height: 240px;
	padding: 20px 30px;
	background-color: #f7f7f7;
}

#page-index > .news > div > .bottom > .rightarea > div > .title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 22px;
	color: #666;
}

#page-index > .news > div > .bottom > .rightarea > div > .title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 60px;
	border-bottom: 1px solid #ccc;
}

#page-index > .news > div > .bottom > .rightarea > .leftarea {
	width: 48%;
}

#page-index > .news > div > .bottom > .rightarea > .leftarea > .brief {
	margin-bottom: 0;
	font-size: 13px;
	color: #666;
}

#page-index > .news > div > .bottom > .rightarea > .leftarea > .hotline {
	margin-bottom: 20px;
	font-size: 28px;
	color: #399904;
}

#page-index > .news > div > .bottom > .rightarea > .leftarea > a {
	display: inline-block;
	height: 35px;
	padding: 0 15px;
	line-height: 35px;
	border-radius: 5px;
	background-color: #399904;
	vertical-align: middle;
}

#page-index > .news > div > .bottom > .rightarea > .leftarea > a > img {
	width: 22px;
	height: 18px;
	margin-right: 7px;
	vertical-align: inherit;
}

#page-index > .news > div > .bottom > .rightarea > .leftarea > a > span {
	font-size: 16px;
	color: #fff;
	vertical-align: inherit;
}

#page-index > .news > div > .bottom > .rightarea > .rightarea {
	width: 48%;
}

#page-index > .news > div > .bottom > .rightarea > .rightarea > a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}

#page-index > .news > div > .bottom > .rightarea > .rightarea > a > span:first-child {
	margin-right: 15px;
	font-size: 20px;
	color: #399904;
}

#page-index > .news > div > .bottom > .rightarea > .rightarea > a > span:last-child {
	color: #666;
}

/*contactus*/

#page-contactus > .map {
	width: 100%;
	height: 450px;
}

#page-contactus > .map > iframe {
	width: 100%;
	height: 100%;
   border: none;
}

#page-contactus > .contactus {
	padding: 70px 0;
}

#page-contactus > .contactus > div > .top {
	margin-bottom: 80px;
}

#page-contactus > .contactus > div > .top > p {
	font-size: 25px;
	letter-spacing: 1px;
   line-height: 1.6;
}

#page-contactus > .contactus > div > .top > p > span {
	font-size: 13px;
}

#page-contactus > .contactus > div > .bottom > .leftarea {
	width: 50%;
	padding-right: 30px;
}

#page-contactus > .contactus > div > .bottom > .leftarea > .item {
	float: left;
	width: 50%;
	height: 85px;
	font-size: 16px;
	line-height: 1.8;
}

#page-contactus > .contactus > div > .bottom > .leftarea > .item > span:first-child {
	font-weight: 700;
}

#page-contactus > .contactus > div > .bottom > .leftarea > .item > span:last-child {
	color: #666;
}

#page-contactus > .contactus > div > .bottom > .rightarea {
	width: 50%;
	padding-left: 30px;
}

#page-contactus > .contactus > div > .bottom > .rightarea > form > .inputgroup {
	float: left;
	position: relative;
	width: 48%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 35px;
}

#page-contactus > .contactus > div > .bottom > .rightarea > form > .inputgroup:nth-child(2n) {
	float: right;
}

#page-contactus > .contactus > div > .bottom > .rightarea > form > .lvmsg {
	width: 100%;
}

#page-contactus > .contactus > div > .bottom > .rightarea > form > .inputgroup > label {
	position: absolute;
	top: 0;
	left: 15px;
	height: inherit;
	line-height: inherit;
	margin-bottom: 0;
	color: #666;
	font-weight: initial;
	z-index: 2;
}

#page-contactus > .contactus > div > .bottom > .rightarea > form > .inputgroup > label > span {
	margin-left: 5px;
	font-size: 17px;
	color: red;
}

#page-contactus > .contactus > div > .bottom > .rightarea > form > .inputgroup > input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 39px;
	line-height: inherit;
	border: none;
	font-size: 16px;
	z-index: 1;
}

#page-contactus > .contactus > div > .bottom > .rightarea > form > button {
	width: 130px;
	height: 40px;
	border: none;
	outline: none;
	background-color: #399904;
	color: #fff;
	font-size: 16px;
}

/*news*/

#page-news > .news {
	padding: 50px 0;
}

#page-news > .news .list .item {
	float: left;
	width: 33.33333%;
	height: 460px;
	padding: 20px 30px;
}

#page-news > .news .list .item > div {
	position: relative;
	top: 0;
	height: 420px;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	box-shadow: 0 0 0 0 #ccc;
}

#page-news > .news .list .item > div:hover {
	top: -5px;
	box-shadow: 0 5px 5px 0 #ccc;
}

#page-news > .news .list .item > div > .headimg {
   position: relative;
   display: block;
	width: 100%;
	height: 240px;
   margin: 0;
	margin-bottom: 30px;
}

#page-news > .news .list .item > div > .headimg > img {
   width: 100%;
   height: 100%;
}

#page-news > .news .list .item > div > .title {
	margin: 0 20px;
	margin-bottom: 15px;
	font-size: 16px;
}

#page-news > .news .list .item > div > .brief {
	height: 2em;
	margin: 0 20px;
	margin-bottom: 30px;
	font-size: 12px;
	color: #666;
	line-height: 1.8;
	-webkit-line-clamp:2;
}

#page-news > .news .list .item > div > a {
	display: inline-block;
	width: 120px;
	height: 35px;
	margin: 0 20px;
	line-height: 35px;
	font-size: 14px;
}

/*productlist*/

#page-productlist > .productlist {
	padding: 50px 0;
}

#page-productlist > .productlist > div > .leftarea {
	width: 20%;
	padding-right: 20px;
}

#page-productlist > .productlist > div > .rightarea {
	width: 80%;
	padding-left: 20px;
}

#page-productlist > .productlist > div > .rightarea > .list > .item {
	display: block;
	border: 1px solid #e3e3e3;
	padding: 15px;
	height: 250px;
	margin-bottom: 20px;
}

#page-productlist > .productlist > div > .rightarea > .list > .item > .leftarea {
	position: relative;
	width: 30%;
	height: 220px;
}

#page-productlist > .productlist > div > .rightarea > .list > .item > .leftarea img {
	height: 100%;
}

#page-productlist > .productlist > div > .rightarea > .list > .item > .rightarea {
	width: 70%;
	height: 220px;
	padding: 15px;
}

#page-productlist > .productlist > div > .rightarea > .list > .item > .rightarea > .title {
	margin-bottom: 20px;
	font-size: 20px;
}

#page-productlist > .productlist > div > .rightarea > .list > .item > .rightarea > .title > a:hover{
   color: #399904;
}

#page-productlist > .productlist > div > .rightarea > .list > .item > .rightarea > .brief {
	min-height: 3.6em;
	margin-bottom: 30px;
	-webkit-line-clamp:2;
	line-height: 1.8;
	color: #666;
}

#page-productlist > .productlist > div > .rightarea > .list > .item > .rightarea > div {
	text-align: right;
}

#page-productlist > .productlist > div > .rightarea > .list > .item > .rightarea > div > a {
   position: relative;
	display: inline-block;
	width: 120px;
	height: 40px;
	border: none;
	margin: 0 8px;
	line-height: 40px;
	text-align: center;
	color: #fff;
   font-size: 13px;
}

#page-productlist > .productlist > div > .rightarea > .list > .item > .rightarea > div > .chat {
	background-color: #399904;
}

#page-productlist > .productlist > div > .rightarea > .list > .item > .rightarea > div > .getmore {
	background-color: #eeb021;
}

/*aboutus*/

#page-aboutus > .aboutus {
	padding: 50px 0;
}

#page-aboutus > .aboutus > div > .leftarea {
	width: 20%;
	padding-right: 20px;
}

#page-aboutus > .aboutus > div > .rightarea {
	width: 80%;
	padding-left: 20px;
}

#page-aboutus > .aboutus > div > .rightarea > .content {
	border: 1px solid #e3e3e3;
	padding: 15px;
}

#page-aboutus > .aboutus > div > .rightarea > .list.sources {
	border: 1px solid #e3e3e3;
	padding: 30px;
}

#page-aboutus > .aboutus > div > .rightarea > .list.sources > * {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #eee;
}

#page-aboutus > .aboutus > div > .rightarea > .list.sources > div {
	font-size: 18px;
}

#page-aboutus > .aboutus > div > .rightarea > .list.sources > a {
	display: block;
	font-size: 16px;
}

#page-aboutus > .aboutus > div > .rightarea > .list.sources > a:hover {
   color: #399904;
}

#page-aboutus > .aboutus > div > .rightarea > .list.sources > * > span {
	float: left;
	display: inline-block;
	width: 600px;
	height: inherit;
	line-height: inherit;
}

#page-aboutus > .aboutus > div > .rightarea > .list.sources > * > .date, 
#page-aboutus > .aboutus > div > .rightarea > .list.sources > * > .download {
	text-align: center;
	width: 100px;
	float: right;
	margin-left: 50px;
}

#page-aboutus > .aboutus > div > .rightarea > .list.videos > .item {
   display: block;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
	height: 220px;
	margin-bottom: 20px;
}

#page-aboutus > .aboutus > div > .rightarea > .list.videos > .item:hover {
   color: #399904;
}

#page-aboutus > .aboutus > div > .rightarea > .list.videos > .item > .leftarea {
	position: relative;
	width: 30%;
	height: 190px;
}

#page-aboutus > .aboutus > div > .rightarea > .list.videos > .item > .leftarea > img {
	/* height: 100%; */
   width: 250px;
   height: 150px;
}

#page-aboutus > .aboutus > div > .rightarea > .list.videos > .item > .rightarea {
	width: 70%;
	height: 190px;
	padding: 15px;
}

#page-aboutus > .aboutus > div > .rightarea > .list.videos > .item > .rightarea > .title {
	margin-bottom: 20px;
	font-size: 20px;
}

#page-aboutus > .aboutus > div > .rightarea > .list.videos > .item > .rightarea > .brief {
	min-height: 3.6em;
	margin-bottom: 30px;
	-webkit-line-clamp:2;
	line-height: 1.8;
	color: #666;
}

#page-aboutus > .aboutus > div > .rightarea > .list.videos > .item > .rightarea > .date {
	color: #999;
}

/*cases*/

#page-cases > .cases {
	padding: 50px 0;
}

#page-cases > .cases > div > .leftarea {
	width: 20%;
	padding-right: 20px;
}

#page-cases > .cases > div > .rightarea {
	width: 80%;
	padding-left: 20px;
}

#page-cases > .cases > div > .rightarea > .list > .item {
	display: block;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
	height: 220px;
	margin-bottom: 20px;
}

#page-cases > .cases > div > .rightarea > .list > .item:hover {
   color: #399904;
}

#page-cases > .cases > div > .rightarea > .list > .item > .leftarea {
	position: relative;
	width: 30%;
	height: 190px;
}

#page-cases > .cases > div > .rightarea > .list > .item > .leftarea > img {
	/* height: 100%; */
   width: 250px;
   height: 150px;
}

#page-cases > .cases > div > .rightarea > .list > .item > .rightarea {
	width: 70%;
	height: 190px;
	padding: 15px;
}

#page-cases > .cases > div > .rightarea > .list > .item > .rightarea > .title {
	margin-bottom: 20px;
	font-size: 20px;
}

#page-cases > .cases > div > .rightarea > .list > .item > .rightarea > .brief {
	min-height: 3.6em;
	margin-bottom: 30px;
	-webkit-line-clamp:2;
	line-height: 1.8;
	color: #666;
}

#page-cases > .cases > div > .rightarea > .list > .item > .rightarea > .date {
	color: #999;
}

/*technology*/

#page-technology > .technology {
	padding: 50px 0;
}

#page-technology > .technology > div > .item {
   padding: 40px 0;
   border-bottom: 1px solid #999;
}

#page-technology > .technology > div > .item:last-child {
   border-bottom: none;
}

#page-technology > .technology > div > .item * {
   line-height: 1.8;
}

#page-technology > .technology > div > .item > .leftarea {
	width: 35%;
	padding-right: 50px;
}

#page-technology > .technology > div > .item > .leftarea > *{
	margin: 0;
}

#page-technology > .technology > div > .item > .rightarea {
	width: 65%;
	padding-left: 50px;
}

/*article*/

#page-article > .article {
	padding: 50px 0;
}

#page-article > .article > div > .leftarea {
	width: 20%;
	padding-right: 20px;
}

#page-article > .article > div > .rightarea {
	width: 80%;
	padding-left: 20px;
}

#page-article > .article > div > .rightarea > .content {
   border: 1px solid #e3e3e3;
   padding: 15px;
}

/*product*/

#page-product > .product {
	padding: 50px 0;
}

#page-product > .product > div > .leftarea {
	width: 20%;
	padding-right: 20px;
}

#page-product > .product > div > .rightarea {
	width: 80%;
	padding-left: 20px;
}

#page-product > .product > div > .rightarea > .top {
	margin-bottom: 30px;
}

#page-product > .product > div > .rightarea > .top > .leftarea {
	width: 50%;
	height: 380px;
}

#page-product > .product > div > .rightarea > .top > .leftarea > .headimg {
	position: relative;
	width: 75px;
	height: 75px;
	margin-bottom: 15px;
}

#page-product > .product > div > .rightarea > .top > .leftarea > .headimg > div {
	position: absolute;
	border: 1px solid #e3e3e3;
}

#page-product > .product > div > .rightarea > .top > .leftarea > .headimg > .small {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#page-product > .product > div > .rightarea > .top > .leftarea > .headimg > .small > img {
	padding: 5px;
}

#page-product > .product > div > .rightarea > .top > .leftarea > .headimg.select > .small, 
#page-product > .product > div > .rightarea > .top > .leftarea > .headimg:hover > .small {
	border: 1px solid #399904;
}

#page-product > .product > div > .rightarea > .top > .leftarea > .headimg > .big {
	display: none;
	right: -370px;
	width: 450%;
	height: 450%;
	padding: 15px;
}

#page-product > .product > div > .rightarea > .top > .leftarea > .headimg:nth-child(1) > .big {
	top: 0;
}

#page-product > .product > div > .rightarea > .top > .leftarea > .headimg:nth-child(2) > .big {
	top: -90px;
}

#page-product > .product > div > .rightarea > .top > .leftarea > .headimg:nth-child(3) > .big {
	top: -180px;
}

#page-product > .product > div > .rightarea > .top > .leftarea > .headimg.select > .big {
	display: block;
}

#page-product > .product > div > .rightarea > .top > .leftarea > .headimg.select > .big > img {
	padding: 15px;
}

#page-product > .product > div > .rightarea > .top > .rightarea {
	width: 50%;
}

#page-product > .product > div > .rightarea > .top > .rightarea > .title {
	margin-bottom: 30px;
	font-size: 30px;
	letter-spacing: 2px;
}

#page-product > .product > div > .rightarea > .top > .rightarea > .brief {
	min-height: 5.4em;
	margin-bottom: 90px;
	font-size: 15px;
	line-height: 1.8;
	-webkit-line-clamp: 3;
	color: #666;
}

#page-product > .product > div > .rightarea > .top > .rightarea > div > a {
   position: relative;
	display: inline-block;
	width: 120px;
	height: 40px;
	border: none;
	margin: 0 8px;
	line-height: 40px;
	text-align: center;
	color: #fff;
   cursor: pointer;
}

#page-product > .product > div > .rightarea > .top > .rightarea > div > .chat {
	background-color: #399904;
}

#page-product > .product > div > .rightarea > .top > .rightarea > div > .lvmsg {
	background-color: #eeb021;
}

#page-product > .product > div > .rightarea > .bottom > .top {
	height: 60px;
	line-height: 60px;
	border: 1px solid #e3e3e3;
}

#page-product > .product > div > .rightarea > .bottom > .top > span {
	display: inline-block;
	width: 160px;
	height: inherit;
	line-height: 55px;
	border-top: 5px solid #399904;
	border-right: 1px solid #e3e3e3;
	text-align: center;
	font-size: 16px;
	color: #399904;
	letter-spacing: 1px;
}

#page-product > #lvmsgModal .modal-body {
   padding: 60px 15px;
}

#page-product > #lvmsgModal form > .inputgroup {
	float: left;
	position: relative;
	width: 48%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 35px;
}

#page-product > #lvmsgModal form > .inputgroup:nth-child(2n) {
	float: right;
}

#page-product > #lvmsgModal form > .lvmsg {
	width: 100%;
}

#page-product > #lvmsgModal form > .inputgroup > label {
	position: absolute;
	top: 0;
	left: 15px;
	height: inherit;
	line-height: inherit;
	margin-bottom: 0;
	color: #666;
	font-weight: initial;
	z-index: 2;
}

#page-product > #lvmsgModal form > .inputgroup > label > span {
	margin-left: 5px;
	font-size: 17px;
	color: red;
}

#page-product > #lvmsgModal form > .inputgroup > input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 39px;
	line-height: inherit;
	border: none;
	font-size: 16px;
	z-index: 1;
}

#page-product > #lvmsgModal form > button {
   display: block;
   margin: 0 auto;
	width: 130px;
	height: 40px;
	border: none;
	outline: none;
	background-color: #399904;
	color: #fff;
	font-size: 16px;
}

#page-product > .modal .modal-dialog {
   margin: 200px auto;
}