
* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333333;
    font-family: 'Microsoft YaHei', 微软雅黑, Arial, 'FontAwesome', 'Glyphicons Halflings' !important;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

html {
    overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
    width: 0px;
    background: none;
}

a {
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 25px;
    margin-bottom: 12px;
    color: #000000;
    font-weight: bold;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

p,
span {
    font-size: 1.2rem;
}

.clear {
    display: block;
    clear: both;
}

.clearfix {
    display: block;
    clear: both;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    max-width: 100%;
    height: auto;
}
/* #swipebox-overlay{
    background-color: #fff;
} */

#headdiv {
    width: 100%;
    height: 90px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.95);
    display: block;
    position: absolute;
    top: 0;
    z-index: 999;
}

.navScroll {
    /*
background-color: rgba(255, 255, 255, 0.95) !important;
box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
position: relative !important;
*/
}

.logo {
    width: 8.75%;
    height: 100%;
    margin-left: 5.2%;
    float: left;
    position: relative;
    z-index: 9999;
}

.logo a {
    display: block;
    width: 100%;
    margin-top: 24px;
    text-align: center;
    overflow: hidden;
}

.logo a span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.logo a img {
    max-width: 162px;
    max-height: 80px;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.logo a:hover img {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.showpc {
    display: inline-block;
}

.showmob {
    display: none;
}

#mobileNavButton {
    float: right;
    display: none;
}

#mobileNavButton a {
    font-size: 2.4rem;
    color: #000;
}

#mobileNavButton a i {
    color: #fff;
}

.language {
    width: 7.825%;
    height: 100%;
    float: right;
    text-align: center;
    background-color: rgba(233, 71, 9, 0.3);
}

.language a {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    margin-top: 31px;
    cursor: default;
}

.language a i {
    font-size: 2.4rem;
    color: #fff;
    margin-right: 8px;
    vertical-align: middle;
}

.language a:hover {
    /*
    color: #e94709;*/
}

.language a:hover i {
    /*
    color: #e94709;*/
}

.userdiv {
    width: 7.825%;
    height: 100%;
    float: right;
    text-align: center;
    margin-top: 0px;
    /*margin-right: 1px;*/
    background-color: rgba(233, 71, 9, 0.3);
}

.userpanel {
    display: inline-block;
    position: relative;
    margin-top: 31px;
}

.userpanel a.logina {
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
}

.userpanel a.logina:hover {
    color: #e94709;
}

.userpanel a.logina i {
    font-size: 2.4rem;
    margin-right: 8px;
    vertical-align: middle;
}

.userpanel a.user {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 100;
    color: #fff;
}

.userdata {
    display: none;
    position: absolute;
    top: 36px;
    left: -30%;
    width: 190px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.usertop {
    height: 90px;
    background: url(../image/userbg.jpg) center top no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 90px;
}

.usertop a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

.usertop a:hover {
    color: #000;
}

.userdata ul {
    display: block;
    width: 118px;
    margin: 0 auto;
    padding-top: 10px;
}

.userdata ul li {
    list-style: none;
    text-align: left;
    line-height: 20px;
}

.userdata ul li a {
    font-size: 1.2rem;
    color: #282828;
}

.userdata ul li a span {
    color: #e94709;
    float: right;
}

.userdata ul li:last-child a {
    display: block;
    width: 118px;
    height: 28px;
    margin-top: 10px;
    background-color: #e94709;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.userdata ul li:last-child a:hover {
    background-color: #282828;
    color: #fff;
}

.navdiv {
    width: 70%;
    float: left;
    margin-top: 17px;
}

.navdiv>ul {
    display: block;
    width: 100%;
    font-size: 0px;
    margin: 0 auto;
    padding: 0 8%;
    text-align: center;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.navdiv>ul>li {
    display: inline-block;
    width: 10.0%;
    width: 14.28%;
    text-align: center;
    position: relative;
    z-index: 3;
}

.navdiv>ul>li>a {
    font-family: 'Microsoft YaHei', 微软雅黑;
    font-size: 1.4rem;
    color: #ffffff;
    text-transform: uppercase;
    text-transform: capitalize;
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px 0px;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.navdiv>ul>li>a>i {
    font-size: 1.4rem;
    margin-right: 6px;
    color: #151515;
}

.navdiv>ul>li>a:hover {
    color: #e94709;
    /* font-weight: 700; */
}
/* .navdiv>ul>li>a.on, */

.navdiv>ul>li>a:active,
.navdiv>ul>li>a:focus {
    color: #e94709;
    /* font-weight: 700; */
}

.navdiv ul li:hover ul {
    display: block;
}

.navdiv ul li:hover ul ul {
    display: none
}

.navdiv ul li ul {
    position: absolute;
    left: 0;
    background-color: #fafafa;
    color: #333;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
    display: none;
}

.navdiv ul li ul li {
    display: block;
    width: 240px;
    height: inherit;
    padding-left: 21px;
    border-top: 1px solid #f0f0f0;
    text-align: left;
    overflow: visible;
    position: relative;
    list-style: disc inside;
}

.navdiv ul li ul li:nth-of-type(1) {
    border-top: none;
}

.navdiv ul li ul li a {
    display: block;
    text-align: left;
    padding: 8px 0;
    font-size: 1.4rem;
    color: #333;
    /* text-transform: uppercase; */
    position: relative;
}

.navdiv ul li ul li a::before {
    content: "\f105";
    font-size: 1.4rem;
    padding-right: 7px;
}

.navdiv ul li ul li:hover {
    background-color: #e94709;
}

.navdiv ul>li>ul>li:hover a {
    color: #fff;
    font-size: 1.4rem;
}

.navdiv ul>li>ul>li>ul>li>a {
    color: #333 !important;
    font-size: 1.4rem;
    text-transform: capitalize;
}

.navdiv ul>li>ul>li>ul>li:hover a {
    color: #fff !important;
    font-size: 1.4rem;
}

.navdiv ul li ul li:hover ul {
    display: block;
}

.navdiv ul li ul li ul {
    position: absolute;
    left: 240px;
    top: -1px;
    background-color: #fafafa;
    display: none;
}

.navdiv ul li ul li ul li {
    width: 240px;
    height: inherit;
    overflow: visible;
}

.navdiv ul li ul li ul li a {
    display: block;
    text-align: left;
    padding: 8px 0;
    font-size: 1.4rem;
    color: #333;
    text-transform: capitalize;
    position: relative;
}

.navdiv ul li ul li ul li:hover a {
    color: #fff;
    font-size: 1.4rem;
}

.navdiv ul li ul li:hover ul {
    display: block;
}
/*banner start*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    border: 1px solid #ccc;
    *zoom: 1;
    z-index: 1;
}

.flash .bx-wrapper {
    border: none;
}

.bx-wrapper img {
    width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../image/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: left;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding-left: 20px;
    padding-top: 20px;
    bottom: 15px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #fff;
    background-color: #fff;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    outline: 0;
    border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ea2e14;
    border: 1px solid #ea2e14;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../image/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../image/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../image/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../image/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.85);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-size: .85em;
    padding: 10px;
}
/*用到这个*/

.staticBanner {
    width: 100%;
    margin: 0 auto;
}

.staticBanner img {
    width: 100%;
}

.moveBanner {
    position: relative;
    width: 100vw;
    height: 84vh;
    overflow: hidden;
    z-index: 2;
}

.slideimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: displacementAnimation;
    animation-name: displacementAnimation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slideimg:nth-child(1) {
    -webkit-animation-name: displacementAnimation;
    animation-name: displacementAnimation;
    z-index: 2;
}

.slideimg:nth-child(2) {
    -webkit-animation-name: displacementAnimation-2;
    animation-name: displacementAnimation-2;
    z-index: 1;
}

.slideimg:nth-child(3) {
    -webkit-animation-name: displacementAnimation-3;
    animation-name: displacementAnimation-3;
    z-index: 0;
}

.slideimg p {
    font-size: 24px;
    color: #000;
    display: inline-block;
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 32px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    z-index: 3;
}

@-webkit-keyframes displacementAnimation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
    1.5625% {
        opacity: 1;
    }
    23.4375% {
        opacity: 1;
    }
    26.5625% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50.125% {
        opacity: 1;
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
    75.0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
}

@keyframes displacementAnimation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
    1.5625% {
        opacity: 1;
    }
    23.4375% {
        opacity: 1;
    }
    26.5625% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50.125% {
        opacity: 1;
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
    75.0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }
}

@-webkit-keyframes displacementAnimation-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    26.5625% {
        opacity: 1;
    }
    48.4375% {
        opacity: 1;
    }
    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes displacementAnimation-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    26.5625% {
        opacity: 1;
    }
    48.4375% {
        opacity: 1;
    }
    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes displacementAnimation-3 {
    73.4375% {
        opacity: 1;
    }
    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes displacementAnimation-3 {
    73.4375% {
        opacity: 1;
    }
    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.iconFeature {
    width: 100%;
    padding: 192px 7.8125% 200px;
    padding: 192px 21.875% 200px;
    padding: 192px 15.0% 200px;
    font-size: 0;
}

.iconFeatureItem {
    width: 16.66%;
    width: 25.0%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.iconFeaturePic {
    width: 100%;
    padding: 0 33.0%;
}

.iconFeaturePic img {
    border: none;
}

.numberp {
    font-family: Impact, 'Arial Bold', sans-serif;
    font-size: 4.8rem;
    color: #e94709;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 15px;
}

.iconFeatureItem span {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
}

@-webkit-keyframes xyscalebands {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    50.0% {
        opacity: 1;
        -webkit-transform: scale(0.6);
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes xyscalebands {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    50.0% {
        opacity: 1;
        -webkit-transform: scale(0.6);
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.iconFeatureItem:hover .iconFeaturePic img {
    -webkit-animation: xyscalebands 0.85s infinite linear;
    animation: xyscalebands 0.85s infinite linear;
    z-index: 1;
}

.threeModal {
    width: 100%;
    padding: 154px 11.77%;
    background: url(../image/3mokuai.jpg) center center no-repeat;
    background-size: cover;
}

.threeModalItem {
    width: 31.7%;
    float: left;
    margin-right: 2.45%;
}

.threeModalItem:nth-of-type(3) {
    margin-right: 0%;
}

.threeModalPic {
    width: 100%;
    height: 0px;
    padding-bottom: 122%;
    position: relative;
    overflow: hidden;
}

.threeModalPic a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 20px solid #fff;
}

.threeModalPic a img {
    width: 100%;
    height: auto;
    margin: auto;
}

.threeModalPic a img:hover {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.threeModalTxt {
    width: 100%;
    height: 92px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}

.threeModalTxt a {
    font-size: 2.4rem;
    font-weight: 700;
    color: #e94709;
    text-align: center;
    line-height: 90px;
}

.threeModalTxt:hover {
    background-color: #e94709;
}

.threeModalTxt:hover a {
    color: #ffffff;
}

.inewsDiv {
    width: 100%;
    padding: 0px 5.2% 100px;
    background-color: #e5e5e5;
}

.inewsContainer {
    width: 100%;
    padding-top: 100px;
    background-color: #fff;
}

.inewsHeader {
    width: 100%;
    padding: 0px 6.279% 62px;
    border-bottom: 1px solid #e5e5e5;
}

.inewsHeader h3 {
    font-size: 3.6rem;
    color: #000;
}

.inewsHeader h3 small {
    float: right;
    text-align: right;
}

.inewsHeader h3 small a {
    font-size: 1.4rem;
    color: #333;
}

.inewsHeader h3 small a i {
    margin-left: 8px;
}

.inewsHeader h3 small a:hover {
    color: #e94709;
}

.inewsWrap {
    width: 100%;
    padding: 0px 6.279%;
}

.inewsItem {
    width: 33.33%;
    padding: 2.659%;
    float: left;
    border-left: 1px solid #e5e5e5;
}

.inewsItem:nth-of-type(3) {
    border-right: 1px solid #e5e5e5;
}

.inewsItem:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.inewsDate {
    margin-bottom: 35px;
    font-size: 1.6rem;
    color: #e94709;
}

.inewsDate i {
    margin-right: 8px;
}

.inewsTitle {
    width: 100%;
    height: 66px;
    margin-bottom: 58px;
}

.inewsTitle a {
    font-size: 2.4rem;
    color: #000;
}

.inewsTitle a:hover {
    color: #e94709;
}

.inewsBtn {
    margin-bottom: 58px;
}

.inewsBtn a {
    display: block;
    width: 136px;
    height: 48px;
    background-color: #e94709;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 24px;
    line-height: 46px;
}

.inewsBtn a:hover {
    background-color: #151515;
    color: #e94709;
}

.inewsThumbnail {
    width: 100%;
    height: 0px;
    padding-bottom: 58.57%;
    position: relative;
    overflow: hidden;
}

.inewsThumbnail a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.inewsThumbnail a img {
    width: 100%;
    height: auto;
}

.inewsThumbnail a img:hover {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.txtPanel {
    transform: translateZ(1px);
    -webkit-transform: translateZ(1px);
    width: 44.27%;
    height: auto;
    margin: 8% auto 0;
    background-color: rgba(0, 0, 0, 0.75);
}

.upperSymbol {
    padding-left: 24px;
    padding-top: 24px;
}

.upperSymbol i {
    color: #e94709;
    font-size: 4.8rem;
}

.txtContent {
    width: 71%;
    margin: 0 auto;
    text-align: justify;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.8;
}

.lowerSymbol {
    text-align: right;
    padding-right: 24px;
    padding-bottom: 24px;
}

.lowerSymbol i {
    color: #e94709;
    font-size: 4.8rem;
}
/*页脚*/

.footerDiv {
    width: 100%;
    background-color: #090909;
}

.footerTop {
    width: 100%;
    padding: 130px 10.73% 96px;
}

.footerNav {
    width: 66.3%;
    float: left;
}

.footerNavItem {
    width: 25%;
    float: left;
}

.footerNavItem h4 {
    font-size: 2.0rem;
    color: #fff;
}

.footerNavItem h4::after {
    content: '';
    display: block;
    width: 21px;
    height: 5px;
    background-color: #e94709;
    font-size: 0;
    margin-top: 27px;
    margin-bottom: 27px;
}

.footerNavItem ul li {
    margin-bottom: 24px;
}

.footerNavItem ul li a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #555;
}

.footerNavItem ul li a:hover {
    color: #e94709;
}

.footerFollow {
    width: 33.6%;
    float: right;
}

.footerFollow h4 {
    font-size: 2.0rem;
    color: #fff;
    text-align: right;
}

.footerFollow .h4span {
    display: block;
    width: 21px;
    height: 5px;
    background-color: #e94709;
    float: right;
    font-size: 0;
    margin-top: 27px;
    margin-bottom: 27px;
}

.footerFollow p {
    clear: both;
    font-size: 1.6rem;
    font-weight: bold;
    color: #555;
    text-align: right;
    margin-bottom: 30px;
}

.subscription {
    float: right;
    position: relative;
    margin-bottom: 34px;
}

#clientEmail {
    display: block;
    width: 282px;
    height: 58px;
    box-sizing: border-box;
    border: none;
    background-color: #fff;
    border-radius: 12px;
    padding: 25px;
    padding-right: 50px;
    font-size: 1.4rem;
    line-height: 56px;
}

.emailbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 12px;
    background-color: transparent;
    text-align: center;
    font-size: 1.4rem;
    color: #999;
    line-height: 58px;
}

.emailbtn:hover i {
    color: #e94709;
}

.qrcode {
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
}

.qrcode img {
    display: inline-block;
    margin-left: 20px;
    width: 100px;
    height: 100px;
}

.footerDown {
    width: 100%;
    border-top: 1px solid #e94709;
    padding: 36px 0px;
}

.xyContainer {
    width: 100%;
    padding: 0px 10.73%;
}

.copyright {
    width: 100%;
}

.copyright p {
    font-size: 1.5rem;
    color: #555;
}

.copyright p span {
    padding-left: 21px;
}

.copyright p em {
    font-style: normal;
    float: right;
}

.copyright p a {
    font-size: 1.5rem;
    color: #555;
}

.copyright p a:hover {
    color: #e94709;
}
/*登录模块部分--*/

#userBox {
    display: none;
}

.userTplayer {
    width: 320px;
    height: 400px;
    padding: 26px 30px 0px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#formTabs {
    width: 100%;
    border-bottom: none;
    margin-bottom: 8px;
    overflow: hidden;
}

#formTabs li {
    width: 50%;
    height: 32px;
    background-color: #eeeeee;
}

#formTabs li.active {
    background-color: #151515;
    background-color: #e94709;
}

#formTabs li a {
    padding: 0 0;
    text-align: center;
    font-size: 1.5rem;
    border: none;
    border-radius: 0;
    color: #333333;
    background-color: transparent;
    line-height: 30px;
}

#formTabs li.active a {
    color: #fff;
}

#presentationlast {
    display: none;
}

.userTplayerb {
    width: 100%;
}

.sph18 {
    clear: both;
    height: 18px;
}

.otherline input {
    margin: 0;
    margin-top: 2px;
}

.otherline span.s_top {
    vertical-align: top;
}

.otherline span.s_top a {
    color: #337ab7;
}

.otherline span.s_mid {
    float: right;
    vertical-align: middle;
}

.otherline span.s_mid a {
    color: #337ab7;
    text-decoration: underline;
}

.otherline span.s_mid a:hover {
    text-decoration: none;
    color: #ff001e;
}

.loginBtn {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    color: #fff;
    background-color: #555555;
    text-align: center;
    font-size: 1.5rem;
    border: none;
    line-height: 30px;
}

.loginBtn:hover {
    color: #ffffff;
    background-color: #e94709;
}

#loginTips,
#registerTips,
#forgetTips {
    width: 100%;
    font-size: 14px;
    color: #ff001e;
    margin-top: 18px;
}

