body {
    padding-top: 100px;
}

/*头部*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    /*border: none;*/
    transition: all .3s;
}

.header .logo_box {
    margin-top: 25px;
    transition: all .3s;
}
.header .logo_box img{
    height: auto;
    width: 258px;
}

.nav_list > li {
    padding-top: 35px;
    padding-bottom: 14px;
    transition: all .3s;
}

.nav_list > li > a {
    padding: 0 12px;
}

.nav_list > li:hover,
.nav_list > li.active {
    background: #303692;
    transition: all .3s;
}

.nav_list > li.active > a > span {
    color: #ffffff;
    transition: all .3s;
}

.header .header_search {
    width: 190px;
    margin-top: 35px;
    margin-left: 10px;
    transition: all .3s;
}

/*搜索框*/
.inp_bordered {
    border-color: #303692;
}

.header .btn_search {
    border: none;
    background: #303692;
    height: 34px;
    cursor: pointer;
}

.header .btn_search:hover {
    background: #41479d;
    transition: all .3s;
}

.header .btn_search .iconfont {
    color: #ffffff;
}

.inp_control {
    padding-left: 8px;
}

.head_stick .header {
    height: 65px;
    z-index: 90;
    transition: all .3s;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, .2);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, .2);
}

.head_stick .nav_list > li {
    padding: 10px 0 4px;
    transition: all .3s;
}

.head_stick .header .logo_box {
    margin-top: 15px;
    margin-bottom: 0;
    transition: all .3s;
}

.head_stick .header .header_search {
    margin-top: 9px;
}

/*下拉导航*/
.drop_tile {
    padding: 40px 0;
    overflow: hidden;
}

.droplist_tile {
    border: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.droplist_tile_img img {
    clear: both;
    display: block;
    margin: auto;
}

.droplist_tile_txt {
    padding: 0 40px 0 0;
}

.droplist_tile_txt h3 {
    color: #303692;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
}

.droplist_tile_txt p {
    color: #888888;
    line-height: 1.5;
}

.droplist_tile_nav {
    margin-bottom: 25px;
}

.droplist_tile_nav h3,
.droplist_tile_nav h3 a{
    border-bottom: 1px solid #d8d7dc;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 10px;
}

.droplist_tile_nav ul {
    overflow: hidden;
}

.droplist_tile_nav ul li {
    float: left;
    margin-right: 20px;
}

.droplist_tile_nav ul li a {
    color: #666666;
    font-size: 14px;
    transition: all .3s;
}

.droplist_tile_nav ul li:hover a {
    color: #303692;
    transition: all .3s;
}

/*banner*/
.banner_box .slick-dots li {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: url("/Public/Images/home/phpcms/zh-cn/banner_dots.png") no-repeat right;
}

.banner_box .slick-dots li.slick-active {
    background: url("/Public/Images/home/phpcms/zh-cn/banner_dots.png") no-repeat;
}

/*banner侧边新闻*/
.banner_poa_news {
    width: 460px;
    padding: 10px;
    background: #ffffff;
    position: absolute;
    left: -460px;
    top: 35%;
    z-index: 3;
    transition: all .6s;
}

.banner_new_img,
.banner_new_txt {
    width: 50%;
    float: left;
}

.banner_new_txt {
    padding: 10px;
}

.banner_new_txt h3 {
    color: #444444;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 5px;
}

.banner_new_txt p {
    color: #888888;
    font-size: 12px;
}

.banner_poa_news.active {
    left: 0;
    transition: all .6s;
}

.banner_poa_click {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 2;
}

.banner_poa_news .por {
    position: relative;
}

.banner_poa_news .poa {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.banner_poa_news .poa a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/Public/Images/home/phpcms/zh-cn/banner_poa_close.png") no-repeat center;
}

.banner_poa_news .slick-dots {
    width: 60%;
    right: 50px;
    bottom: 10px;
}

.banner_poa_news .slick-dots li button {
    padding: 0;
}

.banner_poa_news .slick-dots li {
    width: 12px;
    background: url("/Public/Images/home/phpcms/zh-cn/banner_poa_dots.png") no-repeat -19px 0;
}

.banner_poa_news .slick-dots li.slick-active {

    background: url("/Public/Images/home/phpcms/zh-cn/banner_poa_dots.png") no-repeat;
}

/*footer*/
.m_footer {
    display: none;
}

.footer {
    width: 100%;
    background-color: #464646;
}

.footer .f_nav li {
    float: left;
    padding: 0 20px;
    background: url("/Public/Images/home/phpcms/zh-cn/foot_nav_sepa.jpg") no-repeat right;
}

.footer .f_nav li:nth-child(1) {
    padding-left: 0;
}

.footer .f_nav li.last {
    background: none;
}

.footer .f_nav li a {
    color: #cccccc;
}

.footer .f_nav li a:hover {
    color: #8ec65a;
}

.footer .f_nav {
    float: left;
    margin-bottom: 0;
}

.footer .h_top {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #535353;
    width: 100%;
    display: inline-block;
}

.footer .understand {
    margin-bottom: 0;
    overflow: hidden;
}

.footer .understand li {
    color: #cccccc;
    float: left;
}

.footer .understand li a {
    height: 30px;
    margin: 15px 3px;
    overflow: hidden;
    display: block;
}

.footer .understand li a:hover img {
    margin-top: -64px;
    transition: all .35s;
}

.footer .f_con {
    width: 100%;
    overflow: hidden;
}

.footer .f_con dl {
    width: 33%;
    float: left;
    margin-bottom: 0;
    padding: 30px 40px 50px;
    background: url(/Public/Images/home/phpcms/zh-cn/footer_sepa.jpg) no-repeat right 40px;
}

.footer .f_con dl:nth-child(1) {
    padding: 30px 0 50px;
}

.footer .f_con dl:last-child {
    background: none;
    padding-right: 0;
}

.footer .f_con dl dt {
    color: #b6b6b6;
    font-weight: normal;
    font-size: 16px;
    line-height: 2;
}

.footer .f_con dl dd {
    font-size: 12px;
    color: #999999;
    line-height: 2;
}

.footer .f_con dl .left {
    width: 60%;
    float: left;
}

.footer .f_con dl .left h3 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.footer .f_con dl .left span {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0 10px;
    display: block;
}

.footer .f_con dl .left p {
    color: #999999;
}

.footer .f_con dl .right {
    width: 40%;
    float: left;
    overflow: hidden;
    text-align: center;
}

.footer .f_con dl .right span {
    display: block;
    color: #999999;
}

.m_footer .f_con {
    padding: 40px 20px;
    overflow: hidden;
    background-color: #464646;
}

.m_footer .f_con dl {
    width: 45%;
    float: left;
    background: url(/Public/Images/home/phpcms/zh-cn/footer_sepa.jpg) repeat-y right;
    margin-left: 30px;
}

.m_footer .f_con dl:last-child {
    background: none;
}

.m_footer .f_con dl dt {
    color: #b6b6b6;
    font-weight: normal;
    font-size: 16px;
    line-height: 2;
}

.m_footer .f_con dl dd {
    font-size: 12px;
    color: #999999;
    line-height: 2;
}

.m_footer .f_con .left,
.m_footer .f_con .right {
    width: 50%;
    float: left;
}

.m_footer .f_con dl .left {
    width: 60%;
    float: left;
}

.m_footer .f_con dl .left h3 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.m_footer .f_con dl .left span {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0 10px;
    display: block;
}

.m_footer .f_con dl .left p {
    color: #999999;
}

.m_footer .f_con dl .right {
    width: 40%;
    float: left;
    overflow: hidden;
    text-align: center;
}

.m_footer .f_con dl .right span {
    display: block;
    color: #999999;
}

.m_footer .copyright {
    padding: 10px;
    background-color: #343434;
}

.m_footer .copyright a {
    color: #888888;
    margin-left: 15px;
}

.m_footer .copyright a.support {
    display: none;
    padding-right: 60px;
    background: url(/Public/Images/home/phpcms/zh-cn/kgu.png) no-repeat right;
}

/*版权*/
.footer .copyright {
    background-color: #343434;
    height: 70px;
    line-height: 70px;
    padding-bottom: 0;
}

.footer .copyright p {
    float: left;
}

.footer .copyright span a {
    float: right;
    color: #999999;
    background: none;
    padding: 0;
}

.footer .copyright p, .footer .copyright a {
    color: #b0b0b0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer .copyright a {
    margin-left: 15px;
}

.footer .copyright a.support {
    display: none;
    margin-left: 15px;
    padding-right: 60px;
    background: url(/Public/Images/home/phpcms/zh-cn/kgu.png) no-repeat right;
}

/*友情连接*/
.links {
    height: 20px;
    line-height: 25px;
    margin-top: 22px;
}

.links h3 {
    font-size: 14px;
    float: left;
    color: #888888;
    margin-bottom: 0;
}

.foote_list_tab {
    display: inline-block;
    float: left;
    position: relative;
}

.foote_list_tab h4 {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #acacac;
    cursor: pointer;
    background: #7c7c7c;
    text-indent: 10px;
    font-weight: normal;
    margin-bottom: 0;
}

.foote_list_tab i {
    position: absolute;
    right: 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url("/Public/Images/home/phpcms/zh-cn/icon_down.png") no-repeat center;
    margin: 4px;
}

.com_list {
    display: none;
    position: absolute;
    bottom: 24px;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    background: #9f9f9f;
}

.com_list ul {
    width: 200px;
}

.com_list ul li {
    display: block;
    font-size: 12px;
    background: #9f9f9f;
    margin: auto;
    line-height: 25px;
}

.footer .copyright .com_list ul li a {
    color: #333;
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 10px;
}

.footer .copyright .com_list ul li:hover a {
    color: #fff;
    background: #303692;
}

/*分享*/
.jiathis_style_32x32 {
    overflow: hidden;
    padding-top: 15px;
}

.jiathis_style_32x32 .jtico_cqq {
    background: url(/Public/Images/home/phpcms/zh-cn/qq.png) no-repeat left !important;
}

.jiathis_style_32x32 .jtico_weixin {
    background: url(/Public/Images/home/phpcms/zh-cn/weixin.png) no-repeat left !important;
}

.jiathis_style_32x32 .jtico_tsina {
    background: url(/Public/Images/home/phpcms/zh-cn/weibo.png) no-repeat left !important;
}

.jiathis_style_32x32 .jtico_fb {
    background: url(/Public/Images/home/phpcms/zh-cn/facebook.png) no-repeat left !important;
}

/*index_main*/
.index_product_box {
    padding: 30px 0 50px;
    background: #f4f4f4;
}

.index_product.h830 {
    height: 830px;
}

.index_product.h405 {
    height: 405px;
    margin-bottom: 20px;
}

.index_product {
    height: 320px;
}

.index_product .img {
    width: 100%;
    height: 100%;
    line-height: 0;
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.index_product .img img {
    width: 110%;
}

.index_product {
    position: relative;
    overflow: hidden;
}

.index_product .txt {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0
}

.index_product .img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.index_product .img img {
    width: 110%;
    max-width: 110%;
    margin: 0;
    transition: all .3s;
}

.index_product:hover img {
    margin-left: -20px;
    transition: all .3s;
}

.index_product .txt a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
    padding: 20px 40px;
    text-decoration: none
}

.index_product:hover a {
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8000000", endColorstr="#a8000000", GradientType=0);
    text-decoration: none
}

.txt_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
    min-height: 50px;
    padding: 0 40px 0 40px
}

