@charset "utf-8";

/*******CSS commont*************/

html {

    font-size: 62.5%;

    /* 10÷16=62.5% */

}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
form,
input,
textarea,
p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select,
button {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    border: 0px;
}

input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
}

/*******CSS reset*************/

body {
    background: #f6f6f6;
    color: #515151;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial;
}

@media (min-width:1200px) {

    body {
        font-size: 16px;
        font-size: 1.6rem;
    }

}

a {
    color: #515151;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

.ovfl {
    overflow: hidden;
}

.mar {
    margin: 0px auto;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.filter_bg8 {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.truncate {

    display: block;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



/*******Css header*******/

#header {
    height: auto;
}

#header .container {
    position: relative;
}

#header .topbar {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #e2dedf solid;
    overflow: hidden;
}

#header .topbar .toptel {
    padding-left: 26px;
    padding-right: 40px;
    background: url(../Image/toptel.png) left center no-repeat;
}

#header .topbar .topadd {
    padding-left: 26px;
    background: url(../Image/topadd.png) left center no-repeat;
}

#header .topbox {}

#header .topbox .toplogo {
    max-width: 60%;
    float: left;
}

#header .topbox .toplogo img {
    padding: 1rem 0;
    max-width: 100%
}

/*pc menu*/

.menuBox {
    position: fixed;
    right: 104px;
    top: 0px;
    width: 336px;
    z-index: 1008;
    box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.2);
    font-family: "microsoft yahei", "微软雅黑";
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.7s 0s, opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, visibility 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: -webkit-transform 0.7s 0s, opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, visibility 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.bgMenu {
    background-color: #fff;
}

.menuBox a:link,
.menuBox a:visited {
    color: #646464;
}

.menuBox a:active,
.menuBox a:hover {
    color: #b28850;
}

.menu {
    padding: 22px 0px 42px;
}

.menu .itemA {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: relative;
}

.menu .itemA .ico {
    color: #333;
    padding: 0px 26px;
}

.menu .itemA i {
    width: 7px;
    height: 7px;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -3px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.menu .itemA:hover {
    background-color: #eeeeee;
}

.menu .itemA:hover i {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.openMneu {
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
    z-index: -100;
}

.pusher-black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/null.png) no-repeat transparent;
    display: none;
    z-index: 1002;
}

.menuOpen .pusher-black {
    display: block;
}

.service-abtn {
    background-color: #d80111;
    display: block;
    height: 42px;
    line-height: 42px;
    display: block;
}

.service-abtn .txt {
    color: #fff;
    background: url(../Image/service_btn1.png) no-repeat scroll left center;
    padding-left: 40px;
}

.service-abtn:hover {
    background-color: #fe8112;
}





@media (min-width:1200px) {

    .topbox {
        height: 113px;
    }

    #header .topbox .toplogo img {
        padding-top: 38px
    }

    .topmenu {
        width: 94px;
        height: 113px;
        border-left: 1px #e2dedf solid;
        border-right: 1px #e2dedf solid;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    .topmenu img {
        display: block;
        margin: 40px auto 0;
    }

}



.nav-trigger {
    width:30px;
    height:30px;
    z-index: 999;
    background: url(../Image/toptel2.png) center no-repeat;
    background-size: 100% 100%;
    outline: 0px;
    cursor: pointer;
    position: absolute;
    top:14px;
    animation: swing 1s infinite;
    right: 15px;
}

.navigation-is-visible .nav-trigger {
    width: 32px;
    height: 30px;
    background: url(../Image/icon11.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 15px;
}

.nav_transform1 {
    position: absolute;
    top: 0;
    left: 20%;
    display: none;
    z-index: 20;
    overflow-y: scroll;
    padding: 10px;
    width: 80%;
    border: 0;
    background: #FFFFFF;
    text-transform: none;
    overflow-scrolling: touch;
}

.nav_transform1 {
    transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1);
    transition: transform .3s cubic-bezier(.86, 0, .07, 1);
}

.navigation-is-visible .nav_transform1 {
    -webkit-transform: none;
    transform: none;
    display: block;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -375px;
    z-index: 10;
    width: 750px;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .3s linear;
    pointer-events: none;
}

.navigation-is-visible .nav-overlay {
    opacity: 1;
    pointer-events: auto;
}

.navp1 {
    padding: 10px 0px 10px 30px;
}

.navp1 img {
    max-width: 80%;
}

.navp2 {
    padding-left: 30px;
    font-size: 1.4rem;
}

.navp2 b {
    font-size: 1.6rem;
    color: #ff7608;
}

.navul {
    width: 90%;
    margin: 15px auto 25px;
}

.nav-item {
    position: relative;
    line-height: 40px;
    max-height: 40px;
    font-size: 1.6rem;
    padding: 0px 20px;
}

.nav-item.on a {
    color: #019140;
}



/*mobile menu*/

#mnav {
    padding: 6px;
    background:#f6f6f6;
    border-top: 1px #ddd solid;
    overflow: hidden;
}

#mnav a {
    color: #222;
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
    float: left;
    width: 25%;
    text-align: center;
}

#mnav a.on {
    border: 1px #fff solid
}



/*******Css banner*******/

.banner {
    width: 100%;
    height: 598px;
    position: relative;
    overflow: hidden;
}

.page_banner {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
}

.page_banner img {
    max-width: 100%;
}
.banner_in{
  width: 100%;
  min-height:300px;
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  animation: scaltop 10s ease infinite alternate;
  -webkit-animation: scaltop 10s ease infinite alternate;
}
/*子页banner*/
@keyframes scal {
  from {
    -webkit-transform: scale(1,1);
  }
  to {
    -webkit-transform: scale(1.1,1.1);
  }
}
@-webkit-keyframes scal {
  from {
    -webkit-transform: scale(1,1);
  }
  to {
    -webkit-transform: scale(1.1,1.1);
  }
}
/*go top*/
@keyframes scaltop {
  from {
    -webkit-transform:translateY(-200px);
  }
  to {
    -webkit-transform:translateY(0px);
  }
}
@-webkit-keyframes scaltop {
  from {
    -webkit-transform:translateY(-200px);
  }
  to {
    -webkit-transform:translateY(0px);
  }
}
.title02 .p01 {
    font-size: 2rem;
    color: #4e4d4c;
    font-weight: bold;
    text-align: center;
}

