/*header*/
.header {
    width: 100%;
    height: 110px;
    /*background: #fff;*/
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header_con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /*padding-top:25px*/
}

.inner {
    width: 1200px;
    margin: 0 auto;
    /*position: relative;*/
}

.logo {
    width: 165px;
    height: 50px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 22px;
}

.language {
    position: absolute;
    right: 22px;
    top: 13px;
}

.language a {
    display: inline-block;
    width: 72px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #a7a7a7;
    font-size: 12px;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 7px;
}

.language .lan_on {
    color: #E60012;
    border: 1px solid #E60012;
}

.language a:hover {
    color: #E60012;
    border: 1px solid #E60012;
}

.ganta{
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    color: #666666;
    padding-top: 50px;
}

.nav {
    float: right;
    margin-top: 72px;
}

.nav > li {
    float: left;
    padding-left: 40px;
    /*line-height: 38px;*/
    line-height: 36px;
    position: relative;
}

.nav > li > a {
    display: inline-block;
    color: #666;
    font-size: 16px;
}

.nav li a:hover {
    color: #E60012;
}

.nav li a.a_hover {
    color: #E60012;
}

.nav > li:first-child a:hover {
    border-bottom: 2px solid #E60012;
}

.nav > li > i {
    width: 5px;
    height: 7px;
    display: inline-block;
    background: url(../images/rt.png) no-repeat center center;
    position: absolute;
    right: 15px;
    top: 60px;
}

.nav2 {
    width: 200px;
    position: absolute;
    /*top: 38px;*/
    top: 36px;
    left: 50%;
    z-index: 8;
    border-top: 2px solid #E60012;
    background: #fff;
    /*padding: 15px 20px;*/
    display: none;
    transform: translateX(-50%);
}

.nav > li:hover .nav2 {
    display: block;
}

.nav > li:last-child .nav2 {
    transform: translateX(-82%);
}

.about_nav2 {
    transform: translateX(-73.5%);
}

.nav2 > li {
    width: 100%;
    float: left;
    line-height: 20px;
}

.nav2 .nav_tit {
    position: relative;
}

.nav2 .nav_tit > a {
    padding: 10px 20px 10px 30px;
    background: url(../images/rt1.png) no-repeat 30px center;
}

.nav2 > li:last-child a {
    margin-right: 0;
}

.nav2 > li > a {
    color: #444;
    font-size: 14px;
    display: inline-block;
}

.nav2 > li > a:hover {
    background: url(../images/rt.png) no-repeat 30px center;
}

.nav2 > li > a.nav2_hov {
    font-size: 16px;
    color: #E60012;
    background: url(../images/rt.png) no-repeat left 20px;
}

.nav3 {
    width: 200px;
    position: absolute;
    left: 200px;
    top: 0;
    background: #fff;
    display: none;

}

.nav3 li {
    position: relative;
    padding: 0 10px;
}

.nav3 li a {
    text-align: left;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
    margin-right: 44px;
    color: #888;
    padding-left: 40px;
    box-sizing: border-box;
    background: url(../images/rt3.png) no-repeat 21px center;
}

.nav2 > li:hover .nav3 {
    display: block;
}

/*banner*/
.banner {
    width: 100%;
    position: relative;
}

.banner_index img {
    width: 100%;
}

.banner_index {
    position: relative;
}

.banner_index a {
    display: block;
}

.banner_index img {
    display: block;
    width: 100%;
}

.banner_index .flex-direction-nav .flex-prev,
.banner_index .flex-direction-nav .flex-next {
    display: block;
    width: 55px;
    height: 55px;
    /*border: solid #fff 1px;*/
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: .5s;
    font-size: 0;
}

.banner_index .flex-direction-nav .flex-prev {
    left: 30px;
    background: url(../images/indexlh.png) no-repeat center;
    background-size: 12px;
}

.banner_index .flex-direction-nav .flex-next {
    right: 30px;
    background: url(../images/indexr.png) no-repeat center;
    background-size: 12px;
}

.banner_index .flex-direction-nav .flex-prev:hover {
    background-color: rgba(255, 255, 255, .5);
    /*border-color: #ff723a;*/
}

.banner_index .flex-direction-nav .flex-next:hover {
    background-color: rgba(255, 255, 255, .5);
    /*border-color: #ff723a;*/
}

.banner_index .flex-control-paging li .flex-active {
    border: solid #E60012 1px;
}

