@charset "utf-8";
@font-face {
    font-family: "104-CAI978";
    src: url("../font/104-CAI978.woff2") format("woff2"), url("../font/104-CAI978.woff") format("woff"), url("../font/104-CAI978.ttf") format("truetype"), url("../font/104-CAI978.eot") format("embedded-opentype"), url("../font/104-CAI978.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url("../font/RobotoCondensed.woff2") format("woff2"), url("../font/RobotoCondensed.woff") format("woff"), url("../font/RobotoCondensed.ttf") format("truetype"), url("../font/RobotoCondensed.eot") format("embedded-opentype"), url("../font/RobotoCondensed.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

html {
    overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
    width: 0px;
    background: none;
}

html,
body {
    color: #303030;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, FontAwesome, 'Glyphicons Halflings' !important;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    background-color: #fff;
}

body {
    padding-right: 0px !important;
}

*.modal-open {
    overflow-y: scroll;
    padding-right: 0 !important;
}

div {
    font-weight: normal;
    font-style: normal;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-size: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252525;
    font-weight: normal;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: none;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

p {
    color: #a9a9a9;
    font-size: 1.4rem;
}

i,
span {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a,
input {
    outline: none;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none；
}

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

a:visited,
a:focus {
    outline: none;
}

ul,
li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.f1f1f1 {
    background-color: #f1f1f1;
}


/*首页部分*/

.headdiv {
    margin-bottom: 0px;
    background-color: #fff;
    position: relative;
    z-index: 9999;
}

.topnav {
    box-sizing: border-box;
    background-color: #fff !important;
    width: 100%;
    height: 80px;
    padding-left: 55px;
    padding-right: 55px;
}

.topfluid {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    border: none;
}

.navlogo {
    width: 228px;
    position: relative;
    z-index: 99;
}

.logo {
    width: 100%;
}

.slogan {
    padding-left: 15px;
    border-left: 1px solid #01990b;
    font-size: 13px;
    color: #00bd0c;
    line-height: 130%;
    margin-top: 8px;
}

.navbar-brand {
    box-sizing: content-box;
    padding: 10px 0px 0px 0px;
    height: 60px;
}

.navbar-brand img {
    height: 100%;
}

.navdiv {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 98;
    width: 100%;
    padding-left: 228px;
    padding-right: 186px;
}

.navmenu {
    display: inline-block;
    width: 90%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

.navmenu li {
    display: inline-block;
    list-style: none;
}

.navmenu li a {
    display: inline-block;
    box-sizing: border-box;
    height: 80px;
    padding: 0px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    background-color: transparent;
    line-height: 80px;
}

.navmenu li a:hover,
.navmenu li a.on {
    background: url(../images/navdotline.jpg) left bottom repeat-x;
    color: #be0000;
    text-decoration: none;
}

.navbar_submenu {
    display: none;
    position: absolute;
}

.navbar_submenu li {
    /*float:none !important;*/
    display: block;
}

.navbar_submenu li a {
    display: block;
    padding: 0px 60px;
    font-size: 14px;
    color: #444;
    background-color: rgba(255, 255, 255, .97);
    margin-bottom: 1px;
    height: 42px;
    font-size: 13px;
    box-shadow: 0px 1px 5px #000;
    line-height: 40px;
}

.navbar_submenu li:first-child a {
    box-shadow: 0px 1px 1px #000;
}

.navbar_submenu li a:hover {
    background-color: #be0000;
    color: #fff;
    text-decoration: none;
}

.iconul {
    width: 186px;
}

.navbar-form {
    position: relative;
    z-index: 99;
    margin-top: 25px;
    max-width: 300px;
}

.navbar-form .form-control {
    padding: 0px;
    padding-left: 15px;
    height: 28px;
    border: none;
    border-radius: 12px;
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
    background-color: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
}

.enterbtn {
    border: none;
    padding: 0px;
    position: absolute;
    top: 2px;
    right: 8px;
    z-index: 3;
    background-color: transparent;
}

.banner {
    width: 100%;
    background-color: #ccc;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    /*border:1px solid #ccc;*/
    *zoom: 1;
    z-index: 1;
}

.banner .bx-wrapper {
    border: none;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/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: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.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 {
    /*background: #303c4b;*/
    border: 1px solid #fff;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    border: 1px solid #fff;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/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(../images/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(../images/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.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.SEOmodal {
    width: 100%;
    padding: 75px 0px 85px;
    background-color: #f1f1f1;
}

.SEOmodal .container {
    width: 1230px;
}

.seoItem {
    box-shadow: none;
}

.seoItem h3 {
    width: 100%;
    height: 62px;
    margin: 0;
    background: url(../images/topTabBg.jpg) center center no-repeat transparent;
    /*border-radius: 24px 24px 0px 0px;*/
    text-align: right;
}

.seoItem h3 a {
    display: block;
    width: 100%;
    padding-right: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 62px;
}

.seopanel {
    width: 100%;
    padding: 30px;
    background-color: #fff;
}

.seopanel p {
    font-size: 16px;
    color: #222;
    min-height: 8em;
}

.seoItem:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-20px);
}

.seoItem:hover h3 {
    /*border-radius: 0;*/
}

.rotoProduct {
    width: 100%;
    padding: 118px 0 118px 100px;
    background-color: #fff;
    overflow: hidden;
}

.rotoProductLayout {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rotoControl {
    float: left;
    padding-left: 72px;
    width: 24%;
    height: 521px;
    display: block;
    background-color: #fff;
}

.rotoControl h2 {
    font-family: "104-CAI978";
    font-size: 52px;
    color: #000;
    text-transform: uppercase;
}

.rotoControl h3 {}

.rotoControl h3 a {
    font-size: 30px;
    color: #000;
}

.rotoControl h3 a:hover {
    color: #be0000;
}

.rotoControlBar {
    margin: 90px 0;
}

.rotoControlBar a {
    width: 54px;
    height: 54px;
    display: inline-block;
    margin-right: 27px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    float: left;
}

.rotoControlBar a:first-child {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: #000;
}

.rotoControlBar a:last-child {
    background-color: #be0000;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
}

.rotoControlBar::after {
    content: '';
    display: block;
    clear: both;
}

.rightPicScrolling {
    /*width:75.84%; padding-left: 24.15%;*/
    width: 75%;
    float: right;
    position: absolute;
    right: 0;
    overflow: hidden;
}

.rightPicScrolling::after {
    content: '';
    display: block;
    clear: both;
}

.rightPicScrolling ul {
    width: 100%;
    height: 521px;
    position: relative;
    overflow: hidden;
}

.rotoProductItem {
    display: block;
    float: left;
    position: relative;
    margin: 0 15px;
    min-width: 370px;
    border: 5px solid #ebebeb;
    background-color: #fff;
}

.rotoProductPic {
    width: 100%;
    padding: 40px 0;
}

.rotoProductPic a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    font-size: 0;
    overflow: hidden;
}

.rotoProductPic a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.rotoProductTxt {
    padding: 0 15px;
    margin-bottom: 45px;
    text-align: left;
}

.rotoProductTxt a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: block;
}

.rotoProductTxt a::after {
    content: '';
    display: block;
    width: 32%;
    height: 1px;
    background-color: #ebebeb;
}

.rotoProductItem:hover {
    border: 5px solid #be0000;
}

.rotoProductItem:hover .rotoProductTxt {}

.rotoProductItem:hover .rotoProductTxt a {
    color: #be0000;
    transform: translateX(40px);
}

.rotoProductItem:hover .rotoProductTxt a::after {
    width: 64%;
}

.equipmentExhibition {
    width: 100%;
    padding-left: 100px;
    background-color: #fff;
}

.equipmentExhibition .equipmentExhibitionContainer {
    width: 100%;
    margin: auto;
    display: flex;
}

.equipmentShow {
    width: 65%;
    padding-left: 74px;
    background-color: #f1f1f1;
}

.equipmentShow h3 {
    margin-top: 100px;
    margin-bottom: 68px;
}

.equipmentShow h3 a {
    font-size: 30px;
    color: #000;
}

.equipmentShow h3 a:hover {
    color: #be0000;
}

.equipmentShow ul {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.equipmentShow ul li {
    display: block;
    position: relative;
    float: left;
    margin-right: 32px;
    margin-bottom: 60px;
}

.equipmentShow ul li .equipment_a {
    width: 100%;
    overflow: hidden;
}

.equipmentShow ul li .equipment_a img {
    filter: grayscale(1);
    max-width: 100%;
}

.equipmentShow ul li .equipment_a img:hover {
    filter: grayscale(0);
}

.equipment_txt {
    position: absolute;
    left: 0;
    bottom: 17px;
    width: 100%;
}

.equipment_txt a {
    font-size: 16px;
    color: #fff;
    display: block;
    width: 50%;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(190, 0, 0, 0.6);
}

.equipmentShow ul li:hover .equipment_a img {
    filter: grayscale(0);
    transform: scale(1.06);
}

.equipmentShow ul li:hover .equipment_txt {
    width: 100%;
}

.equipmentShow ul li:hover .equipment_txt a {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95);
}

.equipmentBg {
    /*width:35%;*/
    background: url(../images/ebg.jpg) center center no-repeat;
    flex: 1;
}

.factoryProfile {
    width: 100%;
    padding-left: 100px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fff;
}

.factoryProfileContainer {
    width: 100%;
    margin: auto;
    display: flex;
}

.designBg {
    flex: 1;
    margin-left: 74px;
    background: url(../images/fbg.jpg) center center no-repeat;
}

.factoryInfo {
    width: 35%;
    padding: 122px 0;
}

.factoryInfoCon {
    widows: 100%;
    padding: 60px;
    transform: translateX(-187px);
    background-color: #fff;
}

.factoryInfoCon:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.factoryInfoCon h4 {
    font-family: "104-CAI978";
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}

.factoryInfoCon p {
    font-size: 24px;
    color: #000;
    padding-top: 48px;
    padding-bottom: 48px;
}

.factoryInfoCon p span {
    color: #be0000;
}

.factoryMore {
    display: inline-block;
    font-size: 12px;
    color: #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.factoryMore::after {
    content: "\f178";
    padding-left: 16px;
    font-size: 16px;
    color: #000;
}

.factoryMore:hover {
    transform: translateX(20px);
    color: #be0000;
}

.factoryMore:hover:after {
    color: #be0000;
}

.indexNews {
    width: 100%;
    padding-left: 100px;
    background-color: #fff;
}

.indexNewsGrayBg {
    width: 100%;
    padding: 120px 100px 120px 74px;
    background-color: #f1f1f1;
}

.indexNewsContainer {
    width: 100%;
    margin: auto;
    display: flex;
}

.indexNewsInfo {
    width: 70%;
    padding: 60px;
    background-color: #fff;
}

.indexNewsInfo h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.indexNewsInfo h3 a {
    font-size: 30px;
    color: #000;
}

.indexNewsInfo h3 a:hover {
    color: #be0000;
}

.indexNewsUl {}

.indexNewsUl li {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.indexNewsUl li dl {
    padding-top: 30px;
}

.indexNewsUl li dl::after {
    content: '';
    display: block;
    clear: both;
}

.indexNewsUl li dl dt {
    float: left;
    margin-right: 45px;
    display: block;
}

.indexNewsUl li dl dt p {
    font-size: 14px;
    font-family: "104-CAI978";
    color: #444;
}

.indexNewsUl li dl dd {
    float: left;
    display: block;
}

.indexNewsUl li dl dd h4 {
    margin-top: 0;
}

.indexNewsUl li dl dd h4 a {
    font-size: 16px;
    color: #000;
}

.indexNewsUl li:hover dl dd h4 a {
    font-weight: bold;
    color: #be0000;
    padding-left: 15px;
}

.indexNewsUl li dl dd p {
    font-size: 14px;
    color: #555555;
}

.indexNewsUl li:first-child dl dd h4 a {
    font-size: 16px;
    color: #be0000;
}

.indexNewsMore {
    text-align: right;
}

.indexNewsMore a {
    display: inline-block;
    font-size: 12px;
    color: #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.indexNewsMore a::after {
    content: "\f178";
    padding-left: 16px;
    font-size: 16px;
    color: #000;
}

.indexNewsMore a:hover {
    transform: translateX(-20px);
    color: #be0000;
}

.indexNewsMore a:hover:after {
    color: #be0000;
}

.indexNewsBg {
    flex: 1;
    background: url(../images/inewsBg-.jpg) center center no-repeat;
}

.footerdiv {
    width: 100%;
    padding: 75px 100px 120px;
    background-color: #fff;
}

.footer-con {
    width: 100%;
    margin: auto;
}

.footer-con::after {
    content: '';
    display: block;
    clear: both;
}

.sublogoArea {
    width: 27.50%;
    padding-left: 74px;
    float: left;
}

.sublogopic {
    width: 250px;
}

.sublogopic img {
    max-width: 100%;
    filter: grayscale(1);
    opacity: 0.7;
}

.sublogopic img:hover {
    filter: grayscale(0);
    opacity: 1.0;
}

.sublogopic p {
    font-size: 12px;
    color: #555;
    padding-left: 15px;
    padding-top: 15px;
}

.sublogopic p a {
    font-size: 12px;
    color: #555;
}

.sublogopic p a:hover {
    color: #be0000;
}

.subclass {
    width: 12.50%;
    float: left;
}

.subclass:nth-child(2) {}

.subclass ul {}

.subclass ul li {
    line-height: 36px;
}

.subclass ul li a {
    color: #555;
    font-size: 16px;
    display: block;
}

.subclass ul li a:hover {
    color: #be0000;
    transform: translateY(-5px);
}

.subqccode {
    width: 26%;
    float: left;
}

.subscription {
    width: 21.5%;
    float: left;
}

.subscription h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
}

#subscriptionForm .form-control {
    border-radius: 0px;
    border: 1px solid #555555;
    border-right: none;
}

#subscriptionForm .btn {
    border-radius: 0px;
    border: 1px solid #555555;
    border-left: none;
    background-color: #fff;
}

.shareIcon {
    margin-top: 30px;
}

.shareIcon a {
    color: #000;
    padding-right: 15px;
    font-size: 18px;
}

.shareIcon a:hover {
    color: #be0000;
}

.friendLinks {
    width: 100%;
    padding: 35px 100px 35px;
    background-color: #2c2c2c;
}

.friendLinks-con {
    padding-left: 74px;
}

.friendLinks-con p {
    color: #ccc;
    font-size: 14px;
}

.friendLinks-con p a {
    font-size: 12px;
    color: #ccc;
    padding: 0 10px;
}

.friendLinks-con p a:hover {
    color: #be0000;
}


/*在线客服QQ层*/

.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 214px;
    z-index: 100;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}

