@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0;} 
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0;font-weight: normal;} 
img,input{border:none;vertical-align:middle;outline: none;} 
body{font-family:"微软雅黑","Microsoft YaHei";font-size:12px;background:#FFF;color:#212121; line-height:30px; background:#fff;min-width: 1240px;} 
html{overflow-y:scroll;} 
ul,ol{list-style-type:none;} 
th,td,input{font-size:12px;} 
h3{font-size:14px;} 
button{border:none;cursor:pointer;font-size:12px;background-color:transparent;} 
select{border-width:1px;zoom:1;border-style:solid;padding-top:2px;font-size:12px;} 
.clear{clear:both;font-size:1px;height:0;visibility:hidden;line-height:0;} 
.clearfix:after{content:"";display:block;clear:both;} 
.clearfix{zoom:1;} 
a{text-decoration:none;color:#333;} 
/*************首页****************/
/*顶部导航*/
.nav{
    width: 100%;
    height: 146px;
    margin: 0 auto;
}
.nav .n1{
    width: 1200px;
    height: 90px;
    margin:0 auto;
    overflow: hidden;
}
.n1 .logo{
    width: 550px;
    height: 66px;
    margin-top: 17px;
    float: left;
}
.n1 .tel{
    width: 310px;
    height: 70px;
    float: right;
    font-size: 16px;
    color: #383838;
    box-sizing: border-box;
    padding-top: 25px;
    margin-top: 20px;
    margin-right: 20px;
}
.n1 .tel span{
    font-size: 22px;
    color: #73aa30;
}
.n1 .tel img{
    vertical-align: middle;
    margin-top: -2px;
}
.n1 .lc{
    width: 52px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 12px;
    color: #666;
    float: right;
    text-align: center;
    line-height: 25px;
    position: relative;
    cursor: pointer;
    margin-top: 45px;
}
.n1 .lc i{
    width: 18px;
    height: 18px;
    background-color: #70a32b;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    left: 29px;
}
.n2{
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background-image: url(images/navbg.png);
    background-repeat: repeat-x;
}
.n2 .nbox{
    width:1200px;
    height: 56px;
    margin: 0 auto;
}
.n2 .nbox1{
    width: 920px;
    height: 20px;
    box-sizing: border-box;
    padding-top: 18px;
}
.n2 .nbox1>ul>li{
    width: 112px;
    height: 100%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    position: relative;
}
.n2 .nbox1>ul>li>a{
    color: #fff;
}
.n2 .nbox1>ul>li>a:hover{
    color: #C7DE74;
}
.n2 .nbox1>ul>.line{
    width: 2px;
    height: 20px;
    background-color: #ddd;
}
.n2 .nbox2{
    width: 250px;
    height: 35px;
    border: 1px solid #919191;
	background-color:#FFFFFF;
    border-radius: 17px;
    float: right;
    margin-top: -10px;
}
.n2 .nbox2 .pname{
    width: 190px;
    height: 35px;
    margin-left: 14px;
    text-indent: 5px;
    color: #383838;
    background-color: #fafafa;
}
.n2 .nbox2 .sub{
    width: 20px;
    height: 20px;
    background: url(images/search3.png) no-repeat;
    margin-left: 5px;
    cursor: pointer;
}
/*二级*/
.nlist2{
    width: 100%;
    padding: 25px 0 10px 0;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 999;
    border-radius: 0 0 2px 2px;
    font-size: 14px;
    line-height: 32px;
    display: none;
}
.nlist2 li a{
    color: #444;
}
.nlist2 li a:hover{
    color: #73aa30;
}
/*轮播*/
.banner{
    width: 100%;
    height: 600px;
    position: relative;
}
.b1 li{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}
.b1 li a{
    display: block;
    width: 100%;
    height: 100%;
}
.bc{
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 40px;
}
.b2{
    width: 105px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.b2 li{
    width: 15px;
    height: 15px;
    float: left;
    margin:0 10px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
}
.b2 .check{
    background-color: #73aa30;
}
/*新闻中心 关于我们*/
.news{
    width: 1200px;
    height: 411px;
    margin: 0 auto;
    margin-top: 30px;
}
.news .new1{
    width: 580px;
    height: 100%;
    float: left;
}
.tit{
    width: 100%;
    height: 65px;
}
.tit .tbox{
    width: 100%;
    height: 35px;
    position: relative;
}
.tit .tbox .t1{
    width: 260px;
    height: 100%;
    font-size: 20px;
    color: #383838;
    line-height: 20px;
    float: left;
}
.tit .tbox .t1 span{
    display: inline-block;
    height:34px;
    border-bottom: 2px solid #009f4b;
}
.tit .tbox .t1 i{
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    color: #999;
}
.tit .tbox .t2{
    width: 70px;
    height: 100%;
    font-size: 14px;
    float: right;
    cursor: pointer;
    position: relative;
}
.tit .tbox .t2>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
}
.tit .tbox .t2>a:hover .tm1{
    right: 40px;
}
.tit .tbox .t2>a:hover .tm2{
    left: 30px;
}
.tit .tbox .t2>a:hover{
    color: #73aa30;
}
.tit .tbox .t2 .tm1{
    width: 30px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.tit .tbox .t2 .tm2{
    width: 40px;
    height: 100%;
    text-align: center;
    position: absolute;
    left:0; 
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.tit .tbox .t3{
    width:479px;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
    right: 0;
}
.tit .tbox .t4{
    width:1101px;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
    right: 0;
}
.news .new1 ul{
    width: 100%;
    height: 346px;
    overflow: hidden;
}
.news .new1 ul li{
    width: 100%;
    height: 38px;
    margin-bottom: 30px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.news .new1 ul li:hover .nb1{
    color: #73aa30;
}
.news .new1 ul li:hover .nb1 span{
    color: #73aa30;
}
.news .new1 ul li:hover .nb2 a{
    color: #73aa30;
}
.news .new1 ul li:hover .nb2 a strong{
    color: #73aa30;
}
.news .new1 ul li .nb1{
    width: 54px;
    height:100%;
    border-right: 1px solid #eee; 
    font-size: 12px;
    color: #999;
    line-height: 10px;
    float: left;
    letter-spacing: -1px;
}
.news .new1 ul li .nb1>span{
    display: block;
    text-align: center;
    font-size: 28px;
    color: #504f4f;
    line-height: 26px;
    margin-bottom: 2px;
    letter-spacing: 1px;
}
.news .new1 ul li .nb1>i{
    display: block;
    text-align: center;
    font-style: normal;
}
.news .new1 ul li .nb2{
    width: 525px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
}
.news .new1 ul li .nb2 a{
    font-size: 14px;
    line-height: 14px;
    color: #b1b1b1;
}
.news .new1 ul li .nb2 strong{
    display: block;
    font-size: 16px;
    color: #383838;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .new1 ul li .nb2 span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .new2{
    width: 580px;
    height: 100%;
    float: left;
    margin-left: 40px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
}
.news .new2 img{
    margin-bottom: 14px;
    width: 100%;
    height: 176px;
}
.news .new2 div{
    width: 100%;
}
.news .new2 a{
    float: right;
    color: #383838;
}
.news .new2 a:hover{
    color: #73aa30;
}
/*企业优势*/
.adv{
    width: 100%;
    height: 220px;
    background-color: #f9f9f9;
}
.abox{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 40px;
}
.abox ul li{
    width: 285px;
    height: 140px;
    background-color: #fff;
    float: left;
    margin-right: 20px;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease;
    cursor: pointer;
    box-shadow: -5px 5px 5px #eee;
}
.abox ul li:hover .a1 .arote1{
    left: -80px;
}
.abox ul li:hover .a1 .arote2{
    left: 0;
}
.abox ul .anm{
    margin-right: 0;
}
.abox ul .anm .a1{
    margin-left: 40px;
}
.abox ul li .a1{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #009f4b;
    float: left;
    box-sizing: border-box;
    margin-top: 30px;
    margin-left: 57px;
    position: relative;
    overflow: hidden;
}
.a1 .arote1,.a1 .arote2{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.a1 .arote1{
    left: 0;
}
.a1 .arote2{
    left: 80px;
}
.abox ul li .a2{
    width: 135px;
    height: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    box-sizing: border-box;
    padding-top: 45px;
    margin-left: 10px;
}
/*产品中心*/
.pro{
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    margin-top: 40px;
}
.pro ul li{
    width: 285px;
    height: 285px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.pro ul li:hover .tbot{
    bottom: 0;
}
.pro ul li a{
    color: #fff;
}
.pro ul li .tbot{
    width:100%;
    height: 44px;
    background-color: #17a75b;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -44px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.pro ul li .tbot span{
    display: block;
    width: 220px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 44px;
    text-align: center;
    float: left;
}
.pro ul li .tbot i{
    display: block;
    width: 60px;
    height: 16px;
    margin-top: 14px;
    text-align: center;
    line-height: 16px;
    float: left;
    border-left: 1px solid #fff;
    box-sizing:border-box;
}
.pro ul li .tbot i img{
    margin-top: -3px;
}
.pro ul li>a>img{
    width: 100%;
    height: 100%;
}
.pro ul .pnm{
    margin-right: 0;
}
/*产品中心 荣誉资质*/
.perf{
    width: 100%;
    height: 280px;
    margin-top: 50px;
}
.perf .pbox{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.pbox .p1,.p2{
    width: 580px;
    height: 100%;
    float: left;
}
.pbox .p1 .ip{
    width:100%;
    height: 215px;
    overflow: hidden;
}
.pbox .p1 .bd ul{
    width: 1525px;
}
.pbox .p1 .bd ul li{
    float: left;
    width: 275px;
    height: 215px;
    text-align:center;
    margin-right: 30px;
    position: relative;
    color: #666;
    font-size: 14px;
}
.pbox .p1 .bd ul li>img{
    width:100%;
    height: 169px;
}
.pbox .p1 .bd ul li:hover .itext{
    transform: scale(1);
}
.pbox .p1 .bd ul li .itext{
    width: 100%;
    height: 169px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/add.png);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    transform: scale(0);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.pbox .p1 .bd ul li .itext div{
    width: 48px;
    height: 48px;
    margin: 0 auto;
    margin-top: 60px;
    display: none;
}
.pbox .p2{
    margin-left: 40px;
    position: relative;
}
.next,.prev{
    display: block;
    width: 30px;
    height: 110px;
    background-color: #eaeaea;
    font-size: 24px;
    text-align: center;
    line-height: 110px;
    color: #504f4f;
    position: absolute;
    top:100px;
    cursor: pointer;
}
.next{
    right: 0;
}
.prev{
    left: 0;
}
.p2 .ic{
    width: 480px;
    height: 196px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}
.p2 .ic .bd{
    width: 480px;
    height: 196px;
}
 .p2 .ic .bd ul{
    height: 100%;
}
.p2 .ic ul li{
    width: 145px !important;
    height: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-right: 20px;
}
.p2 .ic ul li img{
    width: 143px;
    height: 188px;
}
/*侧边栏*/
.aside{
    width:155px;
    height: 268px;
    position: fixed;
    right: -125px;
    top: 300px;
    z-index: 999;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.aside .asidebox1{
    width:30px;
    height: 117px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 120px;
    cursor: pointer;
    background-image: url(images/aside1.png);
    background-size: 100% 100%;
}
.aside .asidebox2{
    width: 125px;
    height: 100%;
    float: left;
    border-radius: 5px 0 0 5px;
    background-color: #009f4b;
    box-sizing: border-box;
    padding: 5px;
}
.aside .asidebox2 .alist{
    width:115px;
    height: 258px;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.online{
    width: 95px;
    font-size: 16px;
    color: #009f4b;
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #e6e5e4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.online a{
    color: #009f4b
}
.qq{
    font-size: 12px;
    line-height: 36px;
    border-bottom: 1px solid #e6e5e4;
    color: #009f4b;
}
.qq img{
    margin-right: 10px;
    margin-left: 5px;
}
.qq a{
    color: #009f4b;
}
.mac{
    width: 94px;
    height: 94px;
    margin: 10px 0;
}
.mac img{
    width: 100%;
    height: 100%；
}
.bytel{
    font-size: 14px;
    color: #009f4b;
}
.bytel a{
    color: #009f4b;
}
.bytel span{
    display: block;
    font-size: 12px;
    line-height: 36px;
    border-bottom: 1px solid #e6e5e4;
    border-top: 1px solid #e6e5e4;
    color: #009f4b;
}
.bytel span img{
    width: 15px;
    height: 15px;
}
.show{
    right: 0;
}
.show .asidebox1{
    background-image: url(images/aside2.png);
}
/*底部*/
.foot{
    width: 100%;
    height: 170px;
    background-color: #f3f3f3;
    margin-top: 45px;
    padding-bottom: 25px;
}
.foot .fbox{
    width:1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 30px;
}
.fbox .f1{
    width: 760px;
    height: 100%;
    float: left;
}
.fm1>li{
    width: auto;
    height: 140px;
    float: left;
    padding-right: 27px;
    font-size: 16px;
    color: #383838;
    line-height: 16px;
    overflow: hidden;
}
.fm2{
    margin-top: 15px;
}
.fm2 li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fm2 li a{
    font-size: 14px;
    color: #5d5d5d;
    line-height: 22px;
}
.fm2 li a:hover{
    color: #009f4b;
}
.fbox .f2{
    width: 400px;
    height: 140px;
    float: right;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 22px;
}
.fbox .f2 span{
    display: block;
    font-size: 16px;
    color: #383838;
    margin-bottom: 10px;
}
/*版权信息*/
.mas{
    width: 100%;
    height: 40px;
    background-color: #42a973;
}
.mas .mbox{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}
.mas .mbox a{
    color: #fff;
}
.mas .mbox span{
    float: left;
}
.mas .mbox i{
    float: right;
    font-style: normal;
}
/***************公司简介**************/
.intbg{
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
}
/*主体*/
.main{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
    
}
.main .title{
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding-top: 20px;
}
.main .title .titlf{
    width: 200px;
    height: 50px;
    background-image: url(images/logo3.png);
    background-repeat: no-repeat;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    float: left;
}
.main .title .titlf span{
    display: inline-block;
    width: 5px;
    height: 20px;
    border-left: 5px solid #fff;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}
.main .title .titrt{
    width: 950px;
    height: 50px;
    float: right;
    border-bottom: 1px solid #ddd;
    text-align: right;
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
}
.main .title .titrt span{
    display: inline-block;
    float: left;
    border-bottom: 2px solid #009f4b;
    font-size: 16px;
    color: #383838;
    margin-top: 18px;
}
.main .title .titrt div{
    display: inline-block;
    margin-top: 15px;
}
.main .title .titrt a{
    display: inline-block;
    margin: 0 5px;
}
.main .title .titrt img{
    vertical-align: middle;
}
.main .title .titrt .location{
    color: #009f4b;
}
.main .intbox{
    width: 100%;
    margin-top: 30px;
}
.main .intbox .intlist{
    width: 200px;
    float: left;
}
.main .intbox .intlist ul li{
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.main .intbox .intlist ul li a{
    color: #383838;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    text-align: center;
    position: relative;
    -webkit-transition: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    transition: 0.5s all linear;
}
.main .intbox .intlist ul li a:after{
    content:"";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 160px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.main .intbox .intlist ul li a:hover{
    background-color: #009f4b;
    color: #fff;
}
.main .intbox .intlist ul li a:hover:after{
    width: 20px;
}
.main .intbox .intlist ul li .change{
    background-color: #009f4b;
    color: #fff;
}
.main .intbox .intlist ul li .change:after{
    width: 20px;
}
.main .intbox .inttext{
    width: 950px;
    float: left;
    margin-left: 50px;
    font-size: 14px;
    color: #666;
    line-height: 32px;
}
.main .intbox .inttext>img{
    max-width: 100%;
    margin: 15px 0;
}
/***************企业文化**************/
.culturelist li{
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    background-color: #009f4b;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    box-sizing: border-box;
    padding: 60px 30px 0 30px;
    overflow: hidden;
}
.culturelist .textctrl{
    text-align: right;
}
/*************企业架构****************/
.framework{
    width: 800px;
    margin: 0 auto;
    padding-top: 40px;
    margin-bottom: 20px;
}
.framertit{
    font-size: 20px;
    color: #383838;
    text-align: center;
}
.framebox{
    margin-bottom: 50px;
}
.framebox .fb1{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-top: 35px;
}
.framebox .fb1 ul li{
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    margin: 0 10px;
    line-height: 39px;
}
.framebox .fb1 ul .change{
    border-bottom: 2px solid #009f4b;
}

.framebox .fbimg{
    width: 800px;
    padding-top: 50px;
    text-align: center;
    display: none;
    opacity: 0;
}
.framebox .fbimg img{
    margin: 0;
    max-width: 100%;
}
.framebox .fb2{
    width: 100%;
    box-sizing: border-box;
}
/***************经营理念**************/
.ideaimg{
    width: 100%;
    height: 250px;
}
.ideaimg img{
    width: 100%;
    height: 100%;
    margin: 0;
}
.ideaint{
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px 1px 40px;
    background-image: url(images/customerbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
}
.ideaint ul li{
    width: 870px;
    height: 200px;
    margin-bottom: 30px;
}
.ideaint ul li dl dd{
    width: 360px;
    height: 100%;
    float: left;
}
.ideaint ul li dl dd img{
    width: 100%;
    height: 100%; 
}
.ideaint ul li dl dt{
    width: 480px;
    height: 200px;
    float: left;
    margin-left: 30px;
    font-size: 20px;
    color: #00a0e9;
    line-height: 32px;
    overflow: hidden;
}
.ideaint ul li dl dt span{
    display: block;
    color: #e77124;
    margin: 35px 0 20px 0;
}
/***************业务领域**************/
.fieldbg{
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
}
.fieldlist{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.fieldlist ul li{
    width: 380px;
    height: 333px;
    margin: 0 30px 30px 0;
    float: left;
}
.fieldlist ul .nmr{
    margin-right: 0;
}
.fieldlist ul li:hover dl dd a{
    transform: scale(1);
}
.fieldlist ul li:hover dl dt a{
    background-color: #009f4b;
    color: #fff;
}
.fieldlist ul li dl dd{
    width: 100%;
    height: 280px;
    position: relative;
}
.fieldlist ul li dl dd img{
    width: 100%;
    height: 100%;
}
.fieldlist ul li dl dd a{
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/look.png);
    opacity: 0.6;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.fieldlist ul li dl dt{
    width: 100%;
    height: 50px;
    margin-top: 3px;
}
.fieldlist ul li dl dt a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    color: #383838;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
/***************业务详情**************/
.fieldbox{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.fieldbox>span{
    display: block;
    font-size: 18px;
    color: #383838;
    text-align: center;
}
.fieldbox .af{
    width: 100%;
    height: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 25px;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.fieldbox .af i{
    font-style: normal;
    margin: 0 10px;
}
.fieldbox .af i img{
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.fieldbox .af a{
    display: block;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}
.fieldbox .af a img{
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.fieldbox .af a:hover{
    color: #009f4b;
}
.fieldbox .fieldtext{
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.fieldbox .fieldtext .imgbox{
    text-align: center;
    margin: 15px 0;
}
.fieldbox .fieldtext .imgbox img{
    max-width: 100%;
    margin: 0 10px;

}
.choice{
    width: 100%;
    position: absolute;;
    bottom: 0px;
}
.choice a{
    display: block;
    font-size: 14px;
    color: #666;
}
.choice a:hover span{
    color: #009f4b;
}
.choice .previous{
    float: left;
}
.choice .nexts{
    float: right;
}
/**************产品中心列表***************/
.prolist{
    width: 100%;
    padding-top: 30px;
}
.prolist li{
    width: 280px;
     height: 325px;
     float: left;
     cursor: pointer;
     margin: 0 45px 15px 0;
}
.prolist .nmr{
    margin-right: 0;
}
.prolist li .listimg{
    width: 100%;
    height: 290px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    box-shadow: 3px 3px 10px #fff;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.prolist li .listimg img{
    width: 100%;
    height: 100%;
}
.prolist li:hover .listimg{
    box-shadow:3px 3px 10px #ddd;
}
.prolist li:hover .proname{
    color: #009f4b;
}
.prolist li:hover .listimg .lefttop{
    top: -29px;
    left: -29px;
}
.prolist li:hover .listimg .rightbottom{
    bottom: 0;
    right: 0;
}
.prolist li .listimg .lefttop{
    width: 56px;
    height: 56px;
    background-color: #009f4b;
    position: absolute;
    top: -48px;
    left: -48px;
    transform: rotate(-45deg);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.prolist li .listimg .rightbottom{
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    right: -30px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.prolist li .proname{
    width: 100%;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    color: #383838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.package{
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 50px;
}
.package ul li{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 5px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.package ul li:hover{
    background-color: #009f4b;
}
.package ul li:hover>a{
    color: #fff;
}
.package ul li a{
    display: block;
    color: #383838;
    width: 100%;
    height: 100%;
}
.package ul .width1{
    width: 50px;
}
/**************产品中心详情***************/
.protit{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #383838;
    text-align: center;
    line-height: 18px;
}
.protit span{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.proimg{
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.proimg .pilf{
    width: 750px;
    height: 490px;
    overflow: hidden;
}
.proimg .pilf .ptag{
    width: 120px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: #009f4b;
    text-align: center;
    border-radius: 2px;
}
.proimg .pilf dl{
    margin-top: 20px;
}
.proimg .pilf dl dd{
    width: 360px;
    height: 360px;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.proimg .pilf dl dd img{
    width: 100%;
    height: 100%;
}
.proimg .pilf dl dt{
    width: 350px;
    float: left;
    margin-left: 30px;
    color: #999;
    overflow: hidden;
}
.proimg .pilf dl dt .proname{
    font-size: 16px;
    color: #383838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.proimg .pirt{
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
}
.proimg .pirt .relevant{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ddd;
}
.proimg .pirt .relevant span{
    display: inline-block;
    font-size: 16px;
    color: #009f4b;
    border-left: 4px solid #009f4b;
    line-height: 16px;
    padding-left: 5px;
}
.proimg .pirt ul{
    width: 100%;
    height: 400px;
    margin-top: 20px;
    overflow-y: auto;
}
.proimg .pirt ul::-webkit-scrollbar{
  width: 3px;
  height: 3px;
  background-color: #F5F5F5;
}
.proimg .pirt ul::-webkit-scrollbar-track{
  border-radius: 10px;
  background-color: #F5F5F5;
}
.proimg .pirt ul::-webkit-scrollbar-track-piece{
  background-color: #efefef;
}
.proimg .pirt ul::-webkit-scrollbar-thumb{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #999;
}
.proimg .pirt ul li{
    width: 190px;
    height: 190px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.proimg .pirt ul li img{
    width: 100%;
    height: 100%;
}
.proinfor{
    width: 100%;
}
.proinfor .pftit{
    width: 100%;
    height: 50px;
    background-color: #f6f6f6;
    position: relative;
}
.proinfor .pftit ul{
    margin-left: 30px;
}
.proinfor .pftit ul li{
    float: left;
    width: 120px;
    height: 100%;
    font-size: 14px;
    color: #383838;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.proinfor .pftit ul .change{
    background-color: #009f4b;
    color: #fff;
}
.proinfor .pftit ul li .prbox{
    width: 950px;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    padding-top: 15px;
    display: none;
}
.proinfor .pftext{
    width: 100%;
    padding-bottom: 80px;
    position: relative;
}
/************荣誉资质**************/
.honorlist{
    width: 100%;
}
.honorlist ul li{
    width: 290px;
    height: 415px;
    float: left;
    margin: 0 40px 20px 0;
    box-shadow: 3px 3px 10px #fff;
}
.honorlist ul .nmr{
    margin-right: 0;
}
.honorlist ul li:hover .himg{
    box-shadow: 3px 3px 10px #ddd;
}
.honorlist ul li:hover .htext{
    color: #009f4b;
}
.honorlist ul li .himg{
    width: 290px;
    height: 380px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.honorlist ul li .himg img{
    width: 288px;
    height: 378px;
}
.honorlist ul li .htext{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #383838;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
/*************公司业绩************/
.achievementlist{
    width: 100%;
}
.achievementlist ul li{
    width: 465px;
    height: 330px;
    margin: 0 20px 20px 0;
    float: left;
    cursor: pointer;
}
.achievementlist ul .nmr{
    margin-right: 0;
}
.achievementlist ul li:hover .atext{
    background-color: #009f4b;
    color: #fff;
}
.achievementlist ul li .aimg{
    width: 100%;
    height: 285px;
    position: relative;
}
.achievementlist ul li .aimg>img{
    width: 100%;
    height: 100%;
}
.achievementlist ul li .aimg .ahover{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/add.png);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    transform: scale(0);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.achievementlist ul li:hover .aimg .ahover{
    transform: scale(1);
}
.achievementlist ul li .atext{
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    background-color: #f5f5f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

/*************新闻中心*************/
.newslist{
    width: 100%;
}
.newslist ul li{
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-animation: all 0.3s linear;
   -o-transition: all 0.3s linear;
}
.newslist ul li:hover{
    box-shadow: 2px 2px 10px #ddd;
}
.newslist ul li>span{
    display: block;
    width: 6px;
    height: 15px;
    background-color: #009f4b;
    position: absolute;
    top: 0;
    left: 10px;
}
.newslist ul li dl dd{
    width: 210px;
    height: 140px;
    float: left;
}
.newslist ul li dl dd img{
    width: 100%;
    height: 100%;
}
.newslist ul li dl dt{
    width: 678px;
    height: 140px;
    margin-left: 20px;
    float: left;
}
.newslist ul li dl dt .ntit{
    font-size: 16px;
    color: #383838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist ul li dl dt .ntit a:hover{
    color: #00a0e9;
}
.newslist ul li dl dt .ntext{
    width: 100%;
    height: 72px;
    overflow: hidden;
    font-size: 14px; 
    color: #666;
    line-height: 24px;
    margin-top: 15px;
    
}
.newslist ul li dl dt .botinf{
    width: 100%;
}
.newslist ul li dl dt .botinf a{
    display: block;
    float: left;
    color: #666;
}
.newslist ul li dl dt .botinf a:hover{
    color: #00a0e9;
}
.newslist ul li dl dt .botinf span{
    display: block;
    float: right;
}
.newslist ul li dl dt .botinf span img{
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
/***************新闻详情*****************/
.newsbox{
    width: 100%;
    margin: 0 auto;
}
.newsbox>span{
    display: block;
    font-size: 18px;
    color: #383838;
    text-align: center;
}
.newsbox .af{
    width: 100%;
    height: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 25px;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.newsbox .af i{
    font-style: normal;
    margin: 0 10px;
}
.newsbox .af i img{
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.newsbox .af a{
    display: block;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}
.newsbox .af a:hover{
    color: #009f4b;
}
.newsbox .af a img{
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.newsbox .fieldtext{
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.newsbox .fieldtext .imgbox{
    text-align: center;
    margin: 15px 0;
}
.newsbox .fieldtext .imgbox img{
    max-width: 100%;
    margin: 0 10px;

}
/***********联系我们*************/
.contactway{
    width: 100%;
}
.contactway .comname{
    width: 100%;
    font-size: 16px;
    color: #009f4b;
    margin-bottom: 25px;
}
.w1,.w2{
    width: 460px;
    float: left;
    line-height: 66px;
}
.w1 i,.w2 i{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #009f4b;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 8px;
}
.feedback{
    width: 100%;
}
.feedback .feedtit{
    width: 100%;
    color: #009f4b;
    font-size: 16px;
    margin-top: 45px;
}
.feedback .feedform{
    width: 100%;
    height: 485px;
    background-color: #f5f5f5;
    margin-top: 25px;
    box-sizing: border-box;
    padding: 40px;
    font-size: 14px;
}
.name,.telphone,.company,.adress{
    display: block;
    float: left;
    width: 430px;
    height: 45px;
    margin-bottom: 25px;
    box-sizing: border-box;
    text-indent: 10px;
    font-size: 14px;
    font-family: "微软雅黑";
}
.telphone,.adress{
    margin-left: 10px;
}
.feedback .feedform textarea{
    width: 870px;
    height: 210px;
    box-sizing: border-box;
    padding: 15px 20px;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: "微软雅黑";
}
.submit{
    width: 870px;
    height: 45px;
    background-color: #009f4b;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}