@charset "utf-8";

/*1 重定义浏览器默认样式
    Name:           style_reset
    Level:          Global
    Explain:        重定义浏览器默认样式
    Last Modify:    jackying
*/

* {
    word-wrap: break-word;
    font-size: 12px;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0
}

ul,
ol,
dl {
    list-style-type: none
}

html,
body {
    *position: static;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

body {
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a,
area {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: underline;
    outline: none
}

a.ie6:hover {
    zoom: 1
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: none;
}

:focus {
    outline: none
}

sub,
sup {
    vertical-align: baseline
}


/*img*/

img {
    border: 0;
    vertical-align: middle
}

a img,
img {
    -ms-interpolation-mode: bicubic
}

.img-responsive {
    max-width: 100%;
    height: auto
}

body.bg {
    background-color: #f8f8f8;
}


/*IE下a:hover 背景闪烁*/

html {
    overflow: -moz-scrollbars-vertical;
    zoom:expression(function(ele) {
        ele.style.zoom="1";
        document.execCommand("BackgroundImageCache", false, true)
    }
    (this))
}


/*HTML5 reset*/

header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
    display: block;
    margin: 0;
    padding: 0
}

time {
    display: inline
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}


/*
    Name:           style_clearfix
    Example:        class="clearfix|cl"
    Explain:        Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/

.cl:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    zoom: 1
}

.wraper {
    width: 100%;
    height: auto;
    position: relative;
}

.all-wraper.header-wraper {
    background-color: #fff;
}

.header {
    height: 80px;
    background-color: #fff;
    position: relative;
    width: 990px;
    margin: 0 auto;
}

.header .logo {
    /* background: url(../images/index/0.jpg) no-repeat center center; */
    width: 200px;
    height: 80px;
    float: left;
}

ul,
li {
    list-style: none;
}

.res-nav {
    display: none;
}

.header .nav {
    color: #333;
    font-size: 14px;
    float: right;
    height: 80px;
    line-height: 80px;
    /* transition: all 1s linear; */
    overflow: hidden;
}

.header .nav li {
    float: left;
    line-height: 34px;
    padding: 23px 0px 0px;
    margin: 0 10px;
    cursor: pointer;
}

.header .nav li:hover {
    border-bottom: 3px solid #333;
}

.header .nav li a {
    text-decoration: none;
    color: #000;
}

.header .nav li a.language {
    background-color: #6eae36;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    font-size: 13px;
}

.inner-wrappr {
    width: 1440px;
    position: relative;
    margin: 0 auto;
}

.inner-wrappr.topic {
    height: 500px;
    width: 100%;
    background: url(../images/index/01.jpg) no-repeat center center;
    background-size: 100% auto;
}

.inner-wrappr.topic .navgat{
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 3;
    font-size: 30px;
    background: url(../images/index/navgate.png) no-repeat;
    cursor: pointer;
}
.inner-wrappr.topic .navgat.prev{
    background-position: 0px center;
}
.inner-wrappr.topic .navgat.next{
    right: 0;
    left: auto;
    background-position: right center;
}
.navgat.prev {}
.index_slide{width: 100%;position: relative;width: 100%;height: 100%;}
.index_slide>ul{
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
}
.index_slide li{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    margin-left: 100%;
}
.index_slide li.active{
    z-index:2;
    margin-left:0;
    transition:margin-left 1.1s linear ;
}
 .index_slide li.prev{
    margin-left:-100%;
    transition:margin-left 1.1s linear 1s;
}
.index_slide li.next{
    margin-left:100%;
     transition:margin-left 1.1s linear 1s;
}
.index_slide li img{
    
}
.topic img {
    display: block;
    width: auto;
    height: 500px;
    position: relative;
    margin: 0 auto;
    left: 0;
    transform: none;
}

.btm {
    width: 30px;
    height: 3px;
    position: relative;
    float: right;
    background-color: #666;
    margin-top: 10px;
}

.index-intro {
    background-color: #fff;
    position: relative;
    width: 990px;
    height: 280px;
    margin: 0 auto;
    margin-top: -35px;
    -webkit-box-shadow: 0px 0px 6px #dddddd;
    -moz-box-shadow: 0px 0px 6px #dddddd;
    box-shadow: 0px 0px 6px #dddddd;
    margin-bottom: 55px;
    z-index: 1;
}

