@charset "utf-8";
/*1 重定义浏览器默认样式
    Name:           style_reset
    Level:          Global
    Explain:        重定义浏览器默认样式
    Last Modify:    jackying
*/


@media screen and (min-width:1001px) {

.wraper{
    width: 100%;
    height: auto;
    position: relative;
}
.all-wraper.header-wraper{
    background-color: #fff;
}
.header{
    height: 80px;
    background-color: #fff;
    position: relative;
    width: 1155px;
    margin: 0 auto;
}

.header .logo{
 /*    background:url(../images/index/title.png) no-repeat center center; */
    width: 445px;
    height: 80px;
    float: left;
    line-height: 80px;
    font-size: 20px;
    cursor: pointer;
}

ul,li{
    list-style: none;

}
a,a:hover,a:focus {
    text-decoration: none;
}
.header .nav{
    color: #333;
    font-size: 14px;
    float: right;
    height: 80px;
    line-height: 80px;
    width: auto;
    display: block;
}
.header .nav li {
    float: left;
    line-height: 34px;
    padding: 23px 0px 0px;
    margin: 0  10px;
    cursor: pointer;
    width: auto;
    border-bottom: none;
}

.header .nav li:hover, .header .nav li.active{
    border-bottom: 3px solid #333;
}
.header .nav li a{
    text-decoration: none;
    display: inline;
    font-size: 17px;
    /* border-bottom: none; */
    line-height: 20px;
}
.header .nav li a.language{
    background-color: #6eae36;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    font-size: 13px;
}
@media screen and (max-width: 1410px) {
	.header {
		width: 800px;
	}
	.menu-wrap .w_b {
    	width: 340px;
	}
	.menu-wrap .i_b {
		width: 248px;
	}
	.menu-wrap .i_b input {
		width: 235px;
	}
}

.inner-wrappr{
    /* width:1440px; */
    position: relative;
    margin: 0 auto;
}
.inner-wrappr.topic{
    height: 450px;
    width: 100%;
    /* background:url(../images/index/01.jpg) no-repeat center center; */
    background-size: 100% auto;
}
.index_slide,.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%;
}
.inner-wrappr.topic .navgat{
    display:block
}
.index_slide li.active{
    z-index:2;
    margin-left:0;
    transition:margin-left .5s linear ;
}
 .index_slide li.prev{
    margin-left:-100%;
/*     transition:margin-left .6s linear .5; */
}
.index_slide li.next{
    margin-left:100%;
/*      transition:margin-left .6 linear .5; */
}
.index_slide li img{
    
}
.topic img{
    display: block;
    width: 100%;
    height: 450px;
    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: 10;
}
.index-intro-company-name{
    width: 145px;
    height: 60px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.index-intro-company-name h1{
    font-size: 24px;
    color: #333;
    text-align: left;
}
.index-intro-company-name h4{
    font-size: 14px;
    color: #999;
    text-align: left;
}
.index-intro-company-info{
    width: 480px;
    right: 30px;
    top:100px;
    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: 20px;
}
.index-product{
    width: 100%;
    height: 480px;
    background:url(../images/index/02.jpg) no-repeat center center;
    background-size: 100% 100%;
    

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

.index-solution{
    height: 550px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.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;
    
}
.footer{
    background-color: #6ead33;
    width: 100%;
    height: 120px;
    color: #fff;
    color: rgba(255,255,255,.8);
}
.footer-wrap{
    width: 990px;
    background-color: #6ead33;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.footer-wrap .index-links{
    font-size: 12px;
    color: #fff;
    line-height: 54px;
}
.footer-wrap .index-links a{
    text-decoration: none;
    padding: 0 0px 0 0;
    font-size: 14px;
}
.footer-wrap .index-links span{
    padding: 0 7px;
    font-size: 13px;
    line-height: 50px;
}
.footer-wrap .index-info{
    line-height: 30px;
}
.footer-wrap .index-info span{
    padding-right: 30px;
    display: inline;
    font-size: 14px;
}
.footer-wrap .index-info span.nopadding{
    display:inline;
    width:auto;
}
.right-bg{
    background-color: #3d3b39;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display:block;
}

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

.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{
    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%;
    margin-left: 0;
}

.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;
}
.index-contactus-detail .right-item h1{
    font-size: 18px;
    color: #333;
    line-height: 90px;
    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;
    cursor: pointer;
}
.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: 600px;
    background-color: #fff;
    margin-bottom: 50px;
}
.contact-wrappr.info.our-market {
    width: 1000px;
    height: auto;
}

.contact-wrappr.info .left{
    width: 100%;
    height: 430px;
    float: left;
    padding-left: 40px;
}
.contact-wrappr.info.our-market  .left {
    height: auto;
}
.contact-wrappr.info .right{
    width: 560px;
    height: 330px;
    float: right;
    margin-top: 60px;
    margin-right: 60px;
    border:1px solid #f5f5f5;
}
.contact-wrappr.info .right img { 
    width: 100%;
}
.contact-wrappr.info .left .title{
    padding-top: 20px;
    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: 30px;
}