.updownBtn {
    float: right;
    position: fixed;
    right: 25px;
    bottom: 150px;
    z-index: 9;
}

.upBtn,
.downBtn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 5px;
}

.upBtn a,
.downBtn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    background-color: #666;
    line-height: 45px;
}
/* contact */

.innerbanner {
    width: 100%;
    position: relative;
}

.innerbanner img {
    width: 100%;
    height: auto;
}

.location {
    width: 100%;
    height: auto;
    position: absolute;
    padding: 0 11.77%;
    left: 0%;
    top: 45%;
    transform: translate(0%, -45%);
}

.location h2 {
    font-size: 4.8rem;
    color: #fff;
}

.location p {
    font-size: 1.6rem;
    color: #fff;
}

.location p a {
    font-size: 1.6rem;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

.location p a:first-child {
    padding-left: 0px;
}

.location p a:hover {
    color: #000;
}

.subCategoryNav {
    width: 100%;
    height: 78px;
    position: absolute;
    padding: 0 0 0 11.77%;
    padding: 0 0 0 6.77%;
    left: 0%;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.subCategoryNav a {
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: transparent;
    position: relative;
    line-height: 76px;
}

.subCategoryNav a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.subCategoryNav a.on {
    background-color: rgba(0, 0, 0, 0.80);
}

.subCategoryNav a.on::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 44px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
}

.contactDiv {
    width: 100%;
    padding: 70px 11.77% 100px;
}

.contactTxt {
    width: 30%;
    float: left;
}

.contactTxt dl {
    width: 100%;
    display: block;
    font-size: 0;
    margin-bottom: 50px;
}

.contactTxt dl dt {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: top;
    margin-right: 14px;
}

.contactTxt dl dd {
    display: inline-block;
}

.contactTxt dl dd h3 {
    font-size: 2.1rem;
    color: #858585;
    margin-top: 8px;
    margin-bottom: 5px;
}

.contactTxt dl dd h4 {
    font-size: 1.8rem;
    color: #151515;
    margin-top: 0;
    margin-bottom: 0;
}

.contactTxt ul {
    width: 100%;
    display: block;
}

.contactTxt ul li {
    margin-bottom: 10px;
}

.contactTxt ul li img {
    width: 60px;
    height: 60px;
    padding: 5px;
    display: inline-block;
    margin-right: 14px;
}

.contactTxt ul li p {
    display: inline-block;
    font-size: 1.6rem;
    color: #151515;
}

.contactPic1 {
    width: 28%;
    float: left;
}

.contactPic2 {
    width: 41.89%;
    float: right;
}

.contactDown {
    width: 100%;
    border-top: 1px solid #e94709;
    border-bottom: 1px solid #e94709;
    margin-bottom: 100px;
    background-color: #dddddd;
}

.onlineMessage {
    width: 40%;
    float: left;
    height: 630px;
}

.onlineMessageWrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.onlineform {
    width: 52%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.onlineform h3 {
    color: #000;
    font-size: 3.0rem;
}

#yourname {
    width: 100%;
    height: 36px;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.4rem;
    margin-bottom: 12px;
    line-height: 34px;
}

#yourcontactinfo {
    width: 100%;
    height: 36px;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.4rem;
    margin-bottom: 12px;
    line-height: 34px;
}

#yourmessage {
    width: 100%;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

#submitBtn {
    width: 170px;
    height: 48px;
    background-color: #e94709;
    border: none;
    text-align: center;
    line-height: 48px;
    border-radius: 25px;
    font-size: 1.6rem;
    color: #fff;
}

#submitBtn:hover {
    background-color: #151515;
    color: #e94709;
}

.baiduMap {
    width: 60%;
    height: 630px;
    float: left;
    background: url(../image/mapPic.jpg) center center no-repeat;
}

.baiduMap a {
    display: block;
    width: 100%;
    height: 100%;
}
/* job */

.jobDiv {
    width: 100%;
    padding: 0 11.77% 100px;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.jobWrap {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.jobHead {
    width: 100%;
    padding: 70px 9.128% 0px;
    font-size: 0px;
}

.jobHeadWrap {
    width: 100%;
    background-color: #a7a7a7;
    font-size: 0;
    font-weight: 700;
    color: #fff;
}

.s_01 {
    display: inline-block;
    width: 28%;
    height: 60px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 58px;
}

.s_02 {
    display: inline-block;
    width: 18%;
    height: 60px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 58px;
}

.s_03 {
    display: inline-block;
    width: 18%;
    height: 60px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 58px;
}

.s_04 {
    display: inline-block;
    width: 18%;
    height: 60px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 58px;
}

.s_05 {
    display: inline-block;
    width: 18%;
    height: 60px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 58px;
}

.jobContent {
    width: 100%;
    padding: 0px 9.128% 0px;
}

.faq_a {
    display: block;
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid #ccc;
}

.faq_a span i {
    font-size: 1.8rem;
    color: #e94709;
}

.collapse .well {
    padding: 56px;
    border-radius: 0px;
    background-color: #f9f9f9;
    border: 1px solid #e94709;
    border-top: none;
    font-size: 1.4rem;
}

.collapse .well h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #555;
}

.collapse .well ol {
    padding-left: 15px;
}

.collapse .well ol li {
    list-style-type: decimal;
    font-size: 1.5rem;
    color: #555;
}

.jobBox {
    margin-bottom: 42px;
}

.jobmailto {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e94709;
}
/*分页*/

.pagediv {
    clear: both;
    margin: 0px auto 0px;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
    font-family: "Helvetica";
}

.pagediv a {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 14px;
    border: 1px solid #c1c5cc;
    border-radius: 4px;
    text-align: center;
    margin: 4px;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
    background-color: #fff;
    font-family: "Helvetica";
    line-height: 30px;
}

.pagediv a:hover,
.pagediv a:focus {
    font-size: 14px;
    border: #e94709 1px solid;
    color: #e94709;
    background-color: #fff;
}

.pagediv .current,
.pagediv .thisclass,
.pagediv .pageinfo,
.pagediv span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: #e94709 1px solid;
    border-radius: 4px;
    font-size: 14px!important;
    color: #e94709;
    text-align: center;
    margin: 4px;
    background-color: #ffffff;
    vertical-align: middle;
    font-family: "Helvetica";
    line-height: 30px;
}

.pagediv .pageinfo {
    background-color: #eeeeee;
    border: #eeeeee 1px solid;
    color: #333;
    text-align: center;
    height: 32px;
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    font-family: "Helvetica";
    font-size: 1.2rem!important;
    line-height: 30px;
}
/*** 企业文化 ***/

.companyCulture {
    width: 100%;
    margin: 0 auto;
}

.companyPhilosophy {
    width: 100%;
    padding: 70px 0% 0px 11.77%;
}