.index-intro-company-name {
    width: 145px;
    height: 60px;
    position: absolute;
    left: 280px;
    bottom: 45px;
}

.index-intro-company-name h1 {
    font-size: 24px;
    color: #333;
    text-align: right;
}

.index-intro-company-name h4 {
    font-size: 14px;
    color: #999;
    text-align: right;
}

.index-intro-company-info {
    width: 510px;
    right: 30px;
    top: 30px;
    position: absolute;
}

.index-intro-company-info p {
    font-size: 14px;
    line-height: 22px;
    text-indent: 30px;
    color: #666;
}

.index-intro img {
    width: 418px;
    height: auto;
    display: block;
    position: absolute;
    top: -100px;
    left: 10px;
}

.index-product {
    width: 100%;
    height: 480px;
    background: url(../images/index/02.jpg) no-repeat center center;
    background-size: 100% auto;
    margin-bottom: 50px;
}

.index-product-detail {
    width: 990px;
    position: relative;
    margin: 0px auto;
    height: 360px;
    top: 50px;
}

.index-solution {
    height: 520px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.index-solution img {
    display: block;
    margin: 0 auto
}

.index-contactus {
    width: 100%;
    height: 360px;
    background: url(../images/index/05.jpg) no-repeat center center;
    background-size: 100% auto;
    margin-bottom: 20px;
}

.right-bg {
    display: block;
}

.footer {
    background-color: #6ead33;
    width: 100%;
    height: 120px;
    *
    color: #fff;
    color: rgba(255, 255, 255, .8);
    color: #fff;
}

.footer-wrap {
    width: 990px;
    background-color: #6ead33;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.footer-wrap .index-links {
    font-size: 14px;
    color: #fff;
    line-height: 54px;
}

.footer-wrap .index-links a {
    text-decoration: none;
    padding: 0 0px 0 0;
    font-size: 12px;
    color: #fff;
}

.footer-wrap .index-links span {
    padding: 0 20px;
    font-size: 13px;
    line-height: 50px;
}

.footer-wrap .index-info {
    line-height: 30px;
}

.footer-wrap .index-info span {
    padding-right: 30px;
}
.footer-wrap .index-info span a{
    color:#fff;
    color:rgba(255,255,255,.8)
}

.footer-wrap .index-info span.nopadding {
    padding: 0;
}

.right-bg {
    background-color: #3d3b39;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.erweima {
    width: 175px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3d3b39;
    height: 100%;
}

.erweima img {
    display: block;
    width: 90px;
    height: 90px;
    position: relative;
    margin: 15px;
}

.left-item {
    width: 180px;
    background-color: #f5f5f5;
    cursor: pointer;
    float: left;
}

.left-item .title {
    background-color: #6ead33;
    height: 180px;
    color: #fff;
    text-align: center;
    position: relative;
    width: 180px;
}

.left-item .title h1 {
    font-size: 24px;
    line-height: 40px;
    padding-top: 50px;
}

.left-item .title h4 {
    font-size: 14px;
    line-height: 20px;
}

.left-item .title .btm {
    background-color: #fff;
    float: none;
    margin: 10px auto;
}

.left-item .title .ancal {
    position: absolute;
    width: 20px;
    height: 10px;
    /* border-left: 10px solid #f5f5f5; */
    /* border-right: 10px solid #f5f5f5; */
    /* border-top: 10px solid #6ead33; */
    bottom: -10px;
    right: 20px;
    transform: rotate(0deg);
    background: url(../images/index/thrical.png) no-repeat center top;
    background-size: 100% 100%;
}

.left-item .detail {
    height: 60px;
    font-size: 16px;
    text-align: center;
    color: #666;
    line-height: 60px;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
}
.left-item .detail:hover{
 cursor:pointer;
 background: #ccc;
 color:#fff;
}

.index-solution-detail {
    width: 990px;
    position: relative;
    margin: 0px auto;
    height: auto;
}

.index-contactus-detail {
    width: 990px;
    position: relative;
    margin: 0px auto;
    top: 60px;
}

.index-contactus-detail .right-item {
    height: 240px;
    float: right;
    width: 780px;
    background-color: #fff;
}
.right-item.no-bg{
	background-color: inherit;
}
.index-contactus-detail .right-item h1 {
    font-size: 18px;
    color: #333;
    line-height: 120px;
    padding-left: 60px;
    text-align: left;
}

.index-contactus-detail .right-item .contact-detail {
    width: 329px;
    margin-left: 60px;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.index-contactus-detail .right-item .contact-detail p {
    font-size: 12px;
}

.contact-detail.br {
    border-right: 2px solid #f5f5f5;
}

.right-item {
    width: 780px;
    background-color: #fff;
    min-height: 100px;
    float: right;
    margin-left: 30px;
    position: relative;
}

.right-item .product-item {
    height: 180px;
    width: 259px;
    float: left;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    background: #fff;
}
.right-item .product-item:hover{
    color:#fff;
    background:#6ead33;
}
.right-item .product-item:hover p{
    color:#fff;
}
.right-item .product-item:hover img{
    display:none;
}
.right-item .product-item:hover img.hover{
    display:inline;
}
.right-item .product-item img.hover{
    display:none;
}
.right-item .product-item img {
    display: inline;
    width: 60px;
    margin-top: 40px;
}

.right-item .product-item p {
    font-size: 18px;
    color: #666;
}

p.none {
    margin-top: 70px;
    color: #999;
}

.right-item .product-item .btm {
    float: none;
    margin: 10px auto;
}

.index-solution-detail .right-item>img {
    width: 746px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.contact-wrappr.topic img {
    width: 100%;
    height: auto;
    display: block;
}

.contact-wrappr.info {
    width: 990px;
    position: relative;
    margin: 0 auto;
    margin-top: -70px;
    height: 500px;
    background-color: #fff;
    margin-bottom: 50px;
}

.contact-wrappr.info .left {
    width: 340px;
    height: 430px;
    float: left;
    padding-left: 40px;
}

.contact-wrappr.info .right {
    width: 560px;
    height: 440px;
    float: right;
    margin-top: 60px;
    margin-right: 60px;
    border: 1px solid #f5f5f5;
}

.contact-wrappr.info .left .title {
    padding-top: 40px;
    width: 100%;
}

.contact-wrappr.info .left .title h1 {
    color: #6ead33;
    font-size: 36px;
}

.contact-wrappr.info .left .title h4 {
    font-size: 14px;
    color: #666;
}

.contact-wrappr.info .left .contact-detail {
    margin-top: 150px;
    width: 350px;
    float: left;
}

.contact-wrappr.info .left .contact-detail h1 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding-bottom: 15px;
}

.contact-wrappr.info .left .contact-detail p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.solution-wrappr {
    width: 990px;
    position: relative;
    margin: 0 auto;
    height: 1835px;
    overflow: hidden;
}

.solution-wrappr img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    float: left;
}

.solution-detail {
    position: relative;
    left: 0;
    top: 0;
    width: 990px;
}

.solution-detail .title.wholetitle,
.solution-detail>.title {
    position: absolute;
}

.solution-detail .title {
    top: 10px;
    position: relative;
    width: 100%;
}

.solution-detail .title h1 {
    color: #333;
    font-size: 30px;
    text-align: center;
}

.solution-detail .title .btm {
    float: none;
    margin: 10px auto 0;
    width: 60px;
}

.solution-detail .detail {
    width: 515px;
    position: absolute;
}

.solution-detail .detail.d1 {
    left: 400px;
    top: 180px;
}

.solution-detail .detail.d2 {
    left: 95px;
    top: 520px;
}

.solution-detail .detail.d3 {
    left: 400px;
    top: 820px;
}

.solution-detail .detail.d4 {
    left: 95px;
    top: 1140px;
}

.solution-detail .detail.d5 {
    left: 400px;
    top: 1560px;
}

.solution-detail .detail .title {
    line-height: 50px;
    font-size: 16px;
    color: #333;
    margin-bottom: 45px;
}

.solution-detail .detail .title span {
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    background-color: #6ead33;
    border-radius: 2px;
    padding: 0 5px;
    margin-right: 5px;
}

.solution-detail .detail p {
    font-size: 14px;
    color: #666;
    text-indent: 25px;
}

.breadcroum {
    position: relative;
    width: 990px;
    color: #999;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    margin: 0 auto;
}

.breadcroum a {
    padding: 0 5px;
}

.productlist-wraper {
    width: 990px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.productlist-wraper .left {
    width: 210px;
    float: left;
}

.productlist-wraper .left .line-title {
    height: 40px;
    width: 205px;
    background-color: #ddd;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    text-indent: 15px;
    margin-bottom: 5px;
}
.productlist-wraper .left .line-title.active,.productlist-wraper .left .line-title:hover {
    background-color: #6ead33;
    color: #fff;
}

.productlist-wraper .left .line-items {
    width: 210px;
}

.productlist-wraper .left .line-items .item:hover,
.productlist-wraper .left .line-items .item.active {
    background-color: #6ead33;
}

.productlist-wraper .left .line-items .item:hover img,
.productlist-wraper .left .line-items .item.active img {
    display: none;
}

.productlist-wraper .left .line-items .item:hover img.hover,
.productlist-wraper .left .line-items .item.active img.hover {
    display: block;
}

.productlist-wraper .left .line-items .item:hover p,
.productlist-wraper .left .line-items .item.active p {
    color: #fff;
}

.productlist-wraper .left .line-items .item {
    width: 100px;
    height: auto !important;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    background-color: #f0f0f0;
    cursor: pointer;
     box-sizing: border-box;
}

.productlist-wraper .left .line-items .item img {
    display: block;
    width: 45px;
    height: auto;
    margin: 25px auto 0;
    position: relative;
}

.productlist-wraper .left .line-items .item img.hover {
    display: none;
}

.productlist-wraper .left .line-items .item p {
    text-align: center;
    position: relative;
    display: inline-block;
    width: auto;
    float: none;
    line-height: 16rem;
    right: auto;
    width: 100%;
}

.productlist-wraper .right {
    width: 755px;
    float: right;
    margin-right: -25px;
}

.productlist-wraper .right .pagination {
    margin-right: 40px;
}

.productlist-wraper .right .messages marquee a {
    text-indent: 25px;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #333;
    background: url(../images/product/radio.png) no-repeat left center;
    background-size: auto 20px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
}

.productlist-wraper .right .messages marquee {
    display: block;
    width: 100%;
    height: 30px;
    text-indent: 22px;
    margin-top: 10px;
}

.productlist-wraper .right .messages {
    width: 755px;
    height: 50px;
}

.productlist-wraper .right .messages ul {
    display: block;
    width: 100%;
    line-height: 50px;
}

.productlist-wraper .right .messages ul li {
    background: url(../images/product/radio.png) no-repeat left center;
    text-indent: 29px;
    background-size: auto 22px;
}

.productlist-wraper .right .product-items {
    width: 770px;
    height: auto;
    position: relative;
}

.productlist-wraper .right .product-items .item {
    width: 370px;
    height: 220px;
    float: left;
    position: relative;
    margin-right: 33px;
    margin-bottom: 15px;
    overflow: hidden;
}

.productlist-wraper .right .product-items .item .bg {
    width: 220px;
    height: 220px;
    background-color: #d3e7f3;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 0px 6px #dddddd;
    -moz-box-shadow: 0px 0px 6px #dddddd;
    box-shadow: 0px 0px 6px #dddddd;
}

.productlist-wraper .right .product-items .item .bf {
    width: 370px;
    height: 180px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 20px;
    -webkit-box-shadow: 0px 0px 6px #dddddd;
    -moz-box-shadow: 0px 0px 6px #dddddd;
    box-shadow: 0px 0px 6px #dddddd;
}

.productlist-wraper .right .product-items .item img {
    display: block;
    position: relative;
}

.productlist-wraper .right .product-items .item .name {
    position: absolute;
    width: 150px;
    right: 10px;
    top: 30px;
    text-align: right;
    color: #666;
    font-size: 12px;
    text-decoration: none;
}

.productlist-wraper .right .product-items .item .name span {
    background-color: #6ead33;
    color: #fff;
    line-height: 14px;
    border-radius: 7px;
    padding: 2px 5px;
    position: relative;
    top: 30px;
}

.pagination {
    text-align: right;
    width: 100%;
    height: 50px;
    margin-top: 50px;
    position: relative;
}

.pagination a, .pagination span {
    background-color: #efefef;
    line-height: 23px;
    font-size: 14px;
    padding: 4px 7px;
    margin-left: 10px;
    text-decoration: none;
    color: #000;
}

.pagination a:hover,
.pagination a.active,.pagination .current {
    background-color: #6ead33;
    color: #fff;
}

.productlist-wraper .right .productdetail {
    width: 755px;
    position: relative;
}

.productlist-wraper .right .productdetail .product-img {
    width: 755px;
    height: 355px;
}

.productlist-wraper .right .productdetail .product-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.desc {
    padding-top: 10px;
    padding-bottom: 50px;
}

.desc-info {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 180px;
    height: 355px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
}

.desc-info p {
    padding: 8px;
    overflow: hidden;
}

.productlist-wraper .right .info-message {
    margin-bottom: 50px;
    width: 755px;
    padding: 15px 0;
    background-color: #fff;
    position: relative;
    padding-bottom: 25px;
}

.productlist-wraper .right .info-message p {
    padding: 15px 20px 0;
    font-size: 13px;
    text-indent: 15px;
    line-height: 20px;
}

.productlist-wraper .right .info-message h1 {
    font-size: 22px;
    text-align: center;
    color: #666;
    padding-top: 20px;
}

.productlist-wraper .right .info-message img {
    display: block;
    position: relative;
    margin: 15px auto 0;
    width: 630px;
    height: auto;
}

.productlist-wraper .right .info-message img.bg {
    width: 700px;
}

.productlist-wraper .right .info-message img.lg {
    width: 100%;
}

.sky {
    color: #6ead33;
}

@media screen and (min-width:1001px) {
    body {
        max-width: 100%;
        margin: 0 auto;
    }
    .all-wraper {
        width: 100%;
    }
}

.contact-wrappr.topic {
    width: 100%;
}

.navgation {
    position: absolute;
    width: 80px;
    height: 40px;
    opacity: 0.8;
    background-color: #000;
    color: #fff;
    font-size: 30px;
    border-radius: 2px;
    left: 1065px;
    bottom: -20px;
    z-index: 10;
    cursor: pointer;
    /* display: none; */
}

.navgation>span:hover {
    background-color: #6ead33;
}

.navgation>span {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 23px;
    text-align: center;
}

.navgation>span.prev {}

.navgation>span.next {}

.swiper {
    width: 1310px;
    position: relative;
    margin: 0 auto;
    height: 400px;
}

.swiper ul {
    width: 100%;
    position: relative;
    height: 400px;
}

.swiper ul li {
    width: 990px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    transition: left .4s linear .1s,
                top .1s linear 0s,
                z-index .1s linear .1s,
                height .1s linear 0s;
    -moz-transition: left .4s linear .1s,
                top .1s linear 0s,
                z-index .1s linear .1s,
                height .1s linear 0s;
    /* Firefox 4 */
    -webkit-transition: left .4s linear .1s,
                top .1s linear 0s,
                z-index .1s linear .1s,
                height .1s linear 0s;
    /* Safari 和 Chrome */
    -o-transition: left .4s linear .1s,
                top .1s linear 0s,
                z-index .1s linear .1s,
                height .1s linear 0s;
    -mz-transition: left .4s linear .1s,
                top .1s linear 0s,
                z-index .1s linear .1s,
                height .1s linear 0s;
    /* Opera */
}

.swiper ul li img {
    width: 990px;
    height: 400px;
    margin-top: -200px;
    t;
    top: 50%;
    position: absolute;
}

.swiper ul li.s4 {
    left: 0px;
    z-index: 1;
    height: 280px;
    top: 60px;
}

.swiper ul li.s5 {
    left: 55px;
    z-index: 2;
    height: 326px;
    top: 37px;
}

.swiper ul li.s1 {
    left: 155px;
    z-index: 3;
    height: 400px;
}

.swiper ul li.s2 {
    left: 255px;
    z-index: 2;
    height: 326px;
    top: 37px;
}

.swiper ul li.s3 {
    left: 315px;
    z-index: 1;
    height: 280px;
    top: 60px;
}
.productlist-wraper .pro-img {
    width: 450px;
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
}
.productlist-wraper .pro-img img {
    width: 100%;
}
.productlist-wraper .pro-detail {
    width: 500px;
    float: left;
    margin-left: 25px;
}
.b {
    font-weight: bold;
}
.f16 {
    font-size: 16px;
}
.productlist-wraper .pro-detail .name {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 40px;
}
.productlist-wraper .pro-detail .type {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 30px;
}
.productlist-wraper .pro-detail .products_about1 {
    line-height: 30px;
}
.pro-swiper {
    width: 990px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pro-swiper .swiper-slide img {
    width: 100%;
}
.prodetail-title {
    width: 990px;
    margin: 0 auto;
}
.prodetail-title > h1 {
    color: #6ead33;
    font-size: 18px;
}
.prodetail-title > h4 {
    font-size: 12px;
    color: #666;
}
.pro-swiper .swiper-wrapper {
    margin-bottom: 35px;
}
.pro-swiper .swiper-pagination-bullet-active {
    background-color: #6ead33;
}
.item-row {
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -o-box;
	    display: box;
}
.simple-line .simple-box {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    float: left;
    width: 130px;
    height: 168px;
    margin-right: 30px;
    margin-bottom: 10px;
}
.simple-line .simple-name {
    margin: 20px 7px 5px;
}
.simple-line {
    margin-right: -30px;
}
.solution .sol-text {
    line-height: 35px;
    text-indent: 15px;
    background: rgba(0,0,0,.5);
    color: #fff;
    position: relative;
    bottom: 35px;
    width: 225px;
}
/***悬浮***/
.hover-element {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.hover-element * {
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
}

.hover-element * {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
.hover-element:hover .hover-element__reveal, .hover-element.hover--active .hover-element__reveal {
    opacity: 1;
}
.hover-element .hover-element__reveal {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.hover-element:hover .boxed, .hover-element.hover--active .boxed {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
    z-index: 3;
}

.hover-element .hover-element__reveal .boxed {
    height: 100%;
}
.simple-box .boxed {
    position: relative;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
    background: #6ead33;
}
.simple-box .boxed .simple-name,.simple-box .boxed .data-text {
    color: #fff;
}
.simple-box .hover-element__initial > img {
    width: 117px;
    height: 160px;
}
.down-btn {
    color: #0079c0;
    background: #fff;
    border-radius: 3px;
    padding: 5px 15px;
    margin-top: 36px;
    display: inline-block; 
}
.down-btn:hover {
    cursor: pointer;
    color: #0079c0;
}
.more-btn {
	float: right;
    border: 1px solid #6ead33;
    margin-top:15px;
    padding: 5px 10px;
	background: #6ead33;
	color: #fff;
}
.swiper-button.swiper-button-prev{
	left: 0;
	text-align: left;
	background-image: -webkit-linear-gradient(left,rgb(248, 248, 248) 0,rgba(0,0,0,.0001)  100%);
    background-image: -o-linear-gradient(left,rgb(248, 248, 248) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgb(248, 248, 248)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgb(248, 248, 248) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#00000000', GradientType=1);
}
.swiper-button.swiper-button-next {
	right: 0;
	text-align: right;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(248, 248, 248) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(248, 248, 248) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgb(248, 248, 248)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgb(248, 248, 248)100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f8f8f8', GradientType=1);
}
.swiper-button.swiper-button-next, .swiper-button.swiper-button-prev  {
	top: 0;
    width: 55px;
    height: 100%;
    margin-top: 0;
    background-repeat: repeat-x;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    font-size: 70px;
    color: #6ead33;
    line-height: 155px;
}
.swiper-button.swiper-button-next.swiper-button-disabled,
.swiper-button.swiper-button-prev.swiper-button-disabled {
	cursor: pointer;
    pointer-events: auto;
}
.swiper-slide:hover img {
    -ms-box-shadow: 0 1px 11px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 11px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 11px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 11px 0 rgba(0,0,0,0.2);
}
.swiper-slide .text {
	margin-top: 10px;
}
.contact-form .line {
    margin-bottom: 10px;
}

.contact-form .line p {
	width: 90px;
	display: inline-block;
}

.form-input {
    width: 213px;
    height: 30px;
    padding-left: 2px;
    padding-right: 15px;
}
.sub-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #6ead33;
    border: 1px solid #fff;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-left: 90px;
}