.title02 .p02 {
    font-size: 1.4rem;
    color: rgba(100, 94, 94, 0.8);
    line-height: 2rem;
    padding-top: 1rem
}

@media (min-width:1200px) {

    .title02 .p01 {
        font-size: 3.6rem;
        line-height: 5.6rem;
    }

    .title02 .p02 {
        text-align: center;
    }
    .page_banner{height: 300px;}

}



/*******Css index*******/

.index01 {
    width: 100%;
    background: #d80111;
}

.index01 a {
    color: #fff;
}

.index01 a:hover {
    color: #ff0
}

.index01 .intype {
    padding: 2rem 0 1rem 0;
    height: auto;
    overflow: hidden;
}

.index01 .intype li {
    width: 33.33%;
    text-align: center;
    line-height: 3rem;
    font-weight: bold;font-size: 1.5rem;
    padding-bottom: 1rem;
    float: left;
}

.index01 .intype li img {
    display: block;
    margin: 0 auto
}

.index01 .intype li b {
    font-size: 1.4rem;
    padding-top: 1rem;
    display: block;
}

.index01 .kucun {
    width: 270px;
    color: #fff;
    text-align: center;
    float: right;
}

.index01 .kucun img {
    display: block;
    margin: 0 auto;
    padding-top: 50px
}

.index01 .kucun b {
    font-size: 18px;
    line-height: 50px;
    display: block;
}

.index01 .kucun b:hover {
    color: #ff0
}

.index01 .kucun .zixun {
    font-size: 14px;
    text-decoration: underline;
}

.title01 {
    line-height: 3rem;
    text-align: center;
}

.title01 img {
    max-width: 30%;
    display: block;
    margin: 0 auto
}

.title01 span {
    display: none;
}

@media (min-width:1200px) {

    .index01 {
        height: 210px;
        overflow: hidden;
    }

    .index01 .intype {
        width: 910px;
        padding-top: 42px;
        overflow: hidden;
        float: left;
    }

    .index01 .intype li {
        width: 100px;
        line-height: 46px;
        font-weight: bold;
        font-size: 18px;
        margin-right: 125px;
    }

    .title01 span {
        display: inline;
    }

    .title01 {
        font-size: 14px;
    }

}

.index02 {
    padding:3rem 0 3rem 0
}

.index02 .about01 {
    height: auto;
    background: url(../Image/company.png) bottom center no-repeat #fff;
    padding-bottom: 300px;
    border: 5px #d80111 solid;
    overflow: hidden;
}

.index02 .about01 .intro {
    padding: 20px;
    line-height: 2rem;
}

.index02 .about01 .p01 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #454444
}

.index02 .about01 .p02 {
    font-size: 1.6rem;
    color: #d80111;
    padding-top: 0.5rem;
}

.index02 .about01 .p03 {
    font-size: 1.4rem;
    padding-top: 1rem;
    color: #757272
}

.index02 .about01 .p04 {
    color: #7e7b7b;
    text-align: right;
    padding-top: 1rem;
}

.index02 .about01 .p04 span {
    background: url(../Image/moreline.png) left center no-repeat;
    padding-left: 60px;
}

.index02 .about02 {
    padding-top: 2rem;
}

.index02 .about02 li {
    width: 48%;
    height: auto;
    color: #000;
    text-align: center;
    background: #fff;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    transition: 0.4s all;
    float: left;
}

.index02 .about02 li:nth-of-type(even) {
    margin-left: 4%
}

.index02 .about02 li:hover {
    background: #d80111;
    color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4)
}

.index02 .about02 li:hover a {
    color: #fff
}

.index02 .about02 li .p01 {
    width: 100%;
    height: 100px;
}
.index02 .about02 li:hover .p01{animation:swing 1s}
.index02 .about02 li .p02 {
    font-weight: bold;
    font-size: 1.5rem;
}

.index02 .about02 li .p03 {
    line-height: 2rem;
    opacity: 0.8
}

.index02 .about02 li .p03 span {
    display: none;
}

.index02 .about02 li .p04 {
    opacity: 0.5
}

.index02 .about02 li .bg01 {
    background: url(../Image/m01.png) center no-repeat;
}

.index02 .about02 li .bg02 {
    background: url(../Image/m02.png) center no-repeat;
}

.index02 .about02 li .bg03 {
    background: url(../Image/m03.png) center no-repeat;
}

.index02 .about02 li .bg04 {
    background: url(../Image/m04.png) center no-repeat;
}

.index02 .about02 li:hover .bg01 {
    background: url(../Image/m01h.png) center no-repeat;
}

.index02 .about02 li:hover .bg02 {
    background: url(../Image/m02h.png) center no-repeat;
}

.index02 .about02 li:hover .bg03 {
    background: url(../Image/m03h.png) center no-repeat;
}

.index02 .about02 li:hover .bg04 {
    background: url(../Image/m04h.png) center no-repeat;
}

@media (min-width:1200px) {

    .index02 {
        padding: 97px 0 135px;
    }

    .index02 .about {
        padding-top: 41px;
    }

    .title01 p {
        padding-top: 10px;
        font-size: 14px
    }

    .index02 .about01 {
        width: 452px;
        height: 654px;
        float: left;
    }

    .index02 .about01 .p01 {
        font-size: 26px;
        padding-left: 23px;
        padding-top: 33px
    }

    .index02 .about01 .p02 {
        font-size: 20px;
        padding-left: 23px;
        padding-top: 15px
    }

    .index02 .about01 .p03 {
        width: 378px;
        font-size: 16px;
        line-height: 27px;
        padding-left: 23px;
        padding-top: 20px
    }

    .index02 .about01 .p04 {
        width: 378px;
        font-size: 14px
    }

    .index02 .about02 {
        width: 725px;
        height: 654px;
        padding-top: 0;
        float: right;
    }

    .index02 .about02 li {
        width: 350px;
        height: 315px;
        font-size: 14px
    }

    .index02 .about02 li .p01 {
        margin-top: 45px
    }

    .index02 .about02 li .p02 {
        font-size: 20px;
        padding-top: 16px;
    }

    .index02 .about02 li .p03 {
        padding-top: 10px;
    }

    .index02 .about02 li .p03 span {
        display: inline;
    }

    .index02 .about02 li .p04 {
        padding-top: 10px;
    }

    .index02 .about02 li:nth-of-type(even) {
        margin-left: 24px
    }

}



.index03 .newsbox {
    padding: 2rem 0
}