.side ul li a {
    text-decoration: none;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidebox:hover {
    cursor: pointer;
}

.side ul li:first-child .sidebox {
    border-top-left-radius: 10px;
}

.side ul li #sidebox {
    position: absolute;
    width: 150px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #be0000;
    transition: all 0.3s;
    border-bottom-left-radius: 10px;
}

.side ul li .sidetop:hover {
    background: #ae1c1c;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    float: left;
}

.innerbanner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

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

.xylocation {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.location {
    height: 50px;
    font-size: 14px;
    color: #434343;
    line-height: 50px;
}

.location a {
    font-size: 14px;
    color: #434343;
    padding: 0 10px;
}

.location a:hover {
    color: #be0000;
}


/*关于我们*/

.aboutCoverDiv {
    width: 100%;
    margin: auto;
    padding: 50px 0 120px;
    min-height: 300px;
}

.aboutCoverDiv h1 {
    font-size: 30px;
    padding-left: 15px;
    margin-bottom: 35px;
}

.aboutCoverDiv h1::before {
    content: "\f111";
    color: #be0000;
    margin-right: 8px;
    font-size: 14px;
}

.aboutCoverDiv h1 small {
    font-family: Arial;
    padding-left: 14px;
    color: #e6e6e6;
    font-size: 30px;
    font-weight: 700;
}

.aboutCoverItem {
    width: 100%;
    background-color: #fff;
    padding: 15px;
}

.aboutCoverWrap {
    max-width: 290px;
    margin: auto;
}

.aboutCoverImg {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    font-size: 0;
    overflow: hidden;
}

.aboutCoverImg img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.aboutCoverBtn {
    margin-top: 20px;
}

.aboutCoverBtn a {
    font-size: 18px;
    color: #333;
    display: block;
}

.aboutCoverBtn a::after {
    content: "\f178";
    display: block;
    color: #333;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.aboutCoverLayout {
    padding-left: 5px;
    padding-right: 5px;
}

.aboutCoverLayout:nth-child(odd) .aboutCoverItem {
    transform: translateY(50px);
}

.aboutCoverLayout:hover .aboutCoverItem {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.aboutCoverLayout:hover .aboutCoverItem img {
    transform: scale(1.15);
}

.aboutCoverLayout:hover .aboutCoverBtn a {
    color: #be0000;
    transform: translateX(15px);
}

.aboutCoverLayout:hover .aboutCoverBtn a::after {
    transform: translateX(30px);
    color: #be0000;
}

.aboutdiv {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background: url(../images/12.jpg) no-repeat;
    background: #f1f1f1;
    min-height: 450px;
}

.aboutWrap {
    width: 100%;
    background-color: #fff;
    padding: 0 50px 50px;
}

.upSubNav {
    padding: 30px;
    padding-left: 0;
}

.upSubNav::after {
    content: '';
    display: block;
    clear: both;
}

.upSubNav a {
    float: left;
    display: block;
    width: 150px;
    height: 42px;
    border-radius: 4px;
    background-color: #999999;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.upSubNav a.on,
.upSubNav a:hover {
    color: #fff;
    background-color: #be0000;
}

.aboutContent {
    font-size: 1.4rem;
    min-height: 400px;
}

.aboutContent p {
    color: #303030;
}

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


/*产品中心*/

.productDiv {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #f1f1f1;
}

.productWrap {
    width: 100%;
    background-color: #fff;
    padding: 0 50px 50px;
}

.productWrap h1 {
    text-align: left;
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.productCatalogue {
    padding: 30px 15px 15px 20px;
}

.menutree {}

.menutree li {
    float: left;
}

.menutree li a {
    display: block;
    width: 150px;
    height: 42px;
    border-radius: 4px;
    background-color: #999999;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.menutree li a.on,
.menutree li a:hover {
    color: #fff;
    background-color: #be0000;
}

.prolist {
    position: relative;
    padding: 0px;
    margin: 0px;
    transition: all 0.3s ease;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.prolist:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid #be0000;
}

.prolistwrap {
    max-width: 300px;
    padding: 15px;
    margin: 5px;
}

.prolistpic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    font-size: 0;
    background-color: #fff;
    overflow: hidden;
}

.prolistpic img {
    transition: all 0.5s ease-in;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.prolistpic:hover img {
    transform: scale(1.4);
}

.prolisttxt {
    margin-top: 10px;
}

.prolistname {
    line-height: 21px;
    height: 42px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prolistname a {
    font-size: 12px;
    color: #333;
    text-align: center;
}

.prolist:hover .prolistname a {
    color: #be0000;
    text-align: center;
}


/*page*/

.pagediv {
    text-align: center;
}

.pagediv .thisclass {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 14px;
    background-color: #be0000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
}

.pagediv a {
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #333;
}

.pagediv a:hover {
    background-color: #be0000;
    color: #fff;
    border: 1px solid #be0000;
}

.pagediv span.pageinfo {
    padding: 7px 20px;
    font-size: 14px;
    background-color: #be0000;
    color: #fff;
    border-radius: 24px;
}

.detailcontent {
    width: 100%;
}

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

.detailcontent h1 {
    text-align: center;
    font-size: 24px;
    color: #333;
}

.bigpic {
    margin: 0 auto;
    text-align: center;
}

.bigpic a {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.bigpic a img {
    padding: 25px;
    border: 1px solid #ccc;
    margin: 15px auto;
}

.tabbox {
    width: 100%;
    height: auto;
    margin: 30px auto 0px;
    position: relative;
}

.tabbox::after {
    content: '';
    display: block;
    clear: both;
}

.tabbox .tab {
    width: 100%;
    height: 42px;
    background-color: #ededed;
    overflow: hidden;
}

.tabbox .tab a {
    display: block;
    width: 150px;
    height: 42px;
    float: left;
    font-size: 14px;
    color: #fff;
    background: #be0000;
    text-align: center;
    margin-right: 10px;
    line-height: 40px;
}

.orderbutton1 {
    position: absolute;
    top: 0px;
    right: 0px;
}

.orderbutton1 a {
    display: block;
    width: 150px;
    height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #ff6700;
    line-height: 40px;
}

.tabbox .content {
    padding: 30px 0px;
    height: auto;
    background-color: #fff;
}

.tabbox .content div,
.tabbox .content p,
.tabbox .content span,
.tabbox .content a {
    font-size: 1.4rem;
    line-height: 28px;
    color: #434343;
}

.prevOrNext {
    padding-top: 30px;
    border-top: 1px dotted #ccc;
}

.prevOrNext li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #454545;
    font-size: 1.4rem;
    line-height: 1.8;
}

.onback {
    padding: 7px 15px;
    background-color: #555;
    color: #fff;
}


/*-----------------ligbhtbox--------------------------*/

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 560px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#gallery {
    border: 1px solid #ccc;
    padding: 20px 0;
    margin: 20px auto;
    width: 774px;
    height: 520px;
    overflow: hidden;
}

#gallery ul li {
    float: left;
    width: 242px;
    margin-left: 12px;
    display: inline;
}

#gallery ul img {
    width: 240px;
    height: 161px;
    border: 1px solid #7a7979;
    cursor: pointer;
}

#gallery ul a:hover img {
    border: 1px solid #c00;
}

#gallery ul a:hover {
    color: #fff;
}

#gallery ul a:hover {
    color: #fff;
}

