﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*通用格式化样式css CSS Document */
html {
    -webkit-text-size-adjust: none;
}

body, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    background: none;
    color: #333333;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    word-wrap: break-word;
    word-break: break-all;
}

img {
    border: 0;
}

del, ins {
    text-decoration: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    vertical-align: baseline;
}

/* because legend doesn't inherit in IE */
input, select {
    vertical-align: middle;
}

i, cite, em {
    font-style: normal
}

/* New Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
/* Defaults */
a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
    color: #333;
}

a:focus {
    outline: none;
    color: #333;
}

.L, .l, .C, .c, .Left, .Center, .left, .center {
    float: left;
}

.R, .r, .Right, .right {
    float: right;
}

.reset_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header .top {
    width: 100%;
    height: 98px;
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/header-line.png) bottom center no-repeat;
    position: relative;
    z-index: 99999;
  background: #000000;
    background-color: rgba(0,0,0,0.3);
}

.header .top .box {
    padding: 0 30px;
    height: 100%;
    margin: 0 auto;
    max-width: 1800px;
    min-width: 1200px;
}

.header .top .box .logo {
    width: auto;
    overflow: hidden;
    height: 62px;
    margin-top: 18px;
}

.header .top .box .logo p {
    font-size: 30px;
    color: #fff;
    float: left;
    font-weight: bold;
}

.header .top .box .logo p i {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.header .top .box .logo img {
    height: 100%;
    overflow: hidden;
    float: left;
}

.header .top .box .r {
    width: auto;
}

.header .top .box .r ul {
    width: auto;
}

.header .top .box .r ul li {
    float: left;
    position: relative;
}

.header .top .box .r ul li a {
    line-height: 98px;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
}

.header .top .box .r ul li ul {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 98px;
    background: #006d39;
    display: none;
    left:0;
}

.header .top .box .r ul li ul li {
    width: 100%;
}

.header .top .box .r ul li ul li a {
    font-size: 16px;
    padding: 0;
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
}

.header .top .box .r ul li:hover {
    background: #006d39;
}

.header .top .box .r ul li:hover ul {
    display: block;
}

.header .top .box .r ul li ul li:hover {
    background: none;
}

.header .top .box .r .phone {
    width: auto;
    float: right;
    color: #fff;
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/header-phone.png) 10px center no-repeat;
    padding-left: 40px;
    font-size: 20px;
    font-weight: bold;
    border-left: 1px solid #fff;
    margin-top: 37px;

}