.index_product .txt h3 {
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    opacity: 1;
    color: #fff;
    -webkit-transform: translateY(60%);
    transform: translateY(60%)
}

.index_product .txt a,
.index_product .txt h3,
.index_product .txt p {
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.index_product .txt p {
    position: relative;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    color: #fff;
    line-height: 1.5;
    width: 100%
}

.index_product:hover a button,
.index_product:hover a h3,
.index_product:hover a p {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.index_bt {
    text-align: center;
    padding: 45px 0;
}

.index_bt h3 {
    font-size: 38px;
    margin-bottom: 10px;
    font-family: Arial;
}

.index_bt span {
    font-size: 20px;
    color: #666666;
}

.index_service {
    background: url("/Public/Images/home/phpcms/zh-cn/index_service.jpg") no-repeat center;
}

.index_service_list {
    background: rgba(13, 14, 39, 0.65);
    transition: all .3s;
}

.index_service_list .container_1200 {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px dashed #61677e;
}

.index_service_list .container_1200 h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}

.index_service_list .container_1200 span {
    font-size: 20px;
    color: #ffffff;
    font-family: Arial;
}

.index_service_list:hover {
    background: rgba(48, 54, 146, 0.9);
    transition: all .3s;
}

.index_service_list .container_1200.border_none {
    border: none;
}

.index_tech {
    padding-bottom: 80px;
}

.index_tech_main {
    overflow: hidden;
    border: 1px solid #dddddd;
}

.index_tech_main .img {
    width: 75%;
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.index_tech_main .txt {
    width: 25%;
    height: 380px;
    padding: 15px;
    text-align: center;
    transition: all .3s;
}

.index_tech_main .txt h3 {
    font-size: 20px;
    color: #333333;
    margin-top: 100%;
    line-height: 1.5;
    margin-bottom: 10px;
}

.index_tech_main .txt i {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.index_tech_main .txt i.i_tec_ico1 {
    background: url("/Public/Images/home/phpcms/zh-cn/index_tec_ico1.png") no-repeat center;
    transition: all .3s;
}

.index_tech_main .txt i.i_tec_ico2 {
    background: url("/Public/Images/home/phpcms/zh-cn/index_tec_ico2.png") no-repeat center;
    transition: all .3s;
}

.index_tech_main .vertical_middle {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.index_tech_main .vertical_middle p {
    color: #fffefe;
    line-height: 1.5;
    text-align: left;
    color: #f7f7f7;
}

.index_tech_main .vertical_middle a {
    display: inline-block;
    background: rgba(80, 80, 80, 0.9);
    padding: 15px 25px;
    color: #f7f7f7;
    margin-top: 15px;
    border: 8px solid rgba(255, 255, 255, 0.6);
}

.index_tech_main .img .hover {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(48, 54, 146, 0.7);
    opacity: .0;
    transition: all .3s;
}

.index_tech_main:hover .hover {
    opacity: 1;
    transition: all .3s;
}

.index_tech_main:hover .txt {
    background: #303692;
    transition: all .3s;
}

.index_tech_main:hover .txt h3 {
    color: #ffffff;
}

.index_tech_main:hover .txt i.i_tec_ico1 {
    background: url("/Public/Images/home/phpcms/zh-cn/index_tec_ico1_1.png") no-repeat center;
    transition: all .3s;
}

.index_tech_main:hover .txt i.i_tec_ico2 {
    background: url("/Public/Images/home/phpcms/zh-cn/index_tec_ico2_1.png") no-repeat center;
    transition: all .3s;
}

/*面包屑*/
.Crumbs {
    height: 80px;
    line-height: 80px;
    background: #fff;
}

.Crumbs_Route,
.Crumbs_Route a {
    color: #a1a1a1;
    padding: 0 3px;
}

.Crumbs_nav h3 {
    display: none;
}

.Crumbs_nav li {
    float: left;
    padding-left: 40px;
}

.Crumbs_nav li a {
    font-size: 16px;
    color: #555555;
}

.Crumbs_nav li.on a,
.Crumbs_nav li a:hover,
.Crumbs_Route a:hover {
    color: #303692;
}

.shadow_box {
    -webkit-box-shadow: 0 0 20px #aaaaaa;
    -moz-box-shadow: 0 0 20px #aaaaaa;
    box-shadow: 0 0 20px #aaaaaa;
}

/*内页标题*/
.bt {
    text-align: center;
}

.bt h3 {
    font-size: 30px;
}

.bt h4 {
    padding-top: 15px;
    padding-bottom: 5px;
}

.bt h4 span {
    font-size: 16px;
    color: #666666;
}

.bt h5 span {
    font-size: 14px;
    color: #b3b3b3;
}

.bt h4 span,
.bt h5 span {
    padding: 0 15px;
    display: inline-block;
}

.bt span {
    color: #999999;
    font-size: 14px;
    padding-top: 5px;
    display: inline-block;
}

.about_main,
.culture_main,
.deve_main,
.Honor_main,
.recruit_main,
.down_main,
.new_main,
.Robot_main,
.contact_main,
.motor_main,
.after_main {
    padding: 50px 0;
    background: #f0f0f0;
}

/*about*/
.about_main {
    background: url("/Public/Images/home/phpcms/zh-cn/about_bj.jpg") no-repeat center;
}

.main_box {
    background: #f4f4f4;
    padding: 40px;
    width: 100%;
    overflow: hidden;
}

.about_txt .txt p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #666666;
    text-indent: 2em;
}

/* roundabout */
.roundabout-holder {
    width: 850px;
    height: 400px;
    margin: 0 auto 30px;
}

.roundabout-moveable-item {
    width: 646px;
    height: 350px;
    cursor: pointer;
}

.roundabout-moveable-item img {
    width: 100%;
}

/*企业文化*/
.culture_ul li {
    margin-top: 25px;
    overflow: hidden;
    background: #fff;
}

.culture_ul li .left,
.culture_ul li .right {
    width: 50%;
    float: left;
}

.culture_ul li .left {
    line-height: 0;
    overflow: hidden;
}

.culture_ul li .left img {
    width: 100%;
    transition: all .6s;
}

.culture_ul li .right {
    text-align: center;
    padding-top: 40px;
}

.culture_ul li i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    color: #ffffff;
    background: #303692;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
    transition: all .6s;
}

.culture_ul li h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.culture_ul li em {
    width: 30px;
    height: 3px;
    background: #e8e8e8;
    display: inline-block;
    margin-bottom: 10px;
}

.culture_ul li span {
    display: block;
    font-size: 16px;
    color: #666666;
}

.culture_ul .left.img {
    float: right;
}

.culture_ul li:hover .left img {
    -ms-transform: scale(1.2); /* Internet Explorer */
    -moz-transform: scale(1.2); /* Firefox */
    -webkit-transform: scale(1.2); /* Safari 和 Chrome */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
    transition: all .6s;
}

.culture_ul li:hover i {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); /* Internet Explorer */
    -moz-transform: rotate(360deg); /* Firefox */
    -webkit-transform: rotate(360deg); /* Safari 和 Chrome */
    -o-transform: rotate(360deg); /* Opera */
}

/*发展历史*/
.deve_ul {
    margin-top: 30px;
    overflow: hidden;
    background: url("/Public/Images/home/phpcms/zh-cn/deve_ul.png") no-repeat top;
}

.deve_ul ul {
    margin-top: 28px;
    padding-top: 50px;
    overflow: hidden;
    background: url("/Public/Images/home/phpcms/zh-cn/deve_ul_bj.png") repeat-y center 28px;
}

.deve_ul ul li {
    overflow: hidden;
    padding-bottom: 50px;
}

.deve_ul ul li .list {
    width: 100%;
    overflow: hidden;
}

.deve_ul ul li h3 {
    text-align: center;
    margin-bottom: 40px;
}

.deve_ul span {
    display: inline-block;
    padding: 5px 30px;
    background: #f4f4f4;
    border: 1px dashed #c0c0c0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 24px;
    color: #444444;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.deve_ul .txt_box {
    width: 50%;
    padding-right: 50px;
    display: block;
    cursor: pointer;
    position: relative;
}

.deve_ul .txt_box.right {
    float: right;
    padding: 0 0 0 50px;
}

.deve_ul .txt_box i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    background: url("/Public/Images/home/phpcms/zh-cn/deve_li.jpg") no-repeat center;
    transition: all .3s;
}

