body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}

* {
    margin: 0;
    padding: 0;
    outline: 0 none;
    word-wrap: break-word;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box
}

ol,ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
dl,dd,dt,p{margin-bottom: 0}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 0;
    line-height: inherit;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
    transition: all 0.1s;
}

a:hover {
    color: #e60012;
    text-decoration: none;
}

em, i {
    font-style: normal;
}

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

input, textarea, button {
    border: none;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset !important;}
.member{color: transparent!important;}
.member:hover{color: inherit!important;}
/*图片1：1*/
.square_item {
    display: inline-block;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
    width: 100%
}

.square_item .img {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: #f3f3f3;
    position: relative;
    overflow: hidden
}

.square_item .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    max-width: 100%;
    max-height: 100%;
    z-index: 2
}

.square_item .text {
    display: block;
    width: 100%;
    padding: 15px;
    color: #333;
    text-align: left;
    font-size: 14px;
    background: #fff
}
/*4:3*/
.square_item .img.four {
    padding-top: 75%
}
/*16:9*/
.square_item .img.goden {
    padding-top: 56.25%;
    overflow: hidden
}

.square_item .img.goden img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

/*分页*/
.flip {background: #f4f4f4}

#case_body .flip,
#certificate_body .flip,
#dimgs_body .flip {background: #fff}

#news_body .flip,
#dlist_body .flip {background: #f8f8f8}

#Pages {
    padding-bottom: 5%;
    font-size: 0;
    text-align: left
}

#Pages a {
    display: inline-block;
    overflow: hidden;
    padding: 0 20px;
    background-color: #222;
    color: #f5f5f5;
    font-size: 16px;
    line-height: 46px
}

#Pages a+a {margin-left: 10px}

#Pages a.red {
    background-color: #ce0e05;
    color: #fff
}

#Pages p {
    font-size: 14px;
    text-align: left;
    padding-top: 12px
}

.clear {
    height: 0;
    overflow: hidden;
    clear: both;
}

.cf {zoom: 1;}

img {
    border: none;
    max-width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
    display: inline-block;
    vertical-align: top;
}

.rel {position: relative;}

.abs {position: absolute;}

.tc {text-align: center;}

.fl {float: left;}

.fr {float: right;}

.hid {overflow: hidden;}

.wrap {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.sousuo_box{
    padding: 50px;
    background: #fff;
    position: fixed;
    left: 20px;
    top: 122px;
    right: 20px;
    z-index: 990;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.sousuo_box .pd form{position:relative}
.sousuo_box .pd .ipt_t4{height:45px;line-height:45px;width:100%;border:none;box-sizing:border-box;background:0 0;font-size:18px;border-bottom:1px solid #181819}
.sousuo_box .pd .ipt_b4{position:absolute;right:0;top:0;width:130px;height:44px;background:#181819;color:#fff;border:none;font-size:18px}




.header {
    height: 100px;
    background: #fff;
    position: fixed;
    left: 20px;
    top: 20px;
    right: 20px;
    z-index: 990;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    transition: all 0.5s;
}

.header.hiddened {top: -120px;}

.logo {
    float: left;
    background: #e60012
}

.slogan {
    float: left;
    font-size: 1.8rem;
    margin: 28px 0 0 26px;
}

.t_right {
    float: right;
    padding-top: 40px;
}

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

.nav li {
    float: left;
    padding: 0 54px;
    position: relative;
}

.nav li:first-child {background: none;}

.nav li>a {
    display: block;
    padding-bottom: 38px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
}

.nav li.hover>a,
.nav li.cr>a,
.nav li > a.cr{color: #e60012;}

.nav li>a::after {
    display: none;
    content: '';
    width: 0;
    height: 3px;
    background: #cc0614;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -48%;
    transition: all 0.3s;
}

.nav li.cr>a::after {width: 96%;}

.nav li .sub_nav {
    display: none;
    position: absolute;
    left: 50%;
    top: 60px;
    background: #fff;
    width: 140px;
    margin-left: -70px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.nav li .sub_nav li {
    float: none;
    padding: 0;
}

.nav li .sub_nav a {
    display: block;
    padding: 0 1em;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nav li .sub_nav a::after {display: none;}

.nav li .sub_nav a:hover {
    background: #e60012;
    color: #fff;
}

.nav li .sub_nav .has_menu a:hover {background: #e60012;}

.searchbox {
    width: 226px;
    height: 100px;
    text-align: center;
    background: #181819;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    float: right;
    overflow: hidden;
}

.searchbox a {
    font-size: 16px;
    color: #fff;
}

.searchbox a img {margin-right: 28px;}

.banner {
    width: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.banner img {width: 100%;}

.banner .swiper-pagination-bullet-active {background: #e60012;}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    bottom: 42px;
}

.banner .swiper-button-prev {left: 2.6%;}

.banner .swiper-button-next {right: 2.6%;}

.banner .swiper-button-prev,
.banner .swiper-button-next {opacity: 0.4;}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {opacity: 1;}


.inRed_bar {
    height: 140px;
    background: #ce0e05;
}
.inRed_bar dl {
    width: 50%;
    float: left;
    padding: 43px 63px 0 78px;
    overflow: hidden;
    position: relative;
}

.inRed_bar dl::after {
    content: '';
    width: 1px;
    height: 65px;
    background: #d83e37;
    position: absolute;
    right: 0;
    bottom: 0;
}

.inRed_bar dl:last-child::after {display: none;}

.inRed_bar dl dt {
    float: left;
    margin-right: 42px;
}

.inRed_bar dl dd {overflow: hidden;}

.inRed_bar dl dd h3 {
    font-size: 1.8rem;
    color: #fff;
}

.inRed_bar dl dd p {
    font-size: 14px;
    color: #fff;
}

.inRed_bar dl dd span {
    display: block;
    float: right;
    width: 55px;
    height: 55px;
    background: #fff url(../img/arr_icon.png) no-repeat center;
}
/*footer*/
.footer {
    padding: 60px 0 50px;
    background: #181819;
    overflow: hidden;
    text-align: center;
}

.f_left {
    float: left;
    margin-right: 12px;
    text-align: left;
}
.f_left.f_center{
    float: none;
    text-align: left;
    display: inline-block;
}

.f_left_tit {
    font-size: 16px;
    color: #fff;
    padding-left: 28px;
    background: url(../img/tel_icon.png) no-repeat 0 50%;
}

.contact_text {
    margin-top: 15px;
}

.contact_text h3 a {
    font-size: 4rem;
    color: #fff;
    line-height: 1;
}

.contact_text p {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.ewmbox {
    float: right;
    text-align: left;
}

.ewm_item {
    /*width: 146px;*/
    float: left;
    margin-left: 32px;
    background: #222222;
    font-size: 14px;
    color: #999;
    text-align: left;
}

.ewm_item img {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 13px;
    vertical-align: bottom;
}
.ewm_item span{
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    margin: 13px 13px 13px 0;
    font-size: 16px;
}
.ewm_item span hr{
    margin-bottom: 10px;
    width: 30px;
    border-top: 1px solid #999;
}


.slogo {
    margin-bottom: 12px;
}

.kefu_float {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 32px;
    bottom: 100px;
    z-index: 100;
}

.kefu_float .kefu_icon {
    display: block;
    width: 100%;
    height: 100%;
    background: #d50e05 url(../img/kefu_icon.png) no-repeat center;
    position: relative;
    z-index: 10;
}

.kefu_pop {
    width: 200px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    right: 60px;
    display: none;
    z-index: 1200;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}

.kefu_pop.active {display: block}

.kefu_pop a {
    display: block;
    font-size: 3rem;
    color: #d50e05;
    line-height: 60px;
    text-align: center;
}

.gotop {
    display: none;
    width: 60px;
    height: 60px;
    background: #d50e05 url(../img/top.png) no-repeat center;
    position: fixed;
    right: 32px;
    bottom: 30px;
    z-index: 100;
    cursor: pointer;
}
/* 内页公共样式*/
.inbanner {
    position: relative;
    overflow: hidden;
}

.inbanner img {width: 100%;}

.crumbs {
    width: 100%;
    position: absolute;
    top: 150px;
}

.crumbs a:hover {color: #fff;}

.crumbs i {
    display: inline-block;
    width: 11px;
    height: 15px;
    background: url(../img/crumbs_icon.png) no-repeat center;
    vertical-align: -3px;
    margin: 0 16px;
}

.crumbs a,.crumbs span {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.mainbox {
    margin: 50px 0;
    overflow: hidden;
}

.sidebar {
    float: left;
    width: 275px;
    margin-right: 3px;
}

.menu_tit {
    height: 50px;
    line-height: 50px;
    background: #338998;
    font-size: 1.9rem;
    color: #fff;
    padding-left: 30px;
    border-bottom: 1px solid #f1f1f1;
}

.menu {border-bottom: 1px solid #dddddd;}

.menu a {
    float: left;
    padding: 37px 0;
    margin-right: 100px;
    font-size: 1.8rem;
    color: #666;
    position: relative;
}

.menu a:nth-last-of-type(1) {margin-right: 0;}

.menu a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #e50015;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu a:hover::after,
.menu a.cr::after {width: 100%;}

.btn_down {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid  #e8e8e8;
    background: url(../img/arr_down.png) no-repeat center;
    float: right;
    margin-top: 26px;
    cursor: pointer;
}

.menu_sub {
    width: 100%;
    background: #d50e05;
    padding: 30px;
    text-align: center;
}

.menu_sub a {
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    padding: 0 60px;
    border-left: 1px solid rgba(255,255,255,0.5);
}

.menu_sub a:nth-child(1) {border-left: none;}

.menu_sub a span {
    display: inline-block;
    position: relative;
}

.menu_sub a span::after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -30px;
    transition: all 0.3s;
}

.menu_sub a:hover span::after,
.menu_sub a.cr span::after {width: 100%;}
/*导航*/

.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon:before {
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transition-duration: .4s
}

.hamburger {
    display: none;
    width: 24px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.hamburger__icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px
}

.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon:before {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #e60012;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-duration: .4s
}

.hamburger__icon:after,
.hamburger__icon:before {
    position: absolute;
    content: ""
}

.hamburger__icon:before {
    top: -7px
}

.hamburger__icon:after {
    top: 7px
}

.hamburger.active .hamburger__icon {
    background-color: transparent
}

.hamburger.active .hamburger__icon:after,
.hamburger.active .hamburger__icon:before {
    background-color: #e60012;
}

.hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(7px)rotate(45deg);
    -ms-transform: translateY(7px)rotate(45deg);
    -webkit-transform: translateY(7px)rotate(45deg);
    transform: translateY(7px)rotate(45deg)
}

.hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-7px)rotate(-45deg);
    -ms-transform: translateY(-7px)rotate(-45deg);
    -webkit-transform: translateY(-7px)rotate(-45deg);
    transform: translateY(-7px)rotate(-45deg)
}

.fat-nav {
    top: 55px;
    left: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    max-height: 90%;
    background: rgba(0,0,0,0.8);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.fat-nav__wrapper {
    width: 100%;
    height: 100%;
}

.fat-nav.active {
    display: block;
    z-index: 100;
}

.fat-nav li h3 {
    color: #fff;
    padding: 0 22px;
    border-top: 1px solid #333;
    position: relative;
}

.fat-nav li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 1em 0;
}

.fat-nav li.has_nav h3 a {
    display: inline-block;
}

.fat-nav li.has_nav h3 i {
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/down.png) no-repeat center center/100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    transition: all .2s ease 0s;
}

.fat-nav li.cr h3 i {
    transform: rotate(90deg);
}

.fat-nav li .sub_nav {
    display: none;
    padding-bottom: 10px;
}

.fat-nav li .sub_nav a {
    display: block;
    padding: 0.8em 30px;
    color: #fff;
    font-size: 14px;
}

.fat-nav li .sub_nav .sub_menu {
    padding: 0 0 1em 2em;
    border-bottom: 1px solid #3a3a3a;
}

.fat-nav li .sub_nav .sub_menu a {
    color: #ccc;
    font-size: 1.4rem;
}
/*首页链接*/
.inLink {
    padding: 78px 0 68px;
}

.inLink a {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    border-left: 1px solid #dddddd;
}

.inLink a:first-child {
    border-left: none;
}

.inLink a span {
    display: block;
}

.inLink a span.link_img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
}

.inLink a span.link_tit {
    font-size: 16px;
    margin: 30px 0 35px;
}

.inLink a span.link_more {
    width: 13px;
    height: 11px;
    background: url(../img/arrow1.png) no-repeat center;
    margin: 0 auto;
}

.inLink a:hover span.link_img img {
    margin-top: -70px;
}

.inLink a:hover span.link_more {
    background-image: url(../img/arrow2.png);
}

/*首页产品*/
.inGoods {
    padding-bottom: 100px;
    background: url(../img/pro_bg.jpg) no-repeat center bottom/100%;
    position: relative;
}

.inGoods .swiper-container {
    width: 91.67%;
    margin: 0;
}

.inGoods .swiper-container .swiper-slide .img_box li {
    font-size: 0
}

.inGoods .swiper-container .swiper-slide .img_box li:nth-of-type(1) {
    width: 72.4%!important;
    overflow: hidden;
}

.inGoods .swiper-container .swiper-slide .img_box li:nth-of-type(2) {
    width: 23%!important;
}

.inGoods .swiper-container .swiper-slide .img_box li img {
    display: inline-block
}
.inGoods .swiper-container .swiper-slide .img_box li:nth-of-type(1) img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inGoods .swiper-container .swiper-slide .img_box li img.img2 {
    margin-top: 40px
}

.inGoods .swiper-button-next,.inGoods .swiper-button-prev {
    width: 17px;
    height: 28px;
    background-size: 17px 28px;
    left: auto;
    right: 53px;
    margin-top: -14px;
}

.inGoods .swiper-button-prev {
    margin-top: 110px;
}

.inGoods .swiper-button-prev::before {
    content: '';
    width: 24px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: -50px;
    opacity: 1;
}

.inGoods .swiper-button-next.swiper-button-disabled,
.inGoods  .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.inGoods .swiper-pagination {
    display: none;
    width: 100%;
    margin-top: 20px;
}

.inGoods .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.inGoods .swiper-pagination-bullet-active {
    background: #e60012;
}

.inGoods .qw_txt {
    width: 730px;
    height: 170px;
    padding: 53px 47px 0 160px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 200px;
    bottom: 0;
    color: #fff;
    transition: all 0.8s;
    opacity: 0;
}

.inGoods .qw_txt h2 {
    padding-right: 65px;
    font-size: 3.6rem;
; text-transform: uppercase;
}

.inGoods .qw_txt h3 {
    padding-right: 65px;
    font-size: 2.4rem;
;margin-top: 10px;
}

.inGoods .qw_txt span {
    float: right;
    display: block;
    width: 62px;
    height: 59px;
    background: #548071 url(../img/news2.png) no-repeat center;
}

.inGoods .swiper-slide-active .qw_txt {
    left: 0;
    opacity: 1;
}
/*首页栏目标题*/
.lk_tit h3 {
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 9px;
    padding-right: 54px;
}

.lk_tit h2 {
    font-size: 4.8rem;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 1;
    margin: 15px 0;
    font-family: fantasy;
}

.lk_tit p {
    font-size: 14px;
    color: #666;
;letter-spacing: 6px;
}

.lk_tit i {
    display: block;
    width: 17px;
    height: 24px;
    background: url(../img/bar.png) no-repeat center;
    margin-top: 30px;
}

.lk_more {
    display: block;
    width: 225px;
    height: 70px;
    line-height: 64px;
    padding: 0 78px 0 35px;
    border: 3px solid #000;
    font-size: 1.8rem;
    white-space: nowrap;
    margin-top: 40px;
    background: url(../img/more1.png) no-repeat 83% 50%;
}

.lk_more:hover {
    border-color: #d50e05;
    background-image: url(../img/more2.png);
}
/*首页介绍*/
.inAbout {
}

.inAbout_txt {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.inAbout_con {
    width: 100%;
    color: #fff;
}

.inAbout_con h3 {
    font-size: 4.8rem;
;line-height: 1.3;
    margin-top: 25px;
}

.inAbout_con h4 {
    font-size: 20px;
    font-family: Arial;
    line-height: 1.5;
    text-transform: uppercase;
    padding-left: 78px;
    position: relative;
}

.inAbout_con h4::before {
    width: 50px;
    height: 4px;
    background: #ce0e05;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.inAbout_con .inAbout_text_con{
    font-size: 18px;
    display: block;
    width: 50%;
    line-height: 2;
    color: #fff;
    text-align: justify;
    padding-top: 20px;
    letter-spacing: 1px;
}
.inAbout_btn {
    background: #fff;
    overflow: hidden;
}

.inAbout_play {
    display: inline-block;
    padding: 0 26px 0 60px;
    height: 65px;
    line-height: 65px;
    margin-top: 90px;
    background: #ce0e05 url(../img/play1.png) no-repeat 25px 50%;
    position: relative;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.inAbout_play span {
    display: block;
    width: 63px;
    height: 63px;
    background: url(../img/play.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.inAbout_link {
    display: block;
    float: right;
    width: 50%;
    padding: 55px 0 35px 35px;
    font-size: 2.6rem;
    color: #ce0e05;
    text-transform: uppercase;
    line-height: 1.2;
    background: url(../img/more2.png) no-repeat 35px 100%;
}
/*首页服务*/
.inService {background: #f7f7f7;}

.inService_in {padding: 70px 0 102px;background: url(../img/bar1.png) no-repeat 101% 0}

.inService .lk_tit h3 {background: url(../img/fan2.png) no-repeat right center;}

.service_txt {
    width: 210px;
    font-size: 16px;
    color: #666;
    line-height: 1.875;
    margin-right: 106px;
}

.service_txt span {
    color: #d50e05;
}

.inService .service_box{padding-top: 54px}
.service_box a {
    overflow: hidden;
}

.service_box a .hover_img {
    position: absolute;
    left: 15px;
    top: 0;
    opacity: 0;
    z-index: 10;
    width: calc(100% - 30px);
}

.service_box a:hover .hover_img {opacity: 1;}

.service_box a h3,
.service_box a h4 {
    font-size: 2.4rem;
    color: #fff;
    position: absolute;
    left: 30px;
    z-index: 20;
}

.service_box a h3 {
    top: 30px;
    text-transform: uppercase;
}

.service_box a h4 {
    padding-bottom: 30px;
    bottom: 30px;
    background: url(../img/more3.png) no-repeat left bottom;
;
}

.service_box a:nth-child(2) {
    margin-top: 74px;
}

.service_box a:nth-child(4) {
    margin-top: 36px;
}
/*首页新闻*/
.inNews {
    margin: 82px 0 60px;
}

.inNews .lk_tit h3 {
    background: url(../img/fan4.png) no-repeat right center;
}

.inNews_box {
    width: 100%;
    padding-top: 55px;
    position: relative;
}

.inNews_box .swiper-pagination {
    bottom: auto;
    top: 20px;
    right: 0;
    text-align: right;
}

.inNews_box .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #bbbbbb;
    border-radius: 0;
    margin: 0 0 0 12px;
    opacity: 1;
}

.inNews_box .swiper-pagination-bullet-active {
    background: #000;
}

.inNews_left {
    width: 48.4%;
    float: left;
    margin-right: 40px;
}

.inNews_left dl,
.inNews_left dt {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
}

.inNews_left dt a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.inNews_left dt a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    padding-bottom: 70%;
}

.inNews_left dt a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left;
    position: absolute;
}

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

.inNews_left dl dd {
    width: 55%;
    padding: 28px;
    position: absolute;
    left: 37px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #fff;
    z-index: 10;
}

.inNews_left .news_txt h3 {
    font-size: 2.4rem;
;line-height: 1.5;
}

.inNews_left .news_txt .news_date {
    display: block;
    font-size: 1.8rem;
    color: #666666;
;margin-top: 12px;
}

.inNews_left .news_txt p {
    font-size: 14px;
;color: #66676c;
    line-height: 1.7;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inNews_left .news_txt .more {
    display: block;
    width: 45px;
    height: 45px;
    background: #ce0e05 url(../img/more4.png) no-repeat center;
    margin-top: 45px;
}

.inNews_right dl {
    margin-bottom: 0
}

.inNews_right dl + dl {
    margin-top: 45px
}

.inNews_right dl,.inNews_right dt,.inNews_right dd,.inNews_right dd a {
    overflow: hidden;
}

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

.inNews_right dl dt {
    width: 200px;
    float: left;
    margin-bottom: 0
}

.inNews_right dl dt a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.inNews_right dl dt a:before {
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 56%;
    display: inline-block;
}

.inNews_right dl dt a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inNews_right dl dd {
    padding-top: 5px;
    margin-bottom: 0
}

.inNews_right .news_date {
    float: left;
    padding: 0 35px;
    font-size: 16px;
    color: #2e2f34;
    text-align: center;
}

.inNews_right .news_date span {
    display: block;
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 8px;
}

.inNews_right dd a {
    display: block;
    padding: 0 30px;
    margin-top: 4px;
    border-left: 2px solid #dddddd;
}

.inNews_right dd a:hover {
    border-color: #d50e05;
}

.inNews_right dd a h3 {
    font-size: 1.8rem;
    color: #2e2f34;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
;
}

.inNews_right dd a p {
    font-size: 14px;
    color: #66676c;
    line-height: 1.7;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.ovh {
    overflow: hidden;
}

.pa {
    position: absolute;
}

.fb {
    font-weight: bold;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-30 {
    font-size: 30px;
}

.f-36 {
    font-size: 36px;
}

.f-40 {
    font-size: 40px;
}

.f-48 {
    font-size: 48px;
}

.f-60 {
    font-size: 60px;
}

.contactBox {
    font-size: 14px;
}

body .bg-f4 {
    background: #f4f4f4;
}

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

.tran_scale {
    display: block;
    overflow: hidden;
}

.tran_scale img {
    transition: all 1s ease;
}

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

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ts-0-5 {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

.line-hide-2 {
    height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-hide-3 {
    height: 4.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*产品中心 start*/
.prdListBox{padding: 70px 0 60px 0;}

.proTitle {
    background: url(../img/product3.png) right center no-repeat;
}

.proTitle .f1 {
;letter-spacing: 5px;
}

.proTitle .f2 {
    text-transform: uppercase;
    padding-bottom: 0.7em;
    background: url(../img/product5.png) 0.1em bottom no-repeat;
    background-size: 0.4em auto;
    letter-spacing: 5px;
}

/*.proList1 {*/
/*    margin-top: 70px;*/
/*    overflow: hidden;*/
/*}*/

/*.proList1 .contW {*/
/*    margin: 0 -1.8em;*/
/*}*/

/*.proList1 .item {*/
/*    width: 50%;*/
/*    float: left;*/
/*    margin-bottom: 3.6em;*/
/*}*/

/*.proList1 .item .w {*/
/*    display: block;*/
/*    margin: 0 1.8em;*/
/*    position: relative;*/
/*}*/

/*.proList1 .item span {*/
/*    display: block;*/
/*}*/

/*.proList1 .item .imgMask {*/
/*    background: rgba(0,0,0,0.5);*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    opacity: 0;*/
/*}*/

/*.proList1 .item .imgBorder {*/
/*    border: 8px solid #ce0e05;*/
/*    left: 20px;*/
/*    right: 20px;*/
/*    top: 20px;*/
/*    bottom: 20px;*/
/*    opacity: 0;*/
/*}*/

/*.proList1 .item .f1 {*/
/*    color: #fff;*/
/*    left: 1.5em;*/
/*    bottom: 3em;*/
/*    text-transform: uppercase;*/
/*}*/

/*.proList1 .item .f2 {*/
/*    color: #fff;*/
/*    left: 1.5em;*/
/*    bottom: 1.5em;*/
/*}*/

/*.proList1 .item .f3 {*/
/*    right: 1.5em;*/
/*    bottom: 1.5em;*/
/*    width: 1.3em;*/
/*    height: 1.3em;*/
/*    background: url(../img/product4.png) center no-repeat;*/
/*}*/

/*.proList1 .item .w:hover .imgMask,.proList1 .item .w:hover .imgBorder {*/
/*    opacity: 1;*/
/*}*/

/*.proList1 .item .w:hover .f1 {*/
/*    top: 2em;*/
/*    left: 2em;*/
/*    bottom: auto;*/
/*}*/

/*.proList1 .item .w:hover .f2 {*/
/*    left: 2em;*/
/*    bottom: 2em;*/
/*}*/

/*.proList1 .item .w:hover .f3 {*/
/*    right: 2em;*/
/*    bottom: 2em;*/
/*}*/

/*.proNum {*/
/*    margin: 2.8em 0;*/
/*}*/

/*.proNum span {*/
/*    color: #d50e05;*/
/*}*/

/*.page_item {*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 100%;*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.page_item a {*/
/*    display: block;*/
/*    padding: 0 10px;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    line-height: 2;*/
/*}*/

/*.page_item {*/
/*    display: block;*/
/*}*/

.proList2 {
    overflow: hidden;
}

.proList2 .item {margin-bottom: 2.6%;}

.proList2 .item a {
    display: block;
}

.proList2 .item span {
    display: block;
}

.proList2 .item .font {
    padding: 25px 0;
    background: #fff;
    color: #666;
    line-height: 30px;
}

.proList2 .item .font .arrow {
    width: 47px;
    height: 25px;
    border-left: 1px solid #ddd;
    background: url(../img/product10.png) right center no-repeat;
    margin-top: 4px;
    opacity: 0;
}

.proList2 .item a:hover .font {
    box-shadow: 0 0 8px 6px #f5f5f5;
    padding: 25px 25px 25px 32px;
    color: #000;
}

.proList2 .item a:hover .arrow,.proList2 .item a:hover .imgMask {
    opacity: 1;
}

.proList2 .item .img {
    position: relative;
    font-size: 0;
    overflow: hidden;
}
.proList2 .item .img:before{
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 100%;
    display: inline-block;
}
.proList2 .item .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proList2 .item .imgMask {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}
/*产品中心 end*/

/*关于我们 start*/
.contact .proTitle {
    margin-top: 32px;
}

.corporate_news .proTitle {
    float: left;
    padding-right: 110px;
}

.latestNews {
    margin-bottom: 60px;
    position: relative;
}

.latestNews a {
    display: block;
}

.latestNews .img {
    width: 62%;
    position: relative;
    font-size: 0;
    overflow: hidden;
}
.latestNews .img:before{
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    padding-top: 56%;
}
.latestNews .img .auto-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.latestNews .font {
    width: 42%;
    right: 0;
    top: 50%;
    padding: 46px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: #fff;
}

.latestNews .font .date {
    margin-bottom: 1em;
;color: #333;
}

.latestNews .font .f1 {
    margin-bottom: 1em;
;
}

.latestNews .font .f2 {
    font-size: 14px;
    color: #66676c;
    line-height: 1.7;
}

.latestNews .font .more {
    width: 45px;
    height: 45px;
    border: 1px solid #e5e5e5;
    background: url(../img/news1.png) center no-repeat;
    margin-top: 3em;
}

.latestNews .font .more:hover,.newsList .item .font .more:hover {
    border-color: #d50e05;
    background: url(../img/news2.png) center no-repeat #d50e05;
}

.newsList {
    margin-bottom: 5em;
}

.newsList .item {
    margin-bottom: 2.6em;
    background: #fff;
}

.newsList .item a {
    display: block;
}

.newsList .item .img {
    width: 450px;
    position: relative;
}
.newsList .item .img:before{
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    padding-top: 56%;
}
.newsList .item .img .auto-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.newsList .item .img .mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../img/more5.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

.newsList .item .img:hover .mask {
    opacity: 1;
}

.newsList .item .date {
    padding: 1.4em 3.5em;
    line-height: 1.2;
    border-right: 1px solid #e0e0e0;
    margin-top: 70px;
    text-align: center;
}

.newsList .item .date .f-60 {
    line-height: 0.8;
    margin-bottom: 10px;
}

.newsList .item .font {
    padding: 0 200px 0 5em;
    margin-top: 73px;
    position: relative;
}

.newsList .item .font .f2 {
    font-size: 14px;
    color: #66676c;
    line-height: 1.7;
    margin-top: 1em;
}

.newsList .item .font .more {
    border: 1px solid #e5e5e5;
    width: 60px;
    height: 60px;
    background: url(../img/news1.png) center no-repeat;
    right: 60px;
    top: 50%;
    margin-top: -30px;
}

.newsList .item:hover {
    box-shadow: 0 0 6px 4px #e6e6e6;
}

.contactBox .proTitle {
    padding: 4em 0 3em 0;
}

.contactBox {
    background: url(../img/contact1.png) left top no-repeat;
    width: 100%;
    overflow: hidden;
}

.contactCont1 {
    width: 59%;
}

.contactCont2 {
    width: 41%;
    position: relative;
    z-index: 2;
}
.contactCont2:after{
    content: '';
    height: 100%;
    width: 160%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../img/contact7.jpg) left center no-repeat;
    background-size: cover;
}

#map {
    width: 100%;
    height: 450px;
}

.contactCont4 {
    width: 41%;
    background: #f1f1f1;
}

.contactCont5 {
    width: 41%;
}

#allmap img {
    max-width: none!important;
}

.contactCont .contactItem1 {width: 100%;}

.contactCont .contactItem2 {width: 100%;}

.contactInfo1 {padding: 100px 0;}

.contactInfo1 .info1 {
    padding-right: 80px;
    border-right: 1px solid #ddd;
}

.contactInfo1 p img {
    width: 1.2em;
    margin-right: 0.5em;
    vertical-align: -3px;
    display: block;
    float: left;
}

.contactInfo1 p span,.contactInfo1 p span a {
    display: block;
}

.contactInfo1 p span em {
}

.contactInfo1 .info1 a {
    display: block;
    margin: 0.3em 0 0.7em 0;
}

.contactInfo1 .info2 {
    padding: 0 80px;
}

.contactInfo1 .info2 p {
    font-weight: bold;
}

.contactInfo1 .info2 p:nth-child(2) {
    margin-top: 2em;
}

.contactInfo1 .info2 p a {
    font-weight: normal;
    margin-top: 0.5em;
    text-transform: uppercase;
}

.contactInfo2 {
    padding: 100px 0 100px 40px;
}

.contactInfo2 .item {
    float: left;
    width: 168px;
    margin-left: 68px;
    text-align: center;
    padding: 1em;
    background: #fff;
}

.contactInfo2 .item span {
    display: block;
    margin-top: 0.5em;
    white-space: nowrap;
}

/*滚动条 start*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: #fff;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(158, 158, 158, 0.7);
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(158, 158, 158, 1);
}
/*关于我们 end*/

/*加入我们 start*/
.recruit .proTitle {
    width: 650px;
}

.w12 {
    width: 12%
}

.w16 {
    width: 16%
}

.recruitTable .tHead {
    padding: 2em 0;
    line-height: 1;
    background: #181819;
    color: #fff;
    margin-bottom: 2em;
}

.recruitTable .tHead div.tal,.recruitTable .tBody div.tti {
    text-align: left;
    padding-left: 2em;
}

.recruitTable .tHead div,.recruitTable .tBody > div {
    float: left;
    text-align: center;
}

.recruitTable .tBody > div {
    padding: 20px 0;
    font-size: 16px;
}

.recruitTable .item {
    margin-bottom: 2em;
}

.recruitTable .tBody {
    line-height: 1;
    color: #757575;
    background: #fff;
    cursor: pointer;
}

.recruitTable .tBody div.tti {
    color: #000;
    font-weight: normal;
    font-size: 18px;
}

.recruitTable .tBody .btnBox {
    height: 40px;
    margin-top: 8px;
    padding: 0;
}

.recruitTable .tBody .btn {
    width: 40px;
    height: 40px;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    background-image: url(../img/recruit8.png);
    background-position: center;
    background-repeat: no-repeat;
}

.recruitTable .tBody .line {
    border-right: 1px solid #9e9e9e;
}

.recruitTable .item.on .tBody .line {
    border-right: 1px solid #f3d5d4;
}

.recruitTable .tBody:hover,.recruitTable .item.on .tBody {
    background: url(../img/recruit4.png) left bottom no-repeat #ce0e05;
    background-size: 100%;
    color: #fff;
}

.recruitTable .tBody:hover div.tti,.recruitTable .item.on .tBody div.tti {
    color: #fff;
    font-weight: normal;
}

.recruitTable .tBody:hover .line,.recruitTable .item.on .tBody .line {
    border-color: #f3d5d4;
}

.recruitTable .tBody:hover .btn,.recruitTable .item.on .tBody .btn {
    border-color: #fff;
    background-color: #fff;
}

.recruitTable .item.on .tBody .btn {
    background-image: url(../img/recruit9.png);
}

.jobDesc {
    padding: 50px 70px;
    background: #fff;
    display: none;
}

.jobDesc h3 span {
    color: #ce0e05;
    display: inline-block;
    margin: 0 0.2em;
}

.jobDesc h3,.jobDesc p {
    line-height: 1.8;
    font-size: 16px;
}

.jobDesc h3 {
    margin-bottom: 1em;
}

.jobDesc h2 {
    color: #000;
    margin: 1em 0 0.5em 0;
;
}

.connectWay {
    margin-top: 4em;
}

.connectWay .connectItem {
    width: 33%;
    float: left;
    text-align: center;
    padding-bottom: 1em;
    border-right: 1px solid #ddd;
}

.connectWay .connectItem:last-child {
    border-right: none;
}

.connectWay .connectItem img {
    display: block;
    margin: 0 auto 1em auto;
}

.connectWay .connectItem a {
    display: inline-block;
    margin: 0 1em;
}

.connectWay .mail {
    text-align: center;
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid #ddd;
}

.connectWay .mail a {
    color: #ce0e05;
    display: inline-block;
    margin-left: 1em;
}
/*加入我们 end*/

/******/

.spaceBox {
    background: #f4f4f4;
}

.spaceList2 {
    margin-top: 65px;
}

.spaceList2 .item span.ellipsis {
    padding-left: 32px;
}

.spaceList2 .item .font .arrow {
    border-left: none;
}

.spaceList2 .item a:hover .font {
    padding-left: 0;
    padding-right: 32px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.08);
}

.spaceList2 .item .imgMask {
    background-image: url(../img/product4.png);
}
/*新闻详情页*/
.newsBox {
    padding: 85px 0 135px;
    background: #f8f8f8;
}

.newsBox .news-left .news-leftBox{
    background: #fff;
    padding: 40px 40px 65px;
    width: 100%;
}

.newsCon {
    margin-top: 80px;
}

.newsCon,.newsCon p {
    font-size: 16px;
    color: #666;
    line-height: 2.25;
}

.newsCon p {
    margin-bottom: 2em;
}

.newstitle {
    font-size: 3.6rem;
;line-height: 1.5;
}

.news_time {
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    padding-bottom: 40px;
    border-bottom: 2px solid #000;
}

.news_time span {
    display: inline-block;
    padding: 0 25px;
    border-left: 1px solid #dddddd;
}

.news_time span:nth-child(1) {
    padding-left: 0;
    border-left: none;
}

.news_time span:nth-child(3) {
    padding-right: 0;
}

.share_box {
    display: inline-block;
    text-align: center;
}

.share_box a {
    display: inline-block;
    width: 30px;
    height: 25px;
    margin: 0 5px;
}

.share_box a img {
    transition: none;
}

.news_time .social-share a {
    margin: 0 5px 0 0;
}

.news_time .social-share .social-share-icon {
    border: none;
    color: #fd7722;
    vertical-align: -2px;
}

.news_time .social-share .icon-wechat,.news_time .social-share .icon-weibo {
    border: none;
    color: #999999;
}

.prev_next {
    margin-top: 100px;
    padding-top: 70px;
    border-top: 1px solid #dddddd;
}

.prev_next .fl,.prev_next .fr {
    font-size: 2.4rem;
    line-height: 60px;
    overflow: hidden;
    margin-top: 12px;
}

.prev_next em {
    width: 60px;
    height: 60px;
    border: 1px solid #dddddd;
}

.prev_next .fl em {
    float: left;
    background: url(../img/prev.png) no-repeat center;
    margin-right: 20px;
}

.prev_next .fr em {
    float: right;
    background: url(../img/next.png) no-repeat center;
    margin-left: 20px;
}

.prev_next a:hover em {
    border-color: #ce0e05;
}

.prev_next a.fl:hover em {
    background: #ce0e05 url(../img/prev_hover.png) no-repeat center;
}

.prev_next a.fr:hover em {
    background: #ce0e05 url(../img/next_hover.png) no-repeat center;
}

.btn_back {
    display: block;
    width: 210px;
    height: 90px;
    line-height: 28px;
    background: #222222;
    font-size: 18px;
    color: #fff;
    padding: 30px 45px 0;
    white-space: nowrap;
    margin: 0 auto;
}

.btn_back img {
    margin-right: 22px;
}

.btn_back:hover {
    background: #ce0e05;
    color: #fff;
}


.newsBox .news-right {}
.newsBox .news-right .new {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.newsBox .news-right .new dt {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 49px;
    width: 100%;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}

.newsBox .news-right .new dd {
    display: block;
    padding: 18px;
    width: 100%;
}

.newsBox .news-right .new dt:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    content: '';
}

.newsBox .news-right .new dt:before {
    background-image: url(../img/icon-hot.png);
}

.newsBox .news-right .new dd a {
    display: block;
    width: 100%;
}

.newsBox .news-right .new dd a:last-child .text {
    border-bottom: 0;
}

.newsBox .news-right .new dd a + a {
    margin-top: 15px;
}

.newsBox .news-right .new .text {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 35px;
}

/*关于我们*/
.aboutBox_in {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aboutBox_in .discription p{
    font-size: 1.8rem;
    color: #666;
    line-height: 1.8;
    margin-bottom:1rem;
}
/*品牌介绍*/
.brand_vision{margin-top:70px;}
.brand_img {
    margin-top: 45px;
}
.brand_box{width:50%;height:263px;background:#d50e05 url(../img/brand_bg.png) no-repeat center; background-size:cover;padding:100px 30px 40px;}
.brand_box h3{font-size:3.6rem;color:#fff;line-height: 1.3;}
.brand_box p{font-size:2.4rem;color:#fff;margin-top:15px; }
.brand_txt{font-size:16px;color:#666;line-height: 1.7;margin-top:35px;overflow: hidden;}
.brand_txt p{margin-top:40px;font-size:16px;}
.roco_resource{margin-top:93px;padding-top:90px;background:url(../img/roco_bg1.jpg) no-repeat center top;}
.roco_title{color:#fff;}
.roco_title h3{padding-bottom:60px;background:url(../img/product5.png) no-repeat center bottom;margin-bottom:25px;}
.roco_content{margin-top:85px;}
.roco_content dl dd{overflow: hidden;}
.roco_content dl dt{}
.roco_content dl dt img{width:100%;}
.roco_content dl dd{padding:120px 80px 110px 85px;}
.roco_content dl dd h3{margin:40px 0 15px;}
.roco_content dl dd h3,.roco_content dl dd p{color:#fff;}
.roco_content dl:nth-child(1) dd .roco_img{background:url(../img/product3.png) no-repeat right top;}
.roco_content dl:nth-child(2) dt{float:right;margin-top:-180px;}
.roco_content dl:nth-child(2) dd{padding:80px 80px 40px 175px;background:#fff;}
.roco_content dl:nth-child(2) dd h3{color:#000;}
.roco_content dl:nth-child(2) dd p{color:#333;}
.roco_desc{background:url(../img/hw_bg.jpg) repeat-x left bottom;}
.roco_desc dl dt{width:50%;float:left;}
.roco_desc dl dt img{width:100%;}
.roco_desc dl dt img.img2{display:none;}
.roco_desc dl dt a:hover img.img1{display: none;}
.roco_desc dl dt a:hover img.img2{display: block;}
.roco_desc dl dd{padding:30px 55px 0;overflow: hidden;}
.roco_desc dl dd .roco_tit{color:#d50e05;font-size:7.2rem;line-height:1;padding:30px 45px;background:url(../img/quote.png) no-repeat 0 0; text-transform: uppercase;letter-spacing: 8px;margin-bottom:30px;}
.roco_desc dl dd p{font-size:2.4rem;margin-bottom:25px;margin-left:45px;}
.roco_desc dl dd p span{}

/*产品详情*/
.proContent {
    margin-top: 100px;
    background: #f7f7f7;
    padding: 30px 0 115px;
}

.proContent .crumbs {
    position: static;
}

.proContent .crumbs a {
    color: rgba(51,51,51,0.8);
}

.proContent .crumbs span {
    color: #e60012;
}

.proContent .crumbs i {
    background-image: url(../img/crumbs_icon1.png);
}

.pron_con1{ background:#fff; padding:60px 0;margin-top: 30px}

.pron_text{ }
.pron_text .h3{ color:#181819; font-size:36px; font-weight:bold;}
.pron_text .em{ font-size:18px; color:#25211e; border-bottom:1px dashed #cecece; padding-bottom:20px;}
.pron_text .p{ padding:25px 0 40px 0;}
.pron_text .t{ margin-bottom:20px;}
.pron_text .t p{font-size: 16px}
.pron_text .t .pro_thumbs p{font-size: 14px;line-height: 2;padding: 0 10px;text-align: center}
.pron_text .t .pro_thumbs .swiper-slide{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.pron_text .t .pro_thumbs .swiper-slide.swiper-slide-thumb-active{
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    border-color:#e60012;
}

.pron_text .m {
    padding-bottom: 62px;
}

.pron_text .m a {
    background: #e60012;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.pron_text .m a span {
    font-size: 18px;
    font-weight: bold;
}

.pron_text .m a i {
    font-size: 24px;
    margin-right: 5px;
}

.pron_text .y {
    padding: 29px 0;
    overflow: hidden;
    border-top: 1px dashed #cecece
}

.pron_text .y span {
    float: left;
    width: 33.3333%;
    line-height: 42px;
    font-size: 16px;
}

.pron_text .y i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 6px;
}

.pron_text .y i img {
    width: 100%
}

.pro_tit {
    margin: 55px 0 45px;
    text-align: center;
}

.pro_tit h3 {
    display: inline-block;
    position: relative;
    padding: 0 50px;
    font-size: 3.2rem;
}

.pro_tit h3::before {
    content: '';
    width: 40px;
    height: 2px;
    background: url(../img/bar4.png) no-repeat left center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.pro_tit h3::after {
    content: '';
    width: 40px;
    height: 2px;
    background: url(../img/bar5.png) no-repeat left center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

.pro_tit p {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}

.pro_detail_content {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 1px
}
/*品牌理念*/
.philosophy_box {
    background: #f5f5f5 url(../img/phi_bg.jpg) no-repeat center top;
    background-size: 100%;
    padding-top: 40px;
}

.philosophy_in {
    padding-bottom: 100px;
}

.philosophy_box .proTitle {
    color: #fff;
}

.chairman_box {
    margin-top: 75px;
}

.chairman {
    width: 333px;
    height: 93px;
    bottom: 70px;
    left: 54%;
    margin-left: -166px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    background: url(../img/name_bg.png) no-repeat center;
    background-size: 100%;
    z-index: 10;
}

.chairman h3 {
    font-size: 2.4rem;
    white-space: nowrap;
}

.chairman p {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    margin-top: 10px;
    white-space: nowrap;
}

.vision_box {
    width: 385px;
    padding: 40px 40px 25px;
    background: #e60012;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.vision_box h2 {
    color: #fff;
    padding-bottom: 140px;
    background: url(../img/fan44.png) no-repeat right bottom;
}

.vision_box h3 {
    color: #fff;
;padding-top: 30px;
    border-top: 5px solid #fff;
    margin-top: 38px;
    line-height: 1.5;
}

.vision_box p {
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
    margin-top: 15px;
    font-size: 14px;
}

.tita_item {
    margin-top: 20px;
}

.tita_item dl {
    width: 23.8%;
    min-height: 465px;
    float: left;
    background: #fff;
    margin-left: 1.6%;
    padding: 40px 34px 50px;
}

.tita_item dl:nth-child(1) {
    margin-left: 0;
}

.tita_item dl dt {
    font-size: 3.6rem;
    line-height: 1.1;
    padding-bottom: 160px;
}

.tita_item dl dd {
    font-size: 2.4rem;
    padding-top: 30px;
    margin-top: 30px;
    line-height: 1.5;
    border-top-width: 5px;
    border-top-style: solid;
;
}

.tita_item dl:nth-child(1) dt {
    color: #aa1b79;
    background: url(../img/fan11.png) no-repeat right bottom;
}

.tita_item dl:nth-child(1) dd {
    border-top-color: #aa1b79;
}

.tita_item dl:nth-child(2) dt {
    color: #0093dd;
    background: url(../img/fan22.png) no-repeat right bottom;
}

.tita_item dl:nth-child(2) dd {
    border-top-color: #0093dd;
}

.tita_item dl:nth-child(3) dt {
    color: #d50e05;
    background: url(../img/fan33.png) no-repeat right bottom;
}

.tita_item dl:nth-child(3) dd {
    border-top-color: #d50e05;
}

.tita_item dl:nth-child(4) dt {
    color: #aa1b79;
    background: url(../img/fan11.png) no-repeat right bottom;
}

.tita_item dl:nth-child(5) dd {
    border-top-color: #aa1b79;
}

/*招商加盟*/
.jiameng_adv {
    padding: 34px 0 125px;
    background: #34353c;
}

.jiameng_item {
    background: #fff;
    padding: 40px 40px 80px;
    margin-top: 30px;
}

.jiameng_tit {
    height: 100px;
    padding: 0 40px;
    background: url(../img/zstit_bg.png) no-repeat 0 0;
    background-size: cover;
    font-size: 36px;
    line-height: 100px;
    color: #fff;
    margin-bottom: 65px;
}

.jiameng_tit span {
    float: left;
    height: 100%;
    font-size: 144px;
    line-height: 0.65;
    background: #fff;
    color: #d50e05;
    padding: 0 25px;
    margin-right: 40px;
    font-family: fantasy;
}

.jiameng_box {
    padding: 0 40px;
}

.jiameng_box1_left {
    width: 310px;
    margin-right: 100px;
    margin-top: 30px;
}

.jiameng_box_tit h3 {
    font-size: 36px;
    color: #333;
;line-height: 1.33;
}

.jiameng_box_tit p {
    font-size: 20px;
    color: #9b9b9b;
    line-height: 1.8;
    padding-top: 12px;
}

.jiameng_box_tit .zs_bar {
    width: 60px;
    height: 3px;
    background: url(../img/zs_bar.png) no-repeat 0 0;
    margin-bottom: 25px;
}

.jiameng_item1 .jiameng_box_tit .zs_bar {
    margin-top: 25px;
}

.jiameng_box1_right_img1 {
    width: 25%;
}

.jiameng_box1_right_img2 {
    width: 68%;
}

.jiameng_box2 {
    margin-top: 55px;
}

.jiameng_box2_img {
    width: 49%;
}

.jiameng_box3 {
    margin-top: 80px;
}

.jiameng_box3 dl {
    width: 18%;
    float: left;
    margin-left: 2.5%;
}

.jiameng_box3 dl:nth-child(1) {
    margin-left: 0;
}

.jiameng_box3 dl dd {
    height: 175px;
    position: relative;
    background-image: url(../img/zs_fan.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}

.jiameng_box3 dl dd h3 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px;
    color: #fff;
; text-transform: uppercase;
}

.jiameng_box3 dl:nth-child(2n) dd h3 {
    bottom: auto;
    top: 30px;
}

.jiameng_box3 dl:nth-child(1) dd {
    background-color: #e51216;
}

.jiameng_box3 dl:nth-child(1) dd h3 {
}

.jiameng_box3 dl:nth-child(2) dd {
    background-color: #aa1b79;
}

.jiameng_box3 dl:nth-child(3) dd {
    background-color: #0093dd;
}

.jiameng_box3 dl:nth-child(4) dd {
    background-color: #fb5018;
}

.jiameng_box3 dl:nth-child(5) dd {
    background-color: #7ba287;
}

.jiameng_box4_left {
    width: 32.6%;
}

.jiameng_box4_left img {
    margin-top: 110px;
}

.jiameng_box5_left {
    width: 29.8%;
}

.jiameng_box5_right {
    width: 61%;
}


.jiameng_support {
    padding: 80px 0 0;
}

.jiameng_support .wrap,
.jiameng_us .wrap,
.jiameng_process .wrap {
    width: 1440px;
}

.jiameng_support .pro_tit,
.jiameng_process .pro_tit {
    margin: 0 0 45px;
    text-align: center;
}

.jiameng_support .pro_tit h3,
.jiameng_process .pro_tit h3 {
    display: inline-block;
    position: relative;
    padding: 0 97px;
    font-size: 3.6rem;
    color: #34353c;
}

.support_item {margin-bottom: 60px;}
.jiameng_support .support_item .support_img{display: none}
.support_item{
    border-left: 1px solid #e1e1e1;
}
.support_item:nth-of-type(1),
.support_item:nth-of-type(4){border-left: 0}
.support_tit span {
    display: inline-block;
    width: 96px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background: #34353c;
    color: #fff;
    font-size: 6rem;
    vertical-align: middle;
    margin-right: 4px;
}

.support_tit h3 {
    display: inline-block;
    height: 85px;
    padding: 0 35px;
    line-height: 85px;
    background: #d71d14;
    color: #fff;
    font-size: 4rem;
    vertical-align: middle;
}

.support_txt {
    font-size: 18px;
    color: #999;
    line-height: 2;
    margin: 3rem 0 4rem;
}

.support_txt em {
    color: #d71d14;
}

.support_img1 {
    width: 49.3%;
}

.jiameng_us {
    padding: 200px 0 95px;
    background: #e51216 url(../img/jm_bg.jpg) no-repeat center top;
    background-size: 100%;
}

.jiameng_us_img1 {
    width: 51.3%;
}

.jiameng_us_img2 {
    width: 47.7%;
}

.jiameng_process {
    padding-bottom: 135px;
    background: #f4f4f4;
}

.jiameng_process_in {
    padding-top: 60px;
}

.jiameng_process .pro_tit {
    margin-bottom: 65px;
}

.jiameng_us ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 30px 40px 40px;
    overflow: hidden;
}

.jiameng_us ul li:nth-child(1) {
    padding: 0;
}

.jiameng_us ul li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.jiameng_us ul li h3 {
    font-size: 6rem;
    color: #fff;
    -webkit-text-stroke: 1px #333;
    padding-bottom: 45px;
    border-bottom: 3px solid #34353c;
    line-height: 1;
}

.jiameng_us ul li:hover h3 {
    -webkit-text-stroke: 1px #fd2115;
    color: #fd2115;
    border-color: #fd2115;
}

.jiameng_us ul li p {
    min-height: 60px;
    font-size: 18px;
    color: #34353c;
    margin-top: 30px;
    line-height: 1.67;
}

/*.jiameng_process .proTitle {*/
/*    margin-top: 50px;*/
/*}*/

/*.jiameng_process .proTitle .f2 {*/
/*    display: inline-block;*/
/*    padding-bottom: 0;*/
/*    padding-right: 40px;*/
/*    background-position: right center;*/
/*}*/

.jiameng_process_img {
    margin-top: 50px;
}

.jiameng_process_img a {
    float: left;
    width: 48.6%;
    margin-left: 2.8%;
}

.jiameng_process_img a:nth-child(1) {
    margin-left: 0;
}

.jiameng_step {
    margin-top: 60px;
}

.jiameng_step_item {
    width: 19%;
    min-height: 400px;
    float: left;
    background: #fff;
    margin-left: 1.25%;
    padding: 25px 35px 50px;
}

.jiameng_step_item:nth-child(1) {
    margin-left: 0;
}

.jiameng_step_item:last-child h3 {
    background: none;
}

.jiameng_step_item h2 {
    display: inline-block;
    font-size: 4.8rem;
    color: #34353c;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #fd2115;
}

.jiameng_step_item h3 {
    font-size: 24px;
    color: #34353c;
    background: url(../img/zs_arr.png) no-repeat right center;
    line-height: 1.3;
    margin: 20px 0 35px;
    padding-right: 15px;
}

.jiameng_step_item p {
    font-size: 16px;
    color: #909090;
    line-height: 1.8;
}

@media only screen and (max-width:1680px) {

    .nav li {
        padding: 0 45px;
    }

    .inRed_bar dl {
        padding-left: 50px;
        padding-right: 50px;
    }

    .inNews_right dl {
        margin-bottom: 53px;
    }

    .inNews_right dl dt {
        width: 25%;
    }

    .inNews_right dl dd {
        padding-top: 0;
    }

    .inNews_right dd a {
        padding-right: 0;
    }

    .inNews_right dd a p {
        margin-top: 8px;
    }

    .roco_desc dl dd {
        padding: 30px 50px 0;
    }

    .roco_desc dl dd .roco_tit {
        font-size: 6rem;
        background-size: auto 100%;
        margin-bottom: 20px;
    }

    .roco_desc dl dd p {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .roco_desc dl dd p {
        margin-bottom: 20px;
    }

    .pro_desc .pro_txt {
        padding: 40px 50px 20px 50px;
    }

    .pro_desc .pro_txt h3 {
        margin-top: 20px;
        padding-top: 70px;
    }

    .pro_desc .btn_yuyue {
        margin-top: 60px;
    }

    .tita_item dl {
        min-height: 501px;
    }
}

@media only screen and (max-width:1600px) {
    .nav li {
        padding: 0 33px;
    }


    .f-60 {
        font-size: 48px;
    }

    .newsList .item .img {
        width: 33%;
    }

    .newsList .item .font {
        padding: 0 180px 0 4em;
        margin-top: 65px;
    }

    .contactInfo2 {
        padding-left: 0;
    }

    .contactInfo2 .item {
        margin-left: 3em
    }

    #map {
        height: 400px;
    }



}

@media only screen and (max-width:1440px) {
    .f-48,.f-60 {
        font-size: 40px;
    }

    .f-36 {
        font-size: 32px;
    }

    .f-40 {
        font-size: 36px;
    }

    .f-30 {
        font-size: 26px;
    }

    .wrap {
        width: 1200px;
    }

    .searchbox {
        width: 180px;
    }

    .searchbox a img {
        margin-right: 15px;
    }

    .nav li {
        padding: 0 25px;
    }

    .f_left {
        width: 290px;
    }

    .inGoods .qw_txt {
        width: 650px;
        padding-left: 100px;
    }

    .inAbout_desc {
        height: 340px;
        padding-top: 120px;
    }

    .inNews_left dl dd {
        width: 54%;
    }

    .inNews_left .news_txt .more {
        margin-top: 20px;
    }

    .inNews {
        margin-bottom: 50px;
    }

    .inService {
        background-size: 26%;
    }

    .inService_in {
        background-size: 22%;
        background-position: 101% 35%;
        padding-bottom: 80px;
    }

    .inNews_left .news_txt h3 {
        font-size: 2rem;
    }


    .newsBox .wrap {
        width: 1200px;
    }

    .newsCon {
        margin-top: 40px;
    }

    .inban_txt h2 {
        font-size: 5.6rem;
    }

    .idea_txt dl {
        width: 22.6%;
        margin-left: 3.2%;
    }

    .idea_txt dl dt img {
        height: 100px;
    }

    .idea_txt dl dd{
        margin-top: 30px;
    }

    .idea_txt dl dd h3 {
        padding-bottom: 20px;
    }

    .idea_txt dl dd h4{
        margin-top: 20px;
    }

    .pro_desc .btn_yuyue {
        margin-top: 30px;
    }

    .pro_desc .pro_txt h4 {
        margin-top: 20px;
    }

    .pro_desc .pro_txt h2 br {
        display: none;
    }

    .reservation_step {
        padding-left: 50px;
    }

    .tita_item dl dd {
        font-size: 1.8rem;
    }

    .philosophy_in {
        background-position: -25% 100%;
    }

    .jiameng_support .wrap,
    .jiameng_us .wrap,
    .jiameng_process .wrap {
        width: 1300px;
    }

    .jiameng_box_tit h3 {
        font-size: 32px;
    }

    .jiameng_box_tit p {
        font-size: 16px;
    }

    .jiameng_tit {
        height: 90px;
        line-height: 90px;
    }

    .jiameng_tit span {
        font-size: 120px;
        line-height: 0.7;
    }

    .support_item {
        margin-bottom: 80px;
    }

    .support_tit span {
        font-size: 5rem;
        height: 72px;
        line-height: 72px;
    }

    .support_tit h3 {
        font-size: 3rem;
        padding: 0 30px;
        height: 72px;
        line-height: 72px;
    }

    .support_txt {
        font-size: 16px;
    }

    .jiameng_us ul li {
        padding: 20px 40px;
    }

    .jiameng_process_in {
        background-size: 25%;
    }

    .jiameng_adv {
        padding-bottom: 80px;
    }

    .jiameng_process {
        background-size: 25%;
        padding-bottom: 100px;
    }

    .ewm_item {
        margin-left: 20px;
    }

    .ewm_item img {
        margin: 10px;
    }

    .menu a {
        margin-right: 70px;
    }

    .inNews_right dl {
        margin-bottom: 42px;
    }

    .inNews_right .news_date span {
        font-size: 4rem;
    }

    .inGoods .qw_txt {
        width: 500px;
        padding-left: 50px;
    }

    .jiameng_support .wrap,
    .jiameng_us .wrap,
    .jiameng_process .wrap {
        width: 1280px;
    }

    .jiameng_item {
        padding: 40px;
    }

    .jiameng_box {
        padding: 0;
    }

    .jiameng_tit,.support_item {
        margin-bottom: 40px;
    }

    .support_txt {
        margin: 40px 0;
    }

    .jiameng_support {
        padding: 50px 0;
    }

    .jiameng_us {
        padding: 135px 0 80px;
    }

    .jiameng_box2,.jiameng_box3{
        margin-top: 40px;
    }

    .jiameng_step_item {
        padding: 25px 25px 50px;
    }

    .prdListBox {
        padding: 50px 0 80px 0;
    }

    .proList1 {
        margin-top: 50px;
    }

    .proNum {
        margin: 1.5em 0;
    }


    .latestNews .font {
        padding: 28px;
    }

    .latestNews .font .f1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .recruit .proTitle {
        width: 560px;
    }

   #map {
        height: 350px;
    }

    .contactInfo1 .info1 {
        padding-right: 60px;
    }

    .contactInfo1 .info2 {
        padding: 0 60px;
    }
}

@media only screen and (max-width:1366px) {
    /*.wrap{width:1130px;}*/
    .nav li {
        padding: 0 20px;
    }


    .contactInfo1 .info1 {
        padding-right: 30px;
    }

    .contactInfo1 .info2 {
        padding: 0 30px;
    }


    .step_item span {
        font-size: 20px;
    }

    .recruitTable .tBody > div {
        padding: 20px 0;
    }

    .recruitTable .tBody .btnBox {
        width: 80px;
    }

    .recruitTable .tBody .ww1 {
        width: 20%;
    }

    .inNews_right dl {
        margin-bottom: 40px;
    }

    .inNews_right dl dd {
        padding-top: 0;
    }

    .inNews_right dd a p {
        margin-top: 10px;
    }

    .inNews_left dl dd {
        width: 76%;
        left: 50%;
        margin-left: -38%;
    }

    .mt100 {
        margin-top: 60px;
    }

    .pad100 {
        padding: 60px 0;
    }

    .pad80-100 {
        padding: 60px 0;
    }

    .pad40-130 {
        padding: 40px 0 60px 0;
    }

    .pb100 {
        padding-bottom: 60px;
    }

}

@media only screen and (max-width:1280px) {
    .wrap {
        width: auto;
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .nav li {
        padding: 0 15px;
    }

    .ewm_item {
    }

    .ewm_item img {
        width: 100px;
        height: 100px;
    }

    .inAbout_desc {
        height: 260px;
        padding-top: 60px;
    }

    .newsBox {
        padding: 50px 0;
    }

    .newsBox .wrap {
        width: auto;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .inNews_right dl {
        margin-bottom: 40px;
    }

    .idea_txt dl dd img {
        margin-top: 60px;
    }

    .reservation_step {
        padding-left: 50px;
    }

    .step_item span {
        font-size: 2rem;
    }

    .jiameng_adv .wrap,.jiameng_support .wrap,.jiameng_us .wrap,.jiameng_process .wrap {
        width: 1200px;
        margin: 0 auto;
    }

    .jiameng_tit {
        height: 72px;
        line-height: 72px;
        font-size: 30px;
    }

    .jiameng_tit span {
        font-size: 100px;
    }

    .support_txt {
        font-size: 14px;
    }

    .jiameng_us ul li h3 {
        font-size: 5rem;
        padding-bottom: 38px;
    }


    .f-18 {
        font-size: 16px;
    }

    .f-20 {
        font-size: 18px;
    }

    .f-24,.f-30 {
        font-size: 20px;
    }

    .f-48,.f-60 {
        font-size: 36px;
    }

    .f-36 {
        font-size: 24px;
    }

    .f-40 {
        font-size: 30px;
    }

    .prdListBox {
        padding: 40px 0 70px 0;
    }

    .proList1 {
        margin-top: 40px;
    }

    .proList1 .item {
        margin-bottom: 2em;
    }

    .proList1 .item .w {
        margin: 0 1em;
    }

    .proList1 .contW {
        margin: 0 -1em;
    }

    .latestNews .font .more,.newsList .item .font .more {
        width: 40px;
        height: 40px;
        background-size: 40% auto;
    }

    .newsList .item .font .more {
        margin-top: -21px;
        right: 40px;
    }

    .newsList .item .date {
        padding: 1.4em 2em;
        margin-top: 60px;
    }

    .newsList .item .font {
        margin-top: 55px;
        padding: 0 120px 0 2em;
    }

    .recruit .proTitle {
        width: 500px;
    }

    .recruitTable .tHead {
        padding: 1em 0;
    }

    .recruitTable .tBody .btnBox {
        width: 40px;
    }

    .recruitTable .tHead div.tal, .recruitTable .tBody div.tti {
        padding-left: 15px;
    }

    .recruitTable .tBody > div {
        font-size: 14px;
    }

    .recruitTable .tBody div.tti {
        font-size: 16px;
    }

    .jobDesc {
        padding: 30px;
    }

    .recruitTable .tHead,.recruitTable .item {
        margin-bottom: 1.5em;
    }

    .connectWay .mail {
        margin-top: 1em;
        padding-top: 1em;
    }

    .connectWay {
        margin-top: 2em;
    }

    .contactCont .contactItem1,
    .contactCont .contactItem2 {
        float: none;
    }

    .contactInfo1 .info2 p:nth-child(2) {
        margin-top: 1em;
    }

    .contactInfo1 {
        padding: 50px 0;
    }

    .contactInfo2 {
        padding: 3em 0 3em 0;
    }

    .contactInfo2 .item {
        margin-left: 2em;
        width: 140px;
    }

    #map {
        height: 300px;
    }


    .contactInfo1 .info1 {
        padding-right: 3em;
    }

    .contactInfo1 .info2 {
        padding: 0 3em;
    }

}

@media only screen and (max-width:1200px) {
    .nav li {
        padding: 0 6px;
    }

    .searchbox {
        width: 140px;
    }

    .inNews_left dl dd {
        width: 60%;
        margin-left: -30%;
    }

    .inNews_right dl dd {
        padding-top: 0;
    }

    .inNews_right .news_date {
        padding: 0 25px;
    }

    .inNews_right dd a p {
        margin-top: 8px;
    }

    .inService_in {
        padding-bottom: 40px;
    }

    .pro_desc .pro_txt {
        padding: 40px 30px 0;
    }

    .roco_desc dl dd {
        padding: 30px 35px 0;
    }

    .roco_desc dl dd p {
        font-size: 2rem;
    }

    .roco_desc dl dd .roco_tit {
        margin-bottom: 20px;
    }

    .jiameng_adv .wrap {
        width: auto;
        max-width: 100%;
        margin-left: 12px;
        margin-right: 12px;
    }

    .jiameng_support .wrap, .jiameng_us .wrap, .jiameng_process .wrap {
        width: 1100px;
    }

    .support_tit h3 {
        font-size: 24px;
        padding: 0 20px;
        height: 64px;
        line-height: 64px;
    }

    .support_tit span {
        width: 72px;
        font-size: 4rem;
        height: 64px;
        line-height: 64px;
    }

    .support_txt {
        margin: 30px 0;
    }

    .jiameng_us ul li h3 {
        padding-bottom: 30px;
    }

    .jiameng_us ul li p {
        margin-top: 20px;
    }

    .jiameng_step_item {
        padding: 20px 20px 30px;
        min-height: 373px;
    }


    .jiameng_adv {
        padding-bottom: 40px;
    }

    .jiameng_item {
        padding: 20px 20px 30px;
    }

}

@media (max-width: 1024px) {
    .tran_scale:hover img{scale(1,1)}
    .spaceList2 .item a:hover .font{padding-left: 16px;padding-right: 16px}
    body, html {
        font-size: 46.875%;
    }

    .mt160 {
        margin-top: 55px;
    }

    .mt100 {
        margin-top: 55px;
    }
    .sousuo_box{
        left: 0;
        right: 0;
        padding: 30px;
    }
    .sousuo_box .pd .ipt_t4{height:32px;line-height:32px;font-size:15px;}
    .sousuo_box .pd .ipt_b4{width:130px;height:31px;font-size:15px}
    .header {
        height: 55px;
        left: 0;
        right: 0;
        top: 0;
    }

    .header.hiddened {
        top: -55px;
    }

    .logo {
        height: 55px;
    }

    .logo img {
        height: 100%;
        width: auto;
    }

    .slogan {
        margin: 12px 0 0 15px;
    }

    .searchbox {
        height: 55px;
    }

    .hamburger {
        display: block;
    }

    .nav {
        display: none;
    }

    .banner {
        margin-top: 55px;
    }

    .banner .swiper-pagination {
        display: block;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        margin: 3px;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 20px;
    }


    .inbanner {
        margin-top: 55px;
    }

    .inban_txt {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ewmbox {
        float: none;
        width: 280px;
        margin: 0 auto;
        padding-top: 20px;
        overflow: hidden;
    }

    .crumbs {
        top: 80px;
    }

    .menu a {
        margin-right: 45px;
        font-size: 16px;
    }

    .inban_txt h2 {
        font-size: 5rem;
    }

    .gotop {
        width: 40px;
        height: 40px;
        right: 0;
        background-size: 100%;
    }

    .inLink {
        padding: 50px 0;
    }

    .inLink a span.link_img {
        width: 60px;
        height: 60px;
    }

    .inLink a span.link_img img {
        width: 60px;
    }

    .inLink a:hover span.link_img img {
        margin-top: -60px;
    }

    .inLink a span.link_tit {
        margin: 15px 0 20px;
    }

    .inLink a span.link_more {
        background-size: 10px;
    }

    .inGoods {
        padding-bottom: 50px;
    }

    .inGoods .qw_txt {
        height: 140px;
        padding-top: 42px;
    }

    .inGoods .qw_txt span {
        background-size: 15px;
    }

    .inGoods .swiper-button-next, .inGoods .swiper-button-prev {
        right: 30px;
    }

    .lk_tit h3 {
        background-size: 30px!important;
    }

    .inAbout_link {
        padding-top: 40px;
    }

    .inNews_right dl {
        margin-bottom: 24px;
    }

    .proList2 .item .font {
        padding: 1em;
        box-shadow: 0 0 8px 6px #f5f5f5;
    }

    .proList2 .item .font .arrow {
        opacity: 1;
        background-size: 15px;
    }

    .spaceList2 .item a .font {
        box-shadow: 0 5px 10px rgba(0,0,0,0.08)
    }

    .spaceList2 .item span.ellipsis {
        padding-left: 0;
    }

    .newsBox {
        padding: 0;
    }

    .newsBox .wrap {
        padding: 40px 20px;
        margin: 0;
    }

    .news_time {
        padding-bottom: 20px;
    }

    .newsCon {
        margin-top: 30px;
    }

    .prev_next {
        margin-top: 50px;
        padding-top: 30px;
    }

    .btn_back {
        width: 200px;
        height: 80px;
        padding: 25px 38px 0;
    }

    .btn_back img {
        width: 24px;
    }

    .prev_next em {
        width: 50px;
        height: 50px;
        background-size: 12px!important;
    }

    .prev_next .fl,.prev_next .fr {
        line-height: 50px;
    }

    .pro_desc .pro_txt h3 {
        padding-top: 40px;
        background-size: 20px;
    }

    .pro_desc .btn_yuyue {
        width: 200px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        margin-top: 20px;
    }

    .proContent {
        margin-top: 55px;
        padding: 20px 0 50px;
    }

    .pro_box {
        margin-top: 30px;
    }

    .lk_tit i {
        background-size: 15px;
    }

    .lk_more,.inAbout_link,.service_box a h4 {
        background-size: 18px;
    }

    .inAbout_con h3 {
        margin-top: 10px;
    }
    .inAbout_con .inAbout_text_con{
        font-size: 16px;
        width: 100%;
        line-height: 2;
    }
    .inAbout_play {
        margin-top: 40px;
    }

    .inAbout_play span {
        width: 56px;
        height: 56px;
        margin-left: -28px;
        margin-top: -28px;
        background-size: 100%;
    }

    .searchbox a img {
        width: 20px;
        vertical-align: -4px;
    }

    .inNews_box {
        padding-top: 40px;
    }

    .inNews_left dl dd {
        padding: 20px;
        width: 76%;
        margin-left: -38%;
    }

    .inNews_box .swiper-pagination {
        top: 10px;
    }

    .inNews_left .news_txt .more {
        width: 40px;
        height: 40px;
        background-size: 12px;
    }

    .inRed_bar {
        height: 120px;
    }

    .inRed_bar dl dt {
        width: 45px;
    }

    .inRed_bar dl dd span {
        background-size: 10px;
        width: 40px;
        height: 40px;
    }

    .inRed_bar dl::after {
        height: 50px;
    }

    .f_left_tit {
        background-size: 16px;
    }

    .slogo {
        width: 180px;
    }

    .inban_txt h3 {
        background-size: 25px;
        padding-left: 36px;
    }

    .crumbs i {
        background-size: 8px;
    }

    .btn_down {
        background-size: 12px;
        width: 40px;
        height: 40px;
    }

    .kefu_float {
        width: 40px;
        height: 40px;
        right: 0;
        bottom: 80px;
    }

    .kefu_float .kefu_icon {
        background-size: 20px;
    }

    .kefu_pop {
        width: 150px;
        height: 40px;
        right: 40px;
    }

    .kefu_pop a {
        line-height: 40px;
    }

    .idea_txt dl dd img {
        width: 80%;
    }
    .brand_story,.brand_img{width:100%;float:none;overflow:hidden;}
    .brand_box{float:left;margin-right:30px;width: 35%;height: 225px;padding-top: 60px;}
    .brand_txt{margin-top:0;}
    .brand_txt p{margin-top: 20px}
    .brand_img img{width:100%;}
    .roco_resource{background-size: 150%;margin-top:40px;padding-top:40px; }
    .roco_content{margin-top:50px; }
    .roco_content dl dd{padding:30px; }
    .roco_content dl dd h3{margin-top:20px;}
    .roco_content dl:nth-child(2) dt{margin-top:-58px; }
    .roco_content dl dd .roco_img img{width:50%;}
    .roco_content dl:nth-child(2) dd{padding:30px;}

    .roco_content dl:nth-child(1) dd .roco_img {
        background-size: 60px;
    }

    .proTitle .f2 span {
        width: 40px;
        height: 40px;
        background-size: 12px;
    }

    .spaceList2 {
        margin-top: 40px;
    }

    .pro_tit h3::before,.pro_tit h3::after {
        background-size: 30px;
    }

    .recruitTable .tBody .btn {
        background-size: 10px;
    }

    .proList2 .item .imgMask {
        display: none;
    }

    .roco_desc dl dd {
        padding: 20px;
    }

    .roco_desc dl dd .roco_tit {
        padding: 25px 30px;
    }

    .roco_desc dl dd p {
        margin-left: 30px;
        margin-bottom: 12px;
    }

    .step_item {
        padding-bottom: 35px;
        margin-bottom: 30px;
        background-size: 10px;
    }

    .step_item img {
        width: 40px;
    }

    .step_item span {
        padding-left: 20px;
        font-size: 16px;
    }

    .vision_box {
        width: 290px;
        padding: 30px 30px 20px;
    }

    .vision_box h2 {
        padding-bottom: 60px;
        background-size: 30px;
    }

    .vision_box h3 {
        padding-top: 20px;
        margin-top: 20px;
        border-width: 3px;
    }

    .chairman {
        width: 300px;
        height: 85px;
        margin-left: -150px;
        bottom: 30px;
        background-size: auto 100%;
    }

    .tita_item dl {
        padding: 20px;
        min-height: 245px;
    }

    .tita_item dl dt {
        padding-bottom: 60px;
        background-size: 30px!important;
    }

    .tita_item dl dd {
        padding-top: 20px;
        margin-top: 20px;
        border-width: 3px;
        font-size: 14px;
    }

    .philosophy_in {
        background-size: 20%;
        background-position: -13% 100%;
        padding-bottom: 60px;
    }

    .chairman_box {
        margin-top: 30px;
    }

    .jiameng_support .wrap, .jiameng_us .wrap, .jiameng_process .wrap {
        width: auto;
        max-width: 100%;
        margin-left: 12px;
        margin-right: 12px;
    }

    /*.jiameng_process .proTitle,*/
    .jiameng_step {
        margin-top: 30px;
    }

    .jiameng_step_item {
        padding: 15px;
        min-height: 271px;
    }

    .jiameng_step_item h2 {
        font-size: 3.6rem;
        padding-bottom: 12px;
    }

    .jiameng_step_item h3 {
        font-size: 20px;
        background-size: 8px;
        margin: 10px 0 15px;
    }

    .jiameng_step_item p {
        font-size: 14px;
    }

    .jiameng_us ul li {
        padding: 20px;
    }

    .jiameng_us ul li p {
        font-size: 14px;
    }

    .jiameng_tit {
        height: 62px;
        line-height: 62px;
        font-size: 24px;
    }

    .jiameng_tit span {
        font-size: 80px;
    }

    .jiameng_box_tit h3 {
        font-size: 20px;
    }

    .jiameng_item1 .jiameng_box_tit .zs_bar {
        margin-top: 15px;
    }

    .jiameng_box_tit .zs_bar {
        margin-bottom: 15px;
    }

    .jiameng_box3 dl dd {
        height: 130px;
    }

    .jiameng_box3 dl dd h3 {
        font-size: 16px;
        left: 10px;
        bottom: 10px;
    }

    .jiameng_box3 dl:nth-child(2n) dd h3 {
        top: 10px;
    }

    .jiameng_process {
        padding-bottom: 60px;
    }

    .jiameng_us {
        padding: 90px 0 30px;
    }

    .jiameng_process .pro_tit {
        margin-bottom: 40px;
    }

    .jiameng_process_in {
        padding-top: 40px;
    }

    .jiameng_box4_left img {
        margin-top: 40px;
    }

    .jiameng_box_tit .zs_bar {
        width: 40px;
        background-size: 100%;
    }
    .support_item:nth-of-type(2n){border-left: 1px solid #e1e1e1}

    .f-24 {
        font-size: 18px;
    }

    .f-48,.f-60 {
        font-size: 32px;
    }

    .proTitle {
        background-size: 60px auto;
    }

    .prdListBox {
        padding: 30px 0;
    }

    .proList1 {
        margin-top: 2em;
    }

    .proList2 .item .imgMask {
        background-size: 3em auto;
    }

    .newsList .item {
        margin-bottom: 20px;
    }

    .newsList .item .img {
        width: 30%;
    }

    .newsList .item .date {
        float: none;
        margin-top: 0;
        padding: 14px 14px 0 14px;
        border: none;
        text-align: left;
    }

    .newsList .item .date div {
        display: inline;
        margin-right: 6px;
    }

    .newsList .item .font {
        margin-top: 0;
        padding: 16px 14px;
    }

    .newsList .item .font .more {
        display: none;
    }

    .latestNews {
        margin: 3em 0 2em 0;
    }

    .latestNews .img {
        width: auto;
        text-align: center;
    }

    .latestNews .img img {
        width: 100%;
    }

    .latestNews .font {
        right: 5%;
    }

    .latestNews .font .more {
        margin-top: 2em;
    }

    .recruit .proTitle {
        width: 450px;
    }

    .contactBox .proTitle {
        padding: 2em 0;
    }

    .contactCont1,.contactCont2,#map,.contactCont4,.contactCont5 {
        width: auto;
        float: none;
    }

    .contactInfo1 {
        padding: 2em 0;
    }

    .contactInfo1 .info1 {
        width: 45%;
        padding-right: 5%;
    }

    .contactInfo1 .info2 {
        width: 45%;
        padding: 0 0 0 5%;
    }

    .contactInfo2 {
        padding: 2em 0;
        text-align: center;
    }

    .contactInfo2 .item {
        display: inline-block;
        margin: 0 1em;
        float: none;
    }

    #map {
        height: 300px;
    }
}

@media (max-width: 800px) {
    .pron_text .h3{font-size: 25px}
    .pron_text .em{padding-bottom: 10px}
    .pron_text .p{padding: 10px 0 20px 0}
    .pron_text .m{padding-bottom: 0}
    .pron_text .t .pro_thumbs p{font-size: 12px}
    .searchbox {
        width: 110px;
    }

    .searchbox a {
        font-size: 14px;
    }

    .searchbox a img {
        width: 20px;
        margin-right: 10px;
    }

    .inRed_bar {
        height: 120px;
    }

    .inRed_bar dl {
        padding: 38px 20px 0 20px;
    }

    .inRed_bar dl dt {
        margin-right: 25px;
    }

    .inRed_bar dl dd {
        margin-top: 5px;
    }

    .inRed_bar dl dd span {
        width: 30px;
        height: 30px;
    }

    .slogo {
        display: none;
    }

    .ewmbox {
        float: right;
        width: 280px;
        padding-top: 0;
    }

    .footer {
        padding: 30px 0;
    }

    .inban_txt h2 {
        font-size: 4rem;
    }

    .menu a {
        padding: 25px 0;
        margin-right: 30px;
    }

    .btn_down {
        width: 40px;
        height: 40px;
        margin-top: 15px;
    }

    .inGoods .swiper-button-next, .inGoods .swiper-button-prev {
        right: 20px;
        top: 35%;
    }

    .inGoods .swiper-button-prev {
        margin-top: 80px;
    }

    .inGoods .swiper-button-prev::before {
        top: -35px;
    }

    .inGoods .qw_txt {
        width: 460px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .lk_more {
        width: 180px;
        height: 60px;
        line-height: 56px;
        padding-left: 25px;
        margin-top: 20px;
    }

    .lk_tit h2 {
        font-size: 4rem;
        letter-spacing: 2px;
    }

    .lk_tit h3 {
        font-size: 16px;
        letter-spacing: 3px;
        background-size: 30px!important;
    }

    .lk_tit i {margin-top: 15px;}

    .inAbout {overflow: hidden;}

    .inAbout_play img {
        width: 100%;
        height: auto;
    }

    .inAbout_desc {
        height: 180px;
        padding: 20px 0 0 20px;
    }

    .inAbout_desc h3 {
        font-size: 3rem;
        line-height: 1.5;
    }

    .inAbout_desc h4 {
        margin-top: 15px;
    }

    .inAbout_link {
        padding: 25px 0 30px 25px;
        background-position: 25px 100%;
        line-height: 1.2;
    }

    .inAbout_play span {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        background-size: 100%;
    }

    .inAbout_play {
        background-size: 15px;
        padding: 0 20px 0 40px;
        background-position: 16px 50%;
    }

    .inNews {
        margin-top: 50px;
    }

    .service_box a h3, .service_box a h4 {
        left: 20px;
    }

    .service_box a h3 {
        top: 20px;
    }

    .service_box a h4 {
        bottom: 20px;
        padding-bottom: 20px;
    }
    .inService .service_box{padding-top: 16px}
    .service_box a:nth-child(1) {
        margin-top: 34px;
    }

    .service_box a:nth-child(2) {
        margin-top: 108px;
    }

    .service_box a:nth-child(3) {
        margin-top: 34px;
    }

    .service_box a:nth-child(4) {
        margin-top: 70px;
    }

    .inNews_left {
        width: 100%;
        float: none;
        margin-right: 0
    }

    .inNews_right dl {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .inNews_right dl dd {
        padding-top: 15px;
    }

    .inNews_left dl dd {
        width: 48%;
    }

    .spaceList2 {
        margin-top: 30px;
    }

    .roco_box img {
        height: 412px;
        max-width: none;
        margin-left: -15%;
    }

    .idea_txt {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #565656;
        padding: 3em;
    }

    .idea_txt dl {
        width: 47%;
        margin-left: 6%;
        margin-bottom: 6%;
    }

    .idea_txt dl:nth-child(2n+1) {
        margin-left: 0;
    }

    .pro_desc .pro_img {
        width: 100%;
        float: none;
    }

    .pro_desc .pro_txt {
        padding: 20px;
    }

    .pro_desc .pro_txt h2 {
        font-size: 4rem;
    }

    .pro_desc .pro_txt h3 {
        font-size: 3rem;
        background-size: 16px;
    }

    .idea_txt dl dd img {
        width: 55%;
    }

    .store_left,.store_form {
        height: 360px;
    }

    .vision_box {
        position: static;
        width: 100%;
    }

    .chairman {
        width: 240px;
        height: 70px;
        left: auto;
        margin-left: 0;
        right: 20px;
        bottom: 20px;
    }

    .chairman h3 {
        font-size: 18px;
    }

    .chairman p {
        font-size: 14px;
        margin-top: 5px;
    }

    .vision_box h2 {
        padding-bottom: 0;
        background-position: right center;
    }

    .tita_item dl dt {
        padding-bottom: 40px;
    }

    .support_tit h3 {
        font-size: 16px;
    }



    .support_tit span {
        width: 50px;
        height: 46px;
        line-height: 46px;
    }

    .support_tit h3 {
        height: 46px;
        line-height: 46px;
    }

    .jiameng_process_img {
        margin-top: 20px;
    }

    .jiameng_box1_left {
        margin-top: 0;
    }

    .jiameng_box4_left {
        width: 46%;
    }

    .jiameng_box4_left img {
        width: 80%;
        margin-top: 20px;
    }

    .jiameng_box_tit p {
        font-size: 14px;
    }

    .jiameng_box3 dl dd {
        height: 100px;
    }

    .jiameng_us ul li h3 {
        padding-bottom: 15px;
    }

    .jiameng_us ul li p {
        min-height: 70px;
    }

    .jiameng_us ul li:nth-child(1) img {
        height: 184px;
        width: auto;
        max-width: none;
    }

    .btn_down {
        display: none;
    }

    .f-16 {
        font-size: 14px;
    }

    .proList1 .item .imgBorder {
        border-width: 4px;
    }

    .proList1 .item {
        width: auto;
        float: none;
    }

    .proList2 .item {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 4%;
    }

    .proList2 .item:nth-child(3n+1) {
        clear: none;
        margin-left: 4%;
    }

    .proList2 .item:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    .newsList .item .img {
        width: 40%;
    }

    .newsList .item .font {
        padding: 10px 14px 14px;
    }

    .newsList .item .font .f2 {
        margin-top: 10px;
    }


    .latestNews .font {
        position: static;
        width: auto;
        padding: 20px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
    }

    .latestNews .font .more {
        margin-top: 1em;
    }

    .corporate_news .proTitle {
        float: none;
        padding-right: 0;
    }

    .recruitTable {
        margin: 2em 0;
    }

    .recruitTable .tBody .ww {
        display: none;
        clear: both;
        padding-top: 1em;
    }

    .recruitTable .item.on .tBody .ww {
        display: block;
    }

    .recruitTable .item.on .tBody .line {
        border: none;
    }

    .recruitTable .tBody .ww.active {
        display: block;
    }

    .recruitTable .tBody .ww1 {
        float: left;
        width: 82%;
    }

    .recruitTable .tBody {
        position: relative;
    }

    .recruitTable .tBody .btnBox {
        position: absolute;
        right: 12px;
        top: 7px;
        margin-top: 0;
        width: 30px;
        height: 30px;
    }

    .recruitTable .tBody .btn {
        width: 30px;
        height: 30px;
    }

    .recruit .proTitle{
        float: none;
    }

    .jobDesc {
        padding: 20px 15px;
    }

    .recruit .proTitle {
        width: auto;
    }

    .recruitTable .tHead {
        display: none;
    }

    .recruitTable .tBody .line {
        border: none;
    }

    .recruitTable .tBody > div {
        width: auto;
        float: none;
        text-align: left;
        padding-left: 6em;
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .recruitTable .tBody div.tti {
        padding-left: 0;
        line-height: 1.5;
        font-size: 14px;
    }

    .recruitTable .tBody > div::before {
        position: absolute;
        left: 1em;
    }

    .recruitTable .tBody > div:nth-child(1)::before{content:"招聘职位"; line-height: 1.5;}
    .recruitTable .tBody > div:nth-child(2)::before{content:"工作经验";}
    .recruitTable .tBody > div:nth-child(3)::before{content:"薪资待遇";}
    .recruitTable .tBody > div:nth-child(4)::before{content:"工作性质";}
    .recruitTable .tBody > div:nth-child(5)::before{content:"招聘人数";}
    .recruitTable .tBody > div:nth-child(6)::before{content:"截止时间";}

    .connectWay .connectItem {
        width: auto;
        border: none;
        float: none;
    }

    .connectWay .connectItem img {
        width: 1.5em;
    }

    .contactInfo1 .info1 {
        margin-bottom: 2em;
    }

    .contactInfo1 .info1,.contactInfo1 .info2 {
        width: auto;
        padding: 0;
        border: none;
        float: none;
    }

    .contactBox .proTitle {
        padding-bottom: 0;
    }
}

@media (max-width: 640px) {

    .inLink {
        padding: 20px 0;
    }

    .inLink a span.link_tit {
        margin: 10px 0 15px;
    }

    .inLink a span.link_more {
        display: none;
    }

    .inGoods .qw_txt {
        width: 360px;
        height: 100px;
        padding: 20px 20px 0 20px;
    }

    .inGoods .qw_txt h3 {
        margin-top: 5px;
    }

    .inGoods .qw_txt span {
        width: 40px;
        height: 40px;
        margin-top: 12px;
    }

    .inService_in {
        padding-top: 50px;
    }

    .service_txt {
        margin-right: 35px;
    }

    .inNews_right dl dt {
        width: 120px;
    }

    .inNews_right dl dd {
        padding-top: 0;
    }

    .inNews_right .news_date {
        padding: 8px 15px 0;
    }

    .inNews_right .news_date span {
        font-size: 4rem;
        margin-bottom: 3px;
    }

    .inNews_right dd a {
        padding-left: 20px;
    }

    .crumbs {
        position: static;
        padding: 12px 0;
        background: #e60012;
    }

    .crumbs i {
        margin: 0 6px;
        background-size: 8px;
    }

    .crumbs a, .crumbs span {
        color: #fff;
    }

    .menu {
        display: none;
    }

    .roco_desc dl dt {
        width: 100%;
        float: none;
    }

    .roco_desc dl dd {
        padding: 20px 0;
    }

    .roco_desc dl dd .roco_tit {
        letter-spacing: 5px;
    }


    .honor_total {
        float: left;
    }

    .f-48 {
        font-size: 24px;
    }

    .proTitle {
        background: none;
    }

    .proTitle .f2 {
        letter-spacing: 2px;
    }

    .contactInfo2 .item {
        width: 40%;
        margin: 0 0.5em;
        padding: 10px;
    }

}

@media (max-width: 500px) {
    .sousuo_box .pd .ipt_b4{width: 90px}
    .sousuo_box .pd .ipt_t4{font-size: 14px}
    .slogan,.inRed_bar dl dd span {
        display: none;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets {
        width: 100%;
        left: 0;
        margin-left: 0;
        bottom: 12px;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .banner .swiper-button-prev, .banner .swiper-button-next {
        display: none;
    }

    .inRed_bar {
        height: auto;
    }

    .inRed_bar dl {
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .inRed_bar dl::after {
        height: 30px;
        top: 15px;
    }

    .inRed_bar dl dt {
        width: 30px;
        margin-right: 10px;
    }

    .inRed_bar dl:nth-child(2) dt {
        margin-top: 2px;
    }

    .inRed_bar dl dd {
        margin-top: 0;
        line-height: 30px;
    }

    .inRed_bar dl dd h3 {
        font-size: 12px;
    }

    .inRed_bar dl dd p {
        font-size: 12px;
        display: none;
    }

    .footer {
        padding: 20px 0;
    }


    .ewmbox {
        float: none;
        padding-top: 20px;
    }

    .inban_txt h3 {
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0;
        padding-left: 24px;
        background-size: auto 12px;
        margin-bottom: 0;
    }

    .inban_txt h2 {
        font-size: 3rem;
        letter-spacing: 0;
    }

    .inban_txt h2 br {
        display: none;
    }



    .inService .service_box{
       padding-top: 0;
    }

    .inService_in {
        padding-top: 30px;
        background-size: 48%;
        background-position: 101% 32%;
    }

    .inService .lk_tit {
        float: none;
    }

    .service_box a:nth-child(1) {
        margin-top: 10px;
    }

    .service_box a:nth-child(2) {
        margin-top: 70px;
    }

    .service_box a:nth-child(3) {
        margin-top: -42px;
    }

    .service_box a:nth-child(4) {
        margin-top: 10px;
    }
    .service_box a:nth-child(2n){padding-left: 7px;}
    .service_box a:nth-child(2n-1){padding-right: 7px}

    .service_txt {
        float: none;
        margin-right: 0;
        width: 100%;
        font-size: 14px;
        margin-top: 20px;
    }

    .lk_more {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        padding: 0;
        background-position: center center;
        background-size: 16px;
        border-width: 2px;
    }

    .lk_tit h2 {
        font-size: 22px;
        margin: 16px 0 10px;
    }

    .inAbout {
        height: auto;
    }

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

    .inAbout_con h3 {
        font-size: 20px;
    }

    .inAbout_con h4 {
        font-size: 14px;
        padding-left: 30px;
    }

    .inAbout_con h4::before {
        width: 20px;
        height: 2px;
        margin-top: -1px;
    }
    .inAbout_con .inAbout_text_con{
        font-size: 14px;
        line-height: 1.75;
    }
    .inAbout_play {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 15px;
    }

    .inAbout img {
        width: auto;
        max-width: none;
    }

    .inAbout_desc {
        width: 100%;
        height: auto;
        padding: 50px 20px 30px;
        background-size: cover;
    }

    .inAbout_link {
        padding-top: 15%;
    }

    .inLink a span.link_img {
        width: 30px;
        height: 30px;
    }

    .inLink a span.link_img img {
        width: 30px;
    }

    .inLink a:hover span.link_img img {
        margin-top: -30px;
    }

    .inLink a span.link_tit {
        font-size: 12px;
    }

    .inGoods {
    }
    .inGoods .swiper-container .swiper-slide .img_box li:nth-of-type(1){width: 100%!important;}
    .inGoods .swiper-container .swiper-slide .img_box li:nth-of-type(2){display: none}
    .inGoods .swiper-container .swiper-slide .img_box li br{display: none}
    .inGoods .swiper-container .swiper-slide .img_box li:nth-of-type(2) img{max-width: 50%}
    .inGoods .swiper-container .swiper-slide .img_box li:nth-of-type(2) img:nth-of-type(1){padding-right: 15px}
    .inGoods .swiper-container .swiper-slide .img_box li:nth-of-type(2) img:nth-of-type(2){padding-left: 15px}
    .inGoods .swiper-button-next, .inGoods .swiper-button-prev {
        display: none;
    }

    .inGoods .swiper-pagination {
        display: block;
    }

    .inGoods .swiper-container {
        width: 100%;
    }

    .inGoods .qw_txt {
        width: 72%;
        height: 88px;
    }

    .inGoods .qw_txt h2 {
        font-size: 2.4rem;
    }

    .inGoods .qw_txt h3 {
        font-size: 2rem;
    }

    .inGoods .qw_txt span {
        margin-top: 5px;
    }

    .inNews {
        margin-bottom: 20px;
    }

    .inNews_box {
        padding-top: 0;
    }

    .inNews_box .swiper-slide {
        display: none;
    }

    .inNews_box .swiper-slide:nth-child(1) {
        display: block;
    }

    .inNews_left {
        display: none;
    }

    .inNews_left dt {
        height: auto;
    }

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

    .inNews_left dl dd {
        position: static;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        transform: translateY(0);
        margin-left: 0;
    }

    .inNews_left .news_txt p {
        margin-top: 10px;
        font-size: 12px;
    }

    .inNews_right .news_date {
        display: none;
    }

    .inNews_right dd a {
        border: none;
        padding-left: 12px;
        margin-top: 0;
    }

    .inNews_right dd a p {
        margin-top: 2px;
    }

    .newsBox .wrap{
        padding: 20px 1em;
        background: #fff;
    }
    .newsBox .news-left .news-leftBox{padding: 0}
    .newsCon, .newsCon p {
        line-height: 2;
        color: #333;
    }

    .newstitle {
        font-size: 3rem;
    }

    .news_time {
        display: none;
        font-size: 14px;
    }

    .news_time span {
        padding: 0 8px;
    }

    .news_time .social-share .social-share-icon {
        width: 24px;
        height: 24px;
    }

/*    .contactCont2,
    #map {
        display: none;
    }*/
    .contactCont2:after{width: 100%}
    .btn_back {
        clear: both;
        width: 160px;
        height: 60px;
        line-height: 24px;
        font-size: 16px;
        padding: 18px 30px 0;
    }

    .btn_back img {
        margin-right: 9px;
        width: 20px;
    }

    .prev_next {
        margin-top: 30px;
        padding-top: 20px;
    }

    .prev_next .fl, .prev_next .fr {
        margin-bottom: 2em;
    }

    .idea_txt {
        padding: 3em 1em;
    }

    .aboutBox_in {padding-top: 2em;}

    .roco_box img {
        height: auto;
        max-width: 100%;
        margin-left: 0;
    }

    .idea_txt dl {
        width: 100%;
        float: none;
        margin-left: 0!important;
        text-align: center;
        margin-bottom: 10%;
    }

    .idea_txt dl dt img {
        height: 70px;
    }

    .idea_txt dl dd h3 br {
        display: none;
    }

    .idea_txt dl dd p {
        margin-top: 5px;
    }

    .idea_txt dl dd img {
        margin-top: 1em;
    }

    .proContent .crumbs {
        background: none;
        padding: 0;
        margin: 0;
    }

    .pro_tit {
        margin: 30px 0;
    }

    .pro_tit p {
        margin-top: 5px;
    }

    .pro_desc .btn_yuyue {
        margin-left: auto;
        margin-right: auto;
    }

    .menu_sub {
        padding: 20px;
    }

    .menu_sub a {
        padding: 0 30px;
    }

    .newsList {
        margin-bottom: 30px;
    }

    .latestNews .font .f1 {
        font-size: 18px;
    }

    .vision_box h2 {
        font-size: 20px;
    }

    .vision_box h3 {
        font-size: 16px;
    }

    .vision_box p {
        margin-top: 10px;
    }

    .store_box .wrap{
        margin: 0;
    }

    .order_input {
        font-size: 14px;
        padding: 12px 30px 12px 20px;
    }

    .order_input, .order_button {
        height: 40px;
    }

    .order_button {
        width: 120px;
        font-size: 16px;
    }

    .philosophy_box {
        padding-top: 20px;
        background-size: auto 200px;
    }

    .philosophy_in {
        padding-bottom: 30px;
    }

    .vision_box {
        padding: 30px 20px 20px;
    }

    .tita_item dl {
        width: 100%;
        margin-left: 0;
        margin-bottom: 4%;
    }

    .tita_item dl dt {
        font-size: 3.2rem;
    }

    .chairman {
        width: 180px;
        height: 65px;
    }

    .chairman h3 {
        font-size: 14px;
    }

    .chairman p {
        font-size: 12px;
    }

    .jiameng_tit {
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        font-size: 16px;
    }

    .jiameng_tit span {
        font-size: 40px;
        padding: 0 6px;
        margin-right: 10px;
    }

    .jiameng_top {
        position: relative;
        height: 90px;
    }

    .jiameng_top img {
        height: 100%;
        width: auto;
        max-width: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }

    .jiameng_box1_left {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .jiameng_box2_img {
        float: none;
        width: 100%;
    }

    .jiameng_box2, .jiameng_box3{
        margin-top: 20px;
    }

    .jiameng_box4_left,.jiameng_box5_left,.support_img1,.jiameng_us_img1,.jiameng_us_img2 {
        width: 100%;
        float: none;
        margin-left: 0!important;
        margin-bottom: 20px;
    }

    .jiameng_box3 dl dt img {
        width: 100%;
    }

    .jiameng_box3 dl dd {
        background-size: auto 100%;
        height: 50px;
    }

    .jiameng_box3 dl dd h3 {
        bottom: auto!important;
        top: 10px!important;
        left: 5px;
        font-size: 12px;
    }

    .jiameng_box4_left img {
        display: block;
        margin: 20px auto 0;
    }

    .jiameng_box5_right {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    .jiameng_support .pro_tit h3, .jiameng_process .pro_tit h3 {
        font-size: 20px;
        padding: 0 56px;
    }

    .jiameng_adv {
        padding: 15px 0;
    }

    .jiameng_item {
        padding: 15px 12px;
        margin-top: 12px;
    }

    .jiameng_tit, .support_item {
        margin-bottom: 20px;
    }

    .support_item {
        margin-bottom: 20px;
        border-right: none!important;
    }

    .jiameng_support {
        padding: 30px 0;
    }

    .jiameng_us {
        background-size: 200%;
    }

    .jiameng_us ul li {
        width: 49%!important;
        margin-left: 2%!important;
        padding: 15px;
    }

    .jiameng_us ul li:nth-child(2n+1) {
        margin-left: 0!important;
        clear: both;
    }

    .jiameng_us ul li:nth-child(3n+1) {
        clear: none;
    }

    .jiameng_us ul li:nth-child(1) {
        height: 196px;
        background: #fd2115;
    }

    .jiameng_us ul li:nth-child(1) img {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-top: 30%;
    }

    .jiameng_us ul li p {
        min-height: 92px;
    }

    .jiameng_step_item {
        width: 49%;
        margin-left: 2%;
        min-height: 200px;
        margin-bottom: 2%;
    }

    .jiameng_step_item:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    .jiameng_step_item:last-child {
        margin-bottom: 0;
    }

    .jiameng_step_item h3 {
        font-size: 16px;
    }

    .jiameng_step_item p {
        font-size: 12px;
    }

    .jiameng_process {
        padding-bottom: 10px;
    }

    .jiameng_process_img a {
        display: block;
        width: 100%;
        float: none;
        margin-left: 0!important;
        margin-bottom: 20px;
    }

    .proList2 .item {
        width: auto;
        float: none;
        margin-left: 0!important;
    }

    .newsList .item .img {
        width: auto;
        flex: none;
    }

    .newsList .item .ovh {
        overflow: visible;
    }

    .newsList .item .date,.newsList .item .font .more {
        display: block;
    }

    .newsList .item .font .more {
        display: none;
        position: static;
        margin-top: 1em;
    }

    #map {
        width: 100%;
        padding: 15px;
        height: 300px;
    }
}

/*企业介绍 核心优势 国际品质 start*/
.proTitle .f3 {
    display: inline-block;
    padding-right: 20px;
    background: url(../img/product5.png) right center no-repeat;
    background-size: 12px auto;
;
}

.proTitle .f4 {
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url(../img/product5.png) 0.20px bottom no-repeat;
    background-size: 0.4em auto;
}

.proTitle .f5 {
    color: #999;
    margin-top: 20px;
    line-height: 1.7;
}

.proTitle .f5 em {
    color: #ce0e05;
;
}

.mt100 {
    margin-top: 100px;
}

.pad100 {
    padding: 100px 0;
}

.pad80-100 {
    padding: 80px 0 100px 0;
}

.pad40-130 {
    padding: 40px 0 130px 0;
}

.pb100 {
    padding-bottom: 100px;
}

.mb50 {
    margin-bottom: 50px;
}

.bn {
    background: none !important;
}

.f-20 {
    font-size: 20px;
}

.after_sale {
    padding: 75px 0 135px;
    background: url(../img/fan6.png) no-repeat left bottom;
}

.after_sale_tit {
    margin-bottom: 60px;
}

.after_sale_tit h3 {
    display: inline-block;
    padding-right: 35px;
    background: url(../img/bar.png) no-repeat right center;
;
}

.afater_sale_img {
    width: 50%;
}


@media only screen and (max-width:1680px) {

}

@media only screen and (max-width:1680px) {
    .mt100 {
        margin-top: 80px;
    }

    .pad100 {
        padding: 80px 0;
    }

    .pad80-100 {
        padding: 80px 0;
    }

    .pad40-130 {
        padding: 40px 0 80px 0;
    }

    .pb100 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width:1280px) {
    .f-20 {
        font-size: 18px;
    }

    .mt100 {
        margin-top: 40px;
    }

    .pad100{
        padding: 40px 0;
    }

    .pad80-100 {
        padding: 40px 0;
    }

    .pad40-130 {
        padding: 40px 0;
    }

    .pb100 {
        padding-bottom: 40px;
    }

    .mb50 {
        margin-bottom: 40px;
    }


}


@media only screen and (max-width:1024px) {
    .f-20 {
        font-size: 16px;
    }

    .mt100 {
        margin-top: 20px;
    }

    .pad100{
        padding: 30px 0;
    }

    .pad80-100 {
        padding: 30px 0;
    }

    .pad40-130 {
        padding: 30px 0;
    }

    .pb100 {
        padding-bottom: 20px;
    }

    .mb50 {
        margin-bottom: 20px;
    }

    .after_sale {
        padding: 50px 0;
    }

    .after_sale {
        background-size: 11%;
    }

    .after_sale_tit {
        margin-bottom: 30px;
    }

    .after_sale_tit h3 {
        background-size: 14px;
    }

    .proTitle .f4 {
        display: inline-block;
        background-size: 12px;
        padding-right: 20px;
        padding-bottom: 0;
        background-position: right center;
    }

}

@media only screen and (max-width:800px) {
    .brand_vision,.brand_story, .brand_img{margin-top:30px;}
    .brand_box{width:230px;}
    .brand_txt p{margin:0 0 20px 0;}
    .roco_content{margin-top:30px;}
    .roco_content dl:nth-child(2) dt{margin-top:-44px;}
    .roco_content dl dd .roco_img img{width:120px;}
    .roco_content dl dd img{}
    .roco_content dl:nth-child(1) dd .roco_img{background-size: 15%;}
    .roco_content dl dd h3{margin:10px 0 5px;}
    .roco_title h3{padding-bottom:20px;margin-bottom:15px; background-size: 15px;}
    .roco_desc dl dd{padding:20px;}
    .roco_desc dl dd .roco_tit{padding:20px;font-size:4rem;margin-bottom:8px;}
    .roco_desc dl dd p{margin-left:20px;font-size:14px;}


}

@media (max-width:640px) {


}

@media (max-width:500px) {
    .proTitle .f3{
        font-size: 20px;
    }
    .after_sale_tit h3 {
        font-size: 24px;
    }
    .afater_sale_img {
        width: 100%;
        float: none;
    }

    .recruitTable .tBody > div::before,
    .recruitTable .tBody div.tti,
    .recruitTable .item.on .tBody .line,
    .jobDesc h3, .jobDesc p,
    .recruitTable .tBody .ww,
    .recruitTable .tBody .ww1 {
        font-size: 14px;
    }
    .brand_box{width:100%;height:auto;float:none;margin-right:0;margin-bottom:30px;padding:20px;background-image: none;}
    .brand_box h3 br{display: none;}
    .roco_resource{background-image: url(../img/roco_bg.jpg);}
    .roco_content dl dt{}
    .roco_content dl:nth-child(2) dt{margin-top:0;}
    .roco_content dl dd h3, .roco_content dl dd p{color:#333;}

}

@media (max-width:360px) {
    .jiameng_step_item {
        padding: 10px;
    }
}