#gallery .atitle {
    color: #acacac;
    padding-top: 5px;
    text-align: center;
    line-height: 20px;
    width: 100%;
    margin-bottom: 5px;
    display: block;
}

#gallery .atitle:hover {
    color: #f60;
}


/*news*/

.newsDiv {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #f1f1f1;
}

.newsWrap {
    width: 100%;
    background-color: #fff;
    padding: 0 50px 50px;
}

.newsContent {
    clear: both;
    width: 100%;
    padding: 0px 0px 40px;
}

.newslist li {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px dotted #ccc;
}

.newslist li a {
    padding-left: 20px;
    background: url(../images/listArrow.png) left center no-repeat;
    font-size: 14px;
    color: #333;
    line-height: 48px;
}

.newslist li a:hover {
    color: #be0000;
    background: url(../images/listArrowred.png) left center no-repeat;
}

.newslist li span {
    color: #999999;
    font-size: 12px;
    float: right;
    line-height: 48px;
}

.newsdetail h2 {
    font-size: 24px;
    color: #000000;
    text-align: center;
}

.newsdetail p.topic {
    font-size: 13px;
    color: #999999;
    text-align: center;
    padding-bottom: 54px;
}

.newsdetail p.topic a {
    color: #999;
    font-size: 13px;
    font-weight: 600;
}