.index03 .news01 {
    height: auto;
    overflow: hidden;
    position: relative;
}

.index03 .news01 img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.index03 .news01 p {
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #fff;
    padding: 1rem 2rem;
    left: 0;
    bottom: 0;
    transition: 0.4s all;
    background: rgba(76, 76, 76, 0.75);
    position: absolute;
    z-index: 2
}

.index03 .news01:hover p {
    background: rgba(216, 1, 17, 0.6);
}

.index03 .news02 {
    padding-top: 1rem
}

.index03 .news02 li {
    padding: 1.5rem;
    color: #858585;
    background: #fff;
    margin-bottom: 1rem;
    height: auto;
    transition: 0.4s all;
    overflow: hidden;
}

.index03 .news02 li .p01 {
    font-size: 1.8rem;
}

.index03 .news02 li .p02 {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.index03 .news02 li .p03 {
    padding: 1rem;
    line-height: 3rem;
    border-top: 1px #eae7e7 solid
}

.index03 .news02 li .p03 .left {
    text-align: center;
    line-height: 1.5rem;
    font-family: Arial;
    font-size: 1.2rem;
}

.index03 .news02 li .p03 b {
    font-size: 2rem;
    display: block;
}

.index03 .news02 li:hover {
    background: #d80111;
    color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4)
}

.index03 .news03 {}

.index03 .news03 li {
    padding: 1.5rem;
    color: #858585;
    background: #fff;
    margin-bottom: 1rem;
    height: auto;
    overflow: hidden;
    transition: 0.4s all
}

.index03 .news03 li .ntime {
    width: 25%;
    font-size: 1.2rem;
    line-height: 3rem;
    border-right: 1px #eae7e7 solid;
    float: left
}

.index03 .news03 li .ntime b {
    font-size: 2rem;
    background: url(../Image/timeline.png) left bottom no-repeat;
    display: block;
}

.index03 .news03 li .ntxt {
    width: 70%;
    float: right
}

.index03 .news03 li .ntxt big {
    font-size: 1.8rem;
    padding-bottom: 0.5rem;
    display: block;
}

.index03 .news03 li:hover {
    background: #d80111;
    color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4)
}

@media (min-width:1200px) {

    .index03 {
        padding-bottom: 118px;
    }

    .index03 .newsbox {
        padding-top: 50px
    }

    .index03 .news01 {
        width: 393px;
        float: left;
    }

    .index03 .news02 {
        width: 393px;
        margin-left: 11px;
        padding-top: 0;
        float: left;
    }

    .index03 .news03 {
        width: 393px;
        float: right;
    }

    .index03 .news02 li {
        height: 231px;
        line-height: 22px;
        font-size: 14px;
        padding: 30px
    }

    .index03 .news02 li .p01 {
        font-size: 20px;
        padding-bottom: 12px
    }

    .index03 .news02 li .p02 {
        padding-bottom: 34px
    }

    .index03 .news02 li .p03 b {
        line-height: 32px;
        font-size: 36px;
    }

    .index03 .news03 li {
        height: 150px;
        padding: 30px 20px;
    }

    .index03 .news03 li .ntime b {
        font-size: 36px;
        padding-bottom: 12px;
    }

    .index03 .news03 li .ntxt big {
        line-height: 26px;
        font-size: 20px;
        padding-bottom: 12px
    }

    .index03 .news03 li .ntxt {
        width: 210px;
        font-size: 14px
    }

    .index03 .news03 li .ntime {
        width: 97px
    }

}



.index04 {
    padding: 2rem 0;
    border-top: 1px #eae7e7 solid
}

.index04 .qlink {
    width: 50%;
    margin-bottom: 2rem;
    float: left;
}

.index04 .qlink img {
    padding-right: 1rem;
    float: left;
}

.index04 .qlink b {
    font-size: 1.8rem;
    color: #000;
    padding-bottom: 1rem;
    font-weight: bold;
    display: block;
}

@media(min-width: 1200px) {

    .index04 {
        padding: 45px 0
    }

    .index04 .qlink {
        width: 25%;
        font-size: 14px;
        margin-bottom: 0
    }

    .index04 .qlink b {
        font-size: 20px;
        padding-bottom: 8px
    }

}





/*about us*/

.com01 {
    padding: 3rem 0;
    color: #6e6e6e
}

.com01 .txt {
    font-size: 1.5rem;
    color: #6e6e6e;
    line-height: 3rem;
    text-indent: 2em;
    padding-top: 1rem;
}

.com01 .more {
    width: 160px;
    height: 40px;
    font-size: 1.5rem;
    line-height: 40px;
    text-align: center;
    padding-right: 40px;
    background: url(../Image/more.png) right center no-repeat #e42222;
    color: #fff;
    background-size: auto 100%;
    display: block;
    margin: 20px auto 0;
}

.com01 .more:hover {
    background: url(../Image/more.png) right center no-repeat #686868;
}

.com02 {
    height: auto;
    color: #fff;
    background: #e42222;
    padding: 4rem 0 2rem;
    overflow: hidden;
}

.com02 .numbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 1rem 0;
    border-top: 1px #e87070 solid;
    border-bottom: 1px #e87070 solid;
    margin: 2rem 0
}

.com02 .numbox li {
    width: 33.33%;
    line-height: 2.5rem;
    color: #fff;
    text-align: center;
    float: left;
}

.com02 .numbox li span {
    font-size: 2.5rem;
    font-family: Arail;
    font-weight: bold;
    display: block;
}

.com02 .hjbox {
    height: auto;
    overflow: hidden;
}

.com02 .hjbox li {
    width: 50%;
    float: left;
}

.com02 .hjbox li a {
    margin: 8px;
    display: block;
}

.com02 .hjbox li a img {
    width: 100%;
    background: #fff;
    display: block;
}

