@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333333;
    font-family: 'Helvetica','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: 0px;
    margin-bottom: 0px;
    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;
}
div{
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}
ul,ol{
    margin: 0;
}
.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;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  @media (min-width: 280px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
      }
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
      padding-left: 0px;
      padding-right: 0px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  @media (min-width: 1366px) {
    .container {
      width: 1200px;
    }
  }
  @media (min-width: 1920px) {
    .container {
      width: 1248px;
    }
  }
  @media (min-width: 2560px) {
    .container {
      width: 1760px;
    }
  }
  @media (min-width: 3840px) {
    .container {
      width: 2640px;
    }
  }

#header{
    width: 100%;
}
.headerline{
    width: 100%;
    height: 8px;
    background-color: #a20308;
}

.headerMiddle{
    width: 100%;
    height: 112px;
    background-color: #fff;
}
.logo{
    float: left;
    width: 27.7vw;
    height: auto;
    margin-top: 29px;
}
.logo a img {
    max-width: 100%;
    max-height: 100%;
    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);
}
#mobileNavButton {
    float: right;
    display: none;
}

#mobileNavButton a {
    font-size: 2.8rem;
    color: #000;
}

#mobileNavButton a i {
    color: #053550;
}

.adCall{
    float: right;
    width: 14.5833vw;
    padding-top: 34px;
}

.adCall img{
    max-width: 100%;
    max-height: 100%;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.searchDiv{
    float: right;
    width: 2.29vw;
    margin-right: 2.29vw;
    margin-top: 34px;
    cursor: pointer;
}
.searchDiv: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);
}

#HBox {
    width: 300px;
    height: 270px;
    margin: 0 auto;
    box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -150px;
    z-index: 100000;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

#searchform {
    padding: 50px 15px 10px;
    font-size: 0px;
}

#searchform #searchtxt {
    width: 245px;
    height: 42px;
    border: 1px solid #d00743;
    padding-left: 15px;
    font-size: 1.6rem;
    vertical-align: top;
    border-radius: 4px 0 0 4px;
}

#searchform button {
    width: 42px;
    height: 42px;
    border: none;
    background-color: #d00743;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    border-radius: 0 4px 4px 0;
}

#searchform button i {
    font-size: 2.0rem;
    line-height: 1.75;
}