.newsdetail p,
.newsdetail div,
.newsdetail span {
    font-size: 14px;
    line-height: 28px;
    color: #434343;
}

.newsdetail a {
    color: #434343;
    font-weight: 600;
    font-size: 14px;
}

.newsdetail img {
    max-width: 100%;
    margin: 5px auto;
    text-align: center;
}


/*download*/

.dowonloadDiv {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #f1f1f1;
}

.downloadWrap {
    width: 100%;
    background-color: #fff;
    padding: 0 50px 50px;
    border-top: 1px solid #fff;
}

.downloadWrap h1 {
    text-align: left;
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.downloadlist {
    width: 100%;
    min-height: 320px;
    height: 100%;
    _height: 320px;
    margin: 50px auto 50px auto;
}

.downloadlist ul li#topli {
    display: block;
    width: 100%;
    height: 50px;
    border-top: 1px solid #999;
    background-color: #eeeeee;
}

.downloadheadtop {
    float: left;
    width: 75%;
    height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-right: 1px solid #999;
    line-height: 50px;
}

.downloadheadright {
    float: left;
    width: 25%;
    height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 50px;
}

.downloadlist ul li {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
}

.d_left {
    float: left;
    width: 75%;
    height: 50px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    line-height: 50px;
}

.d_left p {
    padding-left: 18px;
    font-size: 16px;
    color: #4f4f4f;
}

.d_right {
    float: left;
    width: 25%;
    height: 50px;
    padding: 11px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #999;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 50px;
}

.d_right a {
    display: block;
    width: 64px;
    height: 28px;
    background: url(../images/linkIcon.png) center center no-repeat;
    margin: 0 auto;
}

.feedbook {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
    background-color: #a2e2a4;
    position: relative;
}

.feedbook ul {
    padding: 50px;
    background-color: #fff;
    margin-bottom: 0;
}

.feedbook ul::after {
    content: '';
    display: block;
    clear: both;
}

.feedbook ul li {
    height: 50px;
    line-height: 50px;
    color: #434343;
    font-size: 14px;
}

.feedbook ul li:nth-child(4) {
    height: auto;
}

.feedbook ul li span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #000;
}

.feedbook ul li #name,
.feedbook ul li #phone {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 38px;
}