.com02 .more {
    width: 160px;
    height: 40px;
    font-size: 1.5rem;
    line-height: 40px;
    text-align: center;
    padding-right: 40px;
    background: url(../Image/more.png) right center no-repeat #fff;
    color: #e42222;
    background-size: auto 100%;
    display: block;
    margin: 20px auto 0;
}
.com02 .more:hover{background: url(../Image/more.png) right center no-repeat #686868;color: #fff}
.com02 .commenu {
    padding: 2rem 0;height: auto;overflow: hidden;
}

.com02 .commenu li {
    height: auto;
    overflow: hidden;
    padding: 2rem 0;
    border-top: 1px #e87070 solid;
    border-bottom: 1px #e87070 solid;
}

.com02 .commenu li .txt {
    width: 50%;
    color: #fff;
    float: left;
}

.com02 .commenu li .txt img {
    max-width: 60%;
    padding: 1rem 0;
    display: block;
}

.com02 .commenu li .pic {
    width: 45%;
    float: right;
}

.com03 {
    padding: 4rem 0 2rem
}

.com03 .more {
    width: 160px;
    height: 40px;
    font-size: 1.5rem;
    line-height: 40px;
    text-align: center;
    padding-right: 40px;
    background: url(../Image/more.png) right center no-repeat #e42222;
    color: #fff;
    background-size: auto 100%;
    display: block;
    margin: 20px auto 0;
}
.com03 .more:hover{ background: url(../Image/more.png) right center no-repeat #686868;}
.com03 .fengcai {
    padding: 1rem 0;line-height:4rem;text-align: center;
}

.com03 .owl-items {
    padding: 0.5rem;
}

.com03 .owl-items img {
    width: 100%
}

@media(max-width:750px) {
    .com02 .commenu li:last-child .txt {
        float: right
    }

    .com02 .commenu li:last-child .pic {
        float: left
    }

    .com02 .commenu li:last-child {
        border-top: none
    }
}

@media(min-width: 1200px) {
    .com01 {
        padding: 72px 0
    }

    .com01 .txt {
        text-align: center;
        padding: 25px 0 10px
    }

    .com02 {
        padding: 65px 0 50px
    }

    .com02 .hjbox {
        padding-bottom: 25px;
    }

    .com02 .hjbox li {
        width: 25%
    }

    .com02 .numbox {
        padding: 40px 0;
        font-size: 14px;
        margin: 36px 0 40px
    }

    .com02 .numbox li span {
        font-size: 40px;
        padding: 0 20px;
        display: inline;
    }
    .com02 .commenu{padding:65px 0 48px;}

    .com02 .commenu li {
        width: 47%;
        font-size: 14px;
        line-height: 22px;
        padding: 30px 0;
        float: left;
    }

    .com02 .commenu li:last-child {
        float: right;
    }
    .com02 .commenu li .txt img{padding:20px 0 15px;}
    .com03{padding: 80px 0 45px}
    .com03 .fengcai{padding: 26px 0 20px;}
}



/*******Css footer*******/

.footer01 {
    height: auto;
    color: #959595;
    overflow: hidden;
    background: #000;
    padding: 2rem 0
}

.footer01 .container {
    padding: 2rem 0
}

.footer01 a {
    color: #959595;
}

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

.footer01 .title02 {
    line-height: 3rem;
    text-align: center;
}

.footer01 .title02 img {
    max-width: 40%;
    display: block;
    margin: 0 auto
}

.footer01 .box01 {
    line-height: 2rem
}

.footer01 .box01 span {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: bold;
    color: #fff;
    display: block;
}

.footer01 .box01 li {
    width: 50%;
    text-align: center;
    float: left;
}

.footer01 .box01 li .lk {
    padding: 0 1rem
}

.footer01 .box01 .apibox {
    width: 50%;
    line-height: 3rem;
    text-align: center;
    padding: 1rem 0;
    float: left;
}

.footer01 .box01 .apibox img {
    max-width: 50%;
    display: block;
    margin: 0 auto
}

.footer02 {
    height: auto;
    color: #959595;
    overflow: hidden;
    background: #000;
    padding: 1rem 0;
    line-height: 2rem;
    border-top: 1px #363636 solid;
    border-bottom: 1px #363636 solid;
}

.footer02 a {
    color: #959595;
}

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

.footer03 {
    height: auto;
    color: #959595;
    overflow: hidden;
    line-height: 2rem;
    background: #000;
    padding: 1rem 0 6.5rem 0;
}

.footer03 a {
    color: #959595;
}

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

@media(min-width: 1200px) {

    .footer01 {
        padding: 65px 0 10px;
        font-size: 14px;
    }

    .footer01 .title02 {
        font-size: 14px;
    }

    .footer01 .title02 p {
        padding-top: 12px
    }

    .footer01 .box01 {
        width: 400px;
        line-height: 33px;
        float: left;
    }

    .footer01 .box01 span {
        padding-top: 22px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .footer02 {
        font-size: 14px;
        line-height: 40px;
        text-align: center;
    }

    .footer03 {
        font-size: 14px;
        line-height: 40px;
        padding: 2rem 0;
        text-align: center;
    }

}


/*down load*/
.xiazai{padding: 2rem 0}
.xiazai li{font-size: 1rem;margin-bottom: 2rem;padding: 1rem;border-bottom: 1px #999 dotted}
.xiazai li .xz01{color: #666;line-height: 3rem}
.xiazai li .xz01 big{color: #222;font-size: 1.6rem}
.xiazai li .xz02{line-height: 2rem;color: #666;}
.xiazai li .xz02 .i01{padding-left:1.5rem; background: url(../Image/i01.png) left center no-repeat;background-size: auto 90%}
.xiazai li .xz02 .i02{margin-right:10px; padding-left:1.5rem; background: url(../Image/i02.png) left center no-repeat;background-size: auto 90%}
.xiazai li .xz02 .i03{padding-left:1.5rem; background: url(../Image/i03.png) left center no-repeat;background-size: auto 90%}
.xiazai li .xz02 .i04{width: 50px;height: 25px;text-align: center; background: #d20011;color: #fff;display: block;float: right;}
.xiazai li:hover{background: #f5f5f5}
@media(min-width: 1200px)
{
    .xiazai{padding: 0}
    .xiazai li{border-bottom: 1px #22222224 dotted}
    .xiazai li .xz01,.xiazai li .xz02{font-size: 14px}
    .xiazai li .xz01 big{font-size: 16px;line-height: 40px}
    .xiazai li .xz02 .i02{padding-left: 30px}
    .xiazai li .xz02 .i04{width:60px;height: 30px;line-height: 30px}
}


/*******Css footer fixed menu*******/

.footernav {
    width: 100%;
    color: #fff;
    height: auto;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    padding: 10px 0px;
    left: 0px;
    z-index: 999;
    background: #d80111;
}

.footernav a {
    color: #fff;
}

.footernav ul li {
    width: 20%;
    float: left;
    text-align: center;
}

.footernp1 {
    font-size: 2rem;
}

.footernp2 {
    line-height: 1.5;
}

.footernav ul li.on .footernp1 {
    animation: swing 1s;
}

#warp {
    margin-bottom: 25px;
}

@media (min-width:768px) {

    #footer {
        margin-bottom: 0px;
        text-align: center;
    }

    .fmenuc a {
        width: 12.5%;
    }

    .fmenup2 {
        text-align: center;
    }

}

@media (min-width:992px) {

    .fmenuc a {
        width: auto;
        margin: 0px 20px;
        display: inline-block;
        float: none;
    }

}

@media (min-width:1200px) {

    .weixin {
        position: absolute;
        top: 0px;
        right: 0px;
        text-align: center;
        line-height: 40px;
    }

    #footer {
        padding: 30px 0px;
    }

    #warp {
        margin-bottom: 50px;
    }

}



/*******Css page*******/

#page_titles {
    height: 35px;
    line-height: 35px;
    border-bottom: solid 1px #D4D4D4;
    position: relative;
}

.page_titlet {
    font-size: 1.6rem;
    font-weight: bold;
    color: #d80111;
    float: left;
}

.right_titlebtn1 {
    position: absolute;
    right: 10px;
    font-size: 2rem;
    cursor: pointer;
    top: 0px;
    color: #d80111;
}

.page_pro {
    width: 100%;
    position: absolute;
    top: 35px;
    z-index: 999;
    left: 0px;
    background: #f9f9f9;
    padding: 8px 0px;
    display: none;
}

.page_pro a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    background: url(../Image/line3.jpg) repeat-x bottom;
}

.page_pro a span {
    width: 80%;
    float: left;
    height: 40px;
    overflow: hidden;
    padding-left: 15px;
    font-size: 1.4rem;
}

.page_pro a i {
    float: right;
    margin-right: 15px;
    color: #999;
    margin-top: 14px;
}

.page_pro a.on span {
    color: #019140;
}

.mess {
    padding-bottom: 20px;
    border-bottom: solid 1px #dedede;
    margin-bottom: 30px;
    overflow: hidden;
}

.messp1 {
    height: 30px;
    line-height: 30px;
    color: #DB0303;
    font-size: 1.6rem;
    font-weight: bold;
}

@media (min-width:768px) {

    .page_titlec {
        float: right;
        color: #666;
    }

    .page_titlec a {
        color: #666;
    }

}

@media (min-width:992px) {

    .page_titlec {
        margin-right: 0px;font-size: 14px
    }

    .page_titlesc {
        float: left;
        margin-left: 30px;
    }

    .page_titlesc a {
        float: left;
        margin: 0px 10px;
        position: relative;
        color: #444444;
    }

    .page_titlesc a span {
        width: 0px;
        height: 4px;
        background: #DB0303;
        position: absolute;
        transition: all 0.3s;
        bottom: 0px;
        left: 50%;
        margin-left: -50%;
    }

    .page_titlesc a.on span {
        width: 100%;
    }

    .page_titlesc a:hover span {
        width: 100%;
    }

    .left_side {
        width: 20%;
        float: left;
        margin-top: 25px;
    }

    .left_sidep1 {
        height: 45px;
        line-height: 45px;
        background: #d80111;
        font-size: 1.8rem;
        color: #fff;
        padding: 0px 20px;
    }

    .left_sidep1 a {
        color: #fff;
    }

    .left_sideul {
        margin-top: 5px;
    }

    .left_sideul li {
        height: 40px;
        margin-top: 5px;
        overflow: hidden;
    }

    .left_sideul li a {
        float: left;
        line-height: 40px;
        background: #F3F2F2;
        width: 100%;
        font-size: 1.4rem;
        padding: 0px 15px;
    }

    .left_sideul li a:hover {
        background: #d80111;
        color: #fff;
    }

    .left_sideul li.selectli a {
        background: #019140;
        color: #fff;
    }

    .pcontact {
        margin-top: 25px;
    }

    .pcontact_01 {
        margin: 15px 0;
        font-size: 1.5rem;
        line-height: 2.4;
    }

    .right_side {
        width: 78%;
        float: right;
        margin-top: 25px;
    }

}

@media (min-width:1200px) {

    .left_sidep1 {
        height: 50px;
        line-height: 50px;
        font-size: 2.3rem;
    }

    .left_sideul li a {
        font-size: 1.6rem;
    }

    #page_titles {
        height:70px;
        line-height:70px;
    }

    .page_titlet {
        font-size: 2.3rem;
        padding: 0px 30px;
    }

    .page_titlesc {
        margin-left: 40px;
        font-size: 1.6rem;
    }

    .page_titlesc a {
        margin: 0px 15px;
    }

    .mess {
        padding-bottom: 40px;
    }

    .messp1 {
        height: 50px;
        line-height: 50px;
        font-size: 2.2rem;
    }

}



/*******Css company*******/



#proinfos {
    margin-top: 20px;
}

.proinfosul {
    height: 40px;
    padding: 0px 10px;
    text-align: center;
    line-height: 40px;
    border: solid 1px #DEDEDE;
    background: #F7F7F7;
}

.proinfosul li {
    width: 25%;
    cursor: pointer;
    float: left;
}

.proinfosul li i {
    margin-right: 5px;
    display: inline-block;
}

.proinfosul li span {
    display: inline-block;
}

.proinfosul li:hover {
    color: #DB0303;
}

.proinfosul .proinfossp1 {
    width: 1px;
    height: 40px;
    background: url(../Image/line4.jpg) no-repeat center;
    float: left;
    margin: 0px 8px;
}

.proinfosul li.active {
    color: #d80111;
}

.proinfosc {
    margin-top: 10px;
    padding: 10px 0px;
    border-top: solid 1px #dedede;
}

.prot {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.prot span {
    float: left;
    color: #d80111;
    font-size: 1.5rem;
    font-weight: bold;
}

.prot i {
    float: left;
    color: #999;
    font-size: 1.2rem;
    margin-left: 5px;
}

.procact {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 15px;
}

.procactc {
    margin-top: 10px;
}

.procactc p {
    background: #F7F7F7;
    border: solid 1px #CECECE;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

@media (min-width:768px) {

    .proinfosul li {
        width: 16%;
    }

}

@media (min-width:992px) {

    .proinfosul li {
        width: 12%;
    }

    .procactc p {
        width: 30%;
        float: left;
        margin-right: 1%;
    }

    .procactc p:last-child {
        width: 35%;
    }

}

@media (min-width:1200px) {

    #proinfos {
        margin-top: 40px;
    }

    .proinfosul {
        height: 58px;
        line-height: 58px;
        font-size: 1.6rem;
    }

    .proinfosul li {
        width: 15%;
    }

    .proinfosul li i {
        margin-right: 10px;
    }

    .proinfosul .proinfossp1 {
        height: 58px;
    }

    .proinfosc {
        padding: 25px 0px;
    }

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

    .prot span {
        font-size: 1.8rem;
    }

    .prot i {
        font-size: 1.4rem;
        margin-left: 10px;
    }

    .procact {
        font-size: 2rem;
    }

    .procactc {
        margin-top: 20px;
        overflow: hidden;
    }

    .procactc p {
        height: 50px;
        line-height: 50px;
        padding: 0px 15px;
    }

}

/*******Css list*******/

#indexNews1 {padding-top: 1rem;height: auto;overflow: hidden;}

#indexNews1 li {
    padding: 1.5rem;
    color: #858585;
    background: #fff;
    margin-bottom: 1rem;
    height: auto;
    transition: 0.4s all;
    overflow: hidden;
}

#indexNews1 li .p01 {
    font-size: 1.8rem;
}

#indexNews1 li .p02 {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

#indexNews1 li .p03 {
    padding: 1rem;
    line-height: 3rem;
    border-top: 1px #eae7e7 solid
}