.headerDown{
    width: 100%;
    height: 42px;
    background-color: #0b6aa1;
}
.rightButton{
    float: right;
    margin-top: 5px;
}
.rightButton img{
    width: 30px;
    height: 15px;
}
.rightButton a{
    display: inline-block;
    padding: 5px 15px;
    background-color: #151f30;
    font-size: 16px;
    color:#ff7a48;
    border-radius: 5px;
}
.rightButton a:hover{
    background-color: #000;
}
.navDiv{
    float: left;
    width: 56.25vw;
}
.navDiv>ul {
    display: block;
    width: 100%;
    font-size: 0px;
    margin: 0 auto;
    padding: 0 0%;
    text-align: center;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.navDiv>ul>li {
    display: inline-block;
    width: 12.50%;
    text-align: center;
    position: relative;
    z-index: 3;
    background: url(../images/navspace.png) center right no-repeat;
}
.navDiv>ul>li:first-child{
    background: url(../images/navspace.png) center right no-repeat, url(../images/navspace.png) center left no-repeat;
}

.navDiv>ul>li>a {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 0px;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.navDiv>ul>li>a>i {
    font-size: 1.6rem;
    margin-right: 6px;
    color: #333333;
}

.navDiv>ul>li>a:hover {
    color: #fff;
    font-weight: 700;
    background-color: #053550;
}


.navDiv>ul>li>a.on,
.navDiv>ul>li>a:active,
.navDiv>ul>li>a:focus {
    color: #fff;
    font-weight: 700;
    background-color: #053550;
    background-color: #000;
}

.navDiv ul li ul {
    position: absolute;
    left: 0;
    background-color: #fafafa;
    color: #333;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    display: block;
}

.navDiv ul li ul li {
    display: block;
    width: 220px;
    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.5rem;
    color: #333;
    /* text-transform: uppercase; */
    position: relative;
}

.navDiv ul li ul li a::before {
    content: "\f105";
    font-size: 1.5rem;
    padding-right: 7px;
}

.navDiv ul li ul li:hover {
    background-color: #0598ed;
}

.navDiv ul>li>ul>li:hover a {
    color: #fff;
    font-size: 1.5rem;
}
.navDiv ul>li>ul>li:hover ul li a{
    color:#333;
}

.navDiv ul li ul li ul li:hover {
    background-color: #0598ed;
}
.navDiv ul li ul li ul li:hover a{
    color: #fff;
}
.navDiv ul>li>ul>li>ul>li:hover ul li a{
    color:#333;
}
.navDiv ul li ul li ul li ul li:hover {
    background-color: #0598ed;
}
.navDiv ul li ul li ul li ul li:hover a{
    color: #fff;
}


/*action 部分*/
.navDiv ul>li>ul{
    display: none;
}
.navDiv ul>li>ul>li>ul{
    display: none;
}
.navDiv ul>li>ul>li>ul>li>ul{
    display: none;
}
.navDiv ul>li:hover ul{
    display: block;
}
.navDiv ul>li:hover ul ul{
    display: none;
}
.navDiv ul>li:hover ul ul ul{
    display: none;
}

.navDiv ul>li>ul>li:hover ul{
    display: block;
    left: 220px;
    top: 0px;
}
.navDiv ul>li>ul>li:hover ul ul{
    display: none;
}

.navDiv ul>li>ul>li>ul>li:hover ul{
    display: block;
    left: 220px;
    top: 0px;
}





/*banner start*/
.bx-wrapper { position: relative; margin: 0 auto 0px; padding: 0; *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(../img/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-weight: bold; color: #666; 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: #eb1f22; border: 1px solid #eb1f22;}
.bx-wrapper .bx-prev {left: 0px; background: url(../img/controls.png) no-repeat 0 -32px;}
.bx-wrapper .bx-next {right: 0px; background: url(../img/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(../img/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(../img/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;}

.teseDiv{
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
}
.teseTitle{
    margin-bottom: 70px;
    text-align: center;
}
.teseTitle h3{
    font-family: 'Microsoft YaHei';
    font-size: 30px;
    font-weight: bold;
    color:#1a1a1a;
    text-align: center;
}
.teseTitle h3 span{
    color:#eb1f22;
}
.teseWrap{
    width: 100%;
    font-size: 0;
}
.teseItem{
    display: inline-block;
    width: 25%;
    margin: 0 auto;
    text-align: center;
}
.teseItem a{
    cursor: default;
}
.iconItem{
    width: 5.625vw;
    background-color: #151f30;
    border-radius: 50%;
    margin: 0 auto;
}
.iconItem img{
    width: 100%;
}
.teseItem h3{
    margin: 21px auto 4px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color:#0593a2;
}
.teseItem p{
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    color:#333333;
}
.teseItem:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.teseItem:hover .iconItem{
    background-color: #eb1f22;
}

.sideLeftBar{
    width: 18%;
    float: left;
}
.sidebar__inner{
    width: 100%;
}
.categoryTop{
    width: 100%;
    height: 80px;
    padding-top: 22px;
    background-color: #0b6aa2;
}
.categoryTop h3{
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    margin-bottom: 0px;
}
.categoryTop p{
    font-size: 16px;
    text-align: center;
    color:#fff;
    margin: 0;
}
.catWrap{
    width: 100%;
    padding: 15px;
    background-color: #0b6aa2;
}
.catWrap ul{
    width: 100%;
}
.catWrap ul li{
    list-style: none;
    width: 100%;
}

.catWrap ul>li{
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    box-sizing: border-box;
}

.catWrap ul>li>a{
    display: block;
    width: 100%;
    height: 42px;
    font-size: 16px;
    font-weight: bold;
    color:#333333;
    padding-left: 25px;
    padding-right: 15px;
    line-height: 42px;
}
.catWrap ul>li>a::after{
    content: '\f009';
    float: right;
    font-size: 12px;
    margin-top: 0px;
}
.catWrap ul>li>a:hover{
    color:#eb1f22;
}
.catWrap ul>li>ul{
    padding: 10px 0 10px;
}
.catWrap ul>li>ul>li>ul{
    padding: 10px 0 10px 13px;
}
.catWrap ul>li>ul>li{
    width: 100%;
    margin-bottom: 0;
}
.catWrap ul>li>ul>li>a{
    display: block;
    width: 100%;
    height: 28px;
    font-size: 15px;
    font-weight: normal;
    color:#444444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 28px;
}
.catWrap ul>li>ul>li>ul>li>a{
    display: block;
    width: 100%;
    height: 28px;
    font-size: 14px;
    font-weight: normal;
    color:#555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 28px;
}
.catWrap ul>li>ul>li>a::before{
    content: '\f0da';
    font-size: 14px;
    padding-right: 8px;
}
.catWrap ul>li>ul>li>a::after{
    content: '';
    display: none;
}
.catWrap ul>li>ul>li>ul>li>a::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
    font-size: 0px;
    margin-right: 8px;
    padding: 0;
}
.catWrap ul>li>ul{
    border-top: 1px solid #cccccc;
}

.catWrap ul>li:last-child{
    margin-bottom: 0;
}
.productArticle{
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 0px;
}
a.ar01{
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color:#fff;
    background-color: #151f30;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.ar01:hover{
    color: #eb1f22;
    background-color: #000000;
}
a.ar02{
    display: inline-block;
    width: 49%;
    padding: 10px 0;
    text-align: center;
    color:#fff;
    background-color: #eb1f22;
    font-size: 15px;
    border-radius: 5px;
    margin-right: 2%;
    margin-bottom: 5px;
}
a.ar02:hover{
    background-color: #000;
}
a.ar03{
    display: inline-block;
    width: 49%;
    padding: 10px 0;
    text-align: center;
    color:#fff;
    background-color: #eb1f22;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 0px;
}
a.ar03:hover{
    color: #eb1f22;
    background-color: #000000;
}

.contentRightBar{
    /* width: 79.16%; */
    width: 82%;
    padding-left: 2.84%;
    float: left;
    /* height: 30vh; */
}
.contentRightBar::after{
    content: '';
    display: block;
    clear: both;
}
.contentRightTop{
    padding-bottom: 16px;
    border-bottom:1px solid #151f30;
    margin-bottom: 26px;
}
.contentRightTopLeft{
    float: left;
}
.contentRightTopLeft h3{
    font-size: 30px;
    font-weight: bold;
    color:#151f30;
}
.contentRightTopLeft p{
    font-size: 16px;
    color:#151f30;
    margin-bottom: 0;
}
.contentRightTopRight{
    float: right;
    text-align: right;
    margin-top: 13px;
}
.contentRightTopRight a{
    display: inline-block;
    font-size: 15px;
    padding: 10px 22px;
    color:#fff;
    background-color: #eb1f22;
    border-radius: 5px;
}
.contentRightTopRight a:hover{
    color:#eb1f22;
    font-weight: 700;
    background-color: #000000;
}
.contentProduct{
    width: 100%;
}
.iproducts{
    width: 100%;
}
.iproducts ul{
    width: 100%;
}
.iproducts ul li{
    float: left;
    width: 32.456%;
    list-style: none;
    margin-right: 1.315789%;
    margin-bottom: 25px;
}
.iproducts ul li:nth-of-type(3n){
    margin-right: 0;
}
.iproductpic{
    width: 100%;
    height: 0;
    padding-bottom: 70.27%;
    font-size: 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom:none;
    overflow: hidden;
}
.iproductpic a{
    display:flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    justify-content:center;
    align-items:center;
}
.iproductpic a img{
    
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    /*
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;*/
}
.iproducttxt{
    width: 100%;
    height: 48px;
    text-align: center;
}
.iproducttxt a{
    display: block;
    width: 100%;
    height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color:#333333;
    background-color: #f1f1f1;
    background-color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 48px;
}

.iproducts ul li:hover .iproductpic a img{
    transform: scale(1.125);
    -webkit-transform: scale(1.125);
    -moz-transform: scale(1.125);
    -o-transform: scale(1.125);
}
.iproducts ul li:hover .iproducttxt a{
    color:#fff;
    font-weight: normal;
    background-color: #eb1f22;
    background-color: #a20308;
}
.ivideoModel{
    margin-top: 85px;
    padding-bottom: 100px;
}
.ivideoModelLeft{
    width: 50%;
    float: left;
}
.ivideoModelWrap{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
#longVideo {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1.0);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.videoPlayBtn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/play_button.svg) center center no-repeat transparent;
    background-size: 75px 75px;
    cursor: pointer;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}
.videoPlayBtn:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.ivideoModelRight{
    width: 50%;
    float: left;
}
.ivideoModelRightWrap{
    width: 100%;
    padding: 4.1666% 0 0 4.1666%;
}
.ivideoModelRightWrap h3{
    font-size: 30px;
    font-weight: bold;
    color:#151f30;
    padding-bottom: 21px;
    border-bottom: 1px solid #151f30;
    margin-bottom: 21px;
}
.ivideoModelRightWrap ul li{
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    color:#0593a2;
    line-height: 1.8;
}
.ivideoModelRightWrap ul li::before{
    content: '\f046';
    font-size: 18px;
    font-weight: normal;
    color:#0593a2;
    padding-right: 12px;
}
.dingzhiModel{
    width: 100%;
    padding: 90px 0 100px;
    background: url(../images/ad_bg.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}
.dingzhiModelWrap{
    width: 100%;
}
.dingzhiModelWrap::after{
    content: '';
    display: block;
    clear: both;
}
.dingzhiLeft{
    width: 50%;
    display: block;
    float: left;
}
.dingzhiLeft h3{
    color:#fff;
    font-size: 36px;
    font-weight: bold;
    padding-left: 10%;
    line-height: 2;
}
.dingzhiRight{
    width: 50%;
    display: block;
    float: left;
}
.dingzhiRight dl{
    width: 100%;
    text-align: center;
}
.dingzhiRight dl dd{
    text-align: center;
}
.dingzhiRight dl dd h3{
    font-size: 36px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 36px;
}
.dingzhiRight dl dd h3::before{
    content: '\f098';
    font-size: 60px;
    color:#eb1f22;
    position: relative;
    top: 8px;
    margin-right: 16px;
}
.dingzhiRight dl dd a{
    padding: 10px 40px;
    color:#fff;
    border:1px solid #fff;
    background-color: transparent;
    border-radius: 5px;
    font-size: 24px;
    font-weight: normal;
}
.dingzhiRight dl dd a:hover{
    background-color: #fff;
    color:#eb1f22;
}
.iaboutModel{
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 100px;
}
.iaboutLeft{
    width: 50%;
    float: left;
    background: url(../images/about_bg.jpg) center center no-repeat;
    background-size: cover;
}
.iaboutLeftWrap{
    width: 100%;
    padding: 90px 8.75% 0 25%;
}
.iaboutLeftWrap h3{
    font-size: 30px;
    color:#fff;
    font-weight: 700;
    margin-bottom: 35px;
}
.iaboutLeftWrap p{
    font-size: 18px;
    color:#999;
    text-align: left;
    margin-bottom: 55px;
    line-height: 1.3;
}
a.a_left{
    display: inline-block;
    padding: 6px 48px;
    border: 2px solid #eb1f22;
    border-radius: 5px;
    background-color: #eb1f22;
    font-size: 15px;
    color:#fff;
    margin-right: 30px;
}
a.a_left:hover{
    border: 2px solid #fff;
    background-color: #fff;
    color:#eb1f22;
}
a.a_right{
    display: inline-block;
    padding: 6px 48px;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    font-size: 15px;
    color:#fff;
}
a.a_right:hover{
    background-color: #fff;
    color:#eb1f22;
}
.iaboutRight{
    width: 50%;
    float: left;
}
.icase{
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    background-color: #e6e6e6;
}
.icaseTop{
    width: 100%;
    margin-bottom: 40px;
}
.icaseTop h3{
    font-size: 30px;
    color:#1a1a1a;
    text-align: center;
    margin-bottom: 18px;
}
.icaseTop p{
    font-size: 16px;
    text-align: center;
    color:#888;
}
.icaseList{
    width: 100%;
}
.icaseList ul{
    display: block;
    width: 100%;
}
.icaseList ul li{
    float: left;
    width: 32.456%;
    list-style: none;
    /* padding: 1.041%; */
    margin-right: 1.315789%;
    margin-bottom: 15px;
    background-color: #fff;
}
.icaseList ul li:nth-of-type(3n){
    margin-right: 0;
}
.icaseList ul li:hover{
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.icaseItem{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62.55319%;
    font-size: 0;
    background-color: #fff;
    overflow: hidden;
}
.icaseItem a{
    display:flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    justify-content:center;
    align-items:center;
    padding: 3.1914%;
    overflow: hidden;
}
.icaseItem a img{
    display:inline;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.icaseItem a:hover img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.icasemore{
    width: 100%;
    margin: 15px auto 0px;
    text-align: center;
}
.icasemore a{
    display: inline-block;
    font-size: 15px;
    padding: 10px 48px;
    color: #fff;
    background-color: #eb1f22;
    border-radius: 5px;
}
.icasemore a:hover{
    color: #eb1f22;
    font-weight: 700;
    background-color: #000000;
}
.footer{
    width: 100%;
    padding: 100px 0;
    background: #fff;
    border-top: 1px solid #cccccc;
}
.footerWrap{
    width: 100%;
}
.footerWrap::after{
    content: '';
    display: block;
    clear: both;
}
.subleft{
    width:25.26vw;
    width:38%;
    float: left;
}
.footerLogo{
    width: 10.15vw;
}
.subdesc{
    font-size: 15px;
    font-weight: bold;
    color:#454545;
    margin-top: 15px;
    margin-bottom: 30px;
}
.subleft ul li{
    list-style: none;
    font-size: 14px;
    color:#454545;
    line-height: 21px;
}
.subleft ul li a{
    color:#454545;
}
.subleft ul li a:hover{
    color:#a20308;
}
.subnav{
    width: 13.17vw;
    width: 20%;
    float: left;
    text-align: left;
}
.subnav ul li{
    list-style: none;
    line-height: 30px;
}
.subnav ul li a{
    font-size: 16px;
    font-weight: 700;
    color:#454545;
    padding: 0 30px;
}
.subnav ul li a:hover{
    color:#a20308;
}
.subnav ul li:last-child a{
    border-right:none;
}
.socialization{
    width: 13.38vw;
    width: 22%;
    float: right;
    text-align: right;
}
.socialization h4{
    margin-bottom: 20px;
}
.wxcode{
    text-align: right;
    margin-bottom: 20px;
}
.wxcode img{
    width: 7.2vw;
    border: 1px solid #ccc;
}
.shareBtn{
    width: 100%;
    font-size: 0;
    text-align: right;
}
.shareBtn a{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #0598ed;
    border-radius: 50%;
    margin-left: 9px;
}
.copyright{
    width: 100%;
    text-align: center;
}
.copyright p{
    font-size: 14px;
    color:#fff;
}
.copyright p span{
    padding: 0 10px;
}
.copyright p a{
    color:#fff;
    font-size: 14px;
}
.copyright p a:hover{
    color:#eb1f22;
    font-weight: 700;
}

/**/
/**/

.servicesidebar {
    position: fixed;
    z-index: 99999;
    right: 0px;
    bottom: 60px;
}

.sidebarwrap {
    position: relative;
    padding: 10px 8px;
    border-radius: 28px;
    background-color: #fff;
    box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}

.sideemail {
    width: 24px;
    height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    box-sizing: content-box;
    border-bottom: 1px solid #e7e9ed;
}

.sideemail a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 21px;
    text-align: center;
    color:#333333;
}
.sideemail a i{font-size: 21px;}

.sideemail a:hover {
    color:#eb1f22;
    color:#2e7ae5;
}

.sideemailwrap {
    display: none;
    position: absolute;
    top: -2px;
    left: -201px;
    width: 210px;
    background-color: transparent;
}

.sideemail .sideemailcontent {
    padding: 20px;
    width: 196px;
    text-align: left;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}

.sideemail .sideemailcontent p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.sideemail:hover .sideemailwrap {
    display: block;
}

.sidephone {
    width: 24px;
    height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    box-sizing: content-box;
    border-bottom: 1px solid #e7e9ed;
}

.sidephone a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 21px;
    text-align: center;
    color:#333333;
}
.sidephone a i{font-size: 24px;}
.sidephone a:hover {
    color:#eb1f22;
}

.sidephone .sidephonewrap {
    display: none;
    position: absolute;
    top: 30px;
    left: -201px;
    width: 210px;
    background-color: transparent;
}

.sidephone .sidephonecontent {
    padding: 20px;
    width: 196px;
    border-radius: 10px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}

.sidephone .sidephonecontent p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.sidephone:hover .sidephonewrap {
    display: block;
}

.sidechar {
    width: 24px;
    height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    box-sizing: content-box;
    border-bottom: 1px solid #e7e9ed;
}

.sidechar a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 21px;
    text-align: center;
    color:#333333;
}
.sidechar a i{font-size: 21px;}

.sidechar a:hover {
    color:#01c000;
}
.sidechar .sideweixinwrap{
    display: none;
    position: absolute;
    top: 30px;
    left: -165px;
    width: 172px;
    background-color: transparent;
}

.sidechar .sideweixincontent{
    padding: 20px;
    width: 160px;
    border-radius: 10px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}
.sidechar .sideweixincontent img{
    width: 120px;
}
.sidechar:hover .sideweixinwrap {
    display: block;
}

.sidetoup {
    width: 24px;
    height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    box-sizing: content-box;
}

.sidetoup a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 21px;
    text-align: center;
    color:#333333;
}

.sidetoup a:hover {
    color:#eb1f22;
}
.innerbanner{
    width: 100%;
    height: 300px;
    background-size: cover;
    position: relative;
}
.innerbanner img{
    width: 100%;
    height: auto;
}
.location {
    width: 100%;
    padding-top: 80px;
}
.location h2 {
    font-size: 3.6rem;
    color: #fff;
    margin-bottom: 15px;
}
.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;
}
.about{
    width: 100%;
    padding: 0px 0 70px;
    min-height: 450px;
}

.about h3{
    font-size: 30px;
    font-weight: bold;
    color:#000;
    margin-top: 70px;
    margin-bottom: 35px;
    text-align: left;
}
.about h3#aboutinfo::after{
    content: 'Company Profile';
    font-size: 18px;
    color:#999;
    display: block;
}
.about h3#aboutidea::after{
    content: 'Business Philosophy';
    font-size: 18px;
    color:#999;
    display: block;
}
.about h3#aboutrange::after{
    content: 'Production Range';
    font-size: 18px;
    color:#999;
    display: block;
}
.about #productiquement::after{
    content: 'Rotational Molding Equipment';
    font-size: 18px;
    color:#999;
    display: block;
}
.about #companycertificate::after{
    content: 'Qualification Certificate';
    font-size: 18px;
    color:#999;
    display: block;
}
.about #aboutpartner::after{
    content: 'Cooperative Partner';
    font-size: 18px;
    color:#999;
    display: block;
}
.about #companystrength::after{
    content: 'Company Strength';
    font-size: 18px;
    color:#999;
    display: block;
}
.technologyValue {
    text-align: center;
    margin: 0 auto;
}
.technologyValue h1 {
    font-size: 6.0rem;
    color: #0598ed;
    font-family: Arial;
}
.technologyValue h1 small {
    font-size: 1.2rem;
}
.technologyValue p {
    font-size: 1.4rem;
    font-weight: 700;
}
.about #aboutproductline::after{
    content: 'Product Range';
    font-size: 18px;
    color:#999;
    display: block;
}
.infoContent{
    width: 100%;
    border:1px solid #dcdcdc;
    padding: 30px 60px;
    /* box-shadow: 0 0 25px rgba(0,0,0,0.08); */
}
.infoContent p{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.infoContent p span{
    color:#eb1f22;
    font-weight: bold;
    padding-right:8px;
}
.icopic{
    text-align: center;
}
.icopic img{
    width: 50%;
    margin: 0 auto;
}
.icopic p{
    text-align: center;
    font-size: 14px;
}
.zhengshdiv{
    text-align: center;
}
.zhengshdiv a img{
    height: 185px;
    width: auto;
}
.zhengshdiv a p{
    font-size: 14px;
    text-align: center;
    color:#454545;
}
.about #aboutfactory::after{
    content: 'plant and Equipment';
    font-size: 18px;
    color:#999;
    display: block;
}
.roll{width: 100%; padding: 0px 0px 50px; height: 400px; 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; width: auto;}
.picimg {
    padding-left: 0;
    padding-right: 15px;
}
.picimg img {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 20px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transtion: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.picimg:hover img {
    transform: scale(1.12);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;
    z-index: 80;
}
.glay img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.glay:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.centerimg{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.centerimg img{
    margin: auto;
}
.partnerimg img{
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transtion: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.partnerimg:hover img{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    z-index: 80;
}

.pagediv {
    clear: both;
    margin: 20px 0px 50px 0px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Helvetica";
}

.pagediv a {
    display: inline-block;
    font-size: 15px;
    border: #e4e4e4 1px solid;
    padding: 10px 16px;
    margin: 2px;
    color: #000;
    text-decoration: none;
    background-color: #e4e4e4;
    font-family: "Helvetica";
}

.pagediv a:hover,
.pagediv a:focus {
    font-size: 15px;
    border: #eb1f22 1px solid;
    padding: 10px 16px;
    color: #fff;
    background-color: #eb1f22;
}

.pagediv .current,
.pagediv .thisclass,
.pagediv .pageinfo,
.pagediv span {
    border: #eb1f22 1px solid;
    font-size: 15px!important;
    padding: 10px 16px;
    color: #fff;
    margin: 2px;
    background-color: #eb1f22;
    display: inline-block;
    font-family: "Helvetica";
}

.pagediv .pageinfo {
    background-color: #e4e4e4;
    border: #e4e4e4 1px solid;
    color: #333;
    font-size: 13px;
    padding: 12px 16px;
    vertical-align: top;
    font-family: "Helvetica";
    font-size: 1.2rem!important;
}

.pagedivfanbai {
    clear: both;
    margin: 20px 0px 50px 0px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Helvetica";
}

.pagedivfanbai a {
    display: inline-block;
    font-size: 15px;
    border: #fff 1px solid;
    padding: 10px 16px;
    margin: 2px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    font-family: "Helvetica";
}

.pagedivfanbai a:hover,
.pagedivfanbai a:focus {
    font-size: 15px;
    border: #eb1f22 1px solid;
    padding: 10px 16px;
    color: #fff;
    background-color: #eb1f22;
}

.pagedivfanbai .current,
.pagedivfanbai .thisclass,
.pagedivfanbai .pageinfo,
.pagedivfanbai span {
    border: #eb1f22 1px solid;
    font-size: 15px!important;
    padding: 10px 16px;
    color: #fff;
    margin: 2px;
    background-color: #eb1f22;
    display: inline-block;
    font-family: "Helvetica";
}

.pagedivfanbai .pageinfo {
    background-color: #fff;
    border: #fff 1px solid;
    color: #333;
    font-size: 13px;
    padding: 12px 16px;
    vertical-align: top;
    font-family: "Helvetica";
    font-size: 1.2rem!important;
}


.pke{
    width: 100%;
    padding: 30px 0 70px;
    position: relative;
}
.productContainer{
    width: 100%;
}
.bigwrap{
    width: 100%;
}
.bigwrap::after{
    content: '';
    display: block;
    clear: both;
}
.bigwrapleft{
    float: left;
    width: 50%;
}
.bigwrapright{
    float: left;
    width: 50%;
    padding-left: 5%;
}
.bigPhoto {
    width: 100%;
    position: relative;
    background-color: #151f30;
    background-color: #fff;
    border:1px solid #ddd;
    overflow: hidden;
}
.bigPhoto a{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 70.25%;
    font-size: 0;
    position: relative;
}
.bigPhoto a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.bigPhoto a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.biglist {
    display: block;
    width: 100%;
    font-size: 0px;
    /* letter-spacing: -3px; */
    margin-top: 15px;
}
.biglist li {
    list-style: none;
    display: inline-block;
    width: 80px;
    height: 57px;
    border: 2px solid #0b6aa2;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}
.biglist li:hover {
    border-color: #eb1f22;
}
.biglist li a{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70.25%;
    position: relative;
}

.biglist li a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.productname{
    font-size: 21px;
    font-weight: bold;
    color:#000;
    margin-top: 15px;
    margin-bottom: 15px;
}
.productAttribute{
    /* padding-top: 8px;
    border-top: 1px solid #ccc; */
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}
.productAttribute p{
    font-size: 15px;
    color:#333333;
    margin: 0;
    line-height: 1.78;
}
.productAttribute p span{
    font-size: 15px;
    font-weight: 700;
    color:#151515;
    margin: 0;
}
.shortDescription{
    margin-top: 5px;
}
.shortDescription p{
    font-size: 15px;
    color:#333333;
    margin: 0;
    line-height: 1.78;
}
.lianxiBtn{
    margin-top: 20px;
}
a.contactBtn{
    display: inline-block;
    /* width: 49%; */
    padding: 10px 35px;
    text-align: center;
    color: #fff;
    background-color: #eb1f22;
    font-size: 15px;
    border-radius: 5px;
    margin-right: 2%;
    margin-bottom: 5px;
}
a.contactBtn:hover {
    color: #eb1f22;
    background-color: #000000;
}
a.toshopBtn{
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    color: #fff;
    background-color: #eb1f22;
    background-color: #a20308;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.toshopBtn:hover {
    color: #eb1f22;
    background-color: #000000;
}
.productWrap{
    width: 100%;
    margin-top: 30px;
}
.productTitle{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    margin-bottom: 30px;
    background-color: #cccccc;
}
.productTitle h3{
    font-size: 24px;
    color:#0593a2;
    color:#000;
}
.productDetails{
    width: 100%;
}
.productDetails div, .productDetails p, .productDetails span, .productDetails li, .productDetails dd, .productDetails dt, .productDetails a, .productDetails td{
    font-size: 15px;
}
.productDetails p{
    margin-bottom: 10px;
}
.productDetails img{
    margin: 10px auto;
}
.productDetails table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.productDetails table tr th{
    background-color: #151f30;
    border: 1px solid #000;
    color:#fff;
    padding: 5px;
}

.productDetails table tr td {
    padding: 5px;
    border: 1px solid #cccccc;
    text-align: center;
}

.productDetails table tr th {
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.productDetails h1, .productDetails h2, .productDetails h3, .productDetails h4, .productDetails h5{
    margin-top: 20px;
    margin-bottom: 10px;
}
.backBtn {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.backBtn a {
    display: block;
    width: 142px;
    height: 36px;
    background-color: #eb1f22;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    line-height: 36px;
}
.backBtn a:hover {
    background-color: #eb1f22;
    color: #fff;
}

/*case*/
.case{
    width: 100%;
    padding: 50px 0 100px;
    margin: 0 auto;
    background-color: #e6e6e6;
}
.caseList{
    width: 100%;
}
.caseList ul{
    display: block;
    width: 100%;
}
.caseList ul li{
    float: left;
    width: 32.456%;
    list-style: none;
    margin-right: 1.315789%;
    margin-bottom: 15px;
    background-color: #fff;
}
.caseList ul li:nth-of-type(3n){
    margin-right: 0;
}
.caseList ul li:hover{
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.caseItem{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62.55319%;
    padding-bottom: 75%;
    font-size: 0;
    background-color: #fff;
    overflow: hidden;
}
.caseItem a{
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    /* padding: 3.1914%; */
    border: 12px solid #fff;
    overflow: hidden;
}
.caseItem a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.caseItem a:hover img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.newsdiv{width: 100%; padding: 50px 0 75px;}
.newsWrap{width: 100%; margin: 0 auto;}
.newslist{width: 100%; margin: 0; padding-bottom: 30px; border-bottom: 1px dashed #ccc; margin-bottom: 30px;}
.newslist::after{content: ''; display: block; clear: both;}
.newslistLeft{width: 30%; float: left; overflow: hidden; border-radius: 15px;}
.newslistLeft a{display: block; position: relative; width: 100%; height: 0; padding-bottom: 62.5%; margin: 0 auto; overflow: hidden;}
.newslistLeft a img{width: 100%; height: auto!important;}
.newslistLeft a:hover img{transform: scale(1.14); -ms-transform:scale(1.14); -moz-transform:scale(1.14); -webkit-transform:scale(1.14); -o-transform:scale(1.14);}
.newslistRight{width: 70%; padding: 30px 7% 0px; float: right;}
.newslistRight h4{margin-top: 10px; margin-bottom: 10px;}
.newslistRight h4 a{font-size: 1.8rem; color:#000;}
.newslistRight h4 a:hover{color:#eb1f22;}
.newslistRight p{font-size: 1.4rem; color:#999;}
.readBtn{margin-top: 35px;}
.readBtn a{display: inline-block; font-size: 1.4rem; padding: 13px 52px; color: #eb1f22; border: 1px solid #eb1f22; background-color: #fff; border-radius: 27px;}
.readBtn a:hover{color:#fff; background-color: #eb1f22;}

.articlediv{width: 100%;}
.articleListWrap{width: 100%; background-color: #f5f5f5; border:1px solid #fff; margin-bottom: 42px;}
.artclelistcolumn{width: 100%; padding: 42px 3.6666%; }
.artlistContainer{width: 100%; background-color: #fff; margin: 0 auto; text-align: center;}
.artlistinner{width: 72.80%; padding-bottom: 42px; margin: 0 auto;}
.artlistinner h3{padding: 16px 0; text-align: center; font-size: 1.8rem; font-weight: 700; color:#282828;}
.artlistinner ul{display: block; text-align: left; margin-bottom: 20px;}
.artlistinner ul li{padding: 20px 0; border-bottom:1px dotted #ccc;}
.artlistinner ul li a{font-size: 1.4rem; color:#282828; display: inline-block;}
.artlistinner ul li a::before{content: "\f0da"; font-size: 1.4rem; padding-right: 8px;}
.artlistinner ul li a:hover{color:#f60;}
.artlistinner ul li span{float:right; font-size: 1.4rem; color:#999; font-family: Arial;}
.tipdes{width: 100%; border-top:1px dotted #ccc;}
.tipdes p{font-size: 1.2rem; color:#ccc; text-align: center;}
.tipdes p span{padding: 0 10px;}
.artDetails{width: 100%; padding: 25px 0; text-align: left;}
.artDetails, .artDetails div, .artDetails p, .artDetails span, .artDetails i, .artDetails em{ font-size: 1.5rem!important; color: #282828 !important; line-height: 1.8;}
.artDetails img{max-width: 100%; height: auto!important; margin: 5px 0px; margin-bottom: 8px;}
.artDetails table{width: 100%!important;}
.artDetails table{width: 100%; border-collapse: collapse;}
.artDetails table tr th, .artDetails table tr td{border:1px solid #eb1f22; padding: 8px; background-color: #fff; text-align: center;}

.artDetails h1, .artDetails h2, .artDetails h3, .artDetails h4, .artDetails h5, .artDetails h6{color:#000; margin-top: 20px; margin-bottom: 10px;}
.artDetails a{color:#282828; text-decoration: underline;}
.artDetails a:hover{color:#f60; text-decoration: none;}
.prevNextdiv{width: 100%; margin: 25px 0; text-align: center; }
.prevNextdiv a{font-size: 1.4rem; font-weight: bold; color:#282828;padding: 0 15px;}
.prevNextdiv a:nth-of-type(2){color:#f60; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.prevNextdiv a:hover{color:#f60;}

.contact{
    width: 100%;
    padding: 50px 0 90px;
}
.contactInfoleft{
    width: 65%;
    float: left;
}
.contactInfoRight{
    width: 35%;
    float: left;
}
.contactInfoRight h3{
    margin-bottom: 30px;
}
.contactInfoRight p img{
    width: 175px;
    border:1px solid #ccc;
}
.contactInfoleft h2{
    font-size: 26px;
}

.contactInfoleft ul{
    margin-top: 26px;
    margin-bottom: 20px;
    padding-right: 10%;
}
.contactInfoleft ul li{
    list-style: none;
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
    line-height: 1.8;
}
.contactInfoleft ul li a{
    font-size: 18px;
    color:#333333;
}

@-webkit-keyframes scrollBad {
    0% {   
        background-size: 100%;
    }
    100% {
        background-size: 136%;
    }
}
@-moz-keyframes scrollBad {
    0% {   
        background-size: 100%;
    }
    100% {
        background-size: 136%;
    }
}
@keyframes scrollBad {
    0% {   
        background-size: 100%;
    }
    100% {
        background-size: 136%;
    }
}
.mapto{
    width: 100%;
    height: 500px;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: url(../images/map.jpg) center center no-repeat;
    background-size: cover;
    animation:none;
}
.mapto a{
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    display: inline-block;
    padding: 10px 42px;
    background-color: #a20308;
    color:#fff;
    border-radius: 8px;
    font-size: 15px;
}
.mapto a:hover{
    background-color: #000;
    color:#ff0000;
}
.mapto:hover{
    /* -webkit-animation: scrollBad 3s ease-in 0s 2 normal none running;
    -moz-animation: scrollBad 3s ease-in 0s 2 normal none running;
    animation: scrollBad 3s ease-in 0s 2 normal none running; */
}
.gunsu{
    width: 100%;
    padding: 50px 0 100px;
}
#gunsuinfo{
    font-size: 30px;
    margin-bottom: 35px;
}
#gunsuinfo::after{
    content: 'Rotational Molding';
    font-size: 18px;
    color:#999;
    display: block;
}
.gunsuWrap{
    width: 100%;
    margin-bottom: 50px;
}
.gunsuWrap::after{
    content: '';
    display: block;
    clear: both;
}
.gunsu p{
    font-size: 14px;
    color:#454545;
}
.gunsuleft{
    width: 42%;
    float: left;
}
.gunsuleft img{
    border:1px solid #ccc;
}
.gunsuRight{
    width: 58%;
    float: left;
    padding-left: 30px;
}
.gunsuRight img{
    margin-top: 15px;
}
#gunsuinfo2{
    font-size: 30px;
    margin-bottom: 20px;
}
#gunsuinfo2::after{
    content: 'Rotational Molding Materials and Molds';
    font-size: 18px;
    color:#999;
    display: block;
}
.gunsupic{
    margin-top: 20px;
}
p.parentDirectory {
    background: #ffffff;
    color: #fff;
    background-image: linear-gradient(135deg, #0b6aa2 80%, #ffffff 0);
    background-size: 100%;
    width: 100%;
    height: auto;
    padding: 7px 0 7px 10px;
    font-size: 16px;
}
p.parentDirectory a {
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
}
p.callnow {
    font-size: 24px;
    font-weight: 700;
    padding: 7px 0 7px 0px;
    background-color: #fff;
}
p.callnow span {
    font-size: 1.6rem;
}
p.callnow a {
    color: #0b6aa2;
    font-size: 2.1rem;
    font-weight: 700;
}
p.callnow a i {
    font-size: 2.4rem;
}

.updowndiv {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #f9440a;
    border-bottom: 1px solid #f9440a;
}

.updowndiv dl {
    display: block;
    width: 100%;
    font-size: 0;
    margin-bottom: 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: #a20308;
}

.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: #a20308;
}
.bigTitleDiv{
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
}
.bigTtile{
    text-align: center;
    margin-bottom: 30px;
}
.bigTtile h3{
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    color:#151515;
    margin-bottom: 15px;
}
.bigTtile h3 span{
    color:#ed1c24;
}
.bigTtile p{
    font-size: 14px;
    color:#999;
}
.bigTitleContent{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    padding: 30px;
}
.bigTitleContent p{
    font-size: 20px;
    color:#151515;
    line-height: 32px;
}
.bigTitleIco{
    width: 100%;
    padding: 40px 0 2px;
    margin: 0 auto;
    text-align: center;
}
.bigTitleIco::after{
    content: '';
    display: block;
    clear: both;
}
.bigTitleIcoItem{
    width: 11.11%;
    float: left;
}
.bigTitleIcoItem a{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.bigTitleIcoItem a img{
    width: 60%;
}
.bigTitleIcoItem a:hover img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.coreDiv{
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px 0 80px;
    margin: 0 auto;
}
.itemBlock{
    width: 100%;
    margin-top: 38px;
}
.itemTop{
    width: 100%;
    margin-bottom: 20px;
}
.itemTop h3{
    font-size: 24px;
    font-weight: bold;
    color:#000;
    position: relative;
}
.itemTop h3::before{
    content: url(../images/smlllog.svg);
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-right: 12px;
}
.itemTop h3 span{
    float: right;
}
.itemTop h3 span a{
    display: block;
    width: 40px;
    height: 24px;
    font-family: Arial;
    text-align: center;
    color:#fff;
    background-color: #0b6aa1;
    line-height: 22px;
}
.itemTop h3 span a:hover{
    background-color: #ed1c24;
}
.itemContent{
    clear: both;
    width: 100%;
}
.itemContent::after{
    content: '';
    display: block;
    clear: both;
}
.itemContentBar{
    width: 25.961538%;
    float: left;
}
.itemContentBar:hover img{
    transform: scale(0.93);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -o-transform: scale(0.93);
}

.itemListProduct{
    width: 74.038462%;
    float: left;
}
.itemListProduct ul{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.itemListProduct ul::after{
    content: '';
    display: block;
    clear: both;
}
.itemListProduct ul li{
    width: 31.8181%;
    float: left;
    list-style: none;
    background-color: #fff;
    margin-left: 1.515151%;
    margin-bottom: 14px;
}
.itemListProduct ul li .itemPic{
    width: 100%;
    margin-top: 14px;
    /* padding: 9.1836%;
    padding-bottom: 0; */
}
.itemListProduct ul li .itemPic a{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 80.4166%;
    padding-bottom: 74.8299%;
    padding-bottom: 70.0%;
    position: relative;
    overflow: hidden;
}
.itemListProduct ul li .itemPic a img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    /* object-fit: cover; */
}
.itemListProduct ul li:hover{
    box-shadow: 0 0 25px rgba(0,0,0,0.20);
}
.itemListProduct ul li:hover .itemPic a img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.itemListProduct ul li .itemTxt{
    width: 100%;
    margin-bottom: 14px;
}
.itemListProduct ul li .itemTxt a{
    display: block;
    width: 100%;
    height: 42px;
    text-align: center;
    font-size: 16px;
    color:#000;
    line-height: 40px;
}
.itemListProduct ul li:hover .itemTxt a{
    color:#ed1c24;
    font-size: 15px;
    font-weight: bold;
}
.productionline{
    width: 100%;
    padding: 80px 0;
    background-color: #0598ec;
}
h3.titleh3{
    font-size: 36px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    margin-bottom: 14px;
}
p.titlep{
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-bottom: 28px;
}
.iproductlist {
    width: 100%;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.swiper-slide {
    text-align: center;
    background: transparent;
    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-pagination {
    position: static!important;
    margin-top: 30px;
}

.iproductItem {
    width: 100%;
    padding: 3.2679%;
    background-color: #fff;
}
.iproductItem:hover{
    box-shadow: 0 0 30px rgba(0,0,0,0.75);
}

.itemcontainerPic {
    width: 100%;
    height: 0px;
    padding-bottom: 70%;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.itemcontainerPic a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.itemcontainerPic a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itemcontainerPic a:hover img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.adHotline{
    width: 100%;
    padding: 92px 0;
    background: url(../images/ad_bg.jpg) top center no-repeat;
    background-size: cover;
}
.ad_title{
    float: left;
    padding-left: 17.5%;
}
.ad_title h3{
    font-size: 36px;
    color:#fff;
    line-height: 60px;
}
.ad_tel{
    float: right;
    padding-right: 15.26%;
}
.ad_tel h3{
    font-size: 36px;
    color:#fff;
    line-height: 60px;
    position: relative;
}
.ad_tel h3::before{
    content: '\f098';
    float: left;
    font-size: 60px;
    color:#ed1c24;
    padding-right: 16px;
}
.ad_tel p{
    margin-top: 21px;
    padding-left: 68px;
}
.ad_tel p a{
    display: inline-block;
    width: 228px;
    height: 50px;
    border: 2px solid #fff;
    background-color: transparent;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    font-size: 24px;
    color:#fff;
}
.ad_tel p a:hover{
    color:#000;
    background-color: #fff;
}

.hxysModal{
    width: 100%;
    padding: 100px 0;
}
.hxysModalTop{
    margin-bottom: 78px;
}
.hxysModalTop h3{
    font-size: 36px;
    font-weight: bold;
    color:#151515;
    text-align: center;
    font-family: 'Microsoft YaHei';
}
.hxysModalTop h3 span{
    color:#ed1c24;
}
.hxysModalWrap{
    width: 100%;
    background: url(../images/youshi_line.jpg) left center repeat-x;
}
.hxysModalWrap2{
    width: 100%;
    background: url(../images/ad_desc_pic.png) center center no-repeat;
    background-size: auto 100%;
}
.hxysModalItem{
    width: 26.923%;
}
.hxysModalItem:nth-of-type(1){
    float: left;
}
.hxysModalItem:nth-of-type(2){
    float: right;
}
.hxysModalItem:nth-of-type(4){
    float: left;
    margin-top: 130px;
}
.hxysModalItem:nth-of-type(5){
    float: right;
    margin-top: 130px;
}
.hxysModalItem h3{
    color: #0598ed;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 36px;
}
.hxysModalItem h3 span{
    font-style: italic;
}
.hxysModalItem p{
    font-size: 16px;
    color:#454545;
    line-height: 24px;
}
.wonderfulCase{
    width: 100%;
    padding: 100px 0;
    border-top:1px solid #0598ec;
}
.wonderfulCase h3{
    font-size: 36px;
    font-weight: bold;
    font-family: 'Microsoft YaHie';
    text-align: center;
    margin-bottom: 15px;
}
.wonderfulCase h3 span{
    color:#ed1c24;
}
.wonderfulCase p{
    font-size: 14px;
    color:#999;
    text-align: center;
    margin-bottom: 30px;
}
.wonderfulCase .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000 !important;
    opacity: 0.8;
}
.wonderfulCase .swiper-pagination-bullet-active{
    background: #ff001e !important;
}
.iproductItem2 {
    width: 100%;
    background-color: #fff;
}
.iproductItem2:hover{
    box-shadow: 0 0 30px rgba(0,0,0,0.75);
}

.itemcontainerPic2 {
    width: 100%;
    height: 0px;
    padding-bottom: 70%;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.itemcontainerPic2 a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.itemcontainerPic2 a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itemcontainerPic2 a:hover img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.iabout{
    width: 100%;
    background: url(../images/about_bg.jpg) center top no-repeat;
}
.iaboutWrap{
    width: 100%;
    background-color: rgba(11,106,161,0.7);
    padding: 72px 18% 90px;
}
.iaboutWrap h3{
    font-size: 36px;
    color:#fff;
    text-align: center;
    margin-bottom: 35px;
}
.iaboutWrap p{
    font-size: 16px;
    color:#fff;
    text-align: justify;
    line-height: 1.6;
}
.iaboutBtn{
    text-align: center;
    margin: 90px auto 0;
}
.iaboutBtn a{
    display: block;
    width: 190px;
    height: 50px;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    border-radius: 25px;
    margin: 0 auto;
    line-height: 48px;
}
.iaboutBtn a:hover{
    color:#000;
    font-weight: bold;
    background-color: #ed1c24;
}
.indexNews{
    width: 100%;
    padding: 100px 0;
    background-color: #f1f1f1;
}
.indexNewsBox{
    display: box;
    display: -webkit-box;
    
}
.indexNewsInfo {
    width: 70%;
    padding: 60px;
    background-color: #fff;
}
.indexNewsInfo h3 {
    font-size: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.indexNewsInfo h3::before{
    content: url(../images/smlllog.svg);
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-right: 12px;
}
.indexNewsInfo h3 a{
    color:#000;
}
.indexNewsInfo h3 a:hover{
    color:#ed1c24;
}
.indexNewsUl li {
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.indexNewsUl li dl {
    padding-top: 0px;
    margin-bottom: 0px;
}
.indexNewsUl li dl dt {
    float: left;
    margin-right: 45px;
    display: block;
}
.indexNewsUl li dl dt p {
    font-size: 14px;
    font-family: Arial;
    color: #444;
}
.indexNewsUl li dl dd {
    float: left;
    display: block;
}
.indexNewsUl li dl dd h4 {
    margin-top: 5px;
    margin-bottom: 15px;
}
.indexNewsUl li dl dd h4 a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.indexNewsUl li dl dd p {
    font-size: 14px;
    color: #888888;
}
.indexNewsUl li dl::after {
    content: '';
    display: block;
    clear: both;
}
.indexNewsUl li dl dd h4 a:hover {
    color: #ed1c24;
}
.indexNewsMore a{
    display: inline-block;
    font-size: 16px;
    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(10px);
    color: #ed1c24;
}

.indexNewsMore a:hover:after {
    color: #ed1c24;
}
.indexNewsBg{
    width: 30%;
    background: url(../images/news_bg.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width:320px) {
    .logo {
        width: 214px !important;
        margin-top: 14px;
    }
    .ivideoModelRightWrap ul li {
        font-size: 12px;
        line-height: 1.5;
    }
    a.a_left, a.a_right{
        font-size: 12px;
        padding: 6px 36px;
    }
    .copyright p {
        font-size: 12px;
        color: #fff;
    }
}

@media (max-width:767px) {
    .servicesidebar{
        display: none;
    }

    .headerline{
        width: 100%;
        height: 2px;
    }
    .headerline p{
        display: none;
    }
    .logo{
        width: 232px;
        margin-top: 14px;
    }
    .adCall{
        display: none;
    }
    .adTitle{
        display: none;
    }
    #mobileNavButton{
        display: inline-block;
        margin-top: 5px;
    }
    .searchDiv {
        float: right;
        width: 21px;
        margin-right: 16px;
        margin-top: 15px;
        cursor: pointer;
    }
    .headerMiddle {
        width: 100%;
        height: 50px;
        padding: 0px 0px;
        background-color: #fff;
        border-bottom: 1px solid #053550;
    }
    .headerDown {
        width: 100%;
        height: auto;
        background-color: #0593a2;
        /*display: none;*/
    }
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 98px;
        top: 45px;
        left: 0px;
        z-index: 6;
        padding-bottom: 15px;
        background-color: #000;
    }
    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        background-color: #053550;
        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: #053550;
    }
    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #151f30;
        text-align: left;
        overflow: visible;
        position: relative;
    }
    .m_nav>ul>li>a::before {
        content: "\f192";
        font-size: 16px;
        display: block;
        color:rgba(255,255,255,0.5);
        font-family: FontAwesome;
        position: absolute;
        left: 15px;
        top: 9px;
    }
    .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 35px;
        color: rgba(255,255,255,0.9);
        font-size: 1.4rem;
        text-transform: uppercase;
        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 35px;
        pointer-events: auto;
    }
    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 35px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: rgba(0,0,0,0.4);
        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: #fff;
        position: absolute;
        left: 18px;
        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 35px;
        pointer-events: auto;
    }
    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 35px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: rgba(0,0,0,0.4);
        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";
    }
    .m_nav ul li ul li ul li a::before{
        content: "\f105";
        font-size: 14px;
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        left: 18px;
        top: 10px;
    }
    .rightButton{
        float: none;
        background-color: #fff;
        margin-top: 0px;
    }
    .rightButton a{
        width: 100%;
        border-radius: 0;
        font-size: 14px;
    }

    .flash{
        width: 100%;
    }
    .bx-pager.bx-default-pager{
        display: none;
    }
    .bx-controls-direction{
        display: none;
    }
    .bx-wrapper img {
        width: auto;
        max-width: inherit;
        height: 166px;
        display: block;
        transform: translateX(-60px);
    }
    .teseDiv {
        width: 100%;
        padding: 20px 0;
        margin: 0 auto;
    }
    .teseTitle {
        margin-bottom: 30px;
        text-align: center;
    }
    .teseTitle h3{
        font-size: 18px;
    }
    .teseItem{
        width: 50%;
        vertical-align: top;
    }
    .iconItem {
        width: 48px;
    }
    .teseItem h3 {
        margin: 10px auto 4px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: #0593a2;
    }
    .teseItem p{
        font-size: 12px;
    }
    .sideLeftBar{
        width: 100%;
        display: none;
    }
    .categoryTop {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f1f1f1;
    }
    .categoryTop h3 {
        font-size: 18px;
        font-weight: bold;
        color: #151f30;
        text-align: center;
        margin-bottom: 0px;
    }
    .categoryTop p {
        font-size: 12px;
        text-align: center;
        color: #999;
        margin: 0;
    }
    .catWrap {
        width: 100%;
        padding: 6px;
        padding-top: 0px;
        background-color: #f1f1f1;
    }
    .catWrap ul::after{
        content: '';
        display: block;
        clear: both;
    }
    .catWrap ul>li {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 5px;
        background-color: #fff;
        box-sizing: border-box;
    }
    .catWrap ul>li:nth-of-type(3n){
        margin-right: 0;
    }

    .catWrap ul>li ul{
        display: none;
    }
    .catWrap ul>li>a {
        display: block;
        width: 100%;
        height: 32px;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        line-height: 32px;
    }
    .catWrap ul>li>a::after {
        content: '';
        display: none;
    }
    .productArticle{
        margin-top: 5px;
    }
    a.ar01{
        font-size: 12px;
    }
    a.ar02, a.ar03{
        font-size: 12px;
    }
    .contentRightBar {
        width: 100%;
        float: left;
        margin-top: 20px;
        margin-top: 0px;
        padding-left: 0;
    }
    .contentRightTop {
        padding-bottom: 5px;
        border-bottom: 1px solid #151f30;
        margin-bottom: 15px;
        /* display: none; */
    }
    .contentRightTopLeft h3 {
        font-size: 18px;
        font-weight: bold;
        color: #151f30;
    }
    .contentRightTopLeft p {
        font-size: 12px;
        color: #999999;
        margin-bottom: 0;
    }
    .contentRightTopRight {
        float: right;
        text-align: right;
        margin-top: 0px;
    }
    .contentRightTopRight a {
        display: inline-block;
        font-size: 12px;
        padding: 8px 18px;
        color: #fff;
        background-color: #eb1f22;
        border-radius: 5px;
    }
    .iproducts ul li {
        width: 49.0%;
        float: left;
        margin-right: 2.0%;
        margin-bottom: 10px;
    }
    .iproducts ul li:nth-of-type(3n) {
        margin-right: 2.0%;
    }
    .iproducts ul li:nth-of-type(2n) {
        margin-right: 0%;
    }
    .iproducttxt {
        width: 100%;
        height: 32px;
        text-align: center;
    }
    .iproducttxt a {
        display: block;
        width: 100%;
        height: 32px;
        font-size: 12px;
        font-weight:normal;
        color: #151515;
        background-color: #f1f1f1;
        line-height: 32px;
    }
    .ivideoModel {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .videoPlayBtn {
        background-size: 50px 50px;
    }
    .ivideoModelLeft{
        width: 100%;
    }
    .ivideoModelRight {
        width: 100%;
        float: left;
    }
    .ivideoModelRightWrap {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .ivideoModelRightWrap h3 {
        font-size: 18px;
        font-weight: bold;
        color: #151f30;
        padding-bottom: 10px;
        border-bottom: 1px solid #151f30;
        margin-bottom: 10px;
    }
    .ivideoModelRightWrap ul li {
        font-size: 14px;
        line-height: 1.5;
    }
    .dingzhiModel {
        width: 100%;
        padding: 30px 0 30px;
        background: url(../images/ad_bg.jpg) center center no-repeat;
        background-size: cover;
        margin-bottom: 20px;
    }
    .dingzhiLeft {
        width: 100%;
        display: block;
        float: left;
    }
    .dingzhiLeft h3 {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding-left: 2%;
        line-height: 1.5;
    }
    .dingzhiRight {
        width: 100%;
        display: block;
        float: left;
    }
    .dingzhiRight dl {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .dingzhiRight dl dd h3 {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 25px;
    }
    .dingzhiRight dl dd h3::before {
        content: '\f098';
        font-size: 42px;
        position: relative;
        top: 2px;
        margin-right: 16px;
    }
    .dingzhiRight dl dd a {
        padding: 8px 60px;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        border-radius: 25px;
        font-size: 16px;
        font-weight: normal;
    }
    .iaboutModel {
        display: block;
        margin-bottom: 20px;
    }
    .iaboutModel::after{
        content: '';
        display: block;
        clear: both;
    }
    .iaboutLeft {
        width: 100%;
        float: left;
        background: url(../images/about_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    a.a_left, a.a_right{
        font-size: 12px;
        padding: 6px 36px;
    }
    .iaboutRight {
        width: 100%;
        float: left;
    }
    .iaboutLeftWrap {
        width: 100%;
        padding: 30px 15px;
    }
    .iaboutLeftWrap h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .iaboutLeftWrap p {
        font-size: 14px;
        color: #999;
        text-align: left;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    a.a_left {
        font-size: 12px;
        margin-right: 12px;
    }
    .icase {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        background-color: #e6e6e6;
    }
    .icaseTop {
        width: 100%;
        margin-bottom: 20px;
    }
    .icaseTop h3 {
        font-size: 18px;
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 8px;
    }
    .icaseTop p {
        font-size: 12px;
        text-align: center;
        color: #888;
    }
    .icaseList ul li {
        width: 49.0%;
        float: left;
        margin-right: 2.0%;
        margin-bottom: 10px;
        background-color: #fff;
    }
    .icaseList ul li:nth-of-type(3n){
        margin-right: 2.0%;
    }
    .icaseList ul li:nth-of-type(2n){
        margin-right: 0%;
    }
    .icasemore a {
        display: inline-block;
        font-size: 12px;
        padding: 8px 36px;
        color: #fff;
        background-color: #eb1f22;
        border-radius: 5px;
    }
    .footer {
        width: 100%;
        padding: 40px 0;
        border-top: 1px solid #ccc;
        background: #fff;
    }
    .subleft {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .footerLogo {
        width: 30vw;
    }
    .subdesc {
        font-size: 13px;
        font-weight: bold;
        color: #454545;
        margin-top: 6px;
        margin-bottom: 12px;
    }
    .subleft ul li{
        font-size: 13px;
    }
    .subleft ul li a{
        font-size: 13px;
    }
    .subnav {
        width: 50%;
        float: left;
        text-align: left;
    }
    .subnav ul li a {
        font-size: 14px;
        padding: 0;
    }
    .socialization {
        clear: both;
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 30px;
    }
    .wxcode {
        text-align: left;
        margin-bottom: 20px;
    }
    .wxcode img {
        width: 120px;
        border: 1px solid #ccc;
    }
    .shareBtn {
        width: 100%;
        font-size: 0;
        text-align: left;
    }
    .copyright p span{
        display: block;
        padding: 0;
    }
    .caseItem a{
        border-width: 5px;
    }
    .about h3 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
    }
    .about h3#aboutinfo::after {
        content: 'Company Profile';
        font-size: 12px;
        font-family: Arial;
        color: #999;
        display: block;
    }
    .about #companystrength::after {
        content: 'Company Strength';
        font-size: 12px;
        font-family: Arial;
        color: #999;
        display: block;
    }
    .about #aboutfactory::after {
        content: 'plant and Equipment';
        font-size: 12px;
        font-family: Arial;
        color: #999;
        display: block;
    }
    .infoContent {
        width: 100%;
        border: none;
        padding: 0px 0px;
    }
    .infoContent p {
        font-size: 13px;
        line-height: 1.6;
    }
    .about h3#aboutrange::after {
        content: 'Production Range';
        font-size: 12px;
        font-family: Arial;
        color: #999;
        display: block;
    }
    .about #aboutproductline::after {
        content: 'Product Range';
        font-size: 12px;
        font-family: Arial;
        color: #999;
        display: block;
    }
    .technologyValue h1 {
        font-size: 3.6rem;
        color: #0598ed;
        font-family: Arial;
    }
    .picimg {
        padding-left: 0;
        padding-right: 0px;
    }
    .picimg img {
        width: 100%;
        max-width: 100%;
        margin: 10px 0 10px;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transtion: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        position: relative;
        z-index: 1;
    }
    .about #productiquement::after {
        content: 'Rotational Molding Equipment';
        font-size: 12px;
        color: #999;
        display: block;
    }
    .about #companycertificate::after {
        content: 'Qualification Certificate';
        font-size: 12px;
        color: #999;
        display: block;
    }
    .about h3#aboutidea::after {
        content: 'Business Philosophy';
        font-size: 12px;
        color: #999;
        display: block;
    }
    .about #aboutpartner::after {
        content: 'Cooperative Partner';
        font-size: 12px;
        color: #999;
        display: block;
    }
    .pke {
        width: 100%;
        padding: 15px 0 30px;
        position: relative;
    }
    .bigwrapleft {
        float: left;
        width: 100%;
    }
    .bigwrapright {
        float: left;
        width: 100%;
        padding-left: 0%;
        margin-top: 20px;
    }
    .productname{
        font-size: 18px;
    }
    .productAttribute p{
        font-size: 13px;
    }
    .productAttribute p span{
        font-size: 13px;
    }
    .shortDescription p{
        font-size: 13px;
    }
    .productTitle{
        margin-bottom: 15px;
    }
    .productTitle h3{
        font-size: 18px;
    }
    .productDetails div, .productDetails p, .productDetails span, .productDetails li, .productDetails dd, .productDetails dt, .productDetails a, .productDetails td {
        font-size: 13px;
    }
    .noshow{
        display: none;
    }
    .nospace{
        margin-top: 0;
    }
    .lianxiBtn a{
        font-size: 13px;
    }
    .backBtn a{
        font-size: 13px;
    }
    .updowndiv dl dt{
        width: 100%;
    }
    .updowndiv dl dd{
        width: 100%;
    }
    .case {
        width: 100%;
        padding: 15px 0 0px;
        margin: 0 auto;
        background-color: #e6e6e6;
        background-color: #151515;
    }
    .caseList ul li {
        width: 49.0%;
        float: left;
        margin-right: 2.0%;
        margin-bottom: 10px;
        background-color: #fff;
    }
    .caseList ul li:nth-of-type(3n) {
        margin-right: 2.0%;
    }
    .caseList ul li:nth-of-type(2n) {
        margin-right: 0%;
    }
    .about div h4{
        font-size: 16px;
        line-height: 1.8;
    }
    .newsdiv {
		width: 100%;
		padding: 15px 0 30px;
	}
	.newslistLeft {
		width: 100%;
		float: left;
		overflow: hidden;
	}
	.newslistRight {
		width: 100%;
		padding: 12px 0% 5px;
		float: right;
	}
	.newslistRight h4 a{font-size: 1.5rem!important;}
	.newslistRight p {
		font-size: 1.2rem!important;
		color: #999;
	}
	.artlistinner h3 {
		padding: 16px 0 6px;
		text-align: left;
		font-size: 1.5rem!important;
		font-weight: 700;
		color: #282828;
		line-height: 1.5;
	}
	.artDetails table tr th, .artDetails table tr td {
		border: 1px solid #311100;
		padding: 5px;
		background-color: #fff;
		text-align: center;
	}
    .articleListWrap {
		width: 100%;
		background-color: #fff;
		border: 1px solid #fff;
		margin-bottom: 0px;
	}
	.artclelistcolumn {
		width: 100%;
		padding: 15px 0px;
	}
	.artlistinner {
		width: 100%;
		padding-bottom: 42px;
		margin: 0 auto;
	}
	.tipdes p {
		font-size: 1.2rem!important;
        text-align: left;
	}
	.tipdes p span{font-size: 1.2rem!important; padding-left: 0;}
	.tipdes p span:nth-of-type(1){display: none;}
	.artDetails {
		width: 100%;
		padding: 8px 0;
		text-align: left;
	}
    .prevNextdiv{
        text-align: left;
        font-size: 1.4rem;
    }
	.prevNextdiv a:nth-of-type(2) {
		display: block;
        text-align: center;
		padding: 6px 0;
		border:1px solid #ccc;
		margin-top: 10px;
		margin-bottom: 10px;
	}
    .artDetails, .artDetails div, .artDetails p, .artDetails span, .artDetails i, .artDetails em {
        font-size: 1.4rem!important;
        color: #282828 !important;
        line-height: 1.8;
    }
    .contact {
        width: 100%;
        padding: 15px 0 50px;
    }
    .contactInfo {
        width: 100%;
        float: left;
    }
    .contactInfo h2 {
        font-size: 21px;
    }
    .contactInfo h3 {
        font-size: 18px;
    }
    .contactInfo ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contactInfo ul li {
        list-style: none;
        font-size: 16px;
        line-height: 1.8;
    }
    .contactInfo ul li a {
        font-size: 16px;
        color: #333333;
    }
    .mapto {
        width: 100%;
        height: 400px;
        background-size: 500%;
    }
    .innerbanner{
        width: 100%;
        height: 90px;
        background: #0598ed !important;
    }
    .location {
        width: 100%;
        padding-top: 20px;
    }
    .location h2 {
        font-size: 2.1rem;
        color: #fff;
        margin-bottom: 5px;
    }
    .location p {
        font-size: 12px;
        color: #fff;
    }
    .location p a {
        font-size: 12px;
        color: #fff;
    }
    .contactInfoleft {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .contactInfoleft h2 {
        font-size: 21px;
    }
    .contactInfoleft ul {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .contactInfoleft ul li {
        list-style: none;
        font-size: 15px;
        line-height: 1.8;
    }
    .contactInfoleft ul li a {
        font-size: 15px;
        color: #333333;
    }
    .contactInfoRight {
        width: 100%;
        float: left;
    }
    .contactInfoRight h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .contactInfoRight p img {
        width: 210px;
        border: 1px solid #ccc;
    }
    .mapto a{
        padding: 10px 18px;
        font-size: 14px;
    }
    
    .bigTitleDiv {
        width: 100%;
        padding: 30px 0 20px;
        margin: 0 auto;
    }
    .bigTtile {
        text-align: center;
        margin-bottom: 15px;
    }
    .bigTtile h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .bigTtile p {
        font-size: 12px;
    }
    .bigTitleContent {
        box-shadow: none;
        padding: 0px;
    }
    .bigTitleContent p {
        font-size: 12px;
        line-height: 1.45;
    }
    .bigTitleIco {
        width: 100%;
        padding: 25px 0 2px;
        margin: 0 auto;
        text-align: center;
    }
    .bigTitleIcoItem {
        width: 20%;
        float: left;
    }
    .coreDiv {
        width: 100%;
        background-color: #f5f5f5;
        padding: 0px 0 30px;
        margin: 0 auto;
    }
    .itemBlock {
        width: 100%;
        margin-top: 30px;
    }
    .itemTop {
        width: 100%;
        margin-bottom: 12px;
    }
    .itemTop h3 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        position: relative;
    }
    .itemTop h3::before {
        content: url(../images/smlllog.svg);
        display: block;
        float: left;
        width: 18px;
        height: 18px;
        margin-top: 2px;
        margin-right: 6px;
    }
    .itemTop h3 span a {
        display: block;
        width: 40px;
        height: 20px;
        font-family: Arial;
        text-align: center;
        color: #fff;
        background-color: #0b6aa1;
        line-height: 20px;
    }
    .itemContentBar{
        display: none;
    }
    .itemListProduct {
        width: 100%;
        float: left;
    }
    .itemListProduct ul li .itemTxt a {
        display: block;
        width: 100%;
        height: 32px;
        text-align: center;
        font-size: 12px;
        color: #000;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .productionline {
        width: 100%;
        padding: 30px 0;
        background-color: #0598ec;
    }
    h3.titleh3 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 5px;
    }
    p.titlep {
        font-size: 12px;
        padding: 0 15px;
        color: #fff;
        text-align: center;
        margin-bottom: 22px;
    }
    .swiper-pagination {
        position: static!important;
        margin-top: 15px !important;
    }
    .adHotline {
        width: 100%;
        padding: 0px 0;
        background: none;
        background-size: cover;
    }
    .ad_title {
        width: 100%;
        float: left;
        padding-left: 0%;
        padding: 25px;
        background: url(../images/m_ad_bg01.jpg) center center no-repeat;
        background-size: cover;
    }
    .ad_title h3 {
        font-size: 18px;
        color: #fff;
        line-height: 30px;
    }
    .ad_tel {
        width: 100%;
        float: right;
        padding-right: 0%;
        padding: 25px;
        background: url(../images/m_ad_bg02.jpg) center center no-repeat;
        background-size: cover;
    }
    .ad_tel h3 {
        font-size: 20px;
        color: #fff;
        line-height: 30px;
        position: relative;
    }
    .ad_tel h3::before {
        content: '\f098';
        float: left;
        font-size: 30px;
        color: #ed1c24;
        padding-right: 12px;
    }
    .ad_tel p {
        margin-top: 21px;
        padding-left: 0px;
    }
    .ad_tel p a {
        display: inline-block;
        width: 228px;
        height: 42px;
        border: 1px solid #fff;
        background-color: transparent;
        text-align: center;
        line-height: 40px;
        border-radius: 50px;
        font-size: 18px;
        color: #fff;
    }
    .hxysModal {
        width: 100%;
        padding: 30px 0;
    }
    .hxysModalTop {
        margin-bottom: 20px;
    }
    .hxysModalTop h3 {
        font-size: 18px;
    }
    .hxysModalWrap {
        width: 100%;
        background: none;
    }
    .hxysModalWrap2 {
        width: 100%;
        background: none;
        background-size: auto 100%;
    }
    .hxysModalItem {
        width: 45%;
    }
    .hxysModalItem h3 {
        color: #0598ed;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        font-style: italic;
    }
    .hxysModalItem p {
        font-size: 12px;
        color: #454545;
        line-height: 1.45;
    }
    .hxysModalItem:nth-of-type(4) {
        float: left;
        margin-top: 15px;
    }
    .hxysModalItem:nth-of-type(5) {
        float: right;
        margin-top: 15px;
    }
    .wonderfulCase {
        width: 100%;
        padding: 30px 0;
        border-top: 1px solid #0598ec;
    }
    .wonderfulCase h3 {
        font-size: 18px;
        font-weight: bold;
        font-family: 'Microsoft YaHie';
        text-align: center;
        margin-bottom: 5px;
    }
    .wonderfulCase p {
        font-size: 12px;
        padding: 0 15px;
        color: #999;
        text-align: center;
        margin-bottom: 15px;
    }
    .iabout {
        width: 100%;
        background: url(../images/about_bg.jpg) center top no-repeat;
        background-size: cover;
    }
    .iaboutWrap {
        width: 100%;
        background-color: rgba(11,106,161,0.85);
        padding: 40px 7% 40px;
    }
    .iaboutWrap h3 {
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }
    .iaboutWrap p {
        font-size: 12px;
        color: #fff;
        text-align: justify;
        line-height: 1.45;
    }
    .iaboutBtn {
        text-align: center;
        margin: 30px auto 0;
    }
    .iaboutBtn a {
        display: block;
        width: 190px;
        height: 42px;
        color: #fff;
        background-color: #000;
        font-size: 14px;
        border-radius: 25px;
        margin: 0 auto;
        line-height: 40px;
    }
    .indexNews {
        width: 100%;
        padding: 20px 0;
        background-color: #f1f1f1;
    }
    .indexNewsBg{
        display: none;
    }
    .indexNewsInfo {
        width: 100%;
        padding: 25px;
        background-color: #fff;
    }
    .indexNewsInfo h3 {
        font-size: 18px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 20px;
    }
    .indexNewsInfo h3::before {
        content: url(../images/smlllog.svg);
        display: block;
        float: left;
        width: 20px;
        height: 20px;
        margin-top: 0px;
        margin-right: 8px;
    }
    .indexNewsUl li dl dd h4 a {
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }
    .indexNewsUl li dl dd p {
        font-size: 12px;
        color: #888888;
    }
    .indexNewsMore a {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
    }
    .indexNewsMore a::after {
        content: "\f178";
        padding-left: 16px;
        font-size: 16px;
        color: #ed1c24;
    }
    .shareBtn a:first-child{
        margin-left: 0;
    }
    .gunsu {
        width: 100%;
        padding: 30px 0 60px;
    }
    #gunsuinfo {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #gunsuinfo::after {
        font-size: 12px;
        font-family: Arial;
    }
    .gunsuleft {
        width: 100%;
        float: left;
    }
    .gunsuRight {
        width: 100%;
        float: left;
        padding-top: 12px;
        padding-left: 0px;
    }
    .gunsu p {
        font-size: 12px;
        color: #454545;
        line-height: 1.6;
    }
    #gunsuinfo2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #gunsuinfo2::after {
        font-size: 12px;
        font-family: Arial;
    }
    .gunsupic img{
        margin-bottom: 15px;
    }
    .mobProductSubmenu ul{
        padding-left: 30px;
    }
    .mobProductSubmenu ul li{
        margin-bottom: 5px;
    }
    .mobProductSubmenu ul li a{
        color:#252525;
        font-size: 14px;
    }
    .mobProductSubmenu ul>li>a{
        color:#000;
        font-weight: bold;
    }
    .mobProductSubmenu ul>li>ul>li>a{
        color:#333333;
        font-weight: bold;
    }
    .mobProductSubmenu ul>li>ul>li>ul>li>a{
        color:#454545;
        font-weight: normal;
    }
    .about {
        width: 100%;
        padding: 0px 0 0px;
        min-height: 450px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .servicesidebar{
        display: none;
    }

    .headerline{
        width: 100%;
        height: 3px;
    }
    .headerline p{
        display: none;
    }
    .logo {
        width: 280px;
        margin-top: 10px;
    }
    .adCall{
        display: none;
    }
    .adTitle{
        display: none;
    }
    .searchDiv {
        float: right;
        width: 22px;
        margin-right: 30px;
        margin-top: 15px;
        cursor: pointer;
    }
    #mobileNavButton{
        display: inline-block;
        margin-top: 5px;
    }
    .headerMiddle {
        width: 100%;
        height: 50px;
        padding: 0px 0px;
        background-color: #fff;
        border-bottom: 1px solid #0593a2;
    }
    .headerDown {
        width: 100%;
        height: auto;
        background-color: #0593a2;
        /*display: none;*/
    }
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 98px;
        top: 45px;
        left: 0px;
        z-index: 6;
        padding-bottom: 15px;
        background-color: #000;
    }
    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        background-color: #053550;
        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: #053550;
    }
    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #151f30;
        text-align: left;
        overflow: visible;
        position: relative;
    }
    .m_nav>ul>li>a::before {
        content: "\f192";
        font-size: 16px;
        display: block;
        color:rgba(255,255,255,0.5);
        font-family: FontAwesome;
        position: absolute;
        left: 15px;
        top: 9px;
    }
    .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 35px;
        color: rgba(255,255,255,0.9);
        font-size: 1.4rem;
        text-transform: uppercase;
        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 35px;
        pointer-events: auto;
    }
    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 35px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: rgba(0,0,0,0.4);
        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: #fff;
        position: absolute;
        left: 18px;
        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 35px;
        pointer-events: auto;
    }
    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 35px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: rgba(0,0,0,0.4);
        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";
    }
    .m_nav ul li ul li ul li a::before{
        content: "\f105";
        font-size: 14px;
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        left: 18px;
        top: 10px;
    }
    .rightButton{
        float: none;
        background-color: #fff;
        margin-top: 0px;
    }
    .rightButton a{
        width: 100%;
        border-radius: 0;
        font-size: 14px;
    }

    .flash{
        width: 100%;
    }
    .bx-pager.bx-default-pager{
        display: none;
    }
    .teseDiv {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
    }
    .teseTitle {
        margin-bottom: 30px;
        text-align: center;
    }
    .teseTitle h3 {
        font-family: 'Microsoft YaHei';
        font-size: 21px;
        font-weight: bold;
        color: #1a1a1a;
        text-align: center;
    }
    .iconItem {
        width: 8vw;
    }
    .teseItem {
        vertical-align: top;
    }
    .teseItem h3 {
        margin: 10px auto 4px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #0593a2;
    }
    .teseItem p {
        padding: 0 10px;
        font-size: 12px;
        text-align: center;
        color: #999;
    }
    .sideLeftBar{
        width: 100%;
        display: none;
    }
    .categoryTop {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f1f1f1;
    }
    .categoryTop h3 {
        font-size: 21px;
        font-weight: bold;
        color: #151f30;
        text-align: center;
        margin-bottom: 0px;
    }
    .categoryTop p {
        font-size: 14px;
        text-align: center;
        color: #999;
        margin: 0;
    }
    .catWrap {
        width: 100%;
        padding: 6px;
        padding-top: 0px;
        background-color: #f1f1f1;
    }
    .catWrap ul::after{
        content: '';
        display: block;
        clear: both;
    }
    .catWrap ul>li {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 5px;
        background-color: #fff;
        box-sizing: border-box;
    }
    .catWrap ul>li:nth-of-type(3n){
        margin-right: 0;
    }

    .catWrap ul>li ul{
        display: none;
    }
    .catWrap ul>li>a {
        display: block;
        width: 100%;
        height: 32px;
        font-size: 15px;
        font-weight: bold;
        color: #333333;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        line-height: 32px;
    }
    .catWrap ul>li>a::after {
        content: '';
        display: none;
    }
    .contentRightBar {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .contentRightTop {
        padding-bottom: 5px;
        border-bottom: 1px solid #151f30;
        margin-bottom: 15px;
    }
    .contentRightTopLeft h3 {
        font-size: 21px;
        font-weight: bold;
        color: #151f30;
    }
    .contentRightTopLeft p {
        font-size: 12px;
        color: #999999;
        margin-bottom: 0;
    }
    .contentRightTopRight {
        float: right;
        text-align: right;
        margin-top: 0px;
    }
    .contentRightTopRight a {
        display: inline-block;
        font-size: 12px;
        padding: 8px 18px;
        color: #fff;
        background-color: #eb1f22;
        border-radius: 5px;
    }
    .iproducttxt a{
        font-size: 14px;
    }
    .ivideoModel {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .videoPlayBtn{
        background-size: 45px 45px;
    }
    .ivideoModelRightWrap {
        width: 100%;
        padding: 0% 0 0 4.1666%;
    }
    .ivideoModelRightWrap h3 {
        font-size: 21px;
        font-weight: bold;
        color: #151f30;
        padding-bottom: 8px;
        border-bottom: 1px solid #151f30;
        margin-bottom: 10px;
    }
    .ivideoModelRightWrap ul li {
        list-style: none;
        font-size: 14px;
        font-weight: bold;
        color: #0593a2;
        line-height: 1.4;
    }
    .dingzhiModel {
        width: 100%;
        padding: 30px 0 30px;
        background: url(../images/ad_bg.jpg) center center no-repeat;
        background-size: cover;
        margin-bottom: 30px;
    }
    .dingzhiLeft h3 {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        padding-left: 10%;
        margin-top: 20px;
        line-height: 1.8;
    }
    .dingzhiRight dl dd h3 {
        font-size: 30px;
        padding: 0 20px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 25px;
    }
    .dingzhiRight dl dd a {
        padding: 8px 40px;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        border-radius: 25px;
        font-size: 18px;
        font-weight: normal;
    }
    .dingzhiRight dl dd h3::before {
        content: '\f098';
        font-size: 54px;
        color: #eb1f22;
        position: relative;
        top: 8px;
        margin-right: 16px;
    }
    .iaboutLeft{
        background: #151f30;
    }
    .iaboutLeftWrap {
        width: 100%;
        padding: 20px 15px;
    }
    .iaboutLeftWrap h3 {
        font-size: 21px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 18px;
    }
    .iaboutLeftWrap p {
        font-size: 12px;
        color: #999;
        text-align: left;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .iaboutRight {
        width: 50%;
        float: left;
        background-color: #151f30;
    }
    .iaboutModel {
        display: flex;
        justify-content: center;
        align-items: stretch;
        margin-bottom: 30px;
    }
    .icase {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        background-color: #e6e6e6;
    }
    .icaseTop {
        width: 100%;
        margin-bottom: 20px;
    }
    .icaseTop h3 {
        font-size: 21px;
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 8px;
    }
    .icaseTop p {
        font-size: 12px;
        text-align: center;
        color: #888;
    }
    .icasemore a {
        display: inline-block;
        font-size: 14px;
        padding: 10px 36px;
        color: #fff;
        background-color: #eb1f22;
        border-radius: 5px;
    }
    .footer {
        width: 100%;
        padding: 30px 0;
    }
    .subleft {
        /* width: 30vw; */
        float: left;
    }
    .footerLogo {
        width: 14vw;
    }
    .subdesc {
        font-size: 14px;
        font-weight: bold;
        color: #454545;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .subleft ul li {
        list-style: none;
        font-size: 12px;
        color: #454545;
        line-height: 18px;
    }
    .subnav {
        /* width: 20.0vw; */
        float: left;
        text-align: left;
    }
    .subnav ul li {
        list-style: none;
        white-space: nowrap;
        line-height: 24px;
    }
    .subnav ul li a{
        font-size: 14px;
    }
    .socialization{
        /* width: 24vw;
        width: 11vw; */
    }
    .socialization h4 {
        margin-bottom: 10px;
    }
    .wxcode{
        margin-bottom: 10px;
    }
    .wxcode img {
        width: 100px;
        border: 1px solid #ccc;
    }
    .shareBtn a{
        margin-left: 4px;
    }
    .copyright p span {
        padding: 0 10px;
        display: block;
    }
    .noshow{
        display: none;
    }
    .nospace{
        margin-top: 0;
        padding-left: 0;
    }
    .pke {
        width: 100%;
        padding: 30px 0 100px;
        position: relative;
    }
    .contact {
        width: 100%;
        padding: 30px 0 60px;
    }
    .contactInfo {
        width: 100%;
        float: left;
    }
    .mapto {
        width: 100%;
        height: 400px;
        background-size: 125%;
    }
    .innerbanner{
        width:100%;
        height: 150px;
        background-size: cover !important;
    }
    .location {
        width: 100%;
        padding-top: 30px;
    }
    .location h2 {
        font-size: 2.8rem;
        color: #fff;
        margin-bottom: 8px;
    }
    .bigTitleDiv {
        width: 100%;
        padding: 60px 0;
        margin: 0 auto;
    }
    .hxysModalWrap2 {
        width: 100%;
        background: url(../images/ad_desc_pic.png) center center no-repeat;
        background-size: auto 50%;
    }
    .adHotline {
        width: 100%;
        padding: 92px 0;
        background: url(../images/ad_bg.jpg) top center no-repeat;
        background-size: auto 88%;
    }
    .ad_title {
        float: left;
        padding-left: 10.5%;
    }
    .hxysModal {
        width: 100%;
        padding: 60px 0;
    }
    .iaboutWrap {
        width: 100%;
        background-color: rgba(11,106,161,0.7);
        padding: 72px 5% 50px;
    }
    .indexNews {
        width: 100%;
        padding: 40px 0;
        background-color: #f1f1f1;
    }
    .gunsupic img{
        margin-bottom: 15px;
    }
    .mobProductSubmenu ul{
        padding-left: 30px;
    }
    .mobProductSubmenu ul li{
        margin-bottom: 5px;
    }
    .mobProductSubmenu ul li a{
        color:#252525;
        font-size: 14px;
    }
    .mobProductSubmenu ul>li>a{
        color:#000;
        font-weight: bold;
    }
    .mobProductSubmenu ul>li>ul>li>a{
        color:#333333;
        font-weight: bold;
    }
    .mobProductSubmenu ul>li>ul>li>ul>li>a{
        color:#454545;
        font-weight: normal;
    }
    .productname{
        margin-top: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .logo {
        float: left;
        width: 30vw;
        height: auto;
    }
    .navDiv {
        float: left;
        width: 66vw;
    }
    .teseItem {
        display: inline-block;
        width: 25%;
        margin: 0 auto;
        text-align: center;
        vertical-align: top;
    }
    .catWrap ul>li>a{
        font-size: 14px;
    }
    .iproducttxt a{
        font-size: 14px;
    }
    .ivideoModelRightWrap {
        width: 100%;
        padding: 0% 0 0 4.1666%;
    }
    .dingzhiRight dl dd {
        text-align: center;
        padding: 0 110px;
    }
    .iaboutLeftWrap {
        width: 100%;
        padding: 45px 30px;
    }
    .iaboutLeftWrap p {
        font-size: 15px;
        color: #999;
        text-align: left;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    .subnav {
        /* width: 20.0vw; */
        float: left;
        text-align: left;
    }
    .socialization{
        /* width: 16vw; */
        float: right;
        text-align: right;
    }
    .mapto{
        background-size: 136%;
    }
    .ad_title {
        float: left;
        padding-left: 8.5%;
    }
    .ad_tel {
        float: right;
        padding-right: 5.26%;
    }
}
@media (min-width: 2560px) and (max-width: 38400px) {
    .logo {
        float: left;
        width: 20.5vw;
        height: auto;
    }
    .iaboutRight img{
        width: 100%;
    }
    .itemContentBar img{
        width: 100%;
    }
    .itemListProduct ul li{
        margin-bottom: 78px;
    }
    .iabout{
        background-size: cover;
    }
    .hxysModalItem:nth-of-type(4) {
        float: left;
        margin-top: 32vh;
    }
    .hxysModalItem:nth-of-type(5) {
        float: right;
        margin-top: 32vh;
    }
    .innerbanner{
        background-size: cover !important;
    }
}