.feedbook ul li #message {
    width: 100%;
    height: 238px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feedbook ul li #validate {
    width: 100px;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 38px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feedbook ul li img {
    vertical-align: middle;
    display: inline;
}

.feedbook ul li #sendBtn {
    width: 150px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: none;
    background-color: #be0000;
    cursor: pointer;
    line-height: 40px;
}

.feedbook ul li #sendBtn:hover {
    background-color: #000000;
}

.feedbook ul li #reset {
    width: 150px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: none;
    background-color: #666666;
    cursor: pointer;
    line-height: 40px;
}

.feedbook ul li #reset:hover {
    background-color: #000000;
}

.reMsg {
    position: absolute;
    z-index: 2;
    float: left;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    text-align: center;
    padding: 10%;
    border: 1px solid #a2e2a4;
    box-sizing: border-box;
    display: none;
}

.reMsg p {
    text-align: center;
    font-size: 18px;
    color: #000;
}


/*contact*/

.contactDiv {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #f1f1f1;
}

.contactWrap {
    width: 100%;
    background-color: #fff;
    padding: 0 50px 50px;
    border-top: 1px solid #fff;
}

.contactWrap::after {
    content: '';
    display: block;
    clear: both;
}

.contactinfo {}

.contactinfo h2 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    margin-bottom: 35px;
}

.contactinfo h2 span {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
    padding-left: 15px;
}

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

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.dituContent {
    width: 100%;
    height: 420px;
    margin-top: 30px;
    border: 1px solid #000;
}

.dituContent label {
    max-width: none;
}

.dituContent div {
    box-sizing: initial;
}


/*手机显示器 调整部分*/