#indexNews1 li .p03 .left {
    text-align: center;
    line-height: 1.5rem;
    font-family: Arial;
    font-size: 1.2rem;
}

#indexNews1 li .p03 b {
    font-size: 2rem;
    display: block;
}

#indexNews1 li:hover {
    background: #d80111;
    color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4)
}
@media(min-width: 1200px)
{
    #indexNews1 li{width: 31.33%;float: left;margin: 1%;font-size:  14px;line-height: 24px;}
    #indexNews1 li .p01{color: #000;font-size: 16px}
    #indexNews1 li:hover .p01{color: #fff}
}
#picUL{padding-top: 1rem}
#picUL li {
    margin: 10px 0px;
    overflow: hidden;
}

#picUL li a {
    width: 100%;
    height: 100%;
    float: left;
    background: #fff;
    text-align: center;
}

#picUL li a .pic_01 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: solid 1px #dedede;
}

#picUL li a .pic_01 img {
    max-width: 100%;
    transition: all 0.3s;
}

#picUL li a .pic_02 {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0px 5px;
}

#picUL li a:hover {
    background: #DB0303;
    color: #fff;
}

#picUL li a:hover .pic_01 img {
    transform: scale(1.05);
}



#proUL li {
    margin: 10px 0px;
    overflow: hidden;
    height: 100%;
}