.banner {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner .bd .mask {
    width: 1920px;
    height: 84px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    bottom: 0;
    z-index: 1;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .prevStop {
    display: none;
}

.banner .nextStop {
    display: none;
}

.in-pro {
    width: 100%;
    overflow: hidden;
}

.title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.title img {
    display: block;
    width: 62px;
    height: 53px;
    margin: 0 auto;
}

.title p {
    display: block;
    font-size: 30px;
    color: #006d39;
    margin: 5px 0 2px 0;
}

.in-pro .in-prolist {
    width: 1240px;
    height: 800px;
    margin: 20px auto;
}

.in-pro .in-prolist .bd {
    width: 100%;
    height: 100%;
}

.in-pro .in-prolist .bd ul {
    height: 100%;
}

.in-pro .in-prolist .bd .tempWrap {
    height: 100%;
}

.in-pro .in-prolist .bd .picList{
    height: 100%;
}

.in-pro .in-prolist .bd li ,.prolist li{
    width: 279px;
    height: 373px;
    -webkit-box-shadow: 5px 5px 5px #eeeeee;
    -moz-box-shadow: 5px 5px 5px #eeeeee;
    box-shadow: 5px 5px 5px #eeeeee;
    position: relative;
    float: left;
    margin: 15px;
}

.in-pro .in-prolist .bd li a ,.prolist li a {
    display: block;
}

.in-pro .in-prolist .bd li .img ,.prolist li .img{
    width: 100%;
    height: 270px;
    position: relative;
}

.in-pro .in-prolist .bd li .img img ,.prolist li .img img{
    width: 100%;
    height: 100%;
}

.in-pro .in-prolist .bd li .img p ,.prolist li .img p{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/in-pro-hover.png);
    top: 0;
    display: none;
    left:0;
    z-index: 9999;
}

.in-pro .in-prolist .bd li .img p img ,.prolist li .img p img{
    display: block;
    width: 19px;
    height: 39px;
    margin: 10px auto;
}

.in-pro .in-prolist .bd li .img p span ,.prolist li .img p span{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 100px;
    text-align: center;
    letter-spacing: 5px;
}

.in-pro .in-prolist .bd li i ,.prolist li i{
    display: block;
    width: 40px;
    height: 4px;
    background: #ffa200;
    margin: 12px 15px;
}

.in-pro .in-prolist .bd li .title ,.prolist li .title{
    padding: 0 15px;
    font-size: 16px;
    display: block;
    width: auto;
    text-align: left;
}

.in-pro .in-prolist .bd li .more ,.prolist li .more{
    width: 100%;
    background: #f8f8f8;
    font-size: 12px;
    height: 37px;
    position: absolute;
    bottom: 0;
    line-height: 37px;
    color: #bfbfbf;
    text-indent: 15px;
}

.in-pro .in-prolist .bd li .more img ,.prolist li .more img{
    float: right;
    width: 22px;
    height: 5px;
    margin-right: 15px;
    margin-top: 15px;
}

.in-pro .in-prolist .bd li:hover .img p ,.prolist li:hover .img p{
    display: block;
}

.in-about {
    width: 100%;
    height: 520px;
    overflow: hidden;
    background: url(img/bg.jpg) top center;
    margin: 20px 0;
}

.in-about .box {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.in-about .box .l {
    width: 893px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin: 55px 0;
    display: block;
}

.in-about .box .l h2 {
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-weight: normal;
}

.in-about .box .l h2 i {
    font-size: 30px;
}

.in-about .box .l h2 p {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.in-about .box .l h2 span {
    display: block;
    font-size: 16px;
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/in-about-line.jpg) left center no-repeat;
    padding-left: 30px;
    margin-top: 35px;
}

.in-about .box .l .bigimg {
    width: 100%;
    height: 166px;
    margin: 25px 0;
}

.in-about .box .r {
    width: 234px;
    overflow: hidden;
    margin: 55px 0;
}

.in-about .box .r .phone {
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.in-about .box .r .phone p {
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/header-phone.png) left center no-repeat;
    display: block;
    padding-left: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}

.in-honor {
    width: 100%;
    height: 311px;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}

.in-honor .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 100%;
}

.in-honor .bd li {
    zoom: 1;
    vertical-align: middle;
}

.in-honor .bd img {
    width: 100%;
    height: 275px;
    display: block;
}

.in-honor .bd p {
    display: block;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.in-honor .prev,
.in-honor .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.in-honor .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.in-honor .prev:hover,
.in-honor .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.in-honor .prevStop {
    display: none;
}

.in-honor .nextStop {
    display: none;
}

.in-case {
    width: 100%;
    overflow: hidden;
}

.in-case .title p {
    color: #333;
}

.in-case .title p span {
    font-weight: bold;
    color: #006d39;
}

.in-case .jt {
    display: block;
    margin: 10px auto;
}

.in-caselist .box {
    width: 100%;
    overflow: hidden
}

.in-caselist {
    width: 1920px;
    min-width: 1200px;
    height: 544px;
    position: relative;
    overflow: hidden;
    text-align: center;
    left: 50%;
    margin-left: -960px;
}

.in-caselist .bd {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px
}

.in-caselist .bd li {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.in-caselist .bd li a{
    display: block;
    color: #fff;
}
.in-caselist .bd li .text{
    display: block;
    height:247px;
    position: absolute;
    bottom: 0;
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/in-case-title-bg.png) bottom center;
    text-align: left;
    padding:0 35px;
    font-size: 12px;
    line-height: 25px;
    left:0;
}
.in-caselist .bd li .text p{
     font-size: 30px;
    color: #fff;
    letter-spacing: 10px;
    border-left:3px solid #ffa200;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
}
.in-caselist .bd li .text p span{
    display: block;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}
.in-caselist .bd li img {
    display: block;
}

.in-caselist .bd li img {
    display: block;
   /* width: 1200px;*/
    height: 544px;
      margin: 0 auto;
}

.in-caselist .tempWrap {
    overflow: visible !important
}

.in-caselist .tempWrap ul {
    margin-left: -1200px !important; /*强制位置*/
}

.in-caselist .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 544px;
    cursor: pointer;
}

.in-caselist .prev {
    left: -50%;
    margin-left: -600px;
}

.in-caselist .next {
    left: 50%;
    margin-left: 600px;
}

.in-caselist .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 544px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.in-caselist .pnBtn .arrow {
    display: block !important;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 38px;
    height: 38px;
    opacity: 1 !important;
}

.in-caselist .prev .arrow {
    right: -70px;
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/in-case-left.png) no-repeat;
    bottom:20px;
    top: auto;
}
.in-caselist .prev .arrow:hover{
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/in-case-left-hover.png) no-repeat;
}
.in-caselist .next .arrow {
    bottom:20px !important;
    top: auto;
    left: -1110px !important;
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/in-case-right.png) no-repeat;
}
.in-caselist .next .arrow:hover{
    background: url(http://oldfile.4e8.com/skin/lslz9150/img/in-case-right-hover.png) no-repeat;
}
.in-news{
    width: 1200px;
    margin:30px auto;
    overflow: hidden;
}
.in-news ul{
    width: 548px;
    background: #f6f6f6;
    overflow: hidden;
    padding:20px;
    margin-top: 30px;
}
.in-news ul li{
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px dotted #e7e7e7;
}
.in-news ul li a{
    display: block;
    overflow: hidden;
}
.in-news ul li span{
    float: right;
    font-size: 12px;
    color: #c9c9c9;
}
.link{
    width: 1200px;
    overflow: hidden;
    margin:10px auto;
}
.link a{
    float: left;
    font-size: 12px;
    margin:5px;
    display: block;
    line-height: 30px;
}
.gd-phone{
    width: 100%;
    height: 127px;
    overflow: hidden;
    background: url(img/bottom.jpg) top center no-repeat;
    text-align: center;
    color: #fff;
}
.gd-phone p{
    display: block;
    font-size: 30px;
    color: #fff;
    margin: 30px 0 5px 0;
}
.foot{
    width: 100%;
    overflow: hidden;
    background: #222222;
}
.foot .box{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
    color: #797979;
    padding:45px 0;
}
.foot .box .l,.foot .box .r{
    width: 64%;
}
.foot .box .l{
    line-height: 25px;
    width:35%;
}
.foot .box .l img{
    width: 100px;
    height: 100px;
    margin-right: 15px;
}
.foot .box .r img{
    display: inline-block;
    float: right;
    height: 100%;
}
.foot .box .r .logo{
    width: 100%;
    overflow: hidden;
    height: 62px;
}
.foot .box .r ul{
    width: auto;
    float: right;
}
.foot .box .r ul li{
    width: auto;
    overflow: hidden;
    float: left;
}
.foot .box .r ul li a{
    display: block;
    color: #fff;
    padding:0 10px;
    margin-top: 20px;
}
.foot .text{
    width: 100%;
    overflow: hidden;
    border-top:1px solid #3f3f3f;
}
.foot .text .nr{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
    color: #777777;
    line-height: 50px;
}
.main{
    width: 1200px;
    overflow:hidden;
    margin:0 auto;
}
.sx{    width: 1200px;
    margin: 0 auto;
    padding-top: 28px;}
.nav-title{
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    margin:50px 0 30px 0;
}
.nav-title .r {
    width: auto;
    overflow: hidden;
    font-size: 12px;
    color: #909090;
}
.nav-title .r a{
    color: #909090;
    font-size:12px;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button {
    display: none
}

#cssmenu {
    width: auto;
    font-family: open sans, sans-serif;
    line-height: 1;
    background: #f5f5f5;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

#cssmenu > ul > li {
    float: left
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right > ul > li {
    float: right
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu > ul > li > a {
    padding: 20px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}
#cssmenu ul li a:hover{
    color:#ffd43d;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #009ae1
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 25px
}

#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu.align-right li:hover > ul {
    right: 0
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

#cssmenu ul li:hover > ul > li {
    height: 32px
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 12px;
    background: #333;
    text-decoration: none;
    color: #ddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #fff
}
.prolist{
    margin:30px auto;
    overflow:hidden;
}
.prolist li{
  margin:10px;
}
.about {
    margin: 30px 0;
    overflow: hidden;
}
.listnum{
    margin-bottom:30px;
    overflow:hidden;
}
.about h1{
    display:block;
    margin:0 auto;
    overflow:hidden;
    font-size:18px;
    line-height:35px;
    margin-bottom:10px;
}
.about h1 span{
    display:block;
    font-weight:normal;
    color:#909090;
    font-size:12px;
}
.newslist .tj{
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    margin: 20px 0;
}
.newslist .tj a{
    display: block;
    padding:30px;
    color: #828282;

}
.newslist .tj p{
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}
.newslist .tj .line{
    width: 60px;
    height: 2px;
    background: #006d39;
    margin:15px 0;
}
.newslist .tj .date{
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.channelform th { text-align:left; width: 20%; color: #000000;}
.channelform input { border: 1px dotted #CCC; width:100%; height:35px; line-height:35px; margin-left: -89px; }
.channelform textarea { border: 1px dotted #CCC; width:100%; margin-left: -89px; }
.channelform .submit { background-color: #fae25f; width:160px; cursor:pointer; border:none; color:#FFF;}