@media (max-width:767px) {
    .topnav {
        box-sizing: border-box;
        background-color: #fff !important;
        width: 100%;
        height: 60px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .navlogo {
        width: auto;
    }
    .navbar-brand {
        box-sizing: content-box;
        padding: 6px 0px 0px 15px;
        height: 42px;
    }
    .navbar-brand img {
        height: 100%;
    }
    .navbar-toggle {
        margin-right: 15px;
        padding: 5px;
        margin-top: 15px;
    }
    .navbar-form {
        display: none;
    }
    .navdiv {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        z-index: 9;
        width: 100%;
    }
    .navmenu {
        display: block;
        width: 100%;
        text-align: left;
        margin: 0px auto;
        border-bottom: 1px solid transparent;
        position: relative;
        padding-bottom: 60px;
    }
    .navmenu li {
        clear: both;
        float: none !important;
        list-style: none;
        display: inline;
    }
    .navmenu li a {
        display: block;
        padding: 10px;
        padding-right: 0px;
        height: 40px;
        font-size: 14px;
        color: #fff;
        background-color: #333;
        border-bottom: 1px solid #ccc;
        border-left: none;
        line-height: 20px;
    }
    .navmenu li a:hover,
    .navmenu li a.on {
        background-color: #5683ae;
        color: #fff;
        text-decoration: none;
    }
    .navmenu li a i {
        padding-left: 8px;
        padding-right: 8px;
    }
    .navmenu li:last-child a {
        border-right: none;
    }
    .navbar_submenu {
        display: block;
        background-color: transparent;
        padding: 0px;
        position: static;
    }
    .navbar_submenu li {
        clear: both;
        float: none !important;
    }
    .navbar_submenu li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 25px;
        color: #434343;
        background-color: #e7e7e7;
        margin-bottom: 0px;
        border-bottom: 1px solid #ccc;
        font-size: 12px;
        box-shadow: none;
    }
    .navbar_submenu li a:hover {
        background-color: #be0000;
        color: #fff;
        text-decoration: none;
    }
    .navbar_submenu li a i {
        padding-left: 8px;
        padding-right: 8px;
    }
    .bx-controls-direction {
        display: none;
    }
    .bx-wrapper .bx-pager {
        bottom: 0;
        display: none;
    }
    .SEOmodal {
        width: 100%;
        padding: 25px 0px 15px;
        background-color: #f1f1f1;
    }
    .SEOmodal .container {
        width: auto;
    }
    .seoItem {
        margin-bottom: 15px;
    }
    .seoItem h3 {
        width: 100%;
        height: 30px;
        margin: 0;
        background: url(../images/topTabBg.jpg) center center no-repeat transparent;
        border-radius: 0px;
        text-align: right;
    }
    .seoItem h3 a {
        line-height: 30px;
        font-size: 12px;
    }
    .seopanel {
        padding: 15px;
    }
    .seopanel p {
        font-size: 12px;
        min-height: 4em;
        color: #222;
    }
    .rotoProduct {
        width: 100%;
        padding: 30px 0 30px 15px;
        background-color: #fff;
        overflow: hidden;
    }
    .rotoControl {
        float: left;
        position: relative;
        display: block;
        padding-left: 0px;
        width: 100%;
        height: auto!important;
        background-color: #fff;
    }
    .rotoControl::after {
        content: '';
        display: block;
        clear: both;
    }
    .rotoControl h2 {
        font-size: 18px;
        margin-top: 0;
    }
    .rotoControl h3 {
        margin-bottom: 35px;
    }
    .rotoControl h3 a {
        font-size: 18px;
        color: #000;
    }
    .rotoControlBar {
        margin: 20px 0;
        position: absolute;
        right: 0px;
        top: 32px;
    }
    .rotoControlBar a {
        width: 42px;
        height: 42px;
        display: inline-block;
        margin-right: 10px;
        font-size: 18px;
        text-align: center;
        line-height: 38px;
        box-sizing: border-box;
        float: left;
    }
    .rightPicScrolling {
        width: 100%;
        float: left;
        position: relative;
        right: 0;
        overflow: hidden;
    }
    .rightPicScrolling ul {
        width: 100%;
        height: 286px;
        position: relative;
        overflow: hidden;
    }
    .rotoProductItem {
        display: block;
        float: left;
        position: relative;
        margin: 0 10px;
        min-width: 180px;
        border: 3px solid #ebebeb;
        background-color: #fff;
    }
    .rotoProductTxt a {
        font-size: 14px;
    }
    .rotoProductPic {
        width: 100%;
        padding: 20px 0;
    }
    .equipmentExhibition {
        padding-left: 0px;
    }
    .equipmentShow {
        width: 100%;
        padding-left: 15px;
        background-color: #f1f1f1;
    }
    .equipmentShow h3 {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .equipmentShow h3 a {
        font-size: 18px;
        color: #000;
    }
    .equipmentShow ul li {
        display: block;
        position: relative;
        float: left;
        width: 46%;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .equipment_txt {
        bottom: 10px;
    }
    .equipment_txt a {
        font-size: 14px;
        width: 100%;
    }
    .equipmentBg {
        display: none;
    }
    .factoryProfile {
        width: 100%;
        height: 438px;
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #fff;
    }
    .factoryProfileContainer {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .designBg {
        flex: 1;
        margin-left: 0px;
        padding: 150px;
        background: url(../images/fbg.jpg) center center no-repeat;
    }
    .factoryInfo {
        width: 80%;
        margin: 10%;
        padding: 0;
    }
    .factoryInfoCon {
        widows: 100%;
        padding: 20px;
        transform: translateX(0px);
        transform: translateY(-260px);
        background-color: rgba(255, 255, 255, 0.8);
    }
    .factoryInfoCon h4 {
        font-size: 18px;
    }
    .factoryInfoCon p {
        font-size: 16px;
        color: #000;
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .indexNews {
        padding-left: 0px;
    }
    .indexNewsGrayBg {
        width: 100%;
        padding: 30px 15px;
        background-color: #f1f1f1;
    }
    .indexNewsContainer {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .indexNewsInfo {
        width: 100%;
        padding: 15px;
        background-color: #fff;
    }
    .indexNewsInfo h3 a {
        font-size: 18px;
        color: #000;
    }
    .indexNewsUl li {
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .indexNewsUl li dl {
        padding-top: 10px;
    }
    .indexNewsUl li dl dt p {
        font-size: 12px;
    }
    .indexNewsUl li dl dd h4 a {
        font-size: 15px;
        color: #000;
    }
    .indexNewsUl li:first-child dl dd h4 a {
        color: #be0000;
    }
    .indexNewsUl li dl dd p {
        font-size: 12px;
        color: #555555;
    }
    .indexNewsMore {
        text-align: left;
    }
    .indexNewsBg {
        padding: 60px;
        background-size: cover;
    }
    .footerdiv {
        width: 100%;
        padding: 30px 15px 30px;
    }
    .sublogoArea {
        width: 100%;
        padding-left: 0px;
        float: left;
    }
    .subclass {
        width: 50%;
        padding-left: 0px;
        margin: 30px 0;
        float: left;
    }
    .subclass ul li {
        line-height: 32px;
    }
    .subclass ul li a {
        font-size: 15px;
    }
    .subqccode {
        width: 100%;
        margin-bottom: 20px;
        float: left;
    }
    .subscription {
        width: 100%;
        float: left;
    }
    .friendLinks {
        display: none;
    }
    .bdshare-slide-button-box {
        display: none!important;
    }
    .contactDiv {
        padding-top: 0px;
        padding-bottom: 10px;
        background-color: #f1f1f1;
    }
    .contactWrap {
        width: 100%;
        background-color: #fff;
        padding: 0 0px 20px;
        border-top: 1px solid #fff;
    }
    .contactinfo h2 span {
        display: block;
        padding-left: 0;
        padding-top: 8px;
    }
    .dowonloadDiv {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 10px;
        background-color: #f1f1f1;
    }
    .downloadWrap {
        width: 100%;
        background-color: #fff;
        padding: 0 0px 15px;
        border-top: 1px solid #fff;
    }
    .downloadWrap h1 {
        padding-left: 15px;
        font-size: 18px;
    }
    .feedbook {
        margin-top: 15px;
    }
    .feedbook ul {
        padding: 15px;
    }
    .feedbook ul li #submit {
        width: 128px;
    }
    .feedbook ul li #reset {
        width: 128px;
    }
    .d_left p {
        padding-left: 18px;
        font-size: 12px;
        color: #4f4f4f;
        text-align: left;
    }
    .downloadheadright {
        font-size: 14px;
    }
    .downloadlist {
        min-height: 240px;
        margin: 35px auto 50px auto;
    }
    .newsDiv {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 10px;
        background-color: #f1f1f1;
    }
    .newsWrap {
        width: 100%;
        background-color: #fff;
        padding: 0 15px 30px;
    }
    .upSubNav {
        padding: 15px;
        padding-left: 0;
    }
    .upSubNav a {
        float: left;
        display: block;
        width: 120px;
        height: 36px;
        border-radius: 4px;
        background-color: #999999;
        color: #fff;
        text-align: center;
        line-height: 34px;
        font-size: 13px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .newslist li span {
        display: none;
    }
    .newsdetail h2 {
        text-align: left;
    }
    .newsdetail p.topic {
        display: none;
    }
    .productDiv {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 10px;
        background-color: #f1f1f1;
    }
    .productWrap {
        width: 100%;
        background-color: #fff;
        padding: 0 0px 30px;
    }
    .productCatalogue {
        padding: 15px 15px 0px 15px;
    }
    .menutree li a {
        display: block;
        width: 134px;
        height: 36px;
        border-radius: 4px;
        background-color: #999999;
        color: #fff;
        text-align: center;
        line-height: 34px;
        font-size: 13px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .prolistwrap {
        max-width: 300px;
        padding: 10px;
        margin: 5px;
    }
    .detailcontent h1 {
        text-align: center;
        font-size: 18px;
        color: #333;
    }
    .tabbox .content {
        padding: 15px 15px;
        height: auto;
        background-color: #fff;
    }
    .bigpic a img {
        padding: 15px;
        border: none;
        margin: 15px auto;
    }
    .prevOrNext {
        padding-left: 15px;
        padding-top: 30px;
        border-top: 1px dotted #ccc;
    }
    .aboutdiv {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 10px;
        background: #f1f1f1;
        min-height: 350px;
    }
    .aboutWrap {
        width: 100%;
        background-color: #fff;
        padding: 0 15px 15px;
    }
    .aboutContent {
        font-size: 1.2rem;
        min-height: 215px;
    }
    .location {
        height: 50px;
        font-size: 12px;
        color: #434343;
        line-height: 50px;
    }
    .location a {
        font-size: 12px;
        color: #434343;
        padding: 0 10px;
    }
    .location a:nth-child(2) {
        padding-left: 0;
    }
    .aboutCoverDiv {
        width: 100%;
        margin: auto;
        padding: 10px 0 15px;
        min-height: 300px;
    }
    .aboutCoverDiv h1 {
        display: none;
    }
    .aboutCoverItem {
        width: 100%;
        background-color: #fff;
        padding: 15px;
        margin-bottom: 15px;
    }
    .aboutCoverLayout:nth-child(odd) .aboutCoverItem {
        transform: translateY(0px);
    }
    .aboutCoverBtn a::after {
        content: "\f178";
        display: block;
        color: #333;
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 0px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .aboutCoverBtn a {
        font-size: 15px;
        color: #333;
        display: block;
    }
    .innerbanner img {
        width: auto;
        display: block;
        height: 100px;
        transform: translateX(-37%);
    }
    .downloadheadtop {
        float: left;
        width: 75%;
        height: 50px;
        font-size: 14px;
        color: #333;
        text-align: left;
        border-right: 1px solid #999;
        padding-left: 15px;
        line-height: 50px;
    }
    .sublogopic {
        width: 250px;
    }
}


/*apid平板电脑 调整部分*/

@media (min-width:768px) and (max-width:991px) {
    .navlogo {
        width: 306px;
    }
    .navbar-brand img {
        width: 250px;
    }
    .slogan {
        display: none;
    }
    .inewstopic {
        display: block;
        width: 100%;
        height: 50px;
        background: none;
        text-align: left;
    }
    .inewstopic div {
        display: block;
        width: 100%;
        vertical-align: auto;
        margin: 0;
    }
    .inewstopic a {
        display: block;
        padding: 0px;
        padding-left: 30px;
        height: 40px;
        background-color: rgba(0, 0, 0, .4);
        border-radius: 4px;
        text-align: left;
        font-size: 18px;
        color: #fff;
        line-height: 38px;
    }
    .inewstopic a:hover {
        background-color: rgba(0, 0, 0, .7);
        text-decoration: none;
        color: #be0000;
    }
    .carousel-control.left {
        background: none;
        filter: none;
    }
    .carousel-control.right {
        left: auto;
        right: 0;
        background: none;
        filter: none;
    }
    .topnav {
        box-sizing: border-box;
        background-color: #fff !important;
        width: 100%;
        height: 130px;
        padding-left: 20px;
        padding-right: 0px;
    }
    .navbar-brand {
        margin-left: 0px !important;
    }
    .navdiv {
        clear: both;
        position: relative;
        z-index: 9;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-form {
        position: relative;
        z-index: 99;
        margin-top: 25px;
        float: left !important;
    }
    .navmenu {
        display: block;
        width: 100%;
        position: relative;
        text-align: left;
        margin: 0 auto;
        left: 0%;
        transform: translateX(0%);
        position: static;
    }
    .navmenu li {
        display: inline-block;
        list-style: none;
    }
    .navmenu li a {
        display: inline-block;
        box-sizing: border-box;
        height: 40px;
        padding: 0px 22px;
        border-left: none;
        border-right: 1px solid #f4f5f8;
        font-size: 14px;
        color: #434343;
        background-color: rgba(255, 255, 255, .97);
        line-height: 40px;
    }
    .navmenu li:last-child a {
        border-right: none;
    }
    .navmenu li a:hover,
    .navmenu li a.on {
        background: url(../images/navdotline.jpg) left bottom repeat-x;
        color: #be0000;
        text-decoration: none;
    }
    .iconul {
        position: static;
        top: 0px;
        right: 0px;
        left: 15px;
        margin-top: 20px;
        float: left !important;
    }
    .SEOmodal {
        width: 100%;
        padding: 35px 0px 35px;
        background-color: #f1f1f1;
    }
    .SEOmodal .container {
        width: 750px;
    }
    .seoItem h3 {
        height: 42px;
    }
    .seoItem h3 a {
        line-height: 42px;
    }
    .seopanel p {
        font-size: 14px;
        color: #222;
        min-height: 14em;
    }
    .rotoProduct {
        width: 100%;
        padding: 30px 0 30px 0px;
        background-color: #fff;
        overflow: hidden;
    }
    .rotoControl {
        float: left;
        padding-left: 25px;
        width: 30%;
        height: 420px;
        display: block;
        background-color: #fff;
    }
    .rotoControl h2 {
        font-size: 28px;
    }
    .rotoControl h3 a {
        font-size: 20px;
    }
    .rightPicScrolling {
        width: 64%;
    }
    .rotoProductItem {
        min-width: 270px;
        margin: 0 12px;
    }
    .rightPicScrolling ul {
        width: 100%;
        height: 450px;
        position: relative;
        overflow: hidden;
    }
    .equipmentExhibition {
        padding-left: 0;
    }
    .equipmentShow {
        width: 100%;
        padding-left: 25px;
        background-color: #f1f1f1;
    }
    .equipmentShow h3 {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .equipmentShow h3 a {
        font-size: 20px;
    }
    .equipmentBg {
        display: none;
    }
    .equipmentShow ul li {
        display: block;
        position: relative;
        float: left;
        width: 30%;
        margin-right: 24px;
        margin-bottom: 30px;
    }
    .equipment_txt a {
        width: 75%;
    }
    .factoryProfile {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #fff;
    }
    .designBg {
        margin-left: 0px;
    }
    .factoryInfo {
        width: 40%;
        padding: 30px 0;
    }
    .factoryInfoCon {
        widows: 100%;
        padding: 60px 0px 60px 60px;
        transform: translateX(-110px);
        background-color: #fff;
    }
    .factoryInfoCon p {
        font-size: 18px;
        color: #000;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .indexNews {
        padding-left: 0px;
    }
    .indexNewsGrayBg {
        width: 100%;
        padding: 30px 25px 30px 25px;
    }
    .indexNewsInfo {
        padding: 30px;
    }
    .indexNewsUl li {
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .indexNewsUl li dl {
        padding-top: 15px;
    }
    .footerdiv {
        padding: 30px 25px 30px 25px;
    }
    .sublogoArea {
        width: 32.5%;
        padding-left: 0px;
    }
    .sublogopic {
        width: 216px;
    }
    .sublogopic p {
        padding-left: 0px;
    }
    .subclass ul li a {
        font-size: 14px;
    }
    .subqccode {
        width: 16%;
    }
    .subqccode img {
        width: 100px;
        height: 100px;
    }
    .subscription {
        width: 25.5%;
    }
    .friendLinks {
        padding: 30px 25px 30px 25px;
    }
    .friendLinks-con {
        padding-left: 0px;
    }
    .productWrap {
        width: 100%;
        background-color: #fff;
        padding: 0 0px 30px;
    }
    .tabbox .content {
        padding: 15px 15px;
        height: auto;
        background-color: #fff;
    }
}


/*桌面PC电脑 和 系列17“的笔记本显示器 调整部分*/

@media (min-width:992px) and (max-width:1199px) {
    .slogan {
        display: none;
    }
    .topnav {
        padding-left: 0px;
        padding-right: 0px;
        height: 140px;
    }
    .navlogo {
        width: 300px;
    }
    .navbar-brand img {
        width: 90%;
        height: auto !important;
    }
    .navbar-brand {
        margin-left: 0px !important;
        height: 40px;
        margin-top: 5px;
    }
    .navbar-brand img {
        height: 100%;
    }
    .navdiv {
        clear: both;
        position: relative;
        z-index: 9;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-form {
        position: relative;
        z-index: 99;
        margin-top: 25px;
        float: left !important;
    }
    .navmenu {
        display: block;
        width: 100%;
        position: relative;
        text-align: left;
        margin: 0 auto;
        left: 0%;
        transform: translateX(0%);
        position: static;
    }
    .navmenu li a {
        display: inline-block;
        box-sizing: border-box;
        height: 80px;
        padding: 0px 32px;
        border-left: none;
        font-size: 14px;
        color: #434343;
        background-color: transparent;
        line-height: 80px;
    }
    .navbar_submenu li a {
        display: block;
        padding: 0px 60px;
        font-size: 14px;
        color: #444;
        background-color: rgba(255, 255, 255, .97);
        margin-bottom: 1px;
        height: 42px;
        font-size: 12px;
        box-shadow: 0px 1px 5px #000;
        line-height: 40px;
    }
    .navbar_submenu li:first-child a {
        box-shadow: 0px 1px 1px #000;
    }
    .navbar_submenu li a:hover {
        background-color: #be0000;
        color: #fff;
        text-decoration: none;
    }
    .iconul {
        position: absolute;
        margin: 0px;
        padding: 0px;
        float: none !important;
        top: 0px;
        right: 10px;
    }
    .navbar-header {
        float: left;
        margin-left: 15px;
    }
    .SEOmodal {
        width: 100%;
        padding: 50px 0px 60px;
    }
    .seopanel p {
        min-height: 11em;
    }
    .SEOmodal .container {
        width: 970px;
    }
    .rotoProduct {
        width: 100%;
        padding: 50px 0 50px 0px;
        background-color: #fff;
        overflow: hidden;
    }
    .rotoControl {
        float: left;
        padding-left: 35px;
        width: 24%;
        height: 480px;
        display: block;
        background-color: #fff;
    }
    .rotoControl h2 {
        font-size: 42px;
    }
    .rightPicScrolling {
        width: 64%;
    }
    .rotoProductItem {
        min-width: 300px;
    }
    .rightPicScrolling ul {
        width: 100%;
        height: 450px;
        position: relative;
        overflow: hidden;
    }
    .equipmentExhibition {
        padding-left: 0px;
        background-color: #fff;
    }
    .equipmentShow {
        width: 100%;
        padding-left: 40px;
        background-color: #f1f1f1;
    }
    .equipmentBg {
        background: #f1f1f1;
        flex: 1;
    }
    .factoryProfile {
        width: 100%;
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #fff;
    }
    .designBg {
        margin-left: 0px;
    }
    .factoryInfo {
        width: 37%;
        padding: 60px 0;
    }
    .factoryInfoCon {
        padding: 60px;
        padding-right: 0;
    }
    .indexNews {
        padding-left: 0px;
    }
    .indexNewsGrayBg {
        width: 100%;
        padding: 30px 50px 30px 40px;
        background-color: #f1f1f1;
    }
    .footerdiv {
        width: 100%;
        padding: 30px 50px 30px 40px;
    }
    .sublogoArea {
        padding-left: 0px;
    }
    .friendLinks {
        width: 100%;
        padding: 30px 40px 30px 50px;
        background-color: #2c2c2c;
    }
    .friendLinks-con {
        padding-left: 0px;
    }
}


/*19寸及其以上宽屏电脑 调整部分*/

@media (min-width:1200px) and (max-width:1366px) {
    .navmenu li a {
        display: inline-block;
        box-sizing: border-box;
        height: 80px;
        padding: 0px 15px;
        border-left: none;
        font-size: 15px;
        color: #434343;
        background-color: transparent;
        line-height: 80px;
    }
    .navbar_submenu li a {
        display: block;
        padding: 0px 60px;
        font-size: 14px;
        color: #444;
        background-color: rgba(255, 255, 255, .97);
        margin-bottom: 1px;
        height: 42px;
        font-size: 12px;
        box-shadow: 0px 1px 5px #000;
        line-height: 40px;
    }
    .navbar_submenu li:first-child a {
        box-shadow: 0px 1px 1px #000;
    }
    .navbar_submenu li a:hover {
        background-color: #be0000;
        color: #fff;
        text-decoration: none;
    }
}

@media (min-width:1025px) and (max-width:1365px) {
    .navlogo {
        width: 300px;
        width: 224px;
        top: 8px;
    }
    .navbar-brand img {
        width: 90%;
        height: auto;
    }
    .SEOmodal {
        width: 100%;
        padding: 50px 0px 60px;
    }
    .seopanel p {
        min-height: 11em;
    }
    .rotoProduct {
        width: 100%;
        padding: 50px 0 50px 0px;
        background-color: #fff;
        overflow: hidden;
    }
    .rotoControl {
        float: left;
        padding-left: 35px;
        width: 24%;
        height: 480px;
        display: block;
        background-color: #fff;
    }
    .rightPicScrolling {
        width: 62%;
    }
    .rightPicScrolling ul {
        width: 100%;
        height: 480px;
        position: relative;
        overflow: hidden;
    }
}

@media (min-width:1366px) and (max-width:1560px) {
    .rotoProduct {
        width: 100%;
        padding: 75px 0 85px 75px;
        background-color: #fff;
        overflow: hidden;
    }
    .rotoControl {
        padding-left: 0px;
    }
    .rotoControl h2 {
        font-size: 42px;
    }
    .equipmentExhibition {
        width: 100%;
        padding-left: 0px;
    }
    .equipmentShow {
        width: 76%;
    }
    .factoryProfile {
        width: 100%;
        padding-left: 74px;
        padding-top: 75px;
        padding-bottom: 85px;
    }
    .designBg {
        margin-left: 0px;
    }
    .factoryInfo {
        width: 47%;
        padding: 122px 0;
    }
    .indexNews {
        padding-left: 0px;
    }
    .footerdiv {
        width: 100%;
        padding: 75px 100px 85px 74px;
    }
    .sublogoArea {
        padding-left: 0px;
    }
}