#proUL .pic_01 {
    overflow: hidden;
    border: solid 1px #dedede;
}

#proUL .pic_01 img {
    width: 100%;
    transition: all 0.3s;
}

#proUL .pic_02 {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.6rem;
    overflow: hidden;
}

#proUL .pic_03 {
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    color: #666;
}

.products_txt3 {
    height: 30px;
    margin-top: 5px;
}

.products_txt3 a {
    width: 46%;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.products_txt3 a.pic_04a1 {
    border: solid 1px #ccc;
    color: #666;
    float: right;
}

.products_txt3 a.pic_04a2 {
    background: #019140;
    color: #fff;
    float: left;
}

.products_txt3 a.pic_04a1:hover {
    border: solid 1px #019140;
    background: #019140;
    color: #fff;
}

.products_txt3 a.pic_04a2:hover {
    background: #ff7608;
    color: #fff;
}

#proUL .pic_01:hover img {
    transform: scale(1.05);
}



/*******Css info*******/

#company_main {
    margin: 0 auto;
    line-height: 2;
    padding: 10px;
}

#company_main img {
    max-width: 100%;
}

#company_main a {
    color: #DB0303;
}

#contact_main {
    margin: 0 auto;
    padding: 10px;
}

#contact_main a {
    color: #DB0303;
}

#contact_main p {
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 10px;
    border-radius: 8px;
}

#company_main strong {
    color: #DB0303;
}

#page_Title {
    line-height: 1.8;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 2rem
}

.page_Info {
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    color: #666;
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
}

.page_Infoleft {
    padding-left: 30px;
    float: left;
}

.page_Infoleft i {
    margin-right: 5px;
}

.page_Share {
    margin-right: 10px;
    float: right;
}

.page_Share a {
    float: left;
    margin-left: 10px;
}

.page_Share a:hover {
    animation: swing 1s;
}

.page_Share span {
    float: left;
}



#infoImage {
    width: 100%;
    text-align: center;
    margin: 15px 0 15px 0;
}

#infoImage img {
    max-width: 100%;
    border: #dcdcdc solid 1px;
}

.page_tit_bg {
    height: 45px;
    background: #F9F9F9;
    border-radius: 5px;
    margin: 15px auto;
}

.page_tit_tit {

    width: 130px;

    height: 45px;

    border-top-left-radius: 2px;

    border-bottom-left-radius: 2px;

    background: #DB0303;

    color: #ffffff;

    line-height: 45px;

    text-align: center;

    font-size: 1.6rem;

}



#page_Content {
    margin: 0 auto;
    line-height: 2;
    padding: 10px;
}

#page_Content img {
    max-width: 100%;
}


.page_Content {
    margin: 0 auto;
    line-height: 2.4;
    font-size: 1.4rem;
}

.page_Content img {
    max-width: 100%;padding: 1rem 0
}
@media(min-width: 1200px)
{
    .page_Content{font-size: 16px;line-height: 38px}
}
#page_Content table {

    width: 100%;

    margin: 0 auto;

    border-width: 1px;

    color: #333;

    border-color: #f1f1f1 !important;

    border-collapse: collapse;

    box-sizing: border-box;

}

#page_Content table th {

    border-width: 1px;

    padding: 5px;

    border-style: solid;

    border-color: #f1f1f1 !important;

    background-color: #dedede;

}

#page_Content table td {

    border-width: 1px;

    padding: 3px 3px;

    border-style: solid;

    border-color:#cecbcb !important

}

#page_Content table td a {
    text-decoration: underline;
    color: #333;
}