.deve_ul .txt_box.right i {
    left: -10px;
}

.deve_ul .txt_box .txt_nr {
    background: #e9e9e9;
    padding: 25px;
    overflow: hidden;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.deve_ul .txt_box .txt_nr .img {
    width: 45%;
    float: left;
}

.deve_ul .txt_box.right .txt_nr .img {
    float: right;
}

.deve_ul .txt_box .txt_nr .txt {
    width: 55%;
    float: left;
    padding-left: 25px;
}

.deve_ul .txt_box.right .txt_nr .txt {
    padding: 0 25px 0 0;
}

.deve_ul .txt_box .txt_nr .txt h3 {
    text-align: left;
    transition: all .3s;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 0;
}

.deve_ul .txt_box:hover i {
    background: url("/Public/Images/home/phpcms/zh-cn/deve_li_hover.jpg") no-repeat center;
    transition: all .3s;
}

.deve_ul .txt_box:hover .txt_nr {
    background: #303692;
    transition: all .3s;
}

.deve_ul .txt_box:hover .txt_nr h3 {
    color: #ffffff;
    transition: all .3s;
}

.deve_ul a.more {
    margin: auto;
    width: 160px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #d1d1d1;
    color: #444444;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 5px #d1d1d1;
    -moz-box-shadow: 0 0 5px #d1d1d1;
    box-shadow: 0 0 5px #d1d1d1;
}

.deve_ul a.more:hover {
    background: #303692;
    color: #ffffff;
}

/*校企荣誉*/
.Honor_tab {
    margin: 20px 0 10px;
}

.Honor_tab ul {
    text-align: center;
    overflow: hidden;
}

.Honor_tab ul li {
    display: inline-block;
}

.Honor_tab ul li span {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #999999;
    margin: 0 10px;
    border: 1px solid #999999;
    padding: 3px 10px;
    transition: all .3s;
}

.Honor_tab ul li span i {
    color: #999999;
}

.Honor_tab ul li span:hover {
    color: #ffffff;
    background: #303692;
    border-color: #303692;
    transition: all .3s;
}

.tab_tb > div.on {
    display: block;
}

.tab_tb > div {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.tab_tb > div ul {
    margin-right: -10px;
    margin-left: -10px;
}

.tab_tb > div ul li {
    width: 20%;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 10px;
    float: left;
    margin-top: 40px;
    position: relative;
    top: 0;
    transition: all .3s;
}

.tab_tb > div ul li .img {
    height: 300px;
    text-align: center;
    margin-bottom: 10px;
}

.tab_tb > div ul li .img a img {
    height: 100%;
}

.tab_tb > div ul li:hover {
    top: -10px;
    transition: all .3s;
}

.tab_tb > div ul li .txt {
    text-align: center;
}

.tab_tb > div ul li .txt h3 {
    width: 90%;
    margin: auto;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 5px;
    transition: all .3s;
}

.tab_tb > div ul li:hover .txt h3 {
    color: #303692;
    border-color: #303692;
    -webkit-box-shadow: 0 10px 10px #ddd;
    -moz-box-shadow: 0 10px 10px #ddd;
    box-shadow: 0 10px 10px #ddd;
    transition: all .3s;
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
/*图片弹出css*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/Public/Images/home/phpcms/zh-cn/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
}

.fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url("/Public/Images/home/phpcms/zh-cn/gallery_arrow1.png") no-repeat center;
}

.fancybox-close:hover {
    opacity: .7;
}

.fancybox-next, .fancybox-prev {
    position: absolute;
    bottom: 0px;
    top: 50%;
    margin-top: -70px;
    height: 142px;
    width: 50px;
    cursor: pointer;
    outline: none;
    z-index: 1102;
}

.fancybox-prev {
    left: -15px;
    background: url('/Public/Images/home/phpcms/zh-cn/gallery_arrow.png') no-repeat 0px -50px;
}

.fancybox-next {
    right: -15px;
    background: url('/Public/Images/home/phpcms/zh-cn/gallery_arrow.png') 50px -50px;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/Public/Images/home/phpcms/zh-cn/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-bg {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.7;
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: -30px;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    text-shadow: 0 1px 2px #222;
    font-weight: normal;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    white-space: nowrap;
    margin-top: 40px;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*招贤纳士*/
.recruit_main {
    background: url("/Public/Images/home/phpcms/zh-cn/recruit_bj.jpg") no-repeat center;
}

.recruit_sec {
    margin-top: 40px;
    background: #dddcdc;
    padding: 15px 25px;
}

.recruit_sec ul {
    overflow: hidden;
}

.recruit_sec li {
    float: left;
}

.recruit_sec li select,
.recruit_sec li input {
    width: 300px;
    background: #ffffff;
    height: 32px;
    line-height: 32px;
    border: none;
    padding-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #999999;
}

.recruit_sec li input.recruit_btn {
    width: 140px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: #303692;
    cursor: pointer;
    transition: all .3s;
}

.recruit_sec li input.recruit_btn:hover {
    background: #41479d;
    transition: all .3s;
}

.recruit_list .list {
    padding: 25px;
    margin-top: 20px;
    overflow: hidden;
    background: #ffffff;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    top: 0;
    transition: all .3s;
}

.recruit_list .list .list_txt{
    height: 170px;
    overflow: hidden;
}
.recruit_list .list:hover {
    top: -5px;
    transition: all .3s;
    -webkit-box-shadow: 0 0 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}

.recruit_list .list a.Eject_click {
    float: right;
    margin-top: 25px;
    padding: 5px 25px;
    background: #e2e2e2;
    color: #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s;
}

.recruit_list .list:hover a.Eject_click {
    background: #303692;
    color: #ffffff;
    transition: all .3s;
}

.recruit_list .list_bt span {
    color: #999999;
    font-size: 14px;
}

.recruit_list .list_bt h3 {
    color: #333333;
    font-size: 20px;
    line-height: 1;
    padding: 5px 0 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #797979;
}

.recruit_list .list_txt span,
.recruit_list .list_txt p {
    color: #666666;
}

.recruit_list .list_txt span {
    font-size: 16px;
    padding: 15px 0 20px;
    display: inline-block;
}

.recruit_list .list_txt p {
    font-size: 14px;
    line-height: 2;
}

.recruit_Eject {
    position: fixed;
    width: 660px;
    height: 570px;
    padding: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 99;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.recruit_Eject i {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 24px;
    font-style: normal;
    cursor: pointer;
    transition: all .3s;
}

.recruit_Eject i:hover {
    color: #303692;
    transition: all .3s;
}

.recruit_Eject h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #dddddd;
}

.recruit_Eject h3 span{
    font-size: 16px;
    color: #888888;
    margin-left: 25px;
    font-weight: normal;
}
.recruit_Eject h3 span em{
    font-size: 16px;
    color: #888888;
}

.recruit_Eject .Eject_txt {
    height: 360px;
    overflow-y: auto;
}

.recruit_Eject .Eject_txt h4 {
    margin-top: 25px;
    font-size: 16px;
    padding-bottom: 5px;
    color: #666666;
}

.recruit_Eject .Eject_txt p {
    color: #999999;
    font-size: 14px;
    line-height: 2;
}

.Eject_form {
    margin-top: 20px;
}

.input_file {
    width: 100%;
    position: relative;
    padding-left: 10px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s;
}

.input_file > span {
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("/Public/Images/home/phpcms/zh-cn/i_16_add.png") no-repeat center;
}

.input_file a {
    color: #666666;
}

.input_file:hover {
    border-color: #303692;
    transition: all .3s;
}

.input_file:hover a {
    color: #303692;
    transition: all .3s;
}

.input_file .file_label {
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: inline-block;
}

.inp_file {
    display: none;
}

.Eject_form .btn {
    text-align: center;
    margin-top: 10px;
}

.Eject_form .btn input {
    border: 0;
    margin: auto;
    color: #333333;
    cursor: pointer;
    padding: 8px 20px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.Eject_form .btn input:hover {
    background: #303692;
    color: #ffffff;
    transition: all .3s;
}

.recruit_list .list_box {
    padding-bottom: 50px;
}

.recruit_bj {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 98;
    display: none;
}

.recruit_list .slick-prev {
    left: 92%;
    top: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.recruit_list .slick-next {
    top: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.recruit_list .slick-prev:hover, .recruit_list .slick-next:hover {
    background: rgba(190, 190, 190, 0.8);
}

.recruit_list {
    margin-bottom: 30px;
}

/*下载中心*/
.down_Crumbs {
    background: #f4f4f4;
}

.down_main {
    background: none;
}

.down_screen,
.down_list_box {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.down_screen {
    margin: 45px auto 20px;
}

.down_screen .screen {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    float: left;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    background: #f5f5f5;
}

.down_screen .screen:last-child {
    border-bottom: 0;
}

.down_screen .screen_cl,
.down_screen dl,
.down_screen dl dd {
    float: left;
    font-size: 16px;
}

.down_screen .screen_cl {
    width: 12%;
    min-height: 24px;
    height: 100%;
    display: inline-block;
}

.down_screen .screen_cl span {
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 5px 0;
}

.down_screen dl {
    width: 86%;
    border-left: 1px solid #dddddd;
}

.down_screen dl dd {
    padding: 0 20px;
    margin: 5px 0;
    cursor: pointer;
    border-right: 1px solid #dddddd;
}
.down_screen dl dd a{
    color: #999999;
    transition: all .3s;
}

.down_screen dl dd:last-child {
    border-right: 0;
}

.down_screen dl dd:hover a,
.down_screen dl dd.on a{
    color: #303692;
    transition: all .3s;
}

.down_list_box h3 {
    padding: 10px 20px;
    border-bottom: 1px solid #dddddd;
}

.down_list_box h3 span {
    padding-left: 10px;
    border-left: 5px solid #303692;
}

.down_list_box ul {
    padding: 20px;
    overflow: hidden;
}

.down_list_box ul li {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.down_list_box ul li .left {
    width: 70%;
    float: left;
}

.down_list_box ul li h4 {
    padding-left: 15px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    background: url("/Public/Images/home/phpcms/zh-cn/yuan.jpg") no-repeat left;
}

.down_list_box ul li span {
    font-size: 13px;
    color: #999999;
    margin-right: 40px;
}

.down_list_box ul li .right {
    width: 30%;
    float: right;
}

.down_list_box ul li .right a {
    float: right;
    font-size: 13px;
    color: #666666;
    padding: 5px 20px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 20px;
}

.down_list_box ul li .right a i {
    margin-right: 5px;
    color: #999999;
    display: inline-block;
    transition: all .3s;
}

.down_list_box ul li .right a:hover,
.down_list_box ul li .right a:hover i {
    border-color: #303692;
    color: #303692;
    transition: all .3s;
}

.down_list_box .page li {
    display: inline-block;
    padding: 0 5px;
    border-bottom: 0;
    vertical-align: top;
}

.page ul {
    padding-top: 0;
    text-align: center;
}

.page li {
    display: inline-block;
    padding: 0 5px;
    border-bottom: 0;
    vertical-align: top;
}

.page li a {
    width: 30px;
    height: 30px;
    color: #666666;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #dddddd;
}

.page li.flip a {
    width: auto;
    padding: 0 10px;
}

.page li span {
    line-height: 30px;
}

.page li.on a,
.page li a:hover {
    color: #303692;
    border-color: #303692;
}

/*新闻中心*/
.new_box {
    width: 1100px;
    margin: 45px auto 30px;
}

.new_list {
    display: inline-block;
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 30px;
    transition: all .3s;
}

.new_list .time,
.new_list .img,
.new_list .txt_box {
    float: left;
}

.new_list .time {
    width: 10%;
    margin-top: 40px;
    height: 70px;
    text-align: center;
}

.new_list .time h3 {
    color: #ababab;
    font-size: 28px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #ababab;
}

.new_list .time span {
    color: #ababab;
    font-size: 14px;
}

.new_list .img {
    width: 210px;
    line-height: 0;
    margin: 0 30px;
}

.new_list .txt_box {
    width: 63%;
}

.new_list .txt_box h3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_list .txt_box .txt {
    height: 105px;
    overflow: hidden;
}

.new_list .txt_box .txt p {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
}

.new_list .txt_box span {
    font-size: 14px;
    color: #c6c6c6;
}

.new_list:hover {
    background: #303692;
    -webkit-box-shadow: 0 0 15px #0d0409;
    -moz-box-shadow: 0 0 15px #0d0409;
    box-shadow: 0 0 15px #0d0409;
    transition: all .3s;
}

.new_list:hover .time h3,
.new_list:hover .time span,
.new_list:hover .txt_box h3,
.new_list:hover .txt_box .txt p {
    color: #ffffff;
    transition: all .3s;
}

/*新闻详情页*/
.detail_bt {
    text-align: center;
    padding-bottom: 20px;
}

.detail_bt h3 {
    font-size: 24px;
    color: #333333;
    padding-bottom: 10px;
}

.detail_bt span {
    font-size: 14px;
    color: #999999;
    padding: 0 15px;
}

.detail_txt {
    padding: 30px 50px;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
}

.detail_txt p {
    text-indent: 2em;
    line-height: 1.8;
    color: #666666;
    padding-bottom: 10px;
}

.detail_txt p img,
.detail_txt img {
    clear: both;
    display: block;
    margin: 10px auto;
}

.detail_page {
    margin-top: 20px;
}

.detail_page .left {
    float: left;
}

.detail_page .left h4,
.detail_page .left h4 a {
    color: #999999;
    line-height: 2;
    transition: all .3s;
}

.detail_page .left h4:hover,
.detail_page .left h4:hover a {
    color: #303692;
    transition: all .3s;
}

.detail_page .right {
    float: right;
    text-align: right;
}

.detail_page .right a {
    color: #999999;
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    transition: all .3s;
}

.detail_page .right a:hover {
    color: #303692;
    transition: all .3s;
}

.bdsharebuttonbox a {
    color: #999999;
}

/*EPSON机器人一览*/
.Robot_main {
    background: #ffffff;
}

.Robot_list_box {
    overflow: hidden;
    margin: 45px 0;
}

.Robot_list_box h3 {
    margin: 0 10px;
    font-size: 18px;
    color: #303692;
    line-height: 1.5;
    border-bottom: 1px solid #dddddd;
}

.Robot_list_box h3 i {
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
}

.Robot_list {
    padding: 0 8px;
    margin-top: 10px;
}

.Robot_list .img {
    position: relative;
    line-height: 0;
}

.Robot_list .img .more {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(48, 54, 146, 0.6);
    margin: auto;
    transition: all .3s
}

.Robot_list .img .more img {
    position: absolute;
    width: 86px;
    height: 86px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.Robot_list .txt {
    padding: 10px 0;
    background: #303692;
    text-align: center;
}

.Robot_list .txt h4 {
    padding: 3px 0;
    color: #ffffff;
}

.Robot_list .txt span {
    font-size: 12px;
    color: #d9d9d9;
}

.Robot_list:hover .img .more {
    opacity: 1;
    transition: all .3s
}

/*单系列表详情页*/
.Crumbs_Robot {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #dddddd;
}

.Crumbs_Robot .return a {
    padding: 5px 10px;
    background: #303692;
    font-size: 12px;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.Crumbs_Robot .return a:hover {
    background: #41479d;
}

.Robot_pord {
    padding-right: 10px;
}

.Robot_bigimg {
    height: 350px;
    padding: 15px 0;
    border: 1px solid #dddddd;
}

.Robot_bigimg img {
    height: 100%;
    clear: both;
    display: block;
    margin: auto;
}

.Robot_smallimg {
    margin-top: 15px;
}

.smallimg {
    height: 110px;
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #dddddd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.Robot_smallimg .slick-current .smallimg {
    border-color: #303692;
}

.Robot_txt_box {
    padding-left: 10px;
}

.Robot_txt_bt {
    padding: 20px 0 35px;
}

.Robot_txt_bt h3 {
    font-size: 26px;
    padding-bottom: 5px;
    color: #333333;
}

.Robot_txt_bt span {
    font-size: 20px;
    color: #444444;
}

.SMC_txt {
    padding-bottom: 0;
}

.SMC_ul {
    padding-top: 15px;
}

.SMC_ul li {
    padding-left: 15px;
    background: url("/Public/Images/home/phpcms/zh-cn/dbx.png") no-repeat left 8px;
    line-height: 1.8;
}

.param h3 {
    background: #0175c0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 18px 0;
    margin-top: 20px;
}

.h1 {
    height: 1px;
    background: #dddddd;
}

.Robot_txt_box p {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
}

.tab_stiky {
    z-index: 9;
    margin-top: 30px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.tab_stiky.is_stuck {
    margin-top: 65px;
    background: #ffffff;
}

.Anchor_nav {
    overflow: hidden;
}

.Anchor_nav ul {
    overflow: hidden;
}

.Anchor_nav ul li {
    float: left;
    height: 70px;
    line-height: 70px;
    margin-right: 30px;
    padding: 0 10px;
    transition: all .3s;
}

.Anchor_nav ul li a {
    display: block;
    font-size: 14px;
    color: #777777;
    transition: all .3s;
}

.Anchor_nav ul li.on,
.Anchor_nav ul li:hover {
    color: #303692;
    border-bottom: 2px solid #303692;
}

.Anchor_nav ul li.on a,
.Anchor_nav ul li:hover a {
    color: #303692;
    transition: all .3s;
}

.return_top {
    margin-top: 15px;
    transition: all .3s;
}

.return_top a {
    color: #999999;
    display: inline-block;
    border: 1px solid #dddddd;
    padding: 8px 15px;
}

.return_top a:hover {
    color: #ffffff;
    background: #303692;
}

.tab_stiky.is_stuck {
    margin-top: 65px;
    background: #ffffff;
    transition: all .3s;
}

.tab_stiky.is_stuck .Anchor_nav ul li {
    height: 50px;
    line-height: 50px;
    transition: all .3s;
}

.tab_stiky.is_stuck .return_top {
    margin-top: 7px;
    transition: all .3s;
}

.stiky_txt ,
.after_Anchor,
.on_site_Anchor{
    position: relative;
}

.stiky_txt .mod ,
.after_Anchor .mod,
.on_site_Anchor .mod{
    position: absolute;
    top: -120px;
}

.stiky_txt h3 {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.stiky_txt h3 {
    margin: 30px 0;
    overflow: hidden;
}

.stiky_txt h3 i {
    width: 50px;
    height: 12px;
    display: inline-block;
    background: url(" /Public/Images/home/phpcms/zh-cn/stiky_bt_bj.jpg") repeat-x center;
}

.stiky_txt h3 span {
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #4c4746;
}

.stiky_txt .f1 {
    width: 90%;
    display: block;
    margin: 3px auto 0;
    height: 1px;
    padding: 0;
    background: #dddddd;
}

.Chara ul {
    width: 95%;
    margin: auto;
    padding: 30px 0;
    overflow: hidden;
}

.Chara ul li {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #777777;
    line-height: 1.8;
    padding-left: 15px;
    background: url("/Public/Images/home/phpcms/zh-cn/dbx.png") no-repeat left 10px;
}

.parameter {
    width: 95%;
}

.Product_model .Robot_list_box {
    margin: 0;
}

.Other_series ul {
    overflow: hidden;
    text-align: center;
}

.Other_series ul li {
    display: inline-block;
    margin: 0 10px;
}

.Other_series ul li a {
    padding: 10px 80px;
    display: block;
    position: relative;
    background: #a3a3a3;
    color: #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.Other_series ul li a i {
    position: absolute;
    right: 15px;
    top: 10px;
}

.Other_series ul li a:hover {
    color: #ffffff;
    background: #303692;
}

/*单一产品详情页*/
.pro_btn {
    margin-top: 30px;
}

.pro_btn a {
    display: inline-block;
    border: 1px solid #dddddd;
    background: #f6f6f6;
    color: #666666;
    font-size: 16px;
    padding: 15px 20px;
    margin-right: 20px;
}

.pro_btn a i {
    width: 24px;
    height: 22px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    background: url("/Public/Images/home/phpcms/zh-cn/link.png") no-repeat -7px;
    transition: all .3s;
}

.pro_btn a.Eject_click i {
    background: url("/Public/Images/home/phpcms/zh-cn/jiag.png") no-repeat -7px;
}

.pro_btn a:hover {
    border-color: #303692;
    background: #303692;
    color: #ffffff;
}

.pro_btn a:hover i {
    background-position: -47px;
    transition: all .3s;
}

.inquiry {
    width: 830px;
    height: 840px;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.inquiry_bt {
    text-align: center;
    padding: 50px 0;
    background: url("/Public/Images/home/phpcms/zh-cn/inquiry_bt.jpg") no-repeat center;
}

.inquiry_bt h3 {
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 5px;
    color: #ffffff;
}

.inquiry_bt span {
    color: #ffffff;
}

.inquiry i {
    text-align: center;
    line-height: 28px;
    background: #ddd;
}

.recruit_Eject.inquiry .Eject_form {
    margin-top: 0;
    padding: 20px 30px;
    overflow: hidden;
}

.inquiry .Eject_form table {
    width: 100%;
    margin-bottom: 25px;
}

.inquiry .Eject_form table th,
.inquiry .Eject_form table td {
    text-align: center;
    padding: 5px 3px;
    border: 1px solid #dddddd;
}

.inquiry .Eject_form table th {
    background: #019afd;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.inquiry .Eject_form table img {
    height: 65px;
}

.inquiry .Eject_form table input {
    width: 80%;
}

.inquiry_ipt {
    position: relative;
}

.Eject_form .tips {
    top: 24px;
    height: 32px;
    line-height: 32px;
}

.inquiry .Eject_form input,
.inquiry .Eject_form textarea {
    width: 100%;
    background: #e9e9e9;
    height: 32px;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    border-color: #e9e9e9;
    border-radius: 3px;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

.inquiry .Eject_form textarea {
    height: 220px;
    padding: 5px 10px;
    line-height: 1.5;
    color: #666;
}

.inquiry .Eject_form label {
    font-size: 16px;
    padding-bottom: 3px;
    display: inline-block;
    color: #555555;
}

.inquiry .Eject_form em {
    color: red;
}

.inquiry .Eject_form .yzm {
    position: relative;
}

.inquiry .Eject_form .yzm input {
    height: 40px;
}

.inquiry .Eject_form .yzm .img {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 40px;
    padding-left: 15px;
    background: #fff;
}

.inquiry .Eject_form input.inquiry_sub {
    width: 40%;
    height: 40px;
    float: right;
    background: #6f6f6f;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    cursor: pointer;
    padding: 0;
}

.inquiry .Eject_form input.inquiry_sub:hover {
    background: #7a7a7a;
}

.ESUN {
    width: 100%;
    margin-bottom: 0;
}

.ESUN_list_box {
    margin: 0;
}

.ESUN_list_box .Robot_list {
    margin-top: 40px;
}

.ESUN_list_box .page {
    margin-top: 40px;
}

/*联系我们*/
.contact_txt {
    padding: 40px;
}

.map_box {
    padding: 45px 0;
    overflow: hidden;
    background: url("/Public/Images/home/phpcms/zh-cn/map_bj.png") repeat-x bottom;
}

.BMap_Marker.BMap_noprint {
    width: 19px !important;
    height: 25px !important;
    margin-top: -15px !important;
    background: url(/Public/Images/home/phpcms/zh-cn/us_cursor.gif) no-repeat -46px -21px !important;
    overflow: hidden;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_content span {
    display: block;
    color: #333333;
    line-height: 1.5;
}

.BMap_Marker img {
    display: none !important;
}

.address_info > ul > li {
    margin-bottom: 30px;
}

.address_info .title h3 {
    font-size: 18px;
    color: #444444;
    padding-bottom: 5px;
    font-weight: bold;
}

.address_info .cont li {
    color: #666666;
    line-height: 2;
    padding-left: 30px;
    position: relative;
}
.address_info .cont li i{
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 28px;
    left: 0;
    margin-right: 3px;
}
.address_info .cont li.Address i{
    background: url("/Public/Images/home/phpcms/zh-cn/address.png") no-repeat center;
}
.address_info .cont li.Phone i{
    background: url("/Public/Images/home/phpcms/zh-cn/phone.png") no-repeat center;
}
.address_info .cont li.Fax i{
    background: url("/Public/Images/home/phpcms/zh-cn/fax.png") no-repeat center;
}
.address_info .cont li.Email i{
    background: url("/Public/Images/home/phpcms/zh-cn/email.png") no-repeat center;
}
.address_info .cont li.Hotline i{
    background: url("/Public/Images/home/phpcms/zh-cn/hotline.png") no-repeat center;
}

.online_box .bt {
    margin: 40px 0;
}

.onl_inp {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    background-color: #fff;
}

.onl_inp label {
    position: absolute;
    float: left;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    color: #858585;
    font-size: 16px;
    font-weight: normal;
}

.onl_inp.inputon label {
    display: none;
}

.onl_inp input.inp {
    width: 100%;
    padding: 0 10px;
    border: none;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    color: #666666;
    margin-bottom: 0;
}

.onl_inp textarea.inp {
    height: 240px;
    padding: 15px 10px;
    font-size: 16px;
    border: none;
    margin-bottom: 0;
    background: url("/Public/Images/home/phpcms/zh-cn/textarea_bj.png") no-repeat bottom right;
}

.onl_inp .yzm {
    position: relative;
}

.onl_inp .yzm input {
    width: 100%;
    padding: 0 10px;
    border: none;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
}

.onl_inp .yzm .img {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0;
}

.onl_inp .yzm .img img {
    height: 45px;
}

.inquiry_inp {
    border: none;
    background: none;
    overflow: hidden;
}

.inquiry_inp .inquiry_sub {
    float: right;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    background: #a3a3a3;
    border: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.inquiry_inp .inquiry_sub:hover {
    background: #939393;
}

.tips {
    position: absolute;
    white-space: nowrap;
    color: #f1433c;
    text-align: center;
    border-radius: 4px;
    top: 0px;
    display: none;
    font-size: 14px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    right: 0;
}

/*直线电机*/
.motor_main {
    background: #ffffff;
}

.motor_list_box {
    margin-top: 30px;
}

.motor_list {
    overflow: hidden;
    height: 315px;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}

.motor_list .img {
    width: 55%;
    height: 100%;
    padding: 15px 0;
    float: left;
    background: #ffffff;
}

.motor_list .img > img {
    height: 100%;
    clear: both;
    display: block;
    margin: auto;
}

.motor_list .txt {
    width: 45%;
    height: 100%;
    padding: 30px 15px 0;
    background: #ededed;
    float: left;
    text-align: left;
}

.motor_list .txt h4 {
    color: #303692;
    font-weight: bold;
    line-height: 1.5;
    font-size: 18px;
}

.motor_list .txt li {
    color: #666666;
    line-height: 1.8;
    padding-left: 10px;
    background: url("/Public/Images/home/phpcms/zh-cn/yuan.jpg") no-repeat left 8px;
}

.motor_list:hover {
    -webkit-box-shadow: 2px 2px 2px #868184;
    -moz-box-shadow: 2px 2px 2px #868184;
    box-shadow: 2px 2px 2px #868184;
    transition: all .3s;
}

/*售后服务*/
.sales_box {
    margin-top: 20px;
    text-align: center;
}

.after_ser {
    width: 80%;
    text-align: center;
    margin: 60px auto 0;
}

.after {
    display: inline-block;
    vertical-align: top;
    margin-top: -37px;
}

.after_txt {
    width: 165px;
    height: 185px;
    padding-top: 40px;
    background: url("/Public/Images/home/phpcms/zh-cn/1111.png") no-repeat center;
}
.after6 .after_txt,.after7 .after_txt,.after8 .after_txt,.after9 .after_txt{
    background: url("/Public/Images/home/phpcms/zh-cn/2222.png") no-repeat center;
}
.after_txt i {
    font-size: 30px;
    color: #fff;
    display: block;
    margin: 7px 0;
}

.after_txt span {
    display: block;
    font-size: 16px;
    color: #fff;
}

.on_site {
    margin: 45px 0;
}

.on_site_box {
    overflow: hidden;
    margin: 40px auto 0;
}

.site_box {
    margin: 0 20px 0 80px;
}

.site_txt p {
    font-size: 16px;
    line-height: 2;
}

.site_num {
    padding-right: 20px;
}

.site_num h3 {
    font-size: 50px;
    color: #666666;
    font-weight: bold;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}

.site_num h3 span {
    font-size: 50px;
    color: #666666;
    font-weight: bold;
}

.site_num span {
    font-size: 20px;
    color: #666666;
}

.site_img {
    padding: 50px 0;
    background: url("/Public/Images/home/phpcms/zh-cn/supot_bj.png") no-repeat left;
}

.site_img img {
    clear: both;
    display: block;
    margin: auto;
}

/*12-4*/
.about_img {
    display: none;
}
.m_accordion{
    display: none;
}

/*-------------分------------割------------线------------*/
/*12-21*/
.accordion {
    overflow: hidden;
    width: 100%;
}

.accordion .item {
    float: left;
    width: 130px;
    height: 380px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.accordion .item_w{
    border-right: 2px solid #ffffff;
}

.accordion .item .mask_b {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.accordion .item.active .mask_b {
    background: transparent;
    /*display: none;*/
}

.accordion .item .mask_b h4 {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0 15px 50px;
    white-space: nowrap;
}
.item .mask_b h4{
    background-color: rgba(0,0,0,0.7) ;
    background-repeat: no-repeat;
    background-position: 10px;
}
/*.item .mask_b2 h4{
    background: rgba(0,0,0,0.7) url("/Public/Images/home/phpcms/zh-cn/solutions_ico2.png") no-repeat 10px;
}
.item .mask_b3 h4{
    background: rgba(0,0,0,0.7) url("/Public/Images/home/phpcms/zh-cn/solutions_ico3.png") no-repeat 10px;
}
.item .mask_b4 h4{
    background: rgba(0,0,0,0.7) url("/Public/Images/home/phpcms/zh-cn/solutions_ico4.png") no-repeat 10px;
}
.item .mask_b5 h4{
    background: rgba(0,0,0,0.7) url("/Public/Images/home/phpcms/zh-cn/solutions_ico5.png") no-repeat 10px;
}
.item .mask_b6 h4{
    background: rgba(0,0,0,0.7) url("/Public/Images/home/phpcms/zh-cn/solutions_ico6.png") no-repeat 10px;
}*/
.accordion .pic_auto{
    width: 580px;
    height: 100%;
    background-repeat: no-repeat;
}
.m_accordion .pic_auto{
    width: 580px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.item i{
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}




.solu_main .bt p{
    margin-top: 15px;
    font-size: 16px;
    color: #666666;
}
.solu_list_box{
    margin-top: 0;
}
.solu_list{
    margin-top: 40px;
}
.solu_list:hover .txt h4,
.solu_list:hover .txt i{
    color: #303692;
}
.solu_list .txt{
    text-align: left;
    padding: 10px 20px;
    background: #dadada;
}
.solu_list .txt h4{
    color: #666666;
    font-size: 16px;
    position: relative;
}
.solu_list .txt h4 i{
    position: absolute;
    right: 0;
    font-style: normal;
    width: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
}

.solu_main_detail{
    padding: 60px 0;
    background: #f4f4f4;
}
.solu_main_detail .container_1200{
    position: relative;
}
.solu_video{
    width: 53%;
    float: left;
    line-height: 0;
    position: relative;
}
.solu_video img{
    width: 100%;
}
a.solu_video_click{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url("/Public/Images/home/phpcms/zh-cn/solu_video_click.png") no-repeat center;
    display: inline-block;
    transition: all .3s;
}
.solu_txt{
    position: absolute;
    width: 57%;
    right: 0;
    z-index: 3;
}

.solu_txt{
    text-align: right;
}
.solu_txt h3{
    font-size: 30px;
    color: #333333;
    margin-bottom: 8px;
    background: url("/Public/Images/home/phpcms/zh-cn/solu_h3_bj.jpg") no-repeat 40%;
}
.solu_txt span{
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}
.solu_con{
    text-align: left;
    padding: 30px 25px;
    margin-top: 20px;
    background: rgba(0,70,173,0.5);
}
.solu_con p{
    color: #ffffff;
    font-size: 14px;
    line-height: 2;
}

.solu_Eject{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 60%;
    height: 60%;
    z-index: 890;
    display: none;
}
.solu_Eject i{
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 22px;
    font-style: normal;
    cursor: pointer;
    color: #ffffff;
    background: #000;
    z-index: 891;
}
.solu_Eject_bj{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0,0,0,0.7);
    z-index: 888;
    display: none;
}
.solu_Eject video{
    width: 100%;
    height: 100%;
    line-height: 0;
}
.video{
    position: relative;
}
.video_stop{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: none;
    transition: all .3s;
}
.video_stop a.solu_video_click{
    width: 0px;
    height: 0px;
    transition: all .3s;
}
.video_stop.hide{
    height: 0;
    display: block;
}
.video_stop a.solu_video_click.hide{
    width: 80px;
    height: 80px;
    transition: all .3s;
}


.about_video{
    position: relative;
}
.about_video .stop_click{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin:auto;
    background: url("/Public/Images/home/phpcms/zh-cn/solu_video_click.png") no-repeat center;
    transition: all .3s;
}
.about_video .stop_click.hide{
    display: none;
    transition: all .3s;
}







/*2017/12/27 mike*/
.m_photo{
    background: #f0f0f0;
    padding: 50px 0;
}

.photo_year .choose_year{
    background: #303692;
    line-height: 40px;
    text-align: center;
    width: 11%;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.photo_year{
    background: #3f3a39;
    overflow: hidden;
    margin-top: 50px;
}

.y_slick{
    position: relative;
    width: 89%;
    padding: 0 39px;
    z-index: 1;
}
.y_slick span{
    width: 39px;
    height: 40px;
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
}
.y_slick .m_span1{
    background: #5f5f5f url("/Public/Images/home/phpcms/zh-cn/m_l.png");
    left: 0;

}
.y_slick .m_span2{
    background: #5f5f5f url("/Public/Images/home/phpcms/zh-cn/m_r.png");
    right: 0;
}
.y_slick .slick-prev,.y_slick .slick-next{
    width: 39px;
    height: 40px;
}
.y_slick .slick-prev{
    background: #5f5f5f url("/Public/Images/home/phpcms/zh-cn/m_l.png");
    left: -39px;
}
.y_slick .slick-next{
    background: #5f5f5f url("/Public/Images/home/phpcms/zh-cn/m_r.png");
    right: -39px;
}
.y_slick .slick-prev:after,.y_slick .slick-next:after {
    content: "";
}
.photo_year a{
    color: #999999;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    display: block;
    cursor: pointer;
}
.photo_year a.all{
    color: #fff;
}
.photo_year a:hover{
    color: #fff;
}
.photo_list h2{
    font-size: 14px;
    color: #666;
    padding: 18px 0 15px 0;
}
.photo_list span{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 32%;
    font-size: 12px;
    color: #b4b4b4;
}

.photo_list span .em_ico{
    padding-left: 20px;
}
.photo_list span .em_ico1{
    background: url("/Public/Images/home/phpcms/zh-cn/m_sou01.png") no-repeat left center;
}
.photo_list span .on.em_ico1{
    background: url("/Public/Images/home/phpcms/zh-cn/m_sou05.png") no-repeat left center;
}
.photo_list span .em_ico2{
    background: url("/Public/Images/home/phpcms/zh-cn/m_sou02.png") no-repeat left center;
}
.photo_list span .em_ico3{
    background: url("/Public/Images/home/phpcms/zh-cn/m_sou03.png") no-repeat left center;
}
.photo_list .view{
    background: #fff;
    padding: 0 5px 10px 5px;
}
.photo_list .img img{
    width: 100%;
    height: 100%;
}

.photo_list .img{
    line-height: 0;
    height: 183px;
    position: relative;
}
.photo_list .img:hover .img_box{
    display: block;
}
.photo_list .img .img_box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/Public/Images/home/phpcms/zh-cn/m_bg.png") repeat;
    display: none;
}
.photo_list .img .img_box .img_so{
    background: url("/Public/Images/home/phpcms/zh-cn/m_fang.png") no-repeat center center;
    width: 100%;
    height: 100%;
}
.photo_list .col_lg_6{
    margin-bottom: 20px;
}
.photo_list{
    padding: 36px 0 16px 0;
}

.m_photo .page{
    margin: 20px 0 50px 0;
}
.m_photo .showMore{
    text-align: center;
}
.m_photo .showMore a{
   padding: 5px 10px;
    font-size: 16px;
    color: #666;
}





/*2018、1、17*/















/*-------------分------------割------------线------------*/
@media (max-width: 1200px) {
    .m_header .m_nav_list > li.active{
        background: #ccc;
    }
    body {
        padding-top: 60px;
    }

    .banner .banner_item {
        padding-top: 30%;
    }
    .video_stop{
        display: none;
    }
}

@media (max-width: 1024px) {
    .down_screen, .down_list_box{
        width: 100%;
    }
    .logo_box {
        margin: 5px;
    }
    .logo_box img{
        height: 100%;
    }
    .index_product.h830 {
        height: 690px;
    }

    .index_product.h405 {
        height: 335px;
    }

    .index_product {
        height: 265px;
    }

    .index_product .txt p {
        display: none;
    }

    .txt_wrap {
        margin-bottom: 0;
    }

    .after_ser {
        width: 90%;
    }

    .site_box {
        margin: 0;
    }
    .culture_ul li .right{
        padding-top: 15px;
    }
    .culture_ul li em,
    .culture_ul li h3{
        margin-bottom: 5px;
    }
    .Robot_list{
        padding: 0;
    }
    .ESUN_list_box .Robot_list{
        margin-top: 20px;
    }
    .tab_tb > div ul li .img{
        height: auto;
    }
    .tab_tb > div ul li .img a img{
        width: 100%;
        height: auto;
    }
    .new_box{
        width: 100%;
    }
    .new_list .txt_box h3{
        padding-bottom: 5px;
    }
    .new_list .txt_box{
        width: 60%;
    }
    .recruit_sec li select, .recruit_sec li input{
        width: 230px;
    }
    .tab_stiky.is_stuck{
        margin-top: 60px;
    }

    .accordion{
        display: none;
    }
    .m_accordion{
        display: block;
    }
    .m_accordion .item{
        width: 50%;
        height: 320px;
        padding: 5px 10px;
        overflow: hidden;
        float: left;
        position: relative;
    }
    .m_accordion .item h4{
        position: absolute;
        width: 96%;
        color: #fff;
        display: block;
        font-size: 20px;
        position: absolute;
        bottom: 5px;
        left: 10px;
        right: 10px;
        padding: 15px 0 15px 50px;
        white-space: nowrap;
    }
    .m_accordion .pic_auto{
        width: 100%;
    }



    .solu_video{
        margin-top: 60px;
    }
    .solu_txt h3{
        background: url("../images/solu_h3_bj.jpg") no-repeat 25%;
    }
    .solu_Eject{
        width: 75%;
    }
}

@media (max-width: 768px) {
  /*  .Crumbs_Route.pull_left{
        display: none;
    }*/
    .photo_year .choose_year{
        width: 18%;
    }
    .y_slick{
        width: 82%;
    }
    .footer {
        display: none;
    }

    .m_footer {
        display: block;
    }

    .index_product.h830 {
        height: 510px;
    }

    .index_product.h405 {
        height: 245px;
    }

    .index_product {
        height: 195px;
    }

    .index_product .txt h3 {
        font-size: 20px;
    }

    .index_product .txt a {
        padding: 20px;
    }

    .txt_wrap {
        padding: 0 20px;
    }

    .index_tech_main .img {
        width: 70%;
    }

    .index_tech_main .txt {
        width: 30%;
    }

    .index_bt {
        padding: 25px;
    }

    .index_bt h3 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .index_bt span {
        font-size: 18px;
    }

    .links {
        display: none;
    }

    .roundabout-holder {
        display: none;
    }

    .about_img {
        display: block;
        margin: 15px auto;
        text-align: center;
    }

    .Crumbs_nav li {
        padding-left: 20px;
    }
    .after5{
        margin-left: 10px;
    }
    .after7{
        margin-right: 10px;
    }
    .culture_ul li .left, .culture_ul li .right{
        width: 100%;
    }
    .culture_ul li .right{
        padding: 30px 0;
    }
    .deve_ul{
        background-position: top left;
    }
    .deve_ul ul{
        background-position: 12px;
    }
    .deve_ul ul li h3{
        text-align: left;
    }
    .deve_ul .txt_box{
        width: 100%;
        padding-right: 0;
        padding-left: 50px;
        margin-bottom: 10px;
    }
    .deve_ul .txt_box i,
    .deve_ul .txt_box.right i{
        left: 3px;
    }
    .deve_ul .txt_box.right .txt_nr .img{
        float: left;
    }
    .deve_ul .txt_box .txt_nr .txt,
    .deve_ul .txt_box.right .txt_nr .txt{
        padding: 0;
    }
    .down_screen .screen_cl{
        width: 17%;
    }
    .down_screen dl{
        width: 83%;
    }
    .down_screen dl dd{
        font-size: 14px;
    }
    .down_list_box ul li .right a{
        margin-bottom: 5px;
    }
    .down_screen .screen{
        padding: 10px 5px;
    }
    .tab_tb > div ul li{
        width: 25%;
    }
    .tab_tb > div ul li .txt h3{
        font-size: 14px;
    }
    .motor_list .img,
    .motor_list .txt{
        width: 50%;
    }
    .recruit_main{
        background: #f0f0f0;
    }
    .recruit_list .slick-prev{
        left: 85%;
    }
    .recruit_sec li:last-child{
        display: none;
    }
    .Chara ul li{
        padding-right: 10px;
    }
    .Robot_pord{
        padding: 0 50px;
    }


    .m_accordion .item h4{
        width: 95%;
    }

    .solu_main_detail{
        padding: 30px 0;
    }
    .solu_video{
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .solu_txt{
        margin-top: 30px;
        position: inherit;
        width: 100%;
        text-align: left;
    }
    .solu_txt h3{
        margin-top: 65%;
        background: none;
    }


}
@media (max-width: 640px) {

    .after7{
        margin-right: 0
    }
    .after4{
        margin-left: 55px
    }
    .after5{
        margin-left: 0;
        margin-right: 55px
    }
    .after9{
        margin-right: 168px;
    }
    .down_list_box ul li .left,
    .down_list_box ul li .right{
        width: 100%;
    }
    .down_list_box ul li .right{
        margin-top: 10px;
    }
    .down_list_box ul li .right a{
        float: left;
        margin: 0 20px 0 0;
    }
    .down_list_box ul{
        padding: 0;
    }
    .down_list_box .page{
        margin: 15px 0 10px;
    }
    .down_list_box ul li span{
        margin-right: 15px;
    }
    .tab_tb > div ul li{
        width: 33%;
    }
    .recruit_Eject{
        width: 95%;
        height: 95%;
        padding: 10px;
    }
    .recruit_Eject .Eject_txt{
        height: 70%;
    }
    .Anchor_nav ul li{
        margin: 0;
        padding: 0 5px;
    }
    .return_top a i{
        display: none;
    }
    .Chara ul li{
        width: 100%;
    }
    .Other_series ul li a{
        margin-bottom: 10px;
    }
    .Robot_pord{
        padding: 0 20px;
    }
    .m_accordion .item{
        width: 100%;
        margin-bottom: 10px;
    }
    .m_accordion .item h4{
        width: 95%;
    }
    .detail_txt p img, .detail_txt img{
        height: auto !important;
    }
}
@media (max-width: 540px) {
    .photo_year .choose_year{
        width: 25%;
    }
    .y_slick{
        width: 75%;
    }
    .index_product.h830,
    .index_product.h405,
    .index_product {
        height: auto;
        margin-bottom: 15px;
    }

    .index_tech_main {
        margin-bottom: 15px;
    }

    .index_tech_main .img,
    .index_tech_main .txt {
        width: 100%;
    }

    .index_tech_main .txt {
        height: auto;
    }

    .index_tech_main .txt h3 {
        margin-top: 10px;
    }

    .m_footer .f_con {
        padding: 20px;
    }

    .m_footer .f_con dl:first-child {
        display: none;
    }

    .m_footer .f_con dl {
        width: 100%;
        margin: 0;
    }

    .m_footer .copyright {
        text-align: center;
        padding: 10px 0;
    }

    .m_footer .copyright a {
        display: inline-block;
        margin: 0 5px;
    }

    .banner_poa_news,
    .banner_poa_click {
        display: none;
    }

    .banner_box .slick-dots {
        bottom: 5px;
    }

    .banner .banner_item {
        padding-top: 30%;
    }

    .Crumbs_Route {
        display: none;
    }

    .Crumbs {
        height: 50px;
        line-height: 50px;
    }

    .Crumbs_nav {
        position: relative;
        width: 100%;
    }

    .Crumbs_nav h3 {
        display: block;
        position: relative;
        font-size: 16px;
        color: #666666;
    }

    .Crumbs_nav h3 i {
        position: absolute;
        right: 10px;
        top: 15px;
        width: 16px;
        height: 16px;
        background: url("/Public/Images/home/phpcms/zh-cn/jt_down.png") no-repeat center;
    }

    .Crumbs_nav ul {
        position: absolute;
        width: 100%;
        background: #f5f5f5;
        display: none;
        z-index: 666;
    }

    .Crumbs_nav li {
        width: 100%;
        line-height: 2.5;
        border-bottom: 1px solid #f0f0f0;
    }

    .Crumbs_nav li a {
        display: block;
    }

    .about_main {
        background: #f0f0f0;
    }

    .about_main,
    .culture_main,
    .deve_main,
    .Honor_main,
    .recruit_main,
    .down_main,
    .new_main,
    .Robot_main,
    .contact_main,
    .motor_main,
    .after_main {
        padding-top: 20px;
    }
    .on_site_box{
        margin-top: 20px;
    }

    .main_box {
        padding: 20px 5px;
    }

    .bt h3 {
        font-size: 22px;
    }

    .bt h4, .bt h5 {
        display: none;
    }
    .after_ser{
        width: 100%;
    }

    .site_img{
        padding: 0;
        margin-top: 20px;
        background: none;
    }
    .contact_txt{
        padding: 20px 10px;
    }
    .deve_ul .txt_box,
    .deve_ul .txt_box.right{
        padding-left: 20px;
    }
    .deve_ul .txt_box .txt_nr{
        padding: 10px;
    }
    .deve_ul .txt_box .txt_nr .txt, .deve_ul .txt_box.right .txt_nr .txt{
        padding-left: 10px;
    }
    .deve_ul .txt_box .txt_nr .txt h3{
        font-size: 14px;
        line-height: 1.5;
    }
    .new_list{
        width: 100%;
    }
    .new_list .time,
    .new_list .img,
    .new_list .txt_box{
        width: 100%;
        margin: 0 0 10px;
    }
    .new_list .img{
        clear: both;
        display: block;
        text-align: center;
    }
    .detail_txt{
        padding: 20px 0;
    }
    .detail_bt span{
        display: inline-block;
    }
    .recruit_sec li select,
    .recruit_sec li input,
    .recruit_sec li{
        width: 100%;
        margin-top: 5px;
    }
    .Crumbs_Robot{
        display: block;
        height: 50px;
    }
    .Robot_pord{
        padding: 0;
    }


    .solu_Eject{
        width: 90%;
    }
    .Robot_bigimg img,
    .Robot_bigimg{
        height: auto;
    }
    .smallimg{
        height: 85px;
    }
}

@media (max-width: 425px){
    .about_video .stop_click{
        top: -40px;
    }
    .down_screen .screen_cl{
        width: 30%;
    }
    .down_screen dl{
        width: 70%;
    }
    .after4{
        margin-left: 0px
    }
    .after5{
        margin-left: 0;
        margin-right: 0px
    }
    .after9{
        margin-right: 0px;
    }
    .after3,
    .after6{
        margin-left: 70px;
        margin-right: 70px
    }
    .tab_tb > div ul li{
        width: 50%;
    }
    .motor_list .img, .motor_list .txt{
        width: 100%;
    }
    .motor_list{
        height: auto;
    }
    .motor_list .txt{
        padding: 30px 15px;
    }
    .Robot_list .txt span {
    display: block;
    font-size: 12px;
    color: #d9d9d9;
    width: 142px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
}

@media (max-width: 320px) {
    .m_footer .f_con dl .left,
    .m_footer .f_con dl .right {
        width: 100%;
        text-align: center;
    }

    .m_footer .f_con dl .right {
        margin-top: 10px;
    }

    .m_footer .f_con dl .left h3 {
        font-size: 18px;
    }

    .m_footer .f_con dl .left span {
        padding-bottom: 0;
    }

    .after_ser .after_txt{
        width: 125px;
        margin-top: 4px;
    }
    .down_list_box ul li .right{
        text-align: center;
    }
    .down_list_box ul li .right a{
        float: none;
        display: inline-block;
        margin: 0 3px;
    }
    .Honor_tab ul li span{
        margin: 0px;
    }
    .recruit_Eject h3 span{
        font-size: 14px;
    }
    .recruit_Eject .Eject_txt{
        height: 65%;
    }
}

span#szgs_stat_icon_1196706193523867650 img {
    width: 25px;
    vertical-align: middle;
}
span#cnzz_stat_icon_1272498585 img{
    vertical-align: middle;
}

.index_service_list .container_1200 h3,
.index_service_list .container_1200 span{
	/*transform: translateY(-20px);*/
	/*-webkit-transform: translateY(-20px);*/
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
	transition: all 1s cubic-bezier(.19, 1, .22, 1)
}
.index_service_list .container_1200 span{
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	display: block;	
}
.index_service_list .container_1200 h3{
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
}

.index_service_list .container_1200 a:hover span{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.index_service_list .container_1200 a:hover h3{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

.on_site_box .site_num{
	text-align: center;
	padding-right: 0;
}
.site_img{
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.col_box{
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.on_site_box{
	float: none;
	margin: 0 auto;
}
.site_num .num2{
	font-weight: bold;
	font-size: 50px;
}