.companyPhilosophyPic {
    width: 59%;
    float: left;
}

.companyPhilosophyPic img {
    width: 100%;
    height: auto;
}

.companyPhilosophyTxt {
    width: 41%;
    height: auto;
    float: left;
}

.companyPhilosophyTxtWrap {
    width: 100%;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding-top: 80px;
    padding-bottom: 108px;
    position: relative;
    transform: translateX(-145px) translateY(12%);
}

.companyPhilosophyTxtWrap h2 {
    font-size: 3.6rem;
    color: #1e1e1e;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.companyPhilosophyTxtWrap h2::before {
    content: url(../image/wenhua-zhuangshi.png);
    display: inline-block;
    width: 35px;
    height: 13px;
    margin-right: 20px;
}

.companyPhilosophyTxtWrap h2::after {
    content: url(../image/wenhua-zhuangshi.png);
    display: inline-block;
    width: 35px;
    height: 13px;
    margin-left: 20px;
}

.companyPhilosophyTxtWrap p {
    font-size: 1.8rem;
    color: #666666;
    text-align: center;
}

.companyPhilosophyTxtWrap p b {
    font-size: 2.4rem;
    font-weight: 700;
    color: #e94709;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.5;
}

.companyPhilosophyTxtWrap h3 {
    font-size: 2.8rem;
    color: #1e1e1e;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 62px;
    border-bottom: 1px solid #e94709;
}

.humanities {
    width: 100%;
    padding: 75px 10%;
}

.humanitiesTop {
    margin-bottom: 40px;
    text-align: center;
}

.humanitiesTop h3 {
    font-size: 3.6rem;
    color: #1e1e1e;
    text-align: center;
}

.humanitiesTop p {
    font-size: 1.6rem;
    color: #1e1e1e;
    text-align: center;
}

.outlineSeries {
    overflow: hidden;
}

.outlineSeries .outlineitem {
    float: left;
    margin: 4px;
    border: none;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    /* border: 5px solid #fff; */
}

.outlineSeries .outlineitem img {
    display: block;
    width: auto;
    height: 100%;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.outlineSeries .outlineitem img:hover {
    transform: scale(1.14);
    -ms-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -o-transform: scale(1.14);
}

.outlineSeries .outlineitem .over {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 4px 6px;
    font-size: 13px;
    color: #fff;
    background: #ffb52f;
    background: rgba(255, 181, 47, .8);
}

.outlineSeries .outlineitem .titleMask {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.50);
    text-align: center;
    overflow: hidden;
    line-height: 32px;
}

.outlineSeries .outlineitem .titleMask a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.outlineSeries .outlineitem:hover .titleMask {
    display: block;
}

.companyAlbum {
    width: 100%;
    padding: 30px 0px 100px;
}

.companyAlbumTitle {
    margin-bottom: 60px;
}

.companyAlbumTitle h3 {
    font-size: 3.6rem;
    color: #1e1e1e;
    text-align: center;
}

.roll {
    width: 100%;
    padding: 0px 0px 50px;
    height: 400px;
    height: 355px;
    overflow: hidden;
    position: relative;
}

.roll ul {
    display: block;
    position: relative;
    padding-top: 20px;
}

.roll ul li {
    float: left;
    list-style: none;
    margin-right: 0px;
    margin-bottom: 50px;
    border: 5px solid #fff;
}