.contact-wrappr.info .left .contact-detail h1{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding-bottom: 15px;
}
.contact-wrappr.info .left .contact-detail p{
    color: #666;
    font-size: 12px;
    line-height: 25px;
}
.solution-wrappr{
    width: 990px;
    position: relative;
    margin: 0 auto;
    height: 1835px;
    overflow: hidden;
}
.solution-detail{
    position: relative;
    left: 0;
    top: 0;
    width: 990px;
}
.solution-detail>.title{
    position: absolute;
}
.solution-detail .title{
    /* top: 10px; */
    /* position: absolute; */
}
.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;
}
.productlist-wraper .left{
    width: 210px;
    float: left;
}


.productlist-wraper .left .line-title{
    height: 40px;
    width: 205px;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 5px;
}
 

.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: 120px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    background-color: #f0f0f0;
    cursor: pointer;
    color: #666;
}
.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;
    /* text-align: center; */
    line-height: 16rem;
    right: auto;
    width: 100%;
}
.productlist-wraper .left .line-items .item:hover, .productlist-wraper .left .line-items .item.active {
    color: #fff;
}
.productlist-wraper .left .line-items .item .item-name {
    text-align: center;
}

.productlist-wraper .right{
    width: 755px;
    float: right;
}
.productlist-wraper .right .messages{
    width: 755px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 0;
}

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

.productlist-wraper .right .product-items .item{
    width: 220px;
    height: 220px;
    float: left;
    position: relative;
}
.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;
    width: 200px;
    height: 200px;
    margin: 10px;
}

.productlist-wraper .right .product-items .item .name{
    position: absolute;
    width: 120px;
    right: 10px;
    top: 30px;
    text-align: right;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    line-height: 25px;
}
.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;
}
.productlist-wraper .pagination {
    width: 726px;
}
.pagination a{
    background-color: #efefef;
    line-height: 23px;
    font-size: 14px;
    padding: 4px 7px;
    margin-left: 10px;
    text-decoration: none;
}


.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%;
}
.productlist-wraper .right .info-message img.two {
    width: 46%;
    margin-left: 2.5%;
    display: inline-block;
}

.sky{
    color: #6ead33;
}

.res-nav{
    display: none;
}
.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: block;
    /* 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;
}
.content-wraper {
    width: 990px;
    margin: 0 auto;
}
.productlist-wraper {
    width: 990px;
}
.productlist-wraper  .panel-menu{
    background-color: #fff;
}
.panel-menu+.panel-menu {
    margin-top: 30px;
}
.panel-menu > img{
    width: 250px;
    height: 150px;
    float: left;
}
.panel-text {
    padding-left: 270px;
	border: 1px solid #e5e5e5;
}
.panel-text:hover{
	-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); 
}
.panel-text h4 {
    padding: 20px 0 0;
    font-size: 16px;
    color: #333;
}
.panel-text p {
    font-size: 14px;
    color: #666;
}
.right-item.service-item {
    background-color: inherit;
}
.service-line + .service-line  {
    margin-top: 20px;
}
.service-card {
    width: 340px;
    margin-right: 18px;
    float: left;
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #fff;
}
.service-title {
    color: #0265B7;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.service-text {
    font-size: 15px;
    color: #666;
}
span.nav-icon {
    height: 80px;
    width: 17px;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    float: right;
}
.searchbox {
    display: none;
    transform: scale(0.1, 1);
    -moz-transform: scale(0.1, 1);
    opacity: 0;
    height: 80px;
    line-height: 80px;
    width: 700px;
    background: #fff;
    position: absolute;
    z-index: 11000;
    top: 0;
    right: 0;
}
.scale {
    transform-origin: right center;
    -moz-transform-origin: right center;
    display: block!important;
    transform: scale(1, 1) !important;
    opacity: 1!important;
    animation: scalerun 0.8s ease normal;
    -moz-animation: scalerun 2s line normal;
    -webkit-animation: scalerun 0.8s ease normal;
}
.searchbox .close-icon {
    width: 15px;
    height: 15px;
    margin-top: 32px;
    cursor: pointer;
    background: url("http://e.jikexueyuan.com/headerandfooter/images/close-icon.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    z-index: 1200;
}
.search-icon {
    background: url("http://e.jikexueyuan.com/headerandfooter/images/search-icon.png") 0 0 no-repeat;
    background-size: 17px 17px;
    background-position: 0, 0;
    height: 17px;
    width: 17px;
    display: inline-block;
}
.searchbox input {
    width: 600px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 12px;
    vertical-align: top;
    margin-left: 10px;
}
}

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

}
.breadcroum a{
    		font-size: 17px;
    	}
