.page_link {
    margin-top: 15px;
    font-size: 18px;
    color: #DB0303;
}

.search_cp {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.search_cp span {
    color: #DB0303;
}

/*******Css related*******/

.related {
    margin-top: 15px;
}

.related p {
    height: 35px;
    line-height: 35px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: solid 1px #F1F1F1;
}

.related ul {
    width: 100%;
    padding: 10px 0px;
    float: left;
}

.related ul li {
    width: 50%;
    height: 28px;
    line-height: 28px;
    float: left;
}

.related ul li b {
    float: left;
}

.related ul li a {
    float: left;
    margin-left: 5px;
    display: inline;
    color: #666;
}

.related ul li a:hover {
    color: #DB0303;
}



.pro_cls {
    height: 100%;
    overflow: hidden;
    margin: 10px auto;
}

.pro_cls li {
    width: 50%;
    float: left;
    margin-top: 10px;
}

.pro_cls li a {
    width: 90%;
    margin: 0px 5%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border: solid 1px #dedede;
    border-radius: 10px;
    text-align: center;
    float: left;
}

.pro_cls li a:hover {
    background: #DB0303;
    color: #fff;
}

.pro_cls li.on a {
    background: #DB0303;
    color: #fff;
}



#owl-carousel4 {
    margin-top: 10px;
}

#owl-carousel4 .owl-items {
    text-align: center;
}

.pror_img {
    overflow: hidden;
}

.pror_img img {
    width: 100%;
}

.pror_txt {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}



.page_t {
    height: 42px;
    clear: both;
    margin-top: 20px;
}

.page_t span {
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: solid 2px #999;
    float: left;
}

#zz {
    height: 100%;
    overflow: hidden;
    margin-top: 20px;
    background: #9AC104;
    padding: 15px 0px;
}

.zz_p1 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
}

.zz_p1 a {
    color: #fff;
}

.zz_p2 {
    text-align: center;
    margin-top: 5px;
    color: #fff;
}

.zz_img {
    overflow: hidden;
}

.zz_img img {
    width: 100%;
}

.zz_txt {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.pro_img {
    text-align: center;
    margin-top: 15px;
    border: solid 1px #BABABA;
}

.pro_img img {
    max-width: 100%;
}

.pro_con {
    margin-top: 10px;
}

.pro_conp1 {
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: dashed 1px #eee;
}

.pro_conp2 {
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    color: #DB0303;
}

.pro_conp2 b {
    margin-right: 5px;
    font-size: 2rem;
}

.pro_conp3 {
    height: 40px;
    margin-top: 10px;
}

.pro_conp3 a {
    width: 40%;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    float: left;
    margin: 0px 5%;
    float: left;
    background: #DB0303;
    text-align: center;
    color: #fff;
}

.pro_conp3 a.pro_conp3a1 {
    background: #FF7B02;
}

.pro_conp3 a:hover {
    background: #FFC314;
}

.pro_conp3 a.pro_conp3a1:hover {
    background: #FFC314;
}

.pro_conp4 {
    margin-top: 20px;
}

.pt {
    font-size: 1.6rem;
    color: #DB0303;
}

.pro_pr {
    padding: 10px 0px;
    color: #DB0303;
}

.right_content {
    padding: 5px 0px;
}

@media (min-width:768px) {

    .right_title_left {
        font-size: 2.2rem;
        width: 180px;
        height: 50px;
        line-height: 50px;
        margin-left: -90px;
        top: -45px;
    }

    .indexNews1p3 {
        line-height: 25px;
        padding-top: 5px;
        overflow: hidden;
    }

    #page_Title {
        font-size: 1.8rem;
    }

    #contact_main {
        width: 80%;
        float: left;
    }

    .ewm {
        float: right;
        margin-right: 20px;
        margin-top: 25px;
    }

    .pro_cls li {
        width: 25%;
        float: left;
    }

    .indexNews1_img {
        width: 28%;
        float: left;
        margin-bottom: 0px;
        height: 151px;
    }

    .indexNews1_txt {
        width: 70%;
        float: right;
    }

    #owl-carousel4 .owl-items {
        padding: 5px;
    }



}

@media (min-width:992px) {

    #picUL li a .pic_02 {
        height: 40px;
        line-height: 40px;
    }

    .pro_img {
        width: 40%;
        float: left;
    }

    .pro_con {
        width: 55%;
        float: right;
    }

    .pro_conp3 a {
        width: 150px;
        margin: 0px 15px 0px 0px;
    }

    .indexNews1_img {
        width: 25%;
        height: 176px;
    }

    .indexNews1_txt {
        width: 73%;
        float: right;
    }

}

@media (min-width:1200px) {

    .right_title {
        height: 80px;
        line-height: 80px;
    }

    .right_title_left {
        font-size: 3rem;
        width: 210px;
        height: 65px;
        line-height: 65px;
        margin-left: -105px;
        top: -60px;
    }

    .right_title_right_sp2 {
        height: 80px;
    }

    .right_title_right_sp1 {
        margin-top: 35px;
    }

    .indexNews1p1 {
        height: 38px;
        line-height: 38px;
        font-size: 1.6rem;
    }
    #picUL li a .pic_02{height: 50px;line-height: 50px;}

    .indexNews1p3 {
        font-size: 1.4rem;
        margin-top: 5px;
    }

    .indexNews1p4 {
        margin-top: 10px;
    }

    #page_Title {
        font-size: 2.2rem;
    }

    .page_tit_tit {
        width: 150px;
        font-size: 1.8rem;
    }

    .related p {
        font-size: 1.8rem;
    }

    .related ul li {
        height: 32px;
        line-height: 32px;
    }

    .pro_cls li {
        width: 20%;
    }

    .pro_cls li a {
        height: 50px;
        line-height: 50px;
    }

    #owl-carousel4 {
        margin-top: 20px;
    }

    #owl-carousel4 .owl-items {
        padding: 10px;
    }

    .pror_txt {
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        text-align: center;
    }

    .page_t {
        height: 67px;
    }

    .page_t span {
        font-size: 3rem;
        height: 65px;
        line-height: 65px;
    }

    .zz_p1 {
        font-size: 3rem;
    }

    .pro_conp2 {
        height: 60px;
        line-height: 60px;
        font-size: 2rem;
        margin-top: 15px;
    }

    .pro_conp2 b {
        font-size: 3rem;
    }

    .pro_img {
        margin-top: 30px;
    }

    .pro_con {
        margin-top: 25px;
    }

    .pro_conp3 {
        height: 45px;
    }

    .pro_conp3 a {
        height: 45px;
        line-height: 45px;
    }

    #proUL li {
        margin: 15px 0px;
    }

    #proUL .pic_02 {
        font-size: 1.8rem;
    }

    .pt {
        font-size: 1.8rem;
    }

    .indexNews1_img {
        height: 220px;
    }

    .products_txt3 {
        height: 42px;
        margin-top: 10px;
    }

    .products_txt3 a {
        width: 135px;
        height: 40px;
        line-height: 40px;
    }

    .products_txt3 a.products_txta1 {
        margin-left: 25px;
    }

}