.roll ul li:hover {
    box-shadow: 0px 0px 10px #999;
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.roll ul li img {
    display: block;
    height: 320px;
    height: 275px;
    width: auto;
}
/*公司简介*/

.companyProfile {
    width: 100%;
    margin: 0 auto;
}

.companyTxt {
    width: 100%;
    padding: 70px 24% 75px;
}

.companyTxt h3 {
    font-size: 3.6rem;
    color: #1e1e1e;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.companyTxt p {
    font-size: 1.8rem;
    color: #666;
    line-height: 1.6;
}

.companyTxt p strong {
    font-size: 2.0rem;
    color: #e94709;
}

.companyHistory {
    width: 100%;
    height: 982px;
    margin: 0 auto;
    background: url(../image/lichengBg.jpg) top center no-repeat #fff;
    background-size: cover;
}

.companyHistoryTxt {
    padding-top: 72px;
    margin-bottom: 135px;
}

.companyHistoryTxt h3 {
    font-size: 3.6rem;
    color: #fff;
    text-align: center;
    margin-top: 0;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.zizhuContainer {
    width: 100%;
    height: 600px;
    background: url(../image/lichenglineBg.png) left top repeat-x transparent;
}

.yeardiv {
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 3.0rem;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 15px;
}

.yeardiv span {
    font-family: Impact;
    font-size: 3.6rem;
    color: #fff;
    vertical-align: bottom;
}

.zizhuContainer ul {
    width: 100%;
    padding: 20px 17.0%;
}

.zizhuContainer ul li {
    list-style: outside disc;
    font-size: 2.0rem;
    color: #fff;
    text-align: left;
}

.zizhuContainer ul li::marker {
    color: #e94709;
    font-size: 30px;
}

.partnerDiv {
    width: 100%;
    padding: 75px 20% 100px;
}

.partnerTop {
    width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
}

.partnerTop h3 {
    font-size: 3.6rem;
    color: #1e1e1e;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.partnerTop p {
    font-size: 1.8rem;
    color: #1e1e1e;
    text-align: center;
}

.partnerContent {
    width: 100%;
}

.partnerItem {
    width: 25%;
    float: left;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.partnerItem:nth-of-type(4),
.partnerItem:nth-of-type(8),
.partnerItem:nth-of-type(12) {
    border-right-color: #fff;
}

.partnerItem:nth-of-type(9),
.partnerItem:nth-of-type(10),
.partnerItem:nth-of-type(11),
.partnerItem:nth-of-type(12) {
    border-bottom-color: #fff;
}

.partnerItemwrap {
    width: 100%;
    padding: 14%;
}

.partnerItemwrap a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 80%;
    position: relative;
    overflow: hidden;
}

.partnerItemwrap a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.partnerItemwrap a:hover img {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
}
/***** 机器设备 *****/

.equipmentDiv {
    width: 100%;
    padding: 75px 11.77% 100px;
}

.equipmentTop {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.equipmentTop h3 {
    font-size: 3.6rem;
    color: #1e1e1e;
    position: relative;
}

.equipmentTop h3 span {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.equipmentTop h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e94709;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 50%;
}

.equipmentContainer {
    width: 100%;
    margin: 0px auto 75px;
}

.equipmentContainer::after {
    content: '';
    display: block;
    clear: both;
}

.equipmentItem {
    width: 31.33%;
    float: left;
    position: relative;
    margin-right: 3%;
    margin-bottom: 40px;
    overflow: hidden;
}

.equipmentItem:nth-of-type(3n) {
    margin-right: 0;
}

.equipmentItemWrap {
    width: 100%;
    padding: 7.8%;
    background-color: #edeaea;
}

.equipmentItemPic {
    width: 100%;
    height: 0;
    padding-bottom: 74.22%;
    position: relative;
}

.equipmentItemPic a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.equipmentItemPic a img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.equipmentItemPic a:hover img {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.equipmentTxt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.equipmentTxt a {
    display: inline-block;
    padding: 7px 18px;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
    background-color: #e94709;
    color: #fff;
    font-size: 1.5rem;
}

.honorDiv {
    width: 100%;
    padding: 75px 11.77% 100px;
}

.honorContainer {
    width: 100%;
}

.honorItem {
    float: left;
    width: 23.98%;
    margin-right: 1.36%;
    margin-bottom: 20px;
    overflow: hidden;
}

.honorItem:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.honorItem:hover .honorItemWrap,
.honorItem:hover .honorItemWrap p {
    background-color: #fff;
}

.honorItem:nth-of-type(4n) {
    margin-right: 0%;
}

.honorItemWrap {
    width: 100%;
    padding: 7.67%;
    background-color: #edeaea;
}

.honorPic {
    width: 100%;
    height: 0px;
    padding-bottom: 141.27%;
    position: relative;
}

.honorPic a {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.honorPic a img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.honorPic a:hover img {
    transform: scale(1.32);
    -ms-transform: scale(1.32);
    -moz-transform: scale(1.32);
    -webkit-transform: scale(1.32);
    -o-transform: scale(1.32);
}

.honorItemWrap p {
    display: block;
    width: 100%;
    height: 34px;
    margin-top: 17px;
    text-align: center;
    font-size: 1.5rem;
    color: #1e1e1e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 17px;
}

.organization {
    width: 100%;
    padding: 75px 11.77% 100px;
}

.organizationTop {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.organizationTop h3 {
    font-size: 3.6rem;
    color: #1e1e1e;
    text-align: center;
}

.qualityDiv {
    width: 100%;
    padding: 75px 11.77% 100px;
}

.qualityTop {
    width: 100%;
    margin-bottom: 30px;
}

.qualityTop h3 {
    font-size: 3.6rem;
    color: #1e1e1e;
    text-align: center;
    margin-bottom: 45px;
}

.qualityTop p {
    width: 100%;
    padding: 0 15%;
    font-size: 1.8rem;
    color: #666;
    text-align: center;
}

.qualityContainer {
    width: 100%;
    margin: 0 auto;
}

.qualityLeft {
    float: left;
    width: 46%;
}

.qualityRight {
    float: right;
    width: 52%;
}

.processControl {
    width: 100%;
    margin-top: 20px;
}

.processControl h3 {
    font-size: 3.6rem;
    color: #1e1e1e;
    text-align: center;
    width: 100%;
    height: 72px;
    margin-bottom: 50px;
    line-height: 70px;
    border-radius: 12px;
    background: -webkit-linear-gradient(left, #cccccc, #f8f8f8);
    background: -o-linear-gradient(left, #cccccc, #f8f8f8);
    background: -moz-linear-gradient(left, #cccccc, #f8f8f8);
    background: linear-gradient(left, #cccccc, #f8f8f8);
}

.newsDiv {
    width: 100%;
    padding: 0px 11.77% 100px;
    background-color: #f7f7f7;
}

.newsContainer {
    width: 100%;
    background-color: #fff;
    padding: 70px 54px 0px;
    margin: 0 auto;
}

.newsItem {
    width: 31.373333%;
    float: left;
    margin-right: 2.94%;
    margin-bottom: 70px;
    border-bottom: 1px solid #e2e0e0;
}

.newsItem:nth-of-type(3n) {
    margin-right: 0;
}

.newsThumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 58.68%;
    position: relative;
    overflow: hidden;
    background-color: #edeaea;
}

.newsThumbnail a {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.newsThumbnail a img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.newsTitle {
    width: 100%;
    padding: 24px 6.5% 45px;
}

.newsTitle a {
    display: block;
    width: 100%;
    height: 54px;
    font-size: 1.8rem;
    color: #333333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 27px;
}

.newsDate {
    width: 100%;
    padding: 0px 6.5% 38px;
    color: #999;
    font-size: 1.6rem;
}

.newsDate i {
    margin-right: 7px;
}

.newsItem:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid #e94709;
}

.newsItem:hover .newsThumbnail a img {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.newsItem:hover .newsTitle a {
    color: #e94709;
}

.newsviewContainer {
    width: 100%;
    background-color: #fff;
    padding: 0px 9.13% 70px;
}

.newsviewTop {
    width: 100%;
    padding-top: 70px;
    margin-bottom: 40px;
}

.newsviewTop h3 {
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 3.6rem;
    color: #333333;
}

.newsviewTop p {
    text-align: center;
    font-size: 1.6rem;
    color: #999;
}

.newsviewTop p span {
    padding-left: 38px;
    padding-right: 38px;
    font-size: 1.6rem;
}

.newsviewTop p span i {
    padding-right: 7px;
}

.newsContent,
.newsContent div,
.newsContent p,
.newsContent span,
.newsContent i,
.newsContent em,
.newsContent li,
.newsContent dt,
.newsContent dd,
.newsContent td {
    font-size: 1.5rem;
    color: #555555;
    line-height: 2;
}

.newsContent img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.updowndiv {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #e94709;
    border-bottom: 1px solid #e94709;
}

.updowndiv dl {
    display: block;
    width: 100%;
    font-size: 0;
}

.updowndiv dl dt {
    display: inline-block;
    width: 50%;
    padding: 0px;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #999999;
}

.updowndiv dl dt span {
    font-weight: 700;
    margin-right: 15px;
    font-size: 1.5rem;
}

.updowndiv dl dt a {
    font-size: 1.5rem;
    color: #000000;
}

.updowndiv dl dt a:hover {
    color: #e94709;
}

.updowndiv dl dd {
    display: inline-block;
    width: 50%;
    padding: 0px;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #999999;
}

.updowndiv dl dd span {
    font-weight: 700;
    margin-right: 15px;
    font-size: 1.5rem;
}

.updowndiv dl dd a {
    font-weight: 700;
    font-size: 1.5rem;
    color: #000000;
}

.updowndiv dl dd a:hover {
    color: #e94709;
}

.rebackBtn{
    text-align: center;
    margin: 0 auto;
}

.rebackBtn a{
    font-size: 1.5rem;
    font-weight: 700;
    color:#000;
    text-align: center;
}
.rebackBtn a i{
    padding-left: 8px;
}

.rebackBtn a:hover{
    color:#e94709;
}

.r_dDiv {
    width: 100%;
    padding: 70px 11.77% 100px;
}

.r_dTop {
    margin-bottom: 60px;
}

.r_dTop h3 {
    font-size: 3.6rem;
    color: #1e1e1e;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.r_dContainer {
    width: 100%;
    margin: 0 auto;
}

.r_dContainer table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 80px;
    margin-bottom: 80px;
}

.r_dContainer table tr {
    font-size: initial;
}

.r_dContainer table tr:nth-of-type(odd) {
    background-color: #f8f8f8;
}

.r_dContainer table tr td {
    padding: 60px 5% 60px 10%;
}

.r_dContainer table tr td h3 {
    font-size: 3.6rem;
    color: #1e1e1e;
    margin-top: 0px;
    margin-bottom: 60px;
}

.r_dContainer table tr td p {
    font-size: 1.8rem;
    color: #666666;
    line-height: 1.8;
}
/*核心制造*/

.coreDiv {
    width: 100%;
    margin: 0px auto 100px;
    border-top: 1px solid transparent;
}

.coreTop {
    width: 100%;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.coreTop h3 {
    font-size: 3.6rem;
    color: #1e1e1e;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.core01 {
    width: 50%;
    float: left;
    text-align: right;
}

.core01 img {
    display: inline-block;
}

.core02 {
    width: 50%;
    float: left;
    padding: 20px 0px 20px 20px;
    background-image: -webkit-linear-gradient(135deg, #ea5404, 50%, #ffffff 50%);
    background-image: -moz-linear-gradient(135deg, #ea5404, 50%, #ffffff 50%);
    background-image: -ms-linear-gradient(135deg, #ea5404, 50%, #ffffff 50%);
    background-image: -o-linear-gradient(135deg, #ea5404, 50%, #ffffff 50%);
    background-image: linear-gradient(135deg, #ea5404, 50%, #ffffff 50%);
    border-radius: 90px 0 0 0px;
    position: relative;
    z-index: 2;
    transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
}

.core02 img {
    border-radius: 80px 0 0 80px;
}

.core03 {
    width: 100%;
    margin: 120px auto 0px;
    padding: 100px 0px;
    background-color: #f1f1f1;
}

.core03 p {
    width: 100%;
    padding: 0 12.0%;
    font-size: 2.4rem;
    color: #000;
    text-align: center;
}

.core03 p img {
    margin: 0 auto;
    margin-top: 72px;
}

.core04 {
    width: 100%;
    margin: 0px auto 42px;
    text-align: center;
}

.core04 img {
    margin: 0 auto;
}

.workshop {
    width: 100%;
    margin: 0 auto;
}

.core05 {
    width: 50%;
    position: relative;
    overflow: hidden;
    float: left;
}

.core05pic {
    width: 100%;
}

.core05mask {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 71, 9, 0.6);
}

.core05mask a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: block;
    width: 270px;
    height: 96px;
    border: 2px solid #fff;
    border-radius: 12px;
    text-align: center;
    background-color: #e94709;
    color: #fff;
    font-size: 4.8rem;
    line-height: 1.8;
}

.core05mask:hover {
    background-color: transparent;
}

.core05mask:hover a {
    background-color: #151515;
}

.core06 {
    width: 50%;
    position: relative;
    overflow: hidden;
    float: left;
}

.core06pic {
    width: 100%;
}

.core06mask {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.core06mask a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: block;
    width: 270px;
    height: 96px;
    border: 2px solid #fff;
    border-radius: 12px;
    text-align: center;
    background-color: #151515;
    color: #fff;
    font-size: 4.8rem;
    line-height: 1.8;
}

.core06mask:hover {
    background-color: transparent;
}

.core06mask:hover a {
    background-color: #e94709;
}
/*产品页面*/

.productDiv {
    width: 100%;
    margin: 0 auto;
}

.productDiv dl {
    display: block;
    width: 100%;
    padding: 70px 11.77%;
}

.productDiv dl::after {
    content: '';
    display: block;
    clear: both;
}

.productDiv dl dt {
    width: 50%;
    float: left;
}

.productDiv dl dt:hover img {
    transform: scale(0.92);
    -ms-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -webkit-transform: scale(0.92);
    -o-transform: scale(0.92);
}

.productDiv dl dd {
    width: 50%;
    float: left;
}

.productDiv dl dd h3 {
    margin-top: 76px;
    margin-bottom: 62px;
}

.productDiv dl dd h3 a {
    font-size: 3.6rem;
    color: #1e1e1e;
}

.productDiv dl dd h3 a:hover {
    color: #e94709;
}

.productDiv dl dd p {
    font-size: 1.8rem;
    color: #666;
    line-height: 2;
}

.moreBtn {
    margin-top: 48px;
}

.moreBtn a {
    display: block;
    width: 136px;
    height: 48px;
    text-align: center;
    border-radius: 24px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #e94709;
    line-height: 46px;
}

.moreBtn a:hover {
    background-color: #151515;
}

.productDiv dl:nth-of-type(odd) {
    background-color: #fff;
}

.productDiv dl:nth-of-type(odd) dd {
    padding-left: 5.21%;
}

.productDiv dl:nth-of-type(even) {
    background-color: #f8f8f8;
}

.productDiv dl:nth-of-type(even) dt {
    float: right;
}

.productDiv dl:nth-of-type(even) dt {
    padding-left: 5.21%;
}

/*产品列表*/
.productListDiv{
    width: 100%;
    padding: 70px 11.77% 0px;
    background-color: #f5f5f5;
}

.productAD{
    width: 100%;
    background-color: #fff;
    padding: 50px 0 84px;
    text-align: center;
}

.productAD h3{
    font-size: 3.6rem;
    font-weight: normal;
    color:#000;
    text-align: center;
}

.productAD p{
    font-size: 2.4rem;
    color:#555555;
}

.callmeDiv{
    width: 100%;
    margin-bottom: 100px;
    position: relative;
}
.callmeBg{
    width: 100%;
    margin: 0 auto;
}
.callmeContent{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.callmeWrap{
    display: inline-block;
    padding: 85px 150px 85px 135px;
    background-color: rgba(233,71,9,0.8);
    border-radius: 140px 0 0 140px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

.callmeWrap dl::after{
    content: '';
    display: block;
    clear: both;
}

.callmeWrap dl dt{
    float: left;
    margin-right: 25px;
}

.callmeWrap dl dt i{
    color:#fff;
    font-size: 12.0rem;
}

.callmeWrap dl dd{
    float: left;
}

.callmeWrap dl dd p{
    font-size: 3.6rem;
    font-weight: 700;
    color:#fff;
}

.callmeWrap dl dd p span{
    font-size: 4.8rem;
    font-weight: normal;
    font-family: Impact;
}

.productList{
    width: 100%;
}

.productListItem{
    width: 31.3333%;
    float: left;
    margin-right: 3%;
    margin-bottom: 75px;
    background-color: #fff;
    overflow: hidden;
}

.productListItem:nth-of-type(3n){
    margin-right: 0%;
}

.productListItem:hover{
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.productListWrap{
    width: 100%;
    margin: auto;
}
.productListPic{
    width: 100%;
    padding: 18.0%;
}
.productListPicWrap{
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    position: relative;
}
.productListPicWrap a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.productListPicWrap a img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.productListTxt{
    width: 100%;
    height: 50px;
    position: relative;
    border-top:1px solid #e2e0e0;
    background-color: #fff;
}
.productListTxt p{
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 50px;
    font-size: 1.8rem;
    color:#333333;
    text-align: left;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 50px;
}
.productListTxt a{
    float: right;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 150px;
    height: 40px;
    border: 1px solid #fff;
    font-size: 1.4rem;
    color:#fff;
    text-align: center;
    line-height: 38px;
    background-color: #e94709;
    border-radius: 25px;
}
.productListTxt a i{
    font-size: 1.8rem;
    margin-right: 10px;
}

.productListItem:hover .productListWrap .productListPic .productListPicWrap a img{
    transform: translate(-50%, -50%) scale(1.4);
    -ms-transform: translate(-50%, -50%) scale(1.4);
    -moz-transform: translate(-50%, -50%) scale(1.4);
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    -o-transform: translate(-50%, -50%) scale(1.4);
}

.productListItem:hover .productListWrap .productListTxt{
    background-color: #e94709;
}

.productListItem:hover .productListWrap .productListTxt p{
    color:#fff;
}

.productListItem:hover .productListWrap .productListTxt a{
    background-color: #000000;
}

/*产品详情*/
.productDetailDiv{
    width: 100%;
    padding: 0px 11.77% 100px;
    background-color: #f5f5f5;
}

.productDetailContainer{
    width: 100%;
    padding: 75px 6.8% 50px;
    background-color: #fff;
    margin: 0 auto;
}

.productBigPhoto{
    width: 64%;
    float: left;
}

.productBigPic{
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    position: relative;
    
    background: url(../image/bigpiclinebg-left-top.png) -1px top no-repeat, url(../image/bigpiclinebg-top-right.png) right top no-repeat, url(../image/bigpiclinebg-right-bottom.png) right bottom no-repeat, url(../image/bigpiclinebg-left-bottom.png) left bottom no-repeat;
    border: 1px solid #e94709;
    overflow: hidden;
}

.productBigPic a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 10%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.productBigPic a img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.productBigPic a:hover img{
    transform: translate(-50%, -50%) scale(1.4);
    -ms-transform: translate(-50%, -50%) scale(1.4);
    -moz-transform: translate(-50%, -50%) scale(1.4);
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    -o-transform: translate(-50%, -50%) scale(1.4);
}

.productBigList{
    display: block;
    margin-top: 10px;
}

.productBigList li{
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 10px;
    border:1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
}

.productBigList li a{
    display: block;
    width: 100%;
    height: 100%;
}
.productBigList li a img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.productBigList li:hover{
    border-color: #e94709;
}

.productTitle{
    width: 36%;
    float: left;
    padding-left: 50px;
}
.productTitleWrap{
    width: 100%;
    padding-top: 30%;
}

.productTitleWrap h3{
    font-size: 3.0rem;
    color:#000;
    padding-bottom: 20px;
    border-bottom:1px solid #e2e0e0;
    margin-bottom: 22px;
}

.infoDownload{
    margin-top: 0;
}

.infoDownload a{
    display: block;
    width: 170px;
    height: 48px;
    font-size: 1.4rem;
    color:#fff;
    text-align: center;
    line-height: 46px;
    background-color: #e94709;
    border-radius: 25px;
}

.infoDownload a i{
    font-size: 1.8rem;
    margin-right: 10px;
}

.infoDownload a:hover{
    background-color: #151515;;
}

.productDetailContent{
    margin-top: 45px;
}

.productDetailContent h3.titleh3{
    font-size: 3.0rem;
    color:#000;
    margin-bottom: 25px;
}

.productDescription, .productDescription div, .productDescription p{
    margin-bottom: 20px;
}

.productDescription, 
.productDescription div, 
.productDescription p, 
.productDescription li, 
.productDescription td, 
.productDescription th, 
.productDescription dd, 
.productDescription dt, 
.productDescription a, 
.productDescription span, 
.productDescription em, 
.productDescription i{
    font-size: 1.8rem;
    color:#555;
}

.productDescription table{
    width: 100%;
    border-collapse: collapse;
}

.productDescription table tr th, .productDescription table tr td{
    padding: 12px;
    text-align: center;
}

.productDescription table tr td{
    border: 1px solid #ccc;
}

.productParameter, .productParameter div, .productParameter p{
    margin-bottom: 20px;
}

.productParameter, 
.productParameter div, 
.productParameter p, 
.productParameter li, 
.productParameter td, 
.productParameter th, 
.productParameter dd, 
.productParameter dt, 
.productParameter a, 
.productParameter span, 
.productParameter em, 
.productParameter i{
    font-size: 1.8rem;
    color:#555;
}

.productParameter table{
    width: 100%;
    border-collapse: collapse;
}

.productParameter table tr th, .productParameter table tr td{
    padding: 12px;
    text-align: center;
}

.productParameter table tr td{
    border: 1px solid #ccc;
}

.returnVisitTitle{
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 1.6rem;
    color:#fff;
    background-color: #e94709;
    padding-left: 30px;
    margin-bottom: 45px;
}

.inputBar{
    width: 100%;
    padding: 0 18%;
    margin-bottom: 25px;
}

.inputBar input{
    width: 100%;
    height: 36px;
    border:1px solid #ccc;
    background-color: #fff;
    padding-left: 15px;
    font-size: 1.6rem;
    color:#000;
    line-height: 34px;
}

.inputBar textarea{
    width: 100%;
    border:1px solid #ccc;
    background-color: #fff;
    padding-left: 15px;
    font-size: 1.6rem;
    color:#000;
    line-height: 34px;
}
#returnVisitSubmit{
    width: 170px;
    height: 48px;
    color:#fff;
    border: none;
    background-color: #e94709;
    border-radius: 25px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 46px;
}

#HBox{
    display: none;
}

@media (max-width:767px) {
    #headdiv {
        width: 100%;
        height: 50px;
        padding: 0;
        position: relative;
        background-color: #3c0000;
        background-color: #ffa500;
        background-color: red;
        background-color: orange;
        background-color: yellowgreen;
        background-color: yellowgreen;
        background-color: cyan;
        background-color: blue;
        background-color: purple;
        background-color: #330066;
        background-color: #210042;
        background-color: #002000;
        background-color: #12126e;
        background-color: #002040;
        background-color: #8a0029;
        background-color: #9e289b;
        background-color: #e65400;
        background-color: #001719;
        background-color: #000000;
        background-image: none;
    }
    .logo {
        width: 30%;
    }
    .logo a {
        margin-top: 0px;
    }
    .logo a img {
        margin-top: 8px;
        max-height: 36px;
    }
    .showpc {
        display: none;
    }
    .showmob {
        display: inline-block;
    }
    #mobileNavButton {
        display: block;
        margin-top: 8px;
        margin-right: 15px;
    }
    .language {
        width: 20%;
        margin-top: 0px;
        background-color: transparent;
        display: none;
    }
    .language a {
        color: #fff;
        margin-top: 12px;
        font-size: 1.2rem;
    }
    .language a i {
        font-size: 2.1rem;
        color: #fff;
        margin-right: 6px;
        vertical-align: middle;
    }
    .userdiv {
        width: 28.825%;
        background-color: transparent;
    }
    .userpanel {
        margin-top: 12px;
    }
    .userpanel a.logina {
        font-size: 1.2rem;
    }
    .userpanel a.logina i {
        font-size: 2.1rem;
    }
    .userpanel a.user {
        font-size: 1.2rem;
    }
    /* Mobile nva style */
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 49px;
        z-index: 6;
    }
    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* border-top: 1px solid #e94709; */
        border-bottom: 1px solid #e94709;
        background-color: #fff;
        position: relative;
        top: 0px;
        z-index: 3;
    }
    .m_nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0px;
        z-index: 3;
        background-color: #fff;
    }
    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #ececec;
        text-align: left;
        overflow: visible;
        position: relative;
    }
    .m_nav ul li ul {
        display: none;
    }
    .m_nav ul li ul li ul {
        display: none;
    }
    .m_nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 30px;
        color: #333;
        font-size: 1.4rem;
        /* text-transform: uppercase;
font-family: "Poppins"; */
        line-height: 1.1;
        position: relative;
    }
    .m_nav ul li a i {
        margin-right: 8px;
    }
    .m_nav ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }
    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li.has_sub.on::after {
        content: "\f107";
    }
    .m_nav ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li a::before {
        content: "\f0da";
        font-size: 14px;
        font-family: FontAwesome;
        color: #454545;
        position: absolute;
        left: 16px;
        top: 10px;
    }
    .m_nav ul li ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }
    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li ul li.has_sub.on::after {
        content: "\f107";
    }
    .bx-wrapper {
        margin: 8px auto 0px;
    }
    .bx-wrapper .bx-pager {
        display: none;
    }
    .bx-controls-direction {
        display: none;
    }
    .iconFeature {
        width: 100%;
        padding: 30px 15px 30px;
    }
    .iconFeatureItem {
        width: 33.33%;
        margin-bottom: 20px;
    }
    .numberp {
        font-size: 1.8rem;
        padding-bottom: 0px;
    }
    .iconFeatureItem span {
        font-size: 1.2rem;
    }
    .threeModal {
        width: 100%;
        padding: 50px 8px;
    }
    .threeModalItem {
        width: 31.85%;
        float: left;
        margin-right: 2.0%;
    }
    .threeModalPic a {
        border: 5px solid #fff;
    }
    .threeModalTxt {
        height: 50px;
    }
    .threeModalTxt a {
        font-size: 1.3rem;
        line-height: 50px;
    }
    .inewsDiv {
        width: 100%;
        padding: 0px 0% 30px;
        background-color: #ffffff;
    }
    .inewsContainer {
        width: 100%;
        padding-top: 0px;
        background-color: #fff;
    }
    .inewsHeader {
        width: 100%;
        padding: 0px 15px 20px;
        border-bottom: 1px solid #e5e5e5;
    }
    .inewsHeader h3 {
        font-size: 1.8rem;
        color: #000;
    }
    .inewsHeader h3 small a {
        font-size: 1.2rem;
    }
    .inewsItem {
        width: 100%;
        padding: 2.659%;
        float: left;
        border-left: none;
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
    }
    .inewsItem:nth-of-type(3) {
        border-right: none;
    }
    .inewsDate {
        margin-bottom: 10px;
        font-size: 1.2rem;
    }
    .inewsTitle {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
    }
    .inewsTitle a {
        font-size: 1.5rem;
        font-weight: 700;
        color: #000;
    }
    .inewsBtn {
        margin-bottom: 20px;
    }
    .inewsBtn a {
        height: 36px;
        font-size: 1.2rem;
        line-height: 34px;
    }
    .txtContent {
        width: 60%;
        margin: 0 auto;
        text-align: justify;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .footerTop {
        width: 100%;
        padding: 30px 15px 30px;
    }
    .footerNav {
        width: 100%;
        float: left;
    }
    .footerNavItem {
        width: 50%;
        float: left;
    }
    .footerNavItem h4::after {
        content: '';
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .footerNavItem ul li {
        margin-bottom: 12px;
    }
    .footerNavItem ul li a {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .footerFollow {
        width: 100%;
        float: left;
    }
    .footerFollow h4 {
        text-align: left;
    }
    .footerFollow .h4span {
        float: none;
    }
    .footerFollow p {
        text-align: left;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .subscription {
        float: left;
        margin-bottom: 10px;
    }
    .qrcode {
        text-align: left;
    }
    .qrcode img {
        margin-left: 0px;
    }
    .footerDown {
        width: 100%;
        padding: 20px 0px;
    }
    .xyContainer {
        width: 100%;
        padding: 0px 15px;
    }
    .copyright p {
        font-size: 1.2rem;
    }
    .copyright p span {
        display: block;
        padding-left: 0px;
    }
    .copyright p a {
        font-size: 1.2rem;
    }
    .copyright p em {
        font-style: normal;
        float: left;
    }
    .upBtn,
    .downBtn {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .upBtn a,
    .downBtn a {
        font-size: 1.8rem;
        line-height: 28px;
    }
    .location {
        width: 100%;
        height: auto;
        position: absolute;
        padding: 0 6%;
        left: 0%;
        top: 29%;
        transform: translate(0%, -40%);
    }
    .location h2 {
        font-size: 1.8rem;
        margin-bottom: 2px;
        color: #fff;
    }
    .location p {
        font-size: 1.2rem;
    }
    .location p a {
        font-size: 1.2rem;
    }
    .subCategoryNav {
        display: none;
    }
    .contactDiv {
        width: 100%;
        padding: 30px 15px 30px;
    }
    .contactTxt {
        width: 100%;
        float: left;
    }
    .contactPic1 {
        width: 100%;
        float: left;
    }
    .contactPic2 {
        display: none;
    }
    .contactTxt dl {
        margin-bottom: 12px;
    }
    .contactTxt dl dt {
        width: 50px;
        height: 50px;
        vertical-align: top;
        margin-right: 10px;
    }
    .contactTxt dl dd h3 {
        font-size: 1.8rem;
    }
    .contactTxt dl dd h4 {
        font-size: 1.5rem;
    }
    .contactTxt ul {
        margin-bottom: 30px;
    }
    .contactTxt ul li {
        margin-bottom: 0px;
    }
    .contactTxt ul li img {
        width: 50px;
        height: 50px;
        padding: 5px;
        display: inline-block;
        margin-right: 10px;
    }
    .contactTxt ul li p {
        display: inline;
        font-size: 1.2rem;
        color: #151515;
    }
    .onlineMessage {
        width: 100%;
        float: left;
        height: 430px;
    }
    .onlineform {
        width: 80%;
    }
    .onlineform h3 {
        color: #000;
        font-size: 1.8rem;
        margin-top: 0;
    }
    .baiduMap {
        width: 100%;
        height: 500px;
        float: left;
        background: url(../image/mapPic.jpg) 46% 50% no-repeat;
    }
    .updownBtn {
        display: none;
        right: 5px;
    }
    .jobDiv {
        width: 100%;
        padding: 0 0% 0px;
        margin: 0 auto;
        background-color: #f5f5f5;
    }
    .jobHead {
        width: 100%;
        padding: 30px 15px 0px;
        font-size: 0px;
    }
    .jobContent {
        width: 100%;
        padding: 0px 15px 0px;
    }
    .s_01 {
        display: inline-block;
        width: 41%;
        height: 30px;
        text-align: center;
        font-size: 1.2rem;
        overflow: hidden;
        line-height: 28px;
    }
    .s_02 {
        display: inline-block;
        width: 18%;
        height: 30px;
        text-align: center;
        font-size: 1.2rem;
        line-height: 28px;
        display: none;
    }
    .s_03 {
        display: inline-block;
        width: 18%;
        height: 30px;
        text-align: center;
        font-size: 1.2rem;
        overflow: hidden;
        line-height: 28px;
    }
    .s_04 {
        display: inline-block;
        width: 33%;
        height: 30px;
        text-align: center;
        font-size: 1.2rem;
        overflow: hidden;
        line-height: 28px;
    }
    .s_05 {
        display: inline-block;
        width: 8%;
        height: 30px;
        text-align: center;
        font-size: 1.2rem;
        overflow: hidden;
        line-height: 28px;
    }
    .collapse .well {
        padding: 15px;
        border-radius: 0px;
        background-color: #f9f9f9;
        border: 1px solid #e94709;
        border-top: none;
        font-size: 1.2rem;
    }
    .collapse .well h4 {
        font-size: 1.3rem;
        font-weight: 700;
    }
    .collapse .well ol li {
        font-size: 1.2rem;
    }
    .jobmailto {
        font-size: 1.3rem;
        font-weight: 700;
        color: #e94709;
    }
    .outlineSeries .outlineitem .titleMask a {
        font-size: 12px;
    }
    .companyPhilosophy {
        width: 100%;
        padding: 30px 15px 20px 15px;
    }
    .companyPhilosophyPic {
        width: 100%;
        float: left;
    }
    .companyPhilosophyTxt {
        width: 100%;
        height: auto;
        float: left;
    }
    .companyPhilosophyTxtWrap {
        width: 100%;
        border-radius: 0px;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
        padding-top: 10px;
        padding-bottom: 30px;
        position: relative;
        transform: translateX(0px) translateY(3%);
    }
    .companyPhilosophyTxtWrap h2 {
        font-size: 1.8rem;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .companyPhilosophyTxtWrap p {
        font-size: 1.3rem;
    }
    .companyPhilosophyTxtWrap p b {
        font-size: 1.4rem;
    }
    .companyPhilosophyTxtWrap h3 {
        font-size: 1.8rem;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .humanities {
        width: 100%;
        padding: 30px 15px;
    }
    .humanitiesTop {
        margin-bottom: 20px;
    }
    .humanitiesTop h3 {
        font-size: 1.8rem;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .humanitiesTop p {
        font-size: 1.2rem;
        color: #777777;
        text-align: center;
    }
    .companyAlbum {
        width: 100%;
        padding: 30px 0px 30px;
    }
    .companyAlbumTitle {
        margin-bottom: 20px;
    }
    .companyAlbumTitle h3 {
        font-size: 1.8rem;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .roll {
        height: 210px;
    }
    .roll ul {
        padding-top: 0px;
    }
    .roll ul li {
        border-width: 2px;
    }
    .roll ul li img {
        height: 200px;
    }
    .equipmentDiv {
        width: 100%;
        padding: 30px 15px 30px;
    }
    .equipmentTop {
        margin-bottom: 20px;
    }
    .equipmentTop h3 {
        font-size: 1.8rem;
        margin-top: 0;
    }
    .equipmentTop h3 span {
        font-size: 1.8rem;
    }
    .equipmentContainer {
        margin: 0px auto 40px;
    }
    .equipmentItem {
        width: 47.41%;
        margin-right: 5.18%;
        margin-bottom: 15px;
    }
    .equipmentItem:nth-of-type(3n) {
        margin-right: 5.18%;
    }
    .equipmentItem:nth-of-type(2n) {
        margin-right: 0%;
    }
    .equipmentItemWrap {
        padding: 5%;
    }
    .equipmentTxt a {
        display: block;
        padding: 2px 10px;
        margin: 0 auto;
        border-radius: 3px 3px 0 0;
        background-color: #e94709;
        color: #fff;
        font-size: 1.2rem;
    }
    .honorDiv {
        width: 100%;
        padding: 30px 15px 30px;
    }
    .honorItem {
        width: 47.41%;
        margin-right: 5.18%;
        margin-bottom: 15px;
    }
    .honorItem:nth-of-type(2n) {
        margin-right: 0%;
    }
    .honorItemWrap p {
        font-size: 1.2rem;
    }
    .organization {
        width: 100%;
        padding: 30px 15px 50px;
    }
    .organizationTop h3 {
        font-size: 1.8rem;
        color: #1e1e1e;
        text-align: center;
        margin-top: 0;
    }
    .companyTxt {
        width: 100%;
        padding: 30px 15px 20px 15px;
    }
    .companyTxt h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .companyTxt p {
        font-size: 1.2rem;
        color: #666;
        line-height: 1.6;
    }
    .companyTxt p strong {
        font-size: 1.2rem;
    }
    .companyHistoryTxt {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .companyHistoryTxt h3 {
        font-size: 1.8rem;
    }
    .companyHistory {
        width: 100%;
        height: 600px;
        overflow: hidden;
    }
    .yeardiv {
        padding-top: 20px;
        font-size: 2.4rem;
    }
    .yeardiv span {
        font-size: 2.4rem;
    }
    .zizhuContainer ul li {
        font-size: 1.4rem;
    }
    .zizhuContainer ul li::marker {
        color: #e94709;
        font-size: 20px;
    }
    .partnerDiv {
        width: 100%;
        padding: 30px 15px 75px 15px;
    }
    .partnerTop {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .partnerTop h3 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .partnerTop p {
        font-size: 1.2rem;
        color: #1e1e1e;
        text-align: center;
    }
    .qualityDiv {
        width: 100%;
        padding: 30px 15px 20px;
    }
    .qualityTop h3 {
        font-size: 1.8rem;
        color: #1e1e1e;
        text-align: center;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .qualityTop p {
        width: 100%;
        padding: 0 0%;
        font-size: 1.2rem;
        color: #666;
        text-align: left;
    }
    .qualityLeft {
        float: left;
        width: 100%;
    }
    .qualityRight {
        float: right;
        width: 100%;
    }
    .processControl h3 {
        font-size: 1.8rem;
        width: 100%;
        height: 36px;
        margin-bottom: 20px;
        line-height: 34px;
        border-radius: 0px;
    }
    .newsDiv {
        width: 100%;
        padding: 0px 0px 0px;
        background-color: #f7f7f7;
    }
    .newsContainer {
        width: 100%;
        background-color: #fff;
        padding: 20px 15px 0px;
        margin: 0 auto;
    }
    .newsItem {
        width: 47.42%;
        margin-right: 5.16%;
        margin-bottom: 30px;
    }
    .newsItem:nth-of-type(3n) {
        margin-right: 5.16%;
    }
    .newsItem:nth-of-type(2n) {
        margin-right: 0%;
    }
    .newsTitle {
        width: 100%;
        padding: 10px 6.5% 15px;
    }
    .newsTitle a {
        height: 36px;
        font-size: 1.2rem;
        line-height: 18px;
    }
    .newsDate {
        width: 100%;
        padding: 0px 6.5% 15px;
        font-size: 1.2rem;
    }
    .newsviewContainer {
        width: 100%;
        background-color: #fff;
        padding: 0px 15px 30px;
    }
    .newsviewTop {
        width: 100%;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .newsviewTop h3 {
        margin-top: 0px;
        margin-bottom: 15px;
        text-align: left;
        font-size: 1.8rem;
        color: #000;
    }
    .newsviewTop p {
        text-align: left;
        font-size: 1.2rem;
        color: #999;
    }
    .newsviewTop p span {
        padding-left: 0px;
        font-size: 1.2rem;
    }
    .newsContent,
    .newsContent div,
    .newsContent p,
    .newsContent span,
    .newsContent i,
    .newsContent em,
    .newsContent li,
    .newsContent dt,
    .newsContent dd,
    .newsContent td {
        font-size: 1.2rem;
        color: #555555;
        line-height: 1.6;
    }
    .newsContent div,
    .newsContent p {
        margin-bottom: 10px;
    }
    .newsContent video {
        width: 100% !important;
        height: auto !important;
    }
    .updowndiv {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .updowndiv dl dt {
        width: 100%;
        padding: 0px;
        font-size: 1.3rem;
    }
    .updowndiv dl dd {
        width: 100%;
        padding: 0px;
        font-size: 1.3rem;
    }
    .updowndiv dl dt span {
        font-size: 1.3rem;
    }
    .updowndiv dl dd span {
        font-size: 1.3rem;
    }
    .updowndiv dl dt a,
    .updowndiv dl dd a {
        font-size: 1.3rem;
    }
    .rebackBtn a{
        font-size: 1.3rem;
    }
    .r_dDiv {
        width: 100%;
        padding: 20px 0px 50px;
    }
    .r_dTop {
        margin-bottom: 20px;
    }
    .r_dTop h3 {
        font-size: 1.8rem;
    }
    .r_dContainer table {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .r_dContainer table tr td {
        padding: 30px 5px 30px 10px;
    }
    .r_dContainer table tr td h3 {
        font-size: 1.8rem;
        color: #1e1e1e;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .r_dContainer table tr td p {
        font-size: 1.2rem;
        color: #666666;
        line-height: 1.4;
    }
    .coreDiv {
        width: 100%;
        margin: 0px auto 30px;
        border-top: 1px solid transparent;
    }
    .coreTop {
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .coreTop h3 {
        font-size: 1.8rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .core01 {
        width: 100%;
        padding: 0 15px;
        float: left;
        text-align: right;
        margin-bottom: 30px;
    }
    .core02 {
        width: 92%;
        margin: 0 4%;
        float: left;
        padding: 15px 0px 15px 15px;
        border-radius: 35px 0 0 35px;
        transform: translateX(0px);
        -ms-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
    .core02 img {
        border-radius: 25px 0 0 25px;
    }
    .core03 {
        width: 100%;
        margin: 50px auto 0px;
        padding: 50px 0px;
        background-color: #f1f1f1;
    }
    .core03 p {
        width: 100%;
        padding: 0 20px;
        font-size: 1.4rem;
        color: #000;
        text-align: left;
    }
    .core03 p img {
        margin: 0 auto;
        margin-top: 20px;
    }
    .core05 {
        width: 100%;
    }
    .core05mask a {
        width: 36%;
        height: 46px;
        font-size: 2.0rem;
        line-height: 1.8;
    }
    .core06 {
        width: 100%;
    }
    .core06mask a {
        width: 36%;
        height: 46px;
        font-size: 2.0rem;
        line-height: 1.8;
    }
    .productDiv {
        width: 100%;
        margin: 0 auto 30px;
    }
    .productDiv dl {
        display: block;
        width: 100%;
        padding: 20px 15px;
    }
    .productDiv dl dt {
        width: 100%;
        float: left;
    }
    .productDiv dl dd {
        width: 100%;
        float: left;
    }
    .productDiv dl:nth-of-type(odd) dd {
        padding-left: 0%;
    }
    .productDiv dl dd h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .productDiv dl dd h3 a {
        font-size: 1.8rem;
        color: #1e1e1e;
    }
    .productDiv dl dd p {
        font-size: 1.4rem;
        color: #666;
        line-height: 1.6;
    }
    .moreBtn {
        margin-top: 20px;
    }
    .moreBtn a {
        height: 36px;
        line-height: 34px;
    }
    .productDiv dl:nth-of-type(even) dt {
        float: left;
        padding-left: 0%;
    }
    .productListDiv {
        width: 100%;
        padding: 30px 15px 0px;
        background-color: #f5f5f5;
    }
    .productListItem{
        width: 47.41%;
        margin-right: 5.18%;
        margin-bottom: 20px;
    }
    .productListItem:nth-of-type(3n) {
        margin-right: 5.18%;
    }
    .productListItem:nth-of-type(2n) {
        margin-right: 0%;
    }
    .productListTxt{
        height: 100px;
    }
    .productListTxt p {
        font-size: 1.3rem;
        text-align: center;
        padding-left: 0;
    }
    .productListTxt a {
        position: static;
        float: none;
        display: block;
        width: 120px;
        height: 36px;
        margin: 0 auto;
        font-size: 1.3rem;
        line-height: 34px;
    }
    .fff{
        padding-bottom: 30px;
    }
    .productAD {
        width: 100%;
        background-color: #fff;
        padding: 30px 0 60px;
        text-align: center;
    }
    .productAD h3 {
        font-size: 1.6rem;
        font-weight: 700;
    }
    .productAD p {
        font-size: 1.4rem;
        padding: 0 15px;
        color: #555555;
    }
    .callmeDiv {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }
    .callmeWrap {
        display: inline-block;
        padding: 15px 15px 15px 15px;
        background-color: rgba(233,71,9,0.8);
        border-radius: 15px 0 0 15px;
    }
    .callmeWrap dl dt {
        float: left;
        margin-right: 15px;
    }
    .callmeWrap dl dt i {
        color: #fff;
        font-size: 4.2rem;
    }
    .callmeWrap dl dd p {
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
    }
    .callmeWrap dl dd p span {
        font-size: 2.4rem;
        font-weight: normal;
        font-family: Impact;
    }
    /**/
    
    .productDetailDiv {
        width: 100%;
        padding: 0px 0px 30px;
        background-color: #f5f5f5;
    }
    .productDetailContainer {
        width: 100%;
        padding: 30px 15px 30px;
        background-color: #fff;
        margin: 0 auto;
    }
    .productBigPhoto {
        width: 100%;
        float: left;
    }
    .productTitle {
        width: 100%;
        float: left;
        padding-left: 0px;
    }
    .productTitleWrap {
        width: 100%;
        padding-top: 0%;
    }
    .productTitleWrap h3 {
        font-size: 1.8rem;
        color: #000;
        padding-bottom: 10px;
        border-bottom: 1px solid #e2e0e0;
        margin-bottom: 15px;
    }
    .infoDownload a {
        display: block;
        width: 170px;
        height: 38px;
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        line-height: 36px;
        background-color: #e94709;
        border-radius: 22px;
    }
    .productDetailContent {
        width: 100%;
        overflow-x: scroll;
        margin-top: 30px;
    }
    .productDetailContent h3.titleh3 {
        font-size: 1.8rem;
        color: #000;
        margin-bottom: 15px;
    }
    .productDescription, .productDescription div, .productDescription p {
        margin-bottom: 15px;
    }
    .productDescription, .productDescription div, .productDescription p, .productDescription li, .productDescription td, .productDescription th, .productDescription dd, .productDescription dt, .productDescription a, .productDescription span, .productDescription em, .productDescription i {
        font-size: 1.2rem;
        color: #555;
    }
    .productDescription table{
        overflow-x: auto;
    }
    .productDescription table tr th, .productDescription table tr td{
        padding: 10px;
        text-align: center;
    }
    .productParameter{
        width: 100%;
        overflow-x: scroll;
    }

    .productParameter, .productParameter div, .productParameter p {
        margin-bottom: 15px;
    }
    .productParameter, .productParameter div, .productParameter p, .productParameter li, .productParameter td, .productParameter th, .productParameter dd, .productParameter dt, .productParameter a, .productParameter span, .productParameter em, .productParameter i {
        font-size: 1.2rem;
        color: #555;
    }
    .productParameter table{
        overflow-x: auto;
    }
    .productParameter table tr th, .productParameter table tr td{
        padding: 10px;
        text-align: center;
    }

    .productParameter table{
        overflow-x: auto;
    }
    .productParameter table tr th, .productParameter table tr td{
        padding: 10px;
        text-align: center;
    }
    .inputBar {
        width: 100%;
        padding: 0 10%;
        margin-bottom: 10px !important;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    #headdiv {
        width: 100%;
        height: 76px;
        padding: 0;
        position: relative;
        background-color: #000000;
        background-image: none;
    }
    .logo {
        width: 20%;
    }
    .logo a {
        margin-top: 0px;
        margin-left: 10px;
    }
    .logo a img {
        max-height: 50px;
        margin-top: 15px;
    }
    .showpc {
        display: none;
    }
    .showmob {
        display: inline-block;
    }
    #mobileNavButton {
        display: block;
        margin-top: 18px;
        margin-right: 20px;
    }
    .language {
        width: 12%;
        margin-top: 0px;
        margin-right: 30px;
        background-color: transparent;
        display: none;
    }
    .language a {
        color: #fff;
        margin-top: 23px;
    }
    .userdiv {
        width: 25.0%;
        height: 100%;
        float: right;
        text-align: center;
        margin-top: 0px;
        margin-right: 1px;
        background-color: transparent;
    }
    .userpanel {
        display: inline-block;
        position: relative;
        margin-top: 23px;
    }
    /* Mobile nva style */
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 76px;
        z-index: 9999;
    }
    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid #ea2e14;
        border-bottom: 1px solid #ea2e14;
        background-color: #fff;
        position: relative;
        top: 0px;
        z-index: 3;
    }
    .m_nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0px;
        z-index: 3;
        background-color: #fff;
    }
    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #ececec;
        text-align: left;
        overflow: visible;
        position: relative;
    }
    .m_nav ul li ul {
        display: none;
    }
    .m_nav ul li ul li ul {
        display: none;
    }
    .m_nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 30px;
        color: #333;
        font-size: 1.4rem;
        /* text-transform: uppercase;
font-family: "Poppins"; */
        line-height: 1.1;
        position: relative;
    }
    .m_nav ul li a i {
        margin-right: 8px;
    }
    .m_nav ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }
    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li.has_sub.on::after {
        content: "\f107";
    }
    .m_nav ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li a::before {
        content: "\f0da";
        font-size: 14px;
        font-family: FontAwesome;
        color: #454545;
        position: absolute;
        left: 16px;
        top: 10px;
    }
    .m_nav ul li ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li ul li.has_sub a {
        padding: 10px 50px 10px 40px;
        pointer-events: auto;
    }
    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li ul li.has_sub.on::after {
        content: "\f107";
    }
    .bx-wrapper .bx-pager {
        bottom: 0;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 10px;
        height: 10px;
    }
    .iconFeature {
        width: 100%;
        padding: 60px 20px 80px;
        font-size: 0;
    }
    .numberp {
        font-size: 2.4rem;
        padding-bottom: 0px;
    }
    .iconFeatureItem span {
        font-size: 1.4rem;
    }
    .threeModal {
        width: 100%;
        padding: 100px 8.0%;
        background: url(../image/3mokuai.jpg) center center no-repeat;
        background-size: cover;
    }
    .threeModalPic a {
        border: 10px solid #fff;
    }
    .threeModalTxt {
        width: 100%;
        height: 50px;
    }
    .threeModalTxt a {
        font-size: 1.8rem;
        line-height: 42px;
    }
    .inewsDiv {
        width: 100%;
        padding: 0px 0% 50px;
        background-color: #fff;
    }
    .inewsContainer {
        width: 100%;
        padding-top: 10px;
        background-color: #fff;
    }
    .inewsHeader {
        width: 100%;
        padding: 0px 20px 20px;
        border-bottom: 1px solid #e5e5e5;
    }
    .inewsHeader h3 {
        font-size: 2.4rem;
        color: #000;
    }
    .inewsWrap {
        width: 100%;
        padding: 0px 0px;
        border-bottom: 1px solid #e5e5e5;
    }
    .inewsItem:first-child {
        border-left: none;
    }
    .inewsItem:nth-of-type(3) {
        border-right: none;
    }
    .inewsDate {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
    .inewsTitle {
        width: 100%;
        height: 48px;
        margin-bottom: 15px;
    }
    .inewsTitle a {
        font-size: 1.6rem;
        font-weight: 700;
        color: #000;
    }
    .inewsBtn {
        margin-bottom: 45px;
    }
    .inewsBtn a {
        display: block;
        width: 136px;
        height: 36px;
        background-color: #e94709;
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        border-radius: 24px;
        line-height: 36px;
    }
    .txtContent {
        width: 71%;
        margin: 0 auto;
        text-align: justify;
        color: #fff;
        font-size: 2.1rem;
        line-height: 1.8;
    }
    .footerTop {
        width: 100%;
        padding: 60px 20px 30px;
    }
    .footerNav {
        width: 100%;
        float: left;
    }
    .footerFollow {
        width: 100%;
        float: left;
    }
    .footerFollow h4 {
        font-size: 2.0rem;
        color: #fff;
        text-align: center;
    }
    .footerFollow .h4span {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .footerFollow p {
        text-align: center;
    }
    .subscription {
        float: left;
        position: relative;
        margin-bottom: 34px;
        margin-left: 31%;
    }
    .qrcode {
        clear: both;
        display: block;
        width: 100%;
        text-align: center;
    }
    .qrcode img {
        margin-left: 0px;
    }
    .xyContainer {
        width: 100%;
        padding: 0px 15px;
    }
    .copyright p {
        font-size: 1.4rem;
    }
    .location {
        top: 28%;
    }
    .location h2 {
        font-size: 2.8rem;
        color: #fff;
        margin-top: 0;
    }
    .location p {
        font-size: 1.4rem;
    }
    .location p a {
        font-size: 1.4rem;
    }
    .subCategoryNav {
        height: 50px;
        padding: 0 0 0 0%;
    }
    .subCategoryNav a {
        font-size: 1.4rem;
        line-height: 50px;
    }
    .contactDiv {
        width: 100%;
        padding: 50px 30px 70px;
    }
    .contactTxt {
        width: 58%;
        float: left;
    }
    .contactPic1 {
        width: 42%;
    }
    .contactPic2 {
        display: none;
    }
    .contactTxt dl {
        width: 100%;
        display: block;
        font-size: 0;
        margin-bottom: 25px;
    }
    .contactTxt ul li {
        margin-bottom: 0px;
    }
    .contactDown {
        margin-bottom: 30px;
    }
    .onlineMessage {
        width: 40%;
        float: left;
        height: 450px;
    }
    .baiduMap {
        width: 60%;
        height: 450px;
    }
    .onlineform {
        width: 74%;
    }
    .onlineform h3 {
        color: #000;
        font-size: 2.4rem;
        margin-top: 0;
    }
    .updownBtn {
        right: 5px;
    }
    .jobDiv {
        width: 100%;
        padding: 0 0px 30px;
        margin: 0 auto;
        background-color: #f5f5f5;
    }
    .jobHead {
        width: 100%;
        padding: 30px 15px 0px;
        font-size: 0px;
    }
    .jobContent {
        width: 100%;
        padding: 0px 15px 0px;
    }
    .s_01 {
        display: inline-block;
        width: 38%;
        height: 50px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 48px;
    }
    .s_02 {
        display: inline-block;
        width: 18%;
        height: 50px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 48px;
    }
    .s_03 {
        display: inline-block;
        width: 18%;
        height: 50px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 48px;
    }
    .s_04 {
        display: inline-block;
        width: 18%;
        height: 50px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 48px;
    }
    .s_05 {
        display: inline-block;
        width: 8%;
        height: 50px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 48px;
    }
    .companyPhilosophy {
        width: 100%;
        padding: 30px 0% 0px 30px;
    }
    .companyPhilosophyTxtWrap {
        padding-top: 40px;
        padding-bottom: 60px;
        transform: translateX(-100px) translateY(12%);
    }
    .companyPhilosophyTxtWrap h2 {
        font-size: 2.0rem;
        color: #1e1e1e;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .companyPhilosophyTxtWrap p {
        font-size: 1.5rem;
    }
    .companyPhilosophyTxtWrap p b {
        font-size: 1.8rem;
    }
    .companyPhilosophyTxtWrap h3 {
        font-size: 2.0rem;
        color: #1e1e1e;
        text-align: center;
        padding: 0 22px;
        padding-bottom: 20px;
        margin-top: 42px;
        border-bottom: 1px solid #e94709;
    }
    .humanities {
        width: 100%;
        padding: 50px 4%;
    }
    .humanitiesTop h3 {
        font-size: 2.0rem;
    }
    .humanitiesTop p {
        font-size: 1.2rem;
    }
    .companyAlbum {
        width: 100%;
        padding: 30px 0px 50px;
    }
    .companyAlbumTitle {
        margin-bottom: 0px;
    }
    .companyAlbumTitle h3 {
        font-size: 2.0rem;
    }
    .roll {
        height: 300px;
    }
    .roll ul li img {
        height: 210px;
        width: auto;
    }
    .honorDiv {
        width: 100%;
        padding: 30px 30px 30px;
    }
    .honorItemWrap p {
        font-size: 1.3rem;
    }
    .organization {
        width: 100%;
        padding: 30px 11.77% 70px;
    }
    .organizationTop h3 {
        font-size: 2.0rem;
        margin-top: 0;
    }
    .companyTxt {
        width: 100%;
        padding: 30px 30px 45px;
    }
    .companyTxt h3 {
        font-size: 2.0rem;
        color: #1e1e1e;
        margin-top: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .companyTxt p {
        font-size: 1.4rem;
        color: #666;
        line-height: 1.6;
    }
    .companyTxt p strong {
        font-size: 1.4rem;
        color: #e94709;
    }
    .companyHistoryTxt {
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .companyHistoryTxt h3 {
        font-size: 2.0rem;
    }
    .zizhuContainer ul li {
        list-style: outside disc;
        font-size: 1.6rem;
        color: #fff;
        text-align: left;
    }
    .yeardiv {
        font-size: 1.8rem;
    }
    .yeardiv span {
        font-family: Impact;
        font-size: 2.0rem;
        color: #fff;
        vertical-align: bottom;
    }
    .zizhuContainer ul li::marker {
        color: #e94709;
        font-size: 21px;
    }
    .companyHistory {
        height: 780px;
    }
    .partnerDiv {
        width: 100%;
        padding: 30px 30px 100px;
    }
    .partnerTop {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .partnerTop h3 {
        font-size: 2.0rem;
        margin-bottom: 10px;
    }
    .partnerTop p {
        font-size: 1.3rem;
        color: #1e1e1e;
        text-align: center;
    }
    .qualityDiv {
        width: 100%;
        padding: 30px 30px 30px;
    }
    .qualityTop h3 {
        font-size: 2.0rem;
        color: #1e1e1e;
        text-align: center;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .qualityTop p {
        width: 100%;
        padding: 0 13%;
        font-size: 1.5rem;
        color: #666;
        text-align: center;
    }
    .processControl h3 {
        font-size: 2.0rem;
        width: 100%;
        height: 42px;
        margin-bottom: 10px;
        line-height: 40px;
    }
    .newsDiv {
        width: 100%;
        padding: 0px 0px 0px;
        background-color: #f7f7f7;
    }
    .equipmentDiv {
        width: 100%;
        padding: 30px 30px 50px;
    }
    .equipmentTop {
        margin-bottom: 30px;
    }
    .equipmentTop h3 {
        font-size: 2.0rem;
        margin-top: 0px;
    }
    .equipmentTop h3 span {
        font-size: 2.0rem;
    }
    .equipmentContainer {
        width: 100%;
        margin: 0px auto 40px;
    }
    .equipmentTxt a {
        display: inline-block;
        padding: 3px 18px;
        border-radius: 5px 5px 0 0;
        font-size: 1.3rem;
    }
    .newsContainer {
        width: 100%;
        background-color: #fff;
        padding: 30px 30px 0px;
        margin: 0 auto;
    }
    .newsTitle {
        width: 100%;
        padding: 24px 6.5% 30px;
    }
    .newsTitle a {
        height: 48px;
        font-size: 1.5rem;
        line-height: 24px;
    }
    .newsDate {
        width: 100%;
        padding: 0px 6.5% 28px;
        color: #999;
        font-size: 1.3rem;
    }
    .newsviewTop {
        width: 100%;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .newsviewTop h3 {
        margin-top: 0px;
        margin-bottom: 12px;
        text-align: center;
        font-size: 2.0rem;
        color: #000000;
    }
    .newsviewTop p {
        font-size: 1.3rem;
    }
    .newsviewTop p span {
        font-size: 1.3rem;
    }
    .newsContent,
    .newsContent div,
    .newsContent p,
    .newsContent span,
    .newsContent i,
    .newsContent em,
    .newsContent li,
    .newsContent dt,
    .newsContent dd,
    .newsContent td {
        line-height: 1.6;
    }
    .newsContent div,
    .newsContent p {
        margin-bottom: 10px;
    }
    .updowndiv dl dt,
    .updowndiv dl dd {
        width: 100%;
    }
    .r_dDiv {
        width: 100%;
        padding: 30px 30px 60px;
    }
    .r_dTop {
        margin-bottom: 30px;
    }
    .r_dTop h3 {
        font-size: 2.0rem;
    }
    .r_dContainer table {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .r_dContainer table tr td {
        padding: 30px 5% 30px 10%;
    }
    .r_dContainer table tr td h3 {
        font-size: 2.0rem;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .r_dContainer table tr td p {
        font-size: 1.3rem;
        color: #666666;
        line-height: 1.6;
    }
    .coreDiv {
        margin: 0px auto 60px;
    }
    .coreTop {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .coreTop h3 {
        font-size: 2.0rem;
        color: #1e1e1e;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    .core01 {
        width: 50%;
        padding-left: 5%;
        float: left;
        text-align: right;
    }
    .core02 {
        width: 50%;
        float: left;
        padding: 17px 0px 18px 18px;
        border-radius: 75px 0 0 0px;
        transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -o-transform: translateX(-20px);
    }
    .core02 img {
        border-radius: 65px 0 0 30px;
    }
    .core03 {
        width: 100%;
        margin: 60px auto 0px;
        padding: 50px 0px;
        background-color: #f1f1f1;
    }
    .core03 p {
        font-size: 1.5rem;
    }
    .core03 p img {
        margin: 0 auto;
        margin-top: 30px;
    }
    .core05mask a {
        width: 36%;
        height: 46px;
        font-size: 2.0rem;
        line-height: 1.8;
    }
    .core06mask a {
        width: 36%;
        height: 46px;
        font-size: 2.0rem;
        line-height: 1.8;
    }
    .productDiv dl {
        display: block;
        width: 100%;
        padding: 40px 6%;
    }
    .productDiv dl dd h3 {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .productDiv dl dd h3 a {
        font-size: 2.0rem;
    }
    .productDiv dl dd p {
        font-size: 1.4rem;
        color: #666;
        line-height: 1.45;
    }
    .moreBtn {
        margin-top: 15px;
    }
    .productListDiv {
        width: 100%;
        padding: 30px 30px 0px;
        background-color: #f5f5f5;
    }
    .productListItem {
        margin-bottom: 30px;
    }
    .productListTxt{
        height: 100px;
    }
    .productListTxt p{
        font-size: 1.4rem;
        text-align: center;
        padding-left: 0;
    }
    .productListTxt a {
        position: static;
        float: none;
        display: block;
        width: 130px;
        height: 36px;
        margin: 0 auto;
        font-size: 1.4rem;
        line-height: 34px;
    }
    .productAD {
        width: 100%;
        background-color: #fff;
        padding: 50px 0 60px;
        text-align: center;
    }
    .productAD h3 {
        font-size: 2.0rem;
        font-weight: 700;
    }
    .productAD p {
        font-size: 1.5rem;
        color: #555555;
    }
    .callmeDiv {
        width: 100%;
        margin-bottom: 60px;
        position: relative;
    }
    .callmeWrap {
        display: inline-block;
        padding: 30px 30px 30px 30px;
        background-color: rgba(233,71,9,0.8);
        border-radius: 90px 0 0 90px;
    }
    .callmeWrap dl dt {
        float: left;
        margin-right: 15px;
    }
    .callmeWrap dl dt i {
        color: #fff;
        font-size: 7.2rem;
    }
    .callmeWrap dl dd p {
        font-size: 2.0rem;
        font-weight: 700;
        color: #fff;
    }
    .callmeWrap dl dd p span {
        font-size: 2.8rem;
        font-weight: normal;
        font-family: Impact;
    }
    .productDetailDiv {
        width: 100%;
        padding: 0px 0% 30px;
        background-color: #f5f5f5;
    }
    .productDetailContainer {
        width: 100%;
        padding: 30px 30px 30px;
        background-color: #fff;
        margin: 0 auto;
    }
    .productBigPhoto {
        width: 60%;
        float: left;
    }
    .productTitle {
        width: 40%;
        float: left;
        padding-left: 30px;
    }
    .productTitleWrap {
        width: 100%;
        padding-top: 40px;
    }
    .productTitleWrap h3 {
        font-size: 2.0rem;
        color: #000;
        padding-bottom: 20px;
        border-bottom: 1px solid #e2e0e0;
        margin-bottom: 20px;
    }
    .productDetailContent {
        margin-top: 30px;
    }
    .productDetailContent h3.titleh3 {
        font-size: 2.0rem;
        color: #000;
        margin-bottom: 15px;
    }
    .productDescription{
        width: 100%;
        overflow-x: scroll;
    }
    .productDescription, .productDescription div, .productDescription p, .productDescription li, .productDescription td, .productDescription th, .productDescription dd, .productDescription dt, .productDescription a, .productDescription span, .productDescription em, .productDescription i {
        font-size: 1.5rem;
        color: #555;
    }
    .productDescription table{
        overflow-x: auto;
    }
    .productDescription table tr th, .productDescription table tr td{
        font-size: 1.4rem;
        padding: 10px;
        text-align: center;
    }

    .productParameter{
        width: 100%;
        overflow-x: scroll;
    }
    .productParameter, .productParameter div, .productParameter p, .productParameter li, .productParameter td, .productParameter th, .productParameter dd, .productParameter dt, .productParameter a, .productParameter span, .productParameter em, .productParameter i {
        font-size: 1.5rem;
        color: #555;
    }
    .productParameter table{
        overflow-x: auto;
    }
    .productParameter table tr th, .productParameter table tr td{
        font-size: 1.4rem;
        padding: 10px;
        text-align: center;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) 
{
    .logo {
        width: 11.75%;
        height: 100%;
        margin-left: 2.2%;
    }
    .logo a img {
        margin-top: 28px;
        margin-top: 0px;
    }
    .threeModalPic a {
        border: 16px solid #fff;
    }
    .location {
        top: 40%;
    }
    .location h2 {
        font-size: 3.2rem;
        color: #fff;
    }
    .location p {
        font-size: 1.6rem;
    }
    .location p a {
        font-size: 1.6rem;
    }
    .contactDiv {
        width: 100%;
        padding: 70px 4% 100px;
    }
    .contactTxt {
        width: 40%;
        float: left;
    }
    .contactTxt dl {
        width: 100%;
        margin-bottom: 20px;
    }
    .contactTxt ul li {
        margin-bottom: 0px;
    }
    .contactPic1 {
        width: 24%;
        float: left;
    }
    .contactPic2 {
        width: 35.89%;
        float: right;
    }
    .subCategoryNav {
        padding: 0 0 0 5.77%;
    }
    .updownBtn {
        right: 5px;
    }
    .jobDiv {
        width: 100%;
        padding: 0 5.2% 100px;
        margin: 0 auto;
        background-color: #f5f5f5;
    }
    .companyPhilosophyTxtWrap {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .companyPhilosophyTxtWrap h2 {
        font-size: 2.4rem;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .companyPhilosophyTxtWrap p {
        font-size: 1.6rem;
    }
    .companyPhilosophyTxtWrap p b {
        font-size: 2.0rem;
    }
    .companyPhilosophyTxtWrap h3 {
        font-size: 2.1rem;
        padding-bottom: 20px;
        margin-top: 30px;
    }
    .companyPhilosophy {
        width: 100%;
        padding: 70px 0% 0px 9%;
    }
    .companyPhilosophyPic {
        width: 50%;
    }
    .companyPhilosophyTxt {
        width: 50%;
    }
    .humanitiesTop h3 {
        font-size: 3.0rem;
    }
    .humanitiesTop p {
        font-size: 1.4rem;
    }
    .humanities {
        width: 100%;
        padding: 75px 5%;
    }
    .companyAlbum {
        width: 100%;
        padding: 30px 0px 50px;
    }
    .companyAlbumTitle {
        margin-bottom: 30px;
    }
    .roll {
        height: 300px;
    }
    .roll ul {
        display: block;
        position: relative;
        padding-top: 20px;
    }
    .roll ul li {
        float: left;
        list-style: none;
        margin-right: 0px;
        margin-bottom: 50px;
        border: 5px solid #fff;
    }
    .roll ul li img {
        height: 210px;
    }
    .newsContent div,
    .newsContent p {
        margin-bottom: 10px;
    }
    .core01 {
        width: 50%;
        padding-left: 6.4%;
        float: left;
        text-align: right;
    }
    .core05mask a {
        width: 27%;
        height: 64px;
        font-size: 3.0rem;
        line-height: 1.8;
    }
    .core06mask a {
        width: 27%;
        height: 64px;
        font-size: 3.0rem;
        line-height: 1.8;
    }
    .productDiv dl dd h3 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .productDiv dl dd p {
        line-height: 1.75;
    }
    .productDetailDiv {
        width: 100%;
        padding: 0px 5.8% 100px;
        background-color: #f5f5f5;
    }
    .productListTxt p{
        font-size: 1.6rem;
    }
    .productListTxt a {
        width: 120px;
    }
}

@media (min-width: 1367px) and (max-width: 1600px) {
    .core01 {
        width: 50%;
        padding-left: 6.8%;
        float: left;
        text-align: right;
    }
    .productDiv dl dd h3 {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1601px) and (max-width: 1768px) {
    .core01 {
        width: 50%;
        padding-left: 7.05%;
        float: left;
        text-align: right;
    }
    .productDiv dl dd h3 {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1769px) and (max-width: 1919px) {
    .core01 {
        width: 50%;
        padding-left: 7.12%;
        float: left;
        text-align: right;
    }
    .productDiv dl dd h3 {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1921px) {
    .core02 {
        width: 50%;
        float: left;
        padding: 17px 0px 15px 20px;
    }
    .core05pic img {
        width: 100%;
        height: auto;
    }
    .core06pic img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1365px){
    .location {
        top: 52%;
        transform: translate(0%, -52%);
      }
    .location h2 {
        font-size: 2.4rem;;
        color: #fff;
    }
    .subCategoryNav{
        height: 48px;
    }
    .subCategoryNav a{
        line-height: 48px;
    }
}

@media (min-width: 1366px) and (max-width: 1600px){
    .location {
        top: 52%;
        transform: translate(0%, -52%);
      }
    .location h2 {
        font-size: 2.8rem;;
        color: #fff;
    }
    .subCategoryNav{
        height: 50px;
    }
    .subCategoryNav a{
        line-height: 50px;
    }
}