.banner_index .flex-control-paging {
    position: absolute;
    bottom: 30px;
    right: 50%;
    transform: translate(50%, 0);
}

.banner_index .flex-control-paging li {
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

.banner_index .flex-control-paging a {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    font-size: 0;
    box-sizing: border-box;
    border: solid #fff 1px;
}

/*产品中心*/
.contain {
    /*position: relative;*/
    box-sizing: border-box;
}

.tit h2 {
    font-size: 26px;
    font-weight: bold;
    color: #010101;
    text-align: center;
    padding: 23px 0 6px;
}

.tit h2 > span {
    font-family: HelveticaNeueLTPro-Bd;
}

.tit p {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.pro_nav {
    text-align: center;
    font-size: 0;
    margin-top: 18px;
    margin-bottom: 20px;
}

.pro_nav a {
    display: inline-block;
    width: 140px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    margin-right: 15px;
    background: #ededed;
    font-size: 16px;
    color: #707070;
}

.pro_nav a:hover {
    color: #ffffff;
    background: #E60012;
}

.pro_nav a.pro_a {
    color: #333;
    background: #E60012;
}

.pro_nav a:last-child {
    margin-right: 0;
}

.pro_list li {
    width: 390px;
    height: 390px;
    float: left;
    background: #f1ede8;
    margin-right: 15px;
    margin-bottom: 15px;
}

.pro_list li:nth-child(3n) {
    margin-right: 0;
}

.list_a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.list_p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 0;
    background: #E60012;
    color: #FFFFFF;
    font-size: 14px;
    transition: all 0.5s;
}

.list_p span {
    display: inline-block;
    width: 70%;
    margin: 0 auto;
    padding-top: 11px;
    line-height: 22px;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*white-space: normal;*/
}

.list_a img {
    width: 390px;
    height: 390px;
    display: block;
    transition: all 0.5s;
}

.index_service .tit h2 {
    padding-top: 10px;
}

.list_a:hover .list_p {
    bottom: 0;
}

.list_a:hover img {
    transform: scale(1.1);
}

/*服务客户*/
.ser_list {
    font-size: 0;
    margin-top: 15px;
}

.table td {
    border: 1px solid #ededed;
}

.ser_list a {
    display: inline-block;
    width: 200px;
    height: 100px;
    overflow: hidden;
    background: #fff;

}

.ser_list a img {
    width: 200px;
    height: 100px;
    transition: all 0.5s;
}

.ser_list a:hover img {
    /*transform: scale(1.1);*/
    transform: translateY(-10px);

}

.more {
    font-size: 16px;
    font-family: Arial;
    color: #000;
    line-height: 100px;
    padding-left: 40px;
    background: url(../images/more.png) no-repeat 148px 45px !important;
    box-sizing: border-box;
}

.solution_slide {
    margin-top: 18px;
    height: 435px;
}

/*最新资讯*/
.index_con {
    margin-top: 25px;
    /*background: #f7ae00;*/
}

.index_con > div {
    float: left;
    width: 400px;
    height: 292px;
}

.index_con h3 {
    padding-bottom: 15px;
}

.index_con h3 > span {
    color: #010101;
    font-size: 22px;
}

.index_con .more_a {
    float: right;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    line-height: 38px;
}

.index_news li {
    border-bottom: 1px dashed #d0d0d0;
}

.index_con p {
    color: #333;
    font-size: 16px;
    margin: 15px 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news li:hover p {
    color: #E60012;
}

.index-time {
    display: inline-block;
    margin-bottom: 14px;
}

/*市场活动*/
.index_activity {
    padding-left: 30px;
    box-sizing: border-box;
}

.act_a {
    display: inline-block;
}

.act_img {
    width: 368px;
    height: 165px;
    overflow: hidden;
}

.act_img img {
    width: 368px;
    /*height: 165px;*/
    display: block;
    transition: all 0.5s;
}

.act_img:hover img {
    transform: scale(1.1);
}

.index_activity p:hover {
    color: #E60012;
}

/*公司简介*/
.index_info {
    padding-left: 30px;
    box-sizing: border-box;
}

.index_con .index_info_p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.index_info_p:hover {
    color: #E60012;
}

/*底部*/
.foot {
    height: 277px;
    background: #323232;
}

.foot_nav {
    height: 224px;
    border-bottom: 1px solid #414141;
}

.foot_nav .foot_div {
    float: left;
    padding-top: 28px;
}

.foot_lf {
    width: 400px;
    box-sizing: border-box;
}

.foot_nav h3 {
    color: #f3f3f3;
    font-size: 18px;

    padding-left: 21px;
    margin-bottom: 10px;
}

.foot_lf h3 {
    background: url(../images/addr.png) no-repeat left center;
}

.foot_lf p {
    font-size: 14px;
    color: #888;
    line-height: 28px;;
}

.foot_lf .foot_tel {
    color: #E60012;
    font-size: 16px;
    font-family: Arial;
    background: url(../images/f-tel.png) no-repeat left center;
    padding-left: 25px;
}

.foot_lf .foot_fax {
    color: #E60012;
    font-size: 16px;
    font-family: Arial;
    background: url(../images/f-fax.png) no-repeat left center;
    padding-left: 25px;
}

.foot_lf .foot_email {
    color: #E60012;
    font-size: 16px;
    font-family: Arial;
    background: url(../images/f-email.png) no-repeat left center;
    padding-left: 25px;
}

.foot_mid {
    width: 600px;
    padding-left: 85px;
    box-sizing: border-box;
    overflow: hidden;
}

.foot_mid h3 {
    background: url(../images/menu.png) no-repeat left center;
}

.foot_mid dl {
    float: left;
    padding-right: 34px;
}

.foot_mid dl:last-child {
    padding-right: 0;
}

.foot_mid dt a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.foot_mid dd a {
    color: #888;
    font-size: 14px;
    line-height: 29px;
}

.foot_mid dd a:hover {
    color: #fff;
}

.foot_rt {
    width: 200px;
    text-align: right;
}

.foot_rt h3 {
    margin-right: 16px;
    background: url(../images/wx1.png) no-repeat 89px center;
    margin-bottom: 20px;
}

.foot_rt .wx {
    width: 110px;
    height: 110px;
    margin-top: 7px;
    margin-left: 89px;
}

.foot_rt .wx img {
    width: 110px;
    height: 110px;
}

.foot_rt p {
    font-size: 14px;
    color: #a4a4a4;
    line-height: 30px;
}

.copyright p {
    font-size: 14px;
    color: #666;
    line-height: 52px;
    float: left;
}

.copyright .website {
    float: right;
}

.copyright p a:hover {
    color: #fff;
}

/*------------产品中心-----------*/
.pro_contain {
    background: #f7f7f7;
    padding-top: 37px;
}

.banner {
    height: 300px;
}

.banner img {
    width: 100%;
}

.banner .tit h2 {
    text-align: left;
    color: #fff;
    padding: 246px 0 0 0
}

.product {
    overflow: hidden;
}

.pro {
    overflow: hidden;
}

.pro_lf {
    width: 200px;
    float: left;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.pro_rt {
    width: 980px;
    float: right;
}

.pro_rt li {
    width: 318px;
    height: 318px;
    margin-right: 12px;
}

.pro_rt li img {
    width: 318px;
    height: 318px;
}

.pro_lf a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    padding-left: 19px;
}

.lf_nav > li > a {
    color: #3c3c3c;
    line-height: 46px;
    border-bottom: 1px solid #eee;
}

.lf_nav > li:last-child > a {
    border-bottom: none;
}

.pro_lf a:hover, .pro_lf .on {
    background: #E60012;
    border-bottom: 1px solid transparent;
    color: #FFFFFF;
}

.lf_nav2 > li > a {
    color: #888;
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}

.lf_nav2 a:before {
    content: '';
    width: 2px;
    height: 2px;
    background: #888;
    position: absolute;
    top: 15px;
    left: 20px;
}

.lf_nav2 {
    display: block;
}

.lf_nav > li.on > a,.lf_nav2> li.on > a{
    color: #ffffff;
}

/*分页*/

.page .zzzz {
    display: none;
}

.page {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.page a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    display: inline-block;
    color: #b4b4b4;
    font-size: 14px;
    font-family: "Adobe 黑体 Std";
    margin: 0 5px;
}

.page a:hover, .page .on {
    color: #FFFFFF;
    background: #E60012;
}

.page .next, .page .prev {
    width: 75px;
    border-radius: 0;
    background: none;
    margin: 0 10px;
}

.page .next:hover, .page .prev:hover {
    background: none;
}

/*-----------产品详情-----------*/
/*图片放大镜样式*/
.pro_right {
    width: 980px;
    float: right;
    overflow: hidden;
    /*background: #fff;*/
    /*padding: 30px;*/
    box-sizing: border-box;
}

.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 430px;
    height: 429px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.jqzoom img {
    width: 430px;
    height: 429px;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 430px;
    height: 429px;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
    width: 430px;
    height: 435px;
    float: left;
}

.spec-scroll {
    clear: both;
    padding-top: 15px;
    width: 300px;
}

.spec-scroll .prev {
    float: left;
    background: url(../images/btn_l.png) no-repeat center;
}

.spec-scroll .prev:hover {
    background: url(../images/btn_lh.png) no-repeat center;
}

.spec-scroll .next {
    float: right;
    background: url(../images/btn_r.png) no-repeat center;
}

.spec-scroll .next:hover {
    float: right;
    background: url(../images/btn_rh.png) no-repeat center;
}

.spec-scroll .prev, .spec-scroll .next {
    text-align: center;
    width: 30px;
    height: 68px;
    line-height: 54px;
    cursor: pointer;
}

.spec-scroll .items {
    margin: auto;
    position: relative;
    width: 223px;
    height: 70px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 56px;
}

.spec-scroll .items ul li {
    float: left;
    width: 77px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    width: 66px;
    height: 66px;
}

.spec-scroll .items ul li.hover img {
    border: 1px solid #E60012;
}

.pro_top {
    margin-bottom: 30px;
    overflow: hidden;
}

.pro_desc_rt {
    width: 490px;
    float: left;
    padding-left: 39px;
    box-sizing: border-box;
}

.pro_desc_con h3 {
    display: inline-block;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    margin-top: 1px;
}

.pro_desc_con p {
    font-size: 16px;
    color: #666;
}

.pro_intro img {
    margin: 0 auto;
}

.pro_intro h3 {
    font-size: 18px;
    color: #333;
    line-height: 35px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    margin-top: 1px;
}

.right1 {
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}

.pro_page {
    text-align: center;
    margin: 30px 0;
}

.pro_page a {
    font-family: "Adobe 黑体 Std";
    font-size: 14px;
    color: #b4b4b4;
    display: inline-block;
}

.pro_page .p_prev {
    background: url(../images/p-l.png) no-repeat left center;
    padding-left: 34px;
}

.pro_page .p_next {
    background: url(../images/p-r.png) no-repeat right center;
    padding-right: 34px;
}

.pro_page .return {
    margin: 0 30px;
}

.pro_page a:hover {
    color: #333;
}

.pro_page .p_prev:hover {
    background: url(../images/p-lh.png) no-repeat left center;
    padding-left: 34px;
}

.pro_page .p_next:hover {
    background: url(../images/p-rh.png) no-repeat right center;
    padding-right: 34px;
}


.pro_kc {
    margin-bottom: 30px;
}

.pro_kc h3 {
    font-size: 22px;
    color: #333;
    padding-bottom: 20px;
}

.pro_kc li {
    float: left;
    width: 230px;
    height: 230px;
    border: 1px solid #d2d2d2;
    margin-right: 12px;
    box-sizing: border-box;
}

.pro_kc li:last-child {
    margin-right: 0;
}

.pro_kc_a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pro_kc_a:hover .list_p {
    bottom: 0;
}

.kc_p {
    height: 50px;
    line-height: 50px;
    background: #aaa;
    color: #E60012;
}

.kc_p span {
    padding-top: 5px;
}

/*----------关于我们---------*/
.bread {
    height: 60px;
    border: 1px solid #dbdbdb;
}

.bread .fa-home {
    color: #949494;
    font-size: 18px;
}

.bread a {
    padding: 0 10px;
    font-size: 14px;
    color: #444;
    display: inline-block;
    line-height: 60px;
}

.bread a.home {
    padding-left: 7px;
}

.bread .bread_on {
    color: #E60012;
}

.about_lf {
    width: 545px;
    height: 491px;
    float: left;
    margin-right: 55px;
    overflow: hidden;
}

.about_lf img {
    width: 545px;
    height: 491px;
    transition: all 0.5s;
}

.about_rt {
    width: 600px;
    float: right;
    padding-right: 70px;
    box-sizing: border-box;
    overflow: hidden;
}

.about_lf:hover img {
    transform: scale(1.1);
}

.about_rt h2 {
    font-family: HelveticaNeueLTPro-Bd;
    font-size: 26px;
    color: #333;
    position: relative;
    margin-top: 30px;
}

.about_rt h2:after {
    content: '';
    width: 31px;
    height: 2px;
    background: #E60012;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.about_rt h3 {
    font-size: 30px;
    color: #333;
    margin-top: 40px;
}

.about_rt h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.about_rt p {
    color: #666;
    font-size: 14px;
    max-height: 170px;
    overflow-y: auto;
}

.about_rt p::-webkit-scrollbar {
    width: 2px !important;
    background: url(../images/abo_19.jpg) repeat-y center;
}

.about_rt p::-webkit-scrollbar-thumb {
    width: 3px !important;
    background: url(../images/abo_13.jpg) repeat-y center;
}

.years {
    width: 80px;
    height: 80px;
    border: 1px solid #E60012;
    /*line-height: 80px;*/
    text-align: center;
    font-size: 14px;
    color: #E60012;
    position: relative;
    box-sizing: border-box;
    padding-top: 7px;
    margin-top: 50px;
}

.years span {
    font-size: 50px;
    font-family: HelveticaNeueLTPro-Bd;
}

.years:after {
    content: '专注RFID产品研发及生产';
    width: 170px;
    height: 20px;
    background: #E60012;
    color: #fff;
    position: absolute;
    right: -170px;
    top: 40px;
}

.machine h3 {
    font-size: 22px;
    color: #333;
    padding: 25px 0 15px;
}

.machine li {
    float: left;
    width: 395px;
    height: 304px;
    margin-right: 7px;
    overflow: hidden;
}

.machine li img {
    width: 395px;
    height: 304px;
    transition: all 0.5s;
}

.machine li:nth-child(3n) {
    margin-right: 0;
}

.machine li:hover img {
    transform: scale(1.1);
}

.banner_index .flex-direction-nav .flex-prev,
.banner_index .flex-direction-nav .flex-next {
    display: block;
    width: 55px;
    height: 55px;
    border: solid #fff 1px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: .5s;
    font-size: 0;
}

.case_in h3 {
    font-size: 22px;
    color: #333;
    padding: 25px 0 15px;
}

.case_inner a {
    display: inline-block;
    width: 230px !important;
    height: 230px;
    background: #fff;
    border: 1px solid #d2d2d2;
    margin-right: 8px;
    overflow: hidden;
    box-sizing: border-box;
}

.case_inner a:last-child {
    margin-right: 0;
}

.case_inner a img {
    width: 115px;
    height: 163px;
    margin: 34px auto 0;
    transition: all 0.5s;
}

.case_inner a:hover img {
    transform: scale(1.1);
}

.casein_slide {
    position: relative;
}

.case_inprev,
.case_innext {
    display: block;
    width: 38px;
    height: 38px;
    background-color: #dedede;
    border-radius: 50%;
    z-index: 3;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.case_inprev {
    background: #dedede url(../images/abo_lf.png) no-repeat center;
    left: -75px;
}

.case_innext {
    background: #dedede url(../images/abo_rt.png) no-repeat center;
    right: -75px;
}

.case_inprev:hover {
    /*background: #f7ae00 url(../images/abo-l.png)no-repeat center;;*/
    background: #E60012 url(../images/abo-l.png) no-repeat center;;
}

.case_innext:hover {
    /*background: #f7ae00 url(../images/abo_r.png)no-repeat center;;*/
    background: #E60012 url(../images/abo_r.png) no-repeat center;;
}

@media screen and (max-width: 1400px) {
    .case_inprev {
        left: 6px;
    }

    .case_innext {
        right: 6px;
    }
}

.customer {
    margin-bottom: 30px;
}

.customer .customer_desc {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

/*--------仓储管理---------*/
.storage_h3 {
    margin-top: 30px;
}

.storage > img {
    width: 1200px;
    margin: 0 auto;
}

/*-----------常见问题----------*/
.zp_list {
    background: #fff;
    padding: 10px 0 30px;
}

.zp_list ul li {
    border-bottom: 1px solid #ededed;
}

.zp_font {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    display: none;
    margin: 20px;
    padding-left: 10px;
    padding-right: 80px;

}

.zp_tit {
    font-size: 14px;
    line-height: 45px;
    color: #666;
    margin: 0 20px;
    padding-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff url(../images/img31.png) no-repeat 97% center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.zp_list .on .zp_tit {
    background: url(../images/img32.png) no-repeat 97% center #E60012;
    /* color: #E60012;*/
}

/*--------解决方案--------*/
.solution {
    width: 1200px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.solu_pic {
    width: 285px;
    height: 270px;
    float: left;
    overflow: hidden;
}

.solu_pic img {
    width: 285px;
    height: 270px;
    transition: all 0.5s;
}

.solution li:hover img {
    transform: scale(1.1);
}

.solution li:hover .solu_desc h3 {
    color: #E60012;
}

.solu_desc h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 5px;
}

.solu_desc {
    float: left;
    margin: 29px 0 0 25px;
}

.solu_desc p {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 9px;
    line-height: 26px;
}

.solu_desc p:before {
    content: '';
    width: 3px;
    height: 6px;
    background: url(../images/trangle.png);
    position: absolute;
    top: 10px;
    left: 0;
}

.solution li {
    width: 50%;
    float: left;
    background: #f7f7f7;
    margin-bottom: 19px;
}

.solution li.mar {
    margin-bottom: 0;
}

/*-------解决方案详情---------*/
.solution_detail h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.solution_detail h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 6px;
}

.solution_detail p {
    font-size: 14px;
    /*  color: #888;*/
    line-height: 24px;
}

.solution_detail p img {
    margin: 0 auto;
}

.solution_detail .solu_p {
    color: #666;
}

.solu_page a {
    margin: 0 20px;
}

/*---------明星客户---------*/
.customer_list {
    margin-top: 0;
    margin-bottom: 200px;
}

.customer_list a {
    display: inline-block;
    width: 189px;
    height: 98px;
    overflow: hidden;
}

.customer_list a img {
    width: 189px;
    height: 98px;
    transition: all 0.5s;
}

.customer_list a:hover img {
    transform: translateY(-10px);
}

/*--------企业荣誉---------*/
.honor {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.honor_list li {
    float: left;
    margin-right: 12px;
}

.honor_list li a {
    display: inline-block;
    width: 276px;
    height: 322px;
    overflow: hidden;

}

.honor_list li:nth-child(4n) {
    margin-right: 0;
}

.honor_list li img {
    width: 276px;
    height: 322px;
    transition: all 0.5s;
}

.honor_list li p {
    padding: 10px 0 30px;
    text-align: center;
}

.honor_list li:hover img {
    transform: scale(1.1);
}

/*--------加入我们---------*/
.join_list {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.join_list h3 {
    color: #343434;
    font-size: 18px;
    margin-bottom: 10px;
}

.join_list p {
    color: #888;
    font-size: 14px;

}

.join_list .job {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.join_list .job span {
    /*color: #f7ae00;*/
    color: #E60012;
}

.join_list h4 {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.join_list .mail {
    /*color: #f7ae00;*/
    color: #E60012;
}

/*-------新闻详情-------*/
.share img {
    display: inline-block;
}

.news_detail h3 {
    color: #3a3e3f;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.news_title {
    text-align: center;
    color: #7f8080;
    font-size: 14px;
}

.source {
    display: inline-block;
    margin: 0 30px;
}

.share {
    display: inline-block;
    vertical-align: middle;

}

.share a {
    display: inline-block;
    margin: 0 8px;
}

.bdshare-button-style2-16 {
    display: inline-block !important;
}

.sr-bdimgshare-black {
    display: none !important;
}

/*--------新闻---------*/
.news_pic {
    width: 185px;
    height: 165px;
    float: left;
    overflow: hidden;
}

.news_pic img {
    width: 185px;
    height: 165px;
    transition: all 0.5s;
}

.news_pic:hover img {
    transform: scale(1.1);
}

.news_desc {
    width: 914px;
    float: right;
}

.news_desc h3 {
    width: 85%;
    color: #494c59;
    font-size: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_desc p {
    color: #adadad;
    font-size: 14px;
}

.news {
    width: 1200px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.news_btn {
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #94959a url(../images/news-r.png) no-repeat center center;
    margin-top: 15px;
}

.news_btn:hover {
    background: #E60012 url(../images/news-rh.png) no-repeat center center;
    transform: translateX(10px);
}

.news_item:first-child {
    padding-top: 0;
}

.news_item {
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}

.news_item:hover h3 {
    color: #E60012;
}

.news_desc p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

/*---------研发与制造---------*/
.research_list li {
    width: 563px;
    float: left;
}

.research_list li a {
    display: inline-block;
    overflow: hidden;
}

.research_list li img {
    width: 563px;
    height: 330px;
    transition: all 0.5s;
}

.research_list li a:hover img {
    transform: scale(1.1);
}

.research_list li p {
    color: #444;
    font-size: 14px;
    margin: 20px 0;
    background: url(../images/rea.png) no-repeat right center;
}

.research_list li:nth-child(odd) {
    margin-right: 7px;
}

.research_list li:nth-child(even) {
    margin-left: 7px;
}

/*---------下载--------*/
.download_list li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dfdfdf;
    color: #333;
    font-size: 14px;
    padding: 0 18px;
    box-sizing: border-box;
    background: url(../images/download.png) no-repeat right 18px center;
    margin-bottom: 20px;
}

.download_list li a:hover {
    /*color: #f7ae00;*/
    color: #E60012;
    background: url(../images/download1.png) no-repeat right 18px center;
}

.download_list li:last-child a {
    margin-bottom: 0;
}

/*---------联系我们----------*/
.contact_con {
    background: url(../images/bg-con.jpg) no-repeat top center;
}

.contact {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.lf_map {
    width: 600px;
    height: 568px;
    float: left;
}

.contact_rt {
    width: 600px;
    float: right;
    padding-right: 20px;
    padding-left: 57px;
    box-sizing: border-box;
}

.contact_rt li {
    margin-bottom: 27px;
}

.contact_rt h2 {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0 7px;
}

.contact_rt h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 13px;
}

.contact_rt p {
    color: #666;
    font-size: 14px;
    margin-bottom: 7px;
    padding-left: 27px;
}

.con-address {
    background: url(../images/c-add.png) no-repeat left center;
}

.con-tel {
    background: url(../images/c-tel.png) no-repeat left center;
}

.con-fax {
    background: url(../images/c-fax.png) no-repeat left center;
}

.con-mail {
    background: url(../images/c-mail.png) no-repeat left center;
}

.con-link {
    background: url(../images/c-link.png) no-repeat left center;
}

.contact_list {
    max-height: 502px;
    overflow-y: auto;
    width: 510px;
    padding-right: 7px;
}

.contact_list::-webkit-scrollbar {
    width: 5px !important;
    background: url(../images/abo_19.jpg) repeat-y center;
}

.contact_list::-webkit-scrollbar-thumb {
    width: 3px !important;
    background: url(../images/abo_13.jpg) repeat-y center;
}

.form {
    font-size: 0;
}

.form input {
    width: 391px;
    height: 45px;
    border: 1px solid #dfdfdf;
    margin-right: 13px;
    color: #888;
    padding-left: 44px;
    box-sizing: border-box;
}

.form .tel {
    margin-right: 0;
}

.form .liuyan {
    width: 1200px;
    height: 160px;
    border: 1px solid #dfdfdf;
    color: #888;
    margin: 10px 0 20px;
    resize: none;
    padding: 15px 44px;
    box-sizing: border-box;
}

.form .contact-sub {
    width: 150px;
    height: 45px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #E60012;
    color: #333;
    cursor: pointer;
    padding: 0;
    border: none;
}

.liuyan-mess h3 {
    color: #343434;
    font-size: 18px;
    margin: 24px 0 10px;
}

.liuyan-mess {
    margin-bottom: 30px;
}

.form .name {
    background: #fff url(../images/name_icon.png) no-repeat left 18px center;
}

.form .mail {
    background: #fff url(../images/email_icon.png) no-repeat left 18px center;
}

.form .tel {
    background: #fff url(../images/phone_icon.png) no-repeat left 18px center;
}

.form .liuyan {
    background: #fff url(../images/comment_icon.png) no-repeat left 18px top 18px;
}

.po_re {
    position: relative;
}

.team_ny {
    position: relative;
}

.btn .btn_l {
    width: 25px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 1001;
    background: url(../images/indexlh.png) no-repeat;
}

.btn .btn_l:hover {
    background: url(../images/indexlh.png) no-repeat;
}

.btn .btn_r {
    width: 25px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 1001;
    background: url(../images/indexr.png) no-repeat right top;
}

.btn .btn_r:hover {
    background-image: url(../images/indexr.png);
}

.sorllMenu {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 363px;
    padding-top: 36px;
}

.sorllMenu li {
    float: left;
    width: 555px;
    -webkit-transition: all 0.5s ease-in-out;
    text-align: left;
    overflow: hidden;
    position: relative;
    height: 363px;
}

.sorllMenu li img {
    width: 100%;
}

.team_ny1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    overflow: hidden;
    width: 1200px;
    z-index: 110;
}

.sorllMenu1 {
    width: 1200px;
    height: 434px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.sorllMenu1 li {
    float: left;
    width: 600px;
    overflow: hidden;
    position: relative;
}

.sorllMenu1 li img {
    width: 600px;
    height: 434px;
    display: block;
}

.sorllMenu ul {
    position: relative;
    z-index: 100;
    height: 363px;
}

.sorllMenu ul:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}

.scroll_desc {
    width: 100%;
    position: absolute;
    bottom: 35px;
    left: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.scroll_desc h3 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 35px;
    position: relative;
}

.scroll_desc h3:after {
    content: '';
    width: 49px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}


/*客服*/
.kf {
    transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
}

.kf span {
    z-index: 1000001;
    transition: .5s;
    cursor: pointer;
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    border-bottom: 1px solid #e3e3e3;
}

.kf .zx {
    border-radius: 5px 5px 0 0;
    background: url("../images/kefu_03.png") no-repeat center #fff;
}

.kf .zx:hover {
    background: url("../images/kefu1_03.png") no-repeat center #E60012;
}

.kf .freetel {
    background: url("../images/kefu1_07.png") no-repeat center #fff;
}

.kf .act {
    background: url("../images/w_index_07.png") no-repeat center #fff;
}


.kf .freetel:hover {
    background: url("../images/kefu_07.png") no-repeat center #E60012;
}

.kf .zxlya {
    background: url("../images/kefu_14.png") no-repeat center #fff;
}

.kf .act:hover {
    background: url("../images/w_index_03.png") no-repeat center #E60012;
}

.kf .zxlya:hover {
    background: url("../images/kefu1_14.png") no-repeat center #E60012;
}

/* .kf span:nth-child(4){background: url("../images/w_index_07.png") no-repeat center #fff; }*/
/* .kf span:nth-child(4):hover{background: url("../images/w_index_03.png") no-repeat center #f4474c;}*/
.kf .back_top {
    border-radius: 0 0 5px 5px;
    border: none;
    background: url("../images/kefu_18.png") no-repeat center #fff;
}

.kf .back_top:hover {
    background: url("../images/kefu1_18.png") no-repeat center #E60012;
}

.kf span div {
    display: none;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    padding: 20px;
    font-size: 14px;
    color: #E60012;
    bottom: 2px;
}

.kf span div input {
    text-indent: .5em;
    display: block;
    margin: 15px 0;
    line-height: 28px;
    color: #696969;
    font-size: 12px;
    width: 140px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    height: 28px;
}

.kf span div a {
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    background: #E60012;
    border-radius: 2px;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    width: 79px;
    height: 26px;
}

.kf span div a:hover {
    background: #E60012;
}

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {
    text-align: center;
    min-width: 102px;
    font-size: 14px;
    color: #666;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.kf span div, .kf {
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}


.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("../images/kefq.png") no-repeat center #fff;
    position: absolute;
}

.shou.on {
    background-image: url("../images/kefq1.png");
}


/*5.29*/
.customer ul {
    height: auto;
    width: auto;
}

.customer ul li {
    float: left;
    border: solid 1px #ededed;
    width: auto;
    margin: 10px 15px;
}


/*6.6*/
.nav2 .nav_tit > a {
    padding: 10px 20px 10px 30px;
    background: url(../images/rt1.png) no-repeat 15px center;
}

.nav2 > li > a:hover {
    background: url(../images/rt.png) no-repeat 15px center;
}

.nav > li {
    padding: 0px 22px;
}

.about_nav2 {
    transform: translateX(-50%);
}

.nav > li:last-child .nav2 {
    transform: translateX(-50%);
}

.nav2 {
    width: 140px;
}

.nav3 {
    width: 160px;
    left: 140px;
}

.nav3 li a {
    border-bottom: none;
}

.nav3 li a {
    padding-left: 35px;
}

/*6.7*/
.hon_img2 img {
    transition: all 0.5s;
}

.hon_img2:hover img {
    transform: scale(1.1);
}

/*导航默认选中时的样式*/
.active {
    color:#E60012;
    border-bottom: 2px solid #E60012;
}