/*******Css job*******/

.job_ul{padding: 2rem 0}
.job_ul li{padding: 1.5rem;
    color: #858585;
    background: #fff;
    margin-bottom: 1rem;
    height: auto;line-height: 2;
    transition: 0.4s all;
    overflow: hidden;}

.job_ul li .jobtitle{ width: 100%; height: 42px; color:#000; font-size:16px; line-height:42px; border-bottom: 1px #e8e9e9 solid; margin-bottom: 15px;}
.job_ul li .jobtitle span{ float: right;color: #d80111;font-size: 1.4rem}
.job_ul li .more{ text-align:right;}
.job_ul li .more span{ color: #fff; border: 1px #ddd solid;text-align: center;padding: 0.5rem 1rem; transform: scale(0.5); background:#d80111;transition: 0.5s all}

.recruitconl{height: auto;overflow: hidden;}
.recruitcon{ width:895px; height:173px;}
.recruitpic{ width:132px; height:153px; float:left;}
.recruitconc{width: 80%;height: auto;overflow: hidden; float: left;}
.recruitconc li{ width:100%; height:35px; line-height:35px; color:#444444;}
.apply{width: 100px; height: 36px; line-height: 36px; text-align: center; background: #d80111; color: #fff; font-size: 14px; margin-top: 50px; margin-right: 100px; float: right;}
.apply:hover{ background: #ff9904; transition: 0.5s all;}
.xxsmys{ width:100%; height:36px; line-height:36px; border-bottom: 2px #d80111 solid;margin-top: 1rem}
.xxsmwz{ width:100px; height:36px; line-height: 36px; color:#FFF; text-align:center; display:block; background-color:#d80111;}
.seek_job {
    margin-left: 20px;
}

.seek_job li {
    padding-top: 10px;
    height: 100%;
    overflow: hidden;
}

.seek_t1 {
    float: left;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width:85px;
}

.job_nam {
    float: left;
    margin-left: 15px;
    color: #DB0303;
    font-weight: bold;
}

.G_InputText {

    width: 250px;

    height: 40px;

    line-height: 40px;

    border: 1px solid #dedede;

    padding: 0px 10px;

    float: left;

    border-radius: 2px;
    outline: none;

}

.G_InputText:hover {
    border: 1px solid #DB0303;
}

.G_captcha {

    width: 100px;

    height: 40px;

    line-height: 40px;

    border: 1px solid #dedede;

    padding: 0px 10px;

    float: left;

    border-radius: 2px;
    outline: none;

}

.G_captcha:hover {
    border: 1px solid #DB0303;
}

.G_textarea {

    width: 250px;

    height: 150px;

    line-height: 30px;

    border: 1px solid #dedede;

    padding: 0px 10px;

    float: left;

    border-radius: 2px;
    outline: none;

}

.G_textarea:hover {
    border: 1px solid #DB0303;
}

.G_select {
    float: left;
    border: 1px solid #dedede;
    height: 40px;
    line-height: 40px;
}

.job_radio {
    float: left;
}

.G_img {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.G_But {

    width: 340px;

    height: 50px;

    line-height: 50px;

    background: #DB0303;

    border-radius: 5px;

    text-align: center;

    color: #FFF;

    cursor: pointer;

    transition: all 0.3s;

    float: left;
    outline: none;
    border: 0px;
    font-size: 18px;

}

.G_But:hover {

    background: #E5A318;

}

@media (min-width:768px) {

    .G_InputText {
        width: 400px;
    }

    .G_textarea {
        width: 500px;
    }

}

@media (min-width:1200px) {

    .seek_job li {
        padding-top: 15px;
    }

    .G_InputText {
        width: 400px;
    }

    .G_textarea {
        width: 550px;
    }

    .seek_job {
        float: left;
    }

    .mess_img {
        float: right;
        width: 400px;
        margin-top: 30px;
    }

    .mess_img img {
        max-width: 100%;
    }

}

/*******Css prev_next*******/

#prev_next {
    margin: 10px 10px;
    clear: both;
    overflow: hidden;
}

#prev_next li {
    margin: 10px 0;
}

#prev_next li i {
    margin-right: 5px;
}

#prev_next li a:hover {
    color: #DB0303;
}



/*css digg style pagination*/

div.digg {
    margin: 10px auto 40px;
    text-align: center;
    float: right;
    display: inline;
}

div.digg a {
    border: #dedede 1px solid;
    padding: 3px 10px;
    margin: 3px;
    color: #666;
    display: inline-block;
}

div.digg a:hover {
    border: #DB0303 1px solid;
    color: #fff;
    background: #DB0303;
}

div.digg a:active {
    border: #DB0303 1px solid;
    color: #fff;
    background: #DB0303;
}

div.digg span.current {
    border: solid 1px #DB0303;
    padding: 3px 15px;
    font-weight: bold;
    margin: 3px;
    color: #fff;
    background-color: #DB0303;
    display: inline-block;
}

div.digg span.disabled {
    border: #dedede 1px solid;
    padding: 3px 10px;
    margin: 3px;
    color: #ddd;
    display: inline-block;
}

div.digg select {
    border: #dedede 1px solid;
    padding: 3px 0px;
    display: inline-block;
}
@media(min-width: 1200px)
{
    #picUL li a .pic_01 img{height: 200px}
    .job_ul li{width: 31.33%;margin: 1%;float: left;font-size: 14px;line-height: 22px}
    .job_ul li .more{padding: 15px 0}
    .recruitconc{width: 50%;padding-left: 20px;}
}
@media(max-width: 650px)
{
    .index01 .kucun img{padding-top: 1rem}
    .index01 .intype li b{font-size: 1.5rem;line-height: 2rem}
}