@charset "utf-8";

@font-face {
    font-family: 'c311';
    src: url('../fonts/311-CAI978.eot');
    src: url('../fonts/311-CAI978.eot?#iefix') format('embedded-opentype'),
        url('../fonts/311-CAI978.woff2') format('woff2'),
        url('../fonts/311-CAI978.woff') format('woff'),
        url('../fonts/311-CAI978.ttf') format('truetype'),
        url('../fonts/311-CAI978.svg#311-CAI978') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333333;
    font-family: 'Microsoft YaHei', Arial, 'FontAwesome', 'Glyphicons Halflings' !important;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

html {
    overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
    width: 0px;
    background: none;
}

a {
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 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;
}

.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;
}

.graylayer{
    width: 100%;
    padding-right: 3.3333%;
    height: 50px;
    background-color: #ececec;
}

.graylayer a{
    float: right;
    padding-left: 42px;
    font-size: 14px;
    font-family: Arial, 'Microsoft YaHei', 'FontAwesome';
    color:#313e46;
    vertical-align: middle;
    line-height: 48px;
}
.graylayer a:hover{
    color:#000;
    font-weight: bold;
}
.graylayer a#call_a::before{
    content: '\f095';
    font-size: 18px;
    color:#313e46;
    padding-right: 8px;
    vertical-align: middle;
}
.graylayer::after{
    content: '';
    display: block;
    clear: both;
}
#headdiv{
    width: 100%;
    height: 110px;
    padding: 0 3.3333%;
    background-color: #fff;
    position: relative;
    z-index: 5;
}
#headdiv::after{
    content: '';
    display: block;
    clear: both;
}
.logo {
    width: 12.0%;
    float: left;
    position: relative;
    z-index: 9999;
    margin-top: 28px;
}

.logo a {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}


.logo a img {
    max-width: 210px;
    max-height: 40px;
    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 {
    width: 1.674%;
    float: right;
    display: none;
}

#mobileNavButton a {
    font-size: 2.4rem;
    color: #000;
}

#mobileNavButton a i {
    color: #fff;
}

.language{
    width: 6.8%;
    float: right;
    padding-left: 34px;
    margin-top: 37px;
}

.language a{
    font-family: Arial, 'Microsoft YaHei';
    font-size: 18px;
    color:#999;
    vertical-align: middle;
}
.language a::before{
    content: '\f0ac';
    font-family: 'FontAwesome';
    font-size: 24px;
    color:#999;
    padding-right: 8px;
    vertical-align: middle;
}
.language a:hover{
    color:#000;
}
.language a:hover::before{
    color:#000;
}
.searchdiv{
    width: 5.636%;
    float: right;
    padding-left: 34px;
    margin-top: 37px;
    margin-left: 2.79%;
}
.searchdiv a{
    font-size: 18px;
    color:#999;
    vertical-align: middle;
}
.searchdiv a::before{
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 24px;
    color:#999;
    padding-right: 8px;
    vertical-align: middle;
}
.searchdiv a:hover{
    color:#000;
}
.searchdiv a:hover::before{
    color:#000;
}

/*菜单部分*/
.navdiv {
    width: 52.57%;
    float: right;
    margin-top: 30px;
}
 
.navdiv>ul{
    width: 100%;
    text-align: right;
}
.navdiv>ul>li{
    display: inline-block;
    list-style: none;
    padding: 10px 16px;
    position: relative;
}

.navdiv>ul>li>a{
    font-size: 1.8rem;
    font-weight: bold;
    color: #0091d2;
}
.navdiv>ul>li.has_sub>a::after{
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 1.8rem;
    color:#0091d2;
    padding-left: 7px;
}

.navdiv>ul>li ul{
    display: block;
    margin-top: 10px;
    position: absolute;
    left: 0;
    background-color: #fafafa;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
}

.navdiv>ul>li ul li{
    width: 240px;
    padding: 8px 8px 8px 21px;
    border-top: 1px solid #f0f0f0;
    list-style: none;
    text-align: left;
    position: relative;
}
.navdiv>ul>li ul li a{
    display: block;
    position: relative;
    width: 100%;
    padding-left: 12px;
    font-size: 15px;
    font-weight: bold;
    color:#0091d2;
    line-height: 1.2;
}
.navdiv>ul>li ul li a::before{
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    color:#0091d2;
    position: absolute;
    left: 0px;
    top: 0px;
}
.navdiv>ul>li ul li ul{
    position: absolute;
    left: 240px;
}
.navdiv>ul>li ul,
.navdiv>ul>li ul ul,
.navdiv>ul>li ul ul ul{
    display: none;
}

/*菜单事件*/
.navdiv>ul>li>a:hover{
    color:#000;
}
.navdiv>ul>li.has_sub>a:hover::after{
    color:#000;
}
.navdiv>ul>li.has_sub:hover ul{
    display: block;
}
.navdiv>ul>li.has_sub:hover ul ul{
    display: none;
}
.navdiv>ul>li.has_sub:hover ul ul ul{
    display: none;
}

.navdiv>ul>li.has_sub ul li:hover{
    background-color: #0091d2;
}
.navdiv>ul>li.has_sub ul li:hover a{
    color:#fff;
}
.navdiv>ul>li.has_sub ul li:hover a::before{
    color:#fff;
}

.navdiv>ul>li.has_sub ul li.has_sub:hover ul{
    display: block;
    top: 0;
    margin-top: 0;
}
.navdiv>ul>li.has_sub ul li.has_sub:hover ul li a{
    color:#0091d2;
}
.navdiv>ul>li.has_sub ul li.has_sub:hover ul li a::before{
    color:#0091d2;
}

.navdiv>ul>li.has_sub ul li.has_sub ul li:hover{
    background-color: #0091d2;
}
.navdiv>ul>li.has_sub ul li.has_sub ul li:hover a{
    color:#fff;
}
.navdiv>ul>li.has_sub ul li.has_sub ul li:hover a::before{
    color:#fff;
}

.banner{
    width: 100vw;
    height: 83.6vh;
    position: relative;
    overflow: hidden;
}
.moveBg1, 
.moveBg2, 
.moveBg3{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.moveBg1{
    background: url(../images/ibanner.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 2;
    -webkit-animation-name: displacementAnimation;
    animation-name: displacementAnimation;
}
.moveBg2{
    background: url(../images/ibanner2.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 1;
    -webkit-animation-name: displacementAnimation-2;
    animation-name: displacementAnimation-2;
}
.moveBg3{
    background: url(../images/ibanner3.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 0;
    -webkit-animation-name: displacementAnimation-3;
    animation-name: displacementAnimation-3;
}
@-webkit-keyframes displacementAnimation {
    0% { opacity: 1; -webkit-transform: scale(1.2);  transform: scale(1.2); }
    1.5625% { opacity: 1; }
    23.4375% { opacity: 1; }
    26.5625% { opacity: 0; -webkit-transform: scale(1); transform: scale(1); }
    100% { opacity: 0; -webkit-transform: scale(1.2);  transform: scale(1.2); }
    98.4375% { opacity: 0; -webkit-transform: scale(1.21176); transform: scale(1.21176); }
    100% { opacity: 1; }
}

@keyframes displacementAnimation {
    0% { opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2); }
    1.5625% { opacity: 1; }
    23.4375% { opacity: 1; }
    26.5625% { opacity: 0; -webkit-transform: scale(1); transform: scale(1); }
    100% { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
    98.4375% { opacity: 0; -webkit-transform: scale(1.21176); transform: scale(1.21176); }
    100% { opacity: 1; }
}

@-webkit-keyframes displacementAnimation-2 {
    23.4375% { opacity: 1;  -webkit-transform: scale(1.2); transform: scale(1.2); }
    26.5625% { opacity: 1; }
    48.4375% { opacity: 1; }
    51.5625% { opacity: 0;  -webkit-transform: scale(1); transform: scale(1); }
    100% { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}
  
@keyframes displacementAnimation-2 {
    23.4375% { opacity: 1;  -webkit-transform: scale(1.2);  transform: scale(1.2); }
    26.5625% { opacity: 1; }
    48.4375% { opacity: 1; }
    51.5625% { opacity: 0; -webkit-transform: scale(1);  transform: scale(1); }
    100% { opacity: 0;  -webkit-transform: scale(1.2); transform: scale(1.2); }
}
  
@-webkit-keyframes displacementAnimation-3 {
    73.4375% { opacity: 1; }
    76.5625% { opacity: 0; -webkit-transform: scale(1); transform: scale(1); }
    100% { opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2); }
}
  
@keyframes displacementAnimation-3 {
    73.4375% { opacity: 1; }
    76.5625% { opacity: 0; -webkit-transform: scale(1); transform: scale(1); }
    100% { opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2); }
}
  
.bannerMainTxt{
    position: absolute;
    z-index: 4;
    width: 39.58%;
    left: 11.66%;
    top: 20%;
}
.bannerWrap{
    width: 100%;
    padding: 9.2% 12.5%;
    background-color: rgba(0,0,0,0.75);
    box-shadow: 0 0 10px #007caf;
}
.bannerWrap h1{
    font-size: 4.2rem;
    color:#fff;
    margin-bottom: 50px;
    line-height: 1.4;
}
.bannerWrap a{
    display: block;
    width: 40%;
    height: 64px;
    background-color: #0091d2;
    border: 1px solid #000;
    border-radius: 32px;
    text-align: center;
    color:#fff;
    font-size: 22px;
    line-height: 62px;
}
.bannerWrap a:hover{
    background-color: #ea7807;
    background-color: #ffb52f;
    color:#000;
}
.bannerSubTxt{
    position: absolute;
    z-index: 4;
    right: 3.33%;
    bottom: 20px;
}
.bannerSubTxt p{
    font-size: 14px;
    color:#fff;
}
.isearch{
    width: 100%;
    padding: 28px 0;
    margin: 0 auto;
    background-color:#313e46;
}
.isearchWrap{
    width: 36%;
    min-width: 280px;
    margin: 0 auto;
}
#indexsearchform{
    text-align: center;
    margin: 0 auto;
}
#sizing-addon1{
    background-color: #fff;
    border-right: none;
}
#isearchtxt{
    text-align: left;
    font-size: 1.8rem;
    padding: 0;
    padding-left: 12px;
    padding-right: 12px;
    height: 48px;
    border-left: none;
    border: none;
}
.isearchbtn{
    background-color: #0091d2;
    color:#fff;
    font-size: 1.8rem;
    padding: 0px;
    padding-left: 21px;
    padding-right: 21px;
    height: 48px;
}
.appModal{
    width: 100%;
    margin: 0 auto;
}
.appModal ul{
    width: 100%;
    margin-bottom: 0;
}
.appModal ul::after{
    content: '';
    display: block;
    clear: both;
}
.appModal ul li{
    width: 33.33%;
    float: left;
    list-style: none;
}
.appContainer{
    width: 100%;
    height: 0;
    padding-bottom: 112.5%;
    position: relative;
    overflow: hidden;
}
.appwrap{
    width: 100%;
    height: 100%;
}
.appbglayer{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.appbglayer img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}
.appbglayer:hover img{
    transform: scale(1);
    -webkit-transform: scale(1);
}
@media (min-width: 2560px) and (max-width: 38400px) {
    .appbglayer img{
        width: 125%;
        height: auto;
    }
    .appbglayer:hover img{
        width: 100%;
        height: auto;
    }
}
.apptxt{
    position:relative;
    width: 100%;
    padding: 10% 0 0 10%;
}
.apptxt h3{
    font-size: 3.6rem;
    color:#0091d2;
    margin-bottom: 40px;
}
.apptxt p{
    padding-right: 45%;
    font-size: 1.8rem;
    color:#0091d2;
}
.appbtn{
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    padding: 0 10%;
}
.appbtn a{
    display: block;
    width: 100%;
    height: 94px;
    background-color: #0091d2;
    text-align: center;
    font-size: 3.0rem;
    color:#fff;
    line-height: 92px;
}
.appbtn a:hover{
    text-decoration: underline;
}
.app01 h3, .app01 p{
    color:#0091d2;
}
.app01 a{
    background-color: #0091d2;
}
.app02 h3, .app02 p{
    color:#313e46;
}
.app02 a{
    background-color: #313e46;
}
.app03 h3, .app03 p{
    color:#000000;
}
.app03 a{
    background-color: #000000;
}

.app04 h3, .app04 p{
    color:#0091d2;
}
.app04 a{
    background-color: #000000;
}
.app05 h3, .app05 p{
    color:#ffffff;
}
.app05 a{
    background-color: #0091d2;
}
.app06 h3, .app06 p{
    color:#000000;
}
.app06 a{
    background-color: #34b78f;
}

.iproduct{
    width: 100%;
    padding: 65px 0;
    background-color: #0091d2;
}
.iproductTopic{
    padding: 0 3.3333%;
    margin-bottom: 32px;
}
.iproductTopic::before{
    content: '';
    display: block;
    clear: both;
}
.iptxt{
    float: left;
    font-size: 4.2rem;
    font-weight: bold;
    color:#fff;
}
.ipkinds{
    float: right;
    text-align: right;
    margin-top: 12px;
}
.ipkinds a{
    display: inline-block;
    font-size: 2.4rem;
    color:#fff;
    opacity: .7;
    margin-left: 15px;
}
.ipkinds a:hover{
    opacity: 1.0;
}
.iproductlist{
    width: 100%;
}
.iproductItem {
    width: 100%;
    background-color: #fff;
}
.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);
}
.itemcontainerTxt{
    width: 100%;
    padding: 30px 30px 60px;
}
.itemcontainerTxt a{
    display: block;
    width: 100%;
    /* height: 42px; */
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color:#313e46;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}
.itemcontainerTxt a:hover{
    text-decoration: underline;
}
.swiper-pagination {
    position: static!important;
    margin-top: 30px;
}

.isolution{
    width: 100%;
    padding: 90px 4.6875%;
}
.isolutionwrap{
    width: 100%;
    padding-right: 26.4%;
}
.isolutionwrap h3{
    font-size: 3.6rem;
    color:#333;
}
.isolutionwrap h3 a{
    font-size: 3.6rem;
    color:#0091d2;
    text-decoration: underline;
}
.isolutionwrap h3 a:hover{
    color:#000;
}
.isolutionwrap h3 span{
    font-size: 3.6rem;
    color:#0091d2;
}
.isolutionwrap p{
    font-size: 2.0rem;
    color:#333;
    line-height: 1.4578;
    margin: 40px 0;
}

.inews{
    width: 100%;
    padding: 4.6875%;
    background-color: #ececec;
}
.inewswrap{
    width: 100%;
    padding: 60px 0 94px;
    background-color: #fff;
}
.inewsTop{
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
}
.inewsTop h3{
    font-size: 3.6rem;
    font-weight: bold;
    color:#333;
}
.inewsTop h3::before{
    content: '\f07e';
    font-size: 3.6rem;
    font-weight: bold;
    color:#333;
    font-family: 'FontAwesome';
    padding-right: 18px;
}
.inewsTop h3 span{
    float: right;
    text-align: right;
    padding-right: 52px;
    padding-right: 2.9885%;
}
.inewsTop h3 span a{
    font-size: 1.8rem;
    font-weight: normal;
    color:#333;
}
.inewsTop h3 span a::after{
    content: '\f178';
    font-size: 1.8rem;
    font-weight: bold;
    color:#333;
    font-family: 'FontAwesome';
    padding-left: 10px;
}
.inewsTop h3 span a:hover{
    color:#0091d2;
}
.inewsTop h3 span a:hover::after{
    color:#0091d2;
}
.inewsList{
    width: 100%;
}
.inewsList ul{
    display: block;
    width: 100%;
    padding: 0 1.724%;
    margin-bottom: 0px;
}
.inewsList ul::after{
    content: '';
    display: block;
    clear: both;
}
.inewsList ul li{
    width: 33.33%;
    padding: 0 1.724%;
    list-style: none;
    float: left;
}
.inewsList ul li .inewsTxt{
    width: 100%;
    margin-bottom: 38px;
}
.inewsList ul li .inewsTxt p.inewsDate{
    font-size: 1.6rem;
    color:#999;
    font-family: Arial;
    margin-bottom: 25px;
}

.inewsList ul li .inewsTxt p.inewsDate i{
    font-size: 1.6rem;
    color:#999;
    padding-right: 8px;
}

.inewsList ul li .inewsTxt h3{
    width: 100%;
    margin-bottom: 42px;
}
.inewsList ul li .inewsTxt h3 a{
    display: block;
    width: 100%;
    height: 60px;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    color:#0091d2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
}
.inewsList ul li .inewsTxt h3 a:hover{
    color:#000;
}
.inewsList ul li .inewsPic{
    width: 100%;
    height: 0px;
    padding-bottom: 58.57%;
    position: relative;
    overflow: hidden;
}
.inewsList ul li .inewsPic a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.inewsList ul li .inewsPic a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inewsList ul li .inewsPic a:hover img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.footer{
    width: 100%;
    padding: 72px 4.6785%;
    background-color: #323e46;
}
.powerModal{
    width: 35.34%;
    float: left;
    padding-right: 5.1724%;
}
.sublogo{
    width: 100%;
    margin-bottom: 38px;
}
.sublogo img{
    max-width: 274px;
}
.powerModal ul li{
    list-style: none;
    font-size: 1.8rem;
    color:#0091d2;
}
.powerModal ul li a{
    font-size: 1.8rem;
    color:#0091d2;
}
.powerModal ul li a:hover{
    text-decoration:underline;
}
.powerModal dl{
    margin-top: 15px;
}
.powerModal dl dt, .powerModal dl dd{
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.powerModal dl dt img, .powerModal dl dd img{
    width: 125px;
    height: auto;
}
.sublinkModal{
    width: 20.0%;
    float: left;
    padding-right: 5.1724%;
    margin-top: 34px;
}
.sublinkModal h3{
    font-size: 1.8rem;
    color:#fff;
    margin-bottom: 38px;
}
.sublinkModal ul{
    margin: 0;
}
.sublinkModal ul li{
    list-style: none;
    font-size: 1.6rem;
    color:#0091d2;
    margin-bottom: 12px;
}
.sublinkModal ul li a{
    font-size: 1.6rem;
    font-weight: bold;
    color:#0091d2;
}
.sublinkModal ul li a:hover{
    text-decoration:underline;
}
.contactModal{
    width: 23.0%;
    float: left;
    padding-right: 5.1724%;
    margin-top: 34px;
}
.contactModal h3{
    font-size: 1.8rem;
    color:#fff;
    margin-bottom: 38px;
}
.contactModal ul{
    margin: 0;
}
.contactModal ul li{
    list-style: none;
    font-size: 1.6rem;
    color:#0091d2;
    margin-bottom: 12px;
}
.contactModal ul li span{
    font-weight: bold;
}
.contactModal ul li a{
    font-size: 1.6rem;
    font-weight: bold;
    color:#0091d2;
}
.contactModal ul li a:hover{
    text-decoration:underline;
}
.friendLink{
    width: 100%;
    padding: 32px 4.6785%;
    background-color: #fff;
}
.friendLink p{
    font-size: 1.4rem;
}
.friendLink p span{
    font-size: 1.4rem;
    font-weight: bold;
}
.friendLink a{
    font-size: 1.4rem;
    color:#666;
    padding: 0 8px;
}
.friendLink a:hover{
    text-decoration:underline;
    color:#000;
}
/**/

.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:#0091d2;
    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;
    word-break: break-all;
}

.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:#0091d2;
}

.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:#0091d2;
}

#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
}

#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;
}

.locationdiv{
    width: 100%;
    padding: 50px 4.6785%;
    background: url(../images/locationbg.png) left top repeat-x #fff;
    /* border-bottom: 1px solid #323e46; */
}
.locationwrap p{
    font-size: 1.8rem;
    color:#666666;
}
.locationwrap p a{
    font-size: 1.8rem;
    color:#323e46;
    padding: 0 8px;
}
.locationwrap p a:hover{
    color:#0091d2;
    font-weight: 600;
}
.locationwrap h2{
    font-size: 5.2rem;
    font-weight: bold;
    color:#0091d2;
}
.locationwrap h2 span{
    font-family: 'c311';
    font-weight: normal;
    text-transform: uppercase;
    padding-right: 15px;
}

.maindiv{
    width: 100%;
    padding: 50px 3.3333%;
    background-color: #f1f1f1;
}
.mainleftbar{
    width: 22%;
    margin-right: 3%;
    float: left;
    background-color: #fff;
}
.mainbarwrap{
    width: 100%;
    padding: 25px 30px;
}
.mainbarwrap h3{
    color:#0091d2;
    border-bottom: 1px solid #f1f1f1;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 11px;
    text-transform: uppercase;
}
.mainbarwrap h3 span{
    float: right;
    cursor: pointer;
}
.pleftmenu.on{
    display: none;
}
.pleftmenu li{
    list-style: none;
    margin-bottom: 16px;
}
.pleftmenu li a{
    display: block;
    position: relative;
    width: 100%;
    padding-left: 20px;
    color: #333;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: capitalize;
}
.pleftmenu li a::before{
    content: '\f192';
    font-size: 1.5rem;
    font-weight: normal;
    font-family: 'FontAwesome';
    color:#999;
    position: absolute;
    left: 0;
    top: 0;
}
.pleftmenu li a:hover{
    color:#0091d2;
}
.pleftmenu li ul{
    margin-top: 16px;
    padding-left: 20px;
}
.pleftmenu li ul li a{
    padding-left: 15px;
}
.pleftmenu li ul li a::before{
    content: '\f101';
    font-size: 1.5rem;
    font-family: 'FontAwesome';
    color:#999;
    position: absolute;
    left: 0;
    top: 0;
}

.productdiv{
    width: 75%;
    float: left;
}
.productdivwrap{
    width: 100%;
    padding: 25px 30px 60px;
    background-color: #ffffff;
}

.productlist{
    display: block;
    width: 100%;
}
.productlist li{
    list-style: none;
    width: 31.8466%;
    margin-right: 2.23%;
    margin-bottom: 30px;
    float: left;
    background-color: #fff;
}
.productlist li:nth-of-type(3n){
    margin-right: 0;
}
.productlist li:hover{
    box-shadow: 0 0 30px rgba(0,0,0,0.20);
}
.productlistpic{
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.productlistpic a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.productlistpic a img{
    width: 100%;
    height: auto;
    margin: auto;
}
.productlist li:hover .productlistpic a img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.productlisttxt{
    width: 100%;
    padding: 30px 15px 45px;
}
.productlisttxt h4{
    width: 100%;
}
.productlisttxt h4 a{
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0091d2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}
.productlisttxt h4 a:hover{
    text-decoration:underline;
}
.productlisttxt p{
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    color:#999999;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.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: #0091d2 1px solid;
    padding: 10px 16px;
    color: #fff;
    background-color: #0091d2;
}

.pagediv .current,
.pagediv .thisclass,
.pagediv .pageinfo,
.pagediv span {
    border: #0091d2 1px solid;
    font-size: 15px!important;
    padding: 10px 16px;
    color: #fff;
    margin: 2px;
    background-color: #0091d2;
    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;
}

.productTop{
    width: 100%;
}
.productleft{
    width: 50%;
    float: left;
}
.bigphoto {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}
.bigphoto a{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.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.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.bigphotolist{
    display: block;
    width: 100%;
    font-size: 0px;
    margin-top: 15px;
}
.bigphotolist li {
    list-style: none;
    display: inline-block;
    width: 100px;
    height: 80px;
    border: 1px solid #0b6aa2;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}
.bigphotolist li:hover{
    border-color:#f00;
}
.bigphotolist li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 80.8333%;
    position: relative;
}
.bigphotolist li a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.productright{
    width: 50%;
    float: left;
    padding-left: 4%;
}
.productname{
    font-family: Arial, 'Microsoft YaHei';
    font-size: 3.6rem;
    font-weight: bold;
    color:#0091d2;
    margin-top: 15px;
    margin-bottom: 15px;
}
.fatherlink{
    margin-bottom: 15px;
}
.fatherlink p{
    font-size: 1.8rem;
}
.fatherlink p span{
    font-weight: bold;
    color:#666666;
}
.fatherlink p a{
    color:#0091d2;
    font-size: 1.8rem;
    font-weight: bold;
}
.fatherlink p a:hover{
    text-decoration:underline;
}
.quickrating span:nth-of-type(2){
    font-size: 1.8rem;
    color:#333333;
    padding-left: 15px;
}
.shortdes{
    font-size: 1.8rem;
    color:#333333;
    margin-top: 15px;
    margin-bottom: 15px;
}
.quickbtn{
    margin-top: 30px;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}
a.contactus{
    display: inline-block;
    padding: 7px 36px;
    background-color: #0091d2;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    margin-right: 15px;
}
a.contactus:hover{
    background-color: #000;
}
a.emailto{
    display: inline-block;
    padding: 7px 36px;
    background-color: #323e46;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    margin-right: 15px;
}
a.emailto:hover{
    background-color: #000;
}
.productContainer{
    width: 100%;
}
.productDetail{
    font-size: 0;
}
.productDetailtop{
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #f1f1f1;
    padding: 20px 30px;
}
.productDetailtop h3{
    color:#0091d2;
}
.productline{
    margin-bottom: 30px;
}
.productline img{
    max-width: 1140px;
}
.pdmodal{
    display: inline-block;
    width: 50%;
    padding-right: 5%;
    margin-bottom: 30px;
    vertical-align: top;
}
.pdmodal h5{
    font-size: 1.8rem;
    font-weight: bold;
    color: #0091d2;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f1f1f1;
    padding: 15px 30px;
}
.pdmodal div, .pdmodal p, .pdmodal li{
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #454545;
    margin-bottom: 15px;
}
.appTop{
    margin-top: 60px;
    margin-bottom: 80px;
}
.appTop h3{
    font-size: 4.8rem;
    color:#0091d2;
    margin-bottom: 40px;
}
.appTop p{
    font-size: 2.4rem;
    color:#323e46;
    line-height: 1.3;
}
.appTxtList{
    width: 100%;
    margin-bottom: 45px;
}
.appTxtList ul{
    width: 100%;
}
.appTxtList ul::after{
    content: '';
    display: block;
    clear: both;
}
.appTxtList ul li{
    width: 24.1675%;
    float: left;
    margin-right: 1.11%;
    margin-bottom: 20px;
    list-style: none;
}
.appTxtList ul li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.appTxtList ul li:nth-of-type(4n){
    margin-right: 0;
}
.appTxtList ul li a{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color:#323e46;
    background-color: #fff;
    line-height: 48px;
}
.appTxtList ul li a:hover{
    background-color: #0091d2;
    color:#fff;
}
.appPicList{
    width: 100%;
    margin-bottom: 25px;
}
.appPicList ul{
    width: 100%;
}
.appPicList ul::after{
    content: '';
    display: block;
    clear: both;
}
.appPicList ul li{
    width: 24.1675%;
    float: left;
    position: relative;
    margin-right: 1.11%;
    margin-bottom: 30px;
    list-style: none;
    background-color: #fff;
}
.appPicList ul li:nth-of-type(4n){
    margin-right: 0;
}
.appPicList ul li .apppic{
    width: 100%;
    padding: 5%;
    overflow: hidden;
}
.appPicList ul li .apppic a{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 112.5%;
    position: relative;
    overflow: hidden;
}
.appPicList ul li .apppic a img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.appPicList ul li:hover .apppic a img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.appPicList ul li p{
    position: absolute;
    left: 0;
    top: 4.5%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20% 5%;
    background-color: rgba(0,0,0,0.30);
    text-align: center;
}
.appPicList ul li:hover p{
    background-color: rgba(0,145,210,0.9);
}
.appPicList ul li p a{
    font-size: 2.0rem;
    font-weight: bold;
    color:#fff;
    text-align: center;
}
.appPicList ul li:hover p a{
    text-decoration:underline;
}
.appWrap{
    width: 100%;
    margin: 0 auto;
}
.appTxt{
    width: 65%;
    float: left;
    padding-right: 5%;
}
.appTxt h3{
    font-size: 4.8rem;
    color:#0091d2;
    margin-bottom: 40px;
}
.appTxt div, .appTxt p, .appTxt li, .appTxt dd, .appTxt dt, .appTxt span{
    font-size: 1.8rem;
    color:#323e46;
    line-height: 1.45;
}
.appTxt div, .appTxt p{
    margin-bottom: 14px;
}
.appTxt h1, .appTxt h2, .appTxt h3, .appTxt h4, .appTxt h5, .appTxt h6{
    margin-top: 30px;
    margin-bottom: 15px;
}
.appShowPic{
    width: 35%;
    float: right;
}
.appProducts{
    margin-top: 100px;
}
.appProducts h3{
    font-size: 4.8rem;
    color:#0091d2;
    margin-bottom: 40px;
}

.productlist2{
    display: block;
    width: 100%;
}
.productlist2 li{
    list-style: none;
    width: 23.7445%;
    margin-right: 1.674%;
    margin-bottom: 30px;
    float: left;
    background-color: #fff;
}
.productlist2 li:nth-of-type(4n){
    margin-right: 0;
}
.productlist2 li:hover{
    box-shadow: 0 0 30px rgba(0,0,0,0.20);
}
.productlistpic{
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.productlistpic a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.productlistpic a img{
    width: 100%;
    height: auto;
    margin: auto;
}
.productlist2 li:hover .productlistpic a img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.productlisttxt{
    width: 100%;
    padding: 30px 15px 45px;
}
.productlisttxt h4{
    width: 100%;
}
.productlisttxt h4 a{
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0091d2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}
.productlisttxt h4 a:hover{
    text-decoration:underline;
}
.productlisttxt p{
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    color:#999999;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}
.service{
    width: 100%;
    padding: 35px 15% 70px;
    background-color: #fff;
}

.service dl{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.service dl::after{
    content: '';
    display: block;
    clear: both;
}

.service dl dt{
    width: 45%;
    float: right;
}
.service dl dd{
    width: 50%;
    float: left;
}
.service dl dd h3{
    font-size: 3.6rem;
    color:#0091d2;
    margin-top: 50px;
    margin-bottom: 30px;
}
.service dl dd p{
    font-size: 1.8rem;
    color:#333333;
    line-height: 1.45;
}
.service dl dd p a{
    font-size: 1.8rem;
    font-weight: bold;
    color:#0091d2;
    padding-right: 5px;
}
.service dl dd p a:hover{
    text-decoration: underline;
}
.service dl:nth-of-type(odd) dt{
    float: left;
}
.service dl:nth-of-type(odd) dd{
    padding-left: 5%;
}
.service dl:nth-of-type(even) dd{
    padding-right: 5%;
}

.newsDiv {
    width: 100%;
    padding: 30px 11.77% 100px;
    background-color: #f1f1f1;
}

.newsContainer {
    width: 100%;
    background-color: #fff;
    padding: 50px 54px 0px;
    margin: 0 auto;
}

.newsItem {
    width: 31.373333%;
    float: left;
    margin-right: 2.94%;
    margin-bottom: 70px;
    border-bottom: 1px solid #e2e0e0;
}

.newsItem:nth-of-type(3n) {
    margin-right: 0;
}

.newsThumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 58.57%;
    position: relative;
    overflow: hidden;
    background-color: #edeaea;
}

.newsThumbnail a {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.newsThumbnail a img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.newsTitle {
    width: 100%;
    padding: 24px 6.5% 45px;
}

.newsTitle a {
    display: block;
    width: 100%;
    height: 54px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0091d2;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 27px;
}

.newsDate {
    width: 100%;
    padding: 0px 6.5% 38px;
    color: #999;
    font-size: 1.6rem;
}

.newsDate i {
    margin-right: 7px;
}

.newsItem:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid #0091d2;
}

.newsItem:hover .newsThumbnail a img {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.newsItem:hover .newsTitle a {
    color: #000000;
}

.newsviewContainer {
    width: 100%;
    background-color: #fff;
    padding: 0px 9.13% 70px;
}

.newsviewTop {
    width: 100%;
    padding-top: 50px;
    margin-bottom: 40px;
}

.newsviewTop h3 {
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 3.6rem;
    color: #333333;
}

.newsviewTop p {
    text-align: center;
    font-size: 1.6rem;
    color: #999;
}

.newsviewTop p span {
    padding-left: 38px;
    padding-right: 38px;
    font-size: 1.6rem;
}

.newsviewTop p span i {
    padding-right: 7px;
}

.newsContent,
.newsContent div,
.newsContent p,
.newsContent span,
.newsContent i,
.newsContent em,
.newsContent li,
.newsContent dt,
.newsContent dd,
.newsContent td {
    font-size: 1.5rem;
    color: #555555;
    line-height: 2;
}

.newsContent img {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.updowndiv {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.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: #0091d2;
}

.updowndiv dl dt a:hover {
    color: #000000;
}

.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: #0091d2;
}

.updowndiv dl dd a:hover {
    color: #000000;
}

.rebackBtn {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
}

.rebackBtn a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 10px 40px;
    border-radius: 8px;
    background-color: #0091d2;
}

.rebackBtn a i {
    padding-left: 8px;
}

.rebackBtn a:hover {
    background-color: #050c12;
}

.aboutdiv{
    width: 100%;
}
.aboutleft{
    width: 50%;
    padding-right: 5%;
    float: left;
}
.aboutleft h3{
    font-size: 3.6rem;
    color: #0091d2;
    margin-top: 50px;
    margin-bottom: 30px;
}
.aboutleft h3 span{
    color:#323e46;
    padding-right: 6px;
}
.aboutleft p {
    font-size: 1.8rem;
    color: #333333;
    line-height: 1.45;
}
.aboutleft p a{
    display: block;
    font-size: 1.8rem;
    color: #0091d2;
    text-decoration: underline;
    margin-top: 30px;
}
.aboutleft p a:hover{
    color:#000;
    font-weight: bold;
    text-decoration: none;
}
.aboutright{
    width: 50%;
    float: right;
    border: 5px solid #0091d2;
    border-radius: 60px 0 60px 0;
    overflow: hidden;
}
.aboutright:hover a img{
    transform: scale(1.21);
    -ms-transform: scale(1.21);
    -moz-transform: scale(1.21);
    -webkit-transform: scale(1.21);
    -o-transform: scale(1.21);
}
.aboutShow{
    width: 100%;
    margin: 50px 0;
}
.aboutShow h3{
    font-size: 3.6rem;
    color: #0091d2;
    margin-bottom: 30px;
}
.aboutShow p{
    font-size: 1.8rem;
    color: #333333;
    line-height: 1.45;
}
.aboutShow: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);
}
.aboutHonor{
    width: 50%;
    float: left;
}
.aboutHonor img{
    max-width: 100%;
}
.aboutMarket{
    width: 50%;
    float: left;
    padding: 5% 5% 15%;
    background: url(../images/foot_bg.png) center bottom no-repeat #0091d2;
    background-size: 75%;
}
.aboutMarket p{
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.45;
}
.aboutMarket a{
    display: block;
    font-size: 2.1rem;
    text-decoration: underline;
    color:#000;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.aboutMarket a:hover{
    color:#ffb52f;
}

/**** contact ****/
.contactdiv {
    width: 100%;
    padding: 40px 13%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background-color: #f1f1f1;
}

.contactpic {
    display: block;
    float: left;
    width: 55%;
    padding: 15px 30px;
    background-color: #fff;
}

.contactpic p {
    margin-top: 15px;
    margin-bottom: 22px;
    font-size: 1.8rem;
    color:#0091d2;
    font-weight: bold;
}

.formdiv {
    background-color: #fff;
    padding: 0px;
    border-radius: 12px;
}

#yourmessage {
    height: 150px !important;
}

.form-group {
    margin-bottom: 12px;
}

.form-control1 {
    display: block;
    padding: 0px;
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 4px;
}

span.input-group-addon {
    background-color: #fff;
    border: none;
}

.submitbtn {
    background-color: #1caffc;
    border-color: #1caffc;
    padding: 10px 32px;
    margin-top: 20px;
    margin-top: 0px;
}

.contactcontenttxt {
    display: block;
    float: left;
    width: 43%;
    padding: 0px 45px 0px 0;
}

.contactcontenttxt h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px;
}

.contactcontenttxt ul li {
    list-style: none;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dotted #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.contactcontenttxt ul li span::before,
.contactcontenttxt ul li a::before {
    color: #00a5dc;
}

.contacttxtwrap {
    width: 100%;
    padding: 30px;
    border: 5px solid #00a5dc;
    background-color: #fff;
}

span.a_address {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

span.a_address::before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -5px;
    display: block;
    height: auto;
    color: #151515;
}

a.a_tel {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_tel::before {
    content: "\f098";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #151515;
}

a.a_mobile {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_mobile::before {
    content: "\f232";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px;
    display: block;
    height: auto;
    color: #151515;
}
a.a_weixin{
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}
a.a_weixin::before{
    content: "\f1d7";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -3px;
    display: block;
    height: auto;
    color: #151515;
}

span.a_fax {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

span.a_fax::before {
    content: "\f1ac";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #151515;
}

a.a_email {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_email::before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #151515;
}

span.a_zipcode {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

span.a_zipcode::before {
    content: "\f277";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #151515;
}

a.a_web {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_web::before {
    content: "\f0ac";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #151515;
}

.gaodeMap {
    width: 100%;
    height: 570px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    background: url(../images/baidumap.jpg) center center no-repeat;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.gaodeMap a {
    display: block;
    width: 100%;
    height: 100%;
}
.marketdiv{
    margin-bottom: 35px;
}
.marketdiv h3{
    font-size: 3.6rem;
    color: #323e46;
    margin-top: 30px;
    margin-bottom: 30px;
}
.marketdiv p{
    font-size: 1.8rem;
    line-height: 1.45;
}
.honordiv{
    width: 100%;
    font-size: 0;
    margin-top: 35px;
}
.honorItem{
    width: 25%;
    max-height: 180px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.honorItem a{
    display: block;
    width: 100%;
    height: auto;
}
.honorItem a img{
    height: 100%;
    width: auto;
    max-height: 100%;
}
.honorItem2{
    width: 40%;
    max-height: 180px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.honorItem2 a{
    display: block;
    width: 100%;
    height: auto;
}
.honorItem2 a img{
    height: 100%;
    width: auto;
    max-height: 100%;
}
.equipmentDiv {
    width: 100%;
    padding: 0;
}
.equipmentContainer {
    width: 100%;
    margin: 0px auto 20px;
}
.equipmentContainer::after {
    content: '';
    display: block;
    clear: both;
}

.equipmentItem {
    width: 22.75%;
    float: left;
    position: relative;
    margin-right: 3%;
    margin-bottom: 40px;
    overflow: hidden;
}

.equipmentItem:nth-of-type(4n) {
    margin-right: 0;
}

.equipmentItemWrap {
    width: 100%;
    padding: 7.8%;
    background-color: #edeaea;
    background-color: #fff;
    border: 1px solid #ccc;
}

.equipmentItemPic {
    width: 100%;
    height: 0;
    padding-bottom: 74.22%;
    position: relative;
    background-color: #f5f5f5;
}

.equipmentItemPic a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.equipmentItemPic a img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.equipmentItemPic a:hover img {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.equipmentTxt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.equipmentTxt a {
    display: inline-block;
    padding: 7px 18px;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
    background-color: #00a5dc;
    color: #fff;
    font-size: 1.5rem;
}
.aboutcompany{
    width: 100%;
}
.aboutcompany h3{
    font-size: 3.6rem;
    margin-bottom: 30px;
}
.aboutcompany p{
    font-size: 1.8rem;
    color:#323e46;
    line-height: 1.45;
}

@media (max-width:767px) {
    .graylayer{
        display: none;
    }
    #headdiv {
        width: 100%;
        height: 50px;
        padding: 0;
        position: relative;
        background-color: #fff;
        background-image: none;
        box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    }
    .logo {
        width: 30%;
        margin-top: 15px;
        margin-left: 10px;
    }
    .logo a {
        margin-top: 0px;
    }
    .logo a img {
        max-height: 36px;
    }
    #mobileNavButton{
        display: block;
        width: 7%;
        margin-top: 8px;
        margin-right: 10px;
        margin-left: 10px;
    }
    #mobileNavButton a i {
        color: #999;
    }
    .language {
        width: 20.0%;
        float: right;
        padding-left: 0px;
        margin-top: 13px;
    }
    .language a{
        font-size: 14px;
    }
    .language a::before {
        content: '\f0ac';
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #999;
        padding-right: 3px;
        vertical-align: middle;
    }
    .searchdiv {
        width: 20%;
        float: right;
        padding-left: 0px;
        margin-top: 13px;
        margin-left: 0%;
    }
    .searchdiv a{
        font-size: 14px;
    }
    .searchdiv a::before {
        content: '\f002';
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #999;
        padding-right: 3px;
        vertical-align: middle;
    }
    /* Mobile nva style */
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 49px;
        z-index: 6;
    }
    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* border-top: 1px solid #d00743; */
        border-bottom: 1px solid #d00743;
        background-color: #fff;
        position: relative;
        top: 0px;
        z-index: 3;
    }
    .m_nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0px;
        z-index: 3;
        background-color: #fff;
    }
    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #ececec;
        text-align: left;
        overflow: visible;
        position: relative;
    }
    .m_nav ul li ul {
        display: none;
    }
    .m_nav ul li ul li ul {
        display: none;
    }
    .m_nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 30px;
        color: #333;
        font-size: 1.4rem;
        /* text-transform: uppercase;
    font-family: "Poppins"; */
        line-height: 1.1;
        position: relative;
    }
    .m_nav ul li a i {
        margin-right: 8px;
    }
    .m_nav ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }
    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li.has_sub.on::after {
        content: "\f107";
    }
    .m_nav ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li a::before {
        content: "\f0da";
        font-size: 14px;
        font-family: FontAwesome;
        color: #454545;
        position: absolute;
        left: 16px;
        top: 10px;
    }
    .m_nav ul li ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }
    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li ul li.has_sub.on::after {
        content: "\f107";
    }
    .servicesidebar{
        display: none;
    }
    .banner {
        width: 100vw;
        height: 60vh;
        position: relative;
        overflow: hidden;
    }
    .bannerMainTxt{
        width: 60vw;
    }
    .bannerWrap {
        width: 100%;
        padding: 15px 15px;
        background-color: rgba(0,0,0,0.75);
        box-shadow: 0 0 10px #007caf;
    }
    .bannerWrap h1 {
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 25px;
        line-height: 1.4;
    }
    .bannerWrap a {
        display: block;
        width: 100%;
        height: 38px;
        background-color: #0091d2;
        border: 1px solid #000;
        border-radius: 32px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 38px;
    }
    
    .bannerSubTxt {
        position: absolute;
        z-index: 4;
        right: unset;
        left: 12%;
        bottom: 5px;
    }
    .bannerSubTxt p {
        font-size: 12px;
        color: #fff;
    }
    #isearchtxt {
        text-align: left;
        font-size: 13px;
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
        height: 48px;
        border-left: none;
        box-shadow: none;
        border: none;
    }
    .isearchbtn {
        background-color: #0091d2;
        color: #fff;
        font-size: 14px;
        padding: 0px;
        padding-left: 18px;
        padding-right: 18px;
        height: 48px;
    }
    .appModal ul li {
        width: 50%;
        float: left;
        list-style: none;
    }
    .appModal ul li:nth-of-type(3){
        width: 100%;
    }
    .apptxt {
        position: relative;
        width: 100%;
        padding: 10px 0 0 10px;
    }
    .apptxt h3 {
        font-size: 18px;
        color: #0091d2;
        margin-bottom: 40px;
    }
    .apptxt p{
        display: none;
    }
    .appbtn {
        position: absolute;
        left: 0px;
        bottom: 10px;
        width: 100%;
        padding: 0 10px;
    }
    .appbtn a {
        display: block;
        width: 100%;
        height: 42px;
        padding: 0 10px;
        background-color: #0091d2;
        text-align: center;
        font-size: 14px;
        color: #fff;
        line-height: 40px;
    }
    .iproduct {
        width: 100%;
        padding: 30px 0;
        background-color: #0091d2;
    }
    .iproductTopic {
        padding: 0 10px;
        margin-bottom: 32px;
    }
    .iptxt {
        float: left;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
    }
    .ipkinds {
        float: right;
        text-align: left;
        margin-top: 12px;
    }
    .ipkinds a {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        opacity: .7;
        margin-left: 15px;
        margin-bottom: 8px;
    }
    .itemcontainerTxt {
        width: 100%;
        padding: 30px 30px 30px;
    }
    .itemcontainerTxt a{
        font-size: 14px;
    }
    .isolution {
        width: 100%;
        padding: 30px 30px;
    }
    .isolutionwrap {
        width: 100%;
        padding-right: 0%;
    }
    .isolutionwrap h3{
        font-size: 18px;
    }
    .isolutionwrap h3 a{
        font-size: 18px;
    }
    .isolutionwrap h3 span{
        font-size: 18px;
    }
    .isolutionwrap p {
        font-size: 15px;
        color: #333;
        line-height: 1.4578;
        margin: 25px 0;
    }
    .inews {
        width: 100%;
        padding: 4.6875% 10px;
        background-color: #ececec;
    }
    .inewswrap {
        width: 100%;
        padding: 30px 0 30px;
        background-color: #fff;
    }
    .inewsTop {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 15px;
    }
    .inewsTop h3 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }
    .inewsTop h3::before {
        content: '\f07e';
        font-size: 18px;
        font-weight: bold;
        color: #333;
        font-family: 'FontAwesome';
        padding-right: 10px;
    }
    .inewsTop h3 span a {
        font-size: 15px;
        font-weight: normal;
        color: #333;
    }
    .inewsTop h3 span a::after {
        content: '\f178';
        font-size: 15px;
        font-weight: bold;
        color: #333;
        font-family: 'FontAwesome';
        padding-left: 10px;
    }
    .inewsList ul li {
        width: 100%;
        padding: 0 1.724%;
        list-style: none;
        float: left;
        margin-bottom: 35px;
    }
    .inewsList ul li .inewsTxt {
        width: 100%;
        margin-bottom: 10px;
    }
    .inewsList ul li .inewsTxt p.inewsDate {
        font-size: 13px;
        color: #999;
        font-family: Arial;
        margin-bottom: 10px;
    }
    .inewsList ul li .inewsTxt h3 {
        width: 100%;
        margin-bottom: 10px;
    }
    .inewsList ul li .inewsTxt h3 a {
        display: block;
        width: 100%;
        height: 50px;
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        color: #0091d2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 25px;
    }
    .footer {
        width: 100%;
        padding: 30px 10px;
        background-color: #323e46;
    }
    .powerModal {
        width: 100%;
        float: left;
        padding-right: 5.1724%;
    }
    .sublogo {
        width: 60%;
        margin-bottom: 25px;
    }
    .powerModal ul li {
        list-style: none;
        font-size: 15px;
        color: #0091d2;
    }
    .powerModal ul li a {
        font-size: 15px;
        color: #0091d2;
    }
    .sublinkModal {
        width: 50%;
        float: left;
        padding-right: 10px;
        margin-top: 34px;
    }
    .sublinkModal h3 {
        font-size: 1.8rem;
        color: #fff;
        margin-bottom: 25px;
    }
    .sublinkModal ul li {
        list-style: none;
        font-size: 14px;
        color: #0091d2;
        margin-bottom: 10px;
    }
    .sublinkModal ul li a {
        font-size: 14px;
    }
    .contactModal {
        width: 100%;
        float: left;
        padding-right: 5.1724%;
        margin-top: 34px;
    }
    .contactModal h3 {
        font-size: 1.8rem;
        color: #fff;
        margin-bottom: 25px;
    }
    .contactModal ul li {
        list-style: none;
        font-size: 14px;
        color: #0091d2;
        margin-bottom: 10px;
    }
    .contactModal ul li a{
        font-size: 14px;
    }
    .friendLink p {
        font-size: 12px;
    }
    .friendLink a{
        font-size: 12px;
    }
    .locationdiv {
        width: 100%;
        padding: 20px 15px;
    }
    .locationwrap p {
        font-size: 15px;
        text-align: left;
    }
    .locationwrap p a {
        font-size: 15px;
    }
    .locationwrap h2 {
        font-size: 18px;
        font-weight: bold;
        color: #0091d2;
    }
    .maindiv {
        width: 100%;
        padding: 15px 15px;
        background-color: #f1f1f1;
    }
    .mainleftbar {
        width: 100%;
        margin-right: 0%;
        float: left;
        background-color: #fff;
    }
    .mainbarwrap {
        width: 100%;
        padding: 15px 15px;
    }
    .mainbarwrap h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .productdiv {
        width: 100%;
        float: left;
    }
    .productlist li {
        list-style: none;
        width: 48.7%;
        margin-right: 2.6%;
        margin-bottom: 15px;
        float: left;
        background-color: #fff;
    }
    .productlist li:nth-of-type(3n){
        margin-right: 2.6%;
    }
    .productlist li:nth-of-type(2n){
        margin-right: 0%;
    }
    .productlisttxt h4 a{
        font-size: 15px;
    }
    .productlisttxt p{
        font-size: 14px;
    }
    .productdivwrap {
        width: 100%;
        padding: 0px 15px 15px;
        background-color: #ffffff;
    }
    .productleft {
        width: 100%;
        float: left;
    }
    .productright {
        width: 100%;
        float: left;
        padding-left: 0%;
    }
    .productname{
        font-size: 20px;
    }
    .fatherlink p {
        font-size: 15px;
    }
    .fatherlink p a{
        font-size: 15px;
    }
    .quickrating span:nth-of-type(2){
        font-size: 15px;
    }
    .productDetailtop {
        margin-top: 30px;
        margin-bottom: 15px;
        background-color: #f1f1f1;
        padding: 15px 15px;
    }
    .productDetailtop h3{
        font-size: 20px;
    }
    .productDetail{
        width: 100%;
    }
    .productline img {
        max-width: 100%;
    }
    .pdmodal {
        display: inline-block;
        width: 100%;
        padding-right: 0%;
        margin-bottom: 20px;
        vertical-align: top;
    }
    .pdmodal h5 {
        font-size: 16px;
        font-weight: bold;
        color: #0091d2;
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: #f1f1f1;
        padding: 15px 15px;
    }
    .appTop {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .appTop h3 {
        font-size: 21px;
        color: #0091d2;
        margin-bottom: 20px;
    }
    .appTop p {
        font-size: 15px;
        color: #323e46;
        line-height: 1.3;
    }
    .appTxtList {
        width: 100%;
        margin-bottom: 20px;
    }
    .appTxtList ul li {
        width: 48.6%;
        float: left;
        margin-right: 1.11%;
        margin-bottom: 4px;
        list-style: none;
    }
    .appTxtList ul li a {
        display: block;
        width: 100%;
        height: 32px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        color: #323e46;
        background-color: #fff;
        line-height: 30px;
    }
    .appPicList ul li {
        float: left;
        position: relative;
        width: 48.7%;
        margin-right: 2.6%;
        margin-bottom: 15px;
        list-style: none;
        background-color: #fff;
    }
    .appPicList ul li:nth-of-type(3n){
        margin-right: 2.6%;
    }
    .appPicList ul li:nth-of-type(2n){
        margin-right: 0%;
    }
    .appPicList ul li p {
        background-color: rgba(0,0,0,0.50);
    }
    .appPicList ul li p a {
        font-size: 15px;
    }
    .appTxt {
        width: 100%;
        float: left;
        padding-right: 0%;
    }
    .appTxt h3 {
        font-size: 21px;
        margin-bottom: 30px;
    }
    .appTxt div, .appTxt p, .appTxt li, .appTxt dd, .appTxt dt, .appTxt span {
        font-size: 14px;
        color: #323e46;
        line-height: 1.45;
    }
    .appShowPic {
        width: 100%;
        float: left;
        border:5px solid #fff;
    }
    .appProducts {
        margin-top: 40px;
    }
    .appProducts h3 {
        font-size: 21px;
        color: #0091d2;
        margin-bottom: 20px;
    }
    .productlist2 li {
        list-style: none;
        width: 48.7%;
        margin-right: 2.6%;
        margin-bottom: 15px;
        float: left;
        background-color: #fff;
    }
    .productlist2 li:nth-of-type(3n){
        margin-right: 2.6%;
    }
    .productlist2 li:nth-of-type(2n){
        margin-right: 0%;
    }
    .service {
        width: 100%;
        padding: 15px 15px 15px;
        background-color: #fff;
    }
    .service dl dt {
        width: 100%;
    }
    .service dl dd {
        width: 100%;
    }
    .service dl:nth-of-type(odd) dd {
        padding-left: 0%;
    }
    .service dl dd h3 {
        font-size: 21px;
        color: #0091d2;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .service dl dd p {
        font-size: 15px;
        color: #333333;
        line-height: 1.45;
    }
    .service dl dd p a{
        font-size: 15px;
    }
    .newsDiv {
        width: 100%;
        padding: 15px 15px 15px;
        background-color: #f1f1f1;
    }
    .newsContainer {
        width: 100%;
        background-color: #fff;
        padding: 10px 10px 0px;
        margin: 0 auto;
    }
    .newsItem {
        width: 48.7%;
        float: left;
        margin-right: 2.6%;
        margin-bottom: 30px;
        border-bottom: 1px solid #e2e0e0;
    }
    .newsItem:nth-of-type(3n){
        margin-right: 2.6%;
    }
    .newsItem:nth-of-type(2n){
        margin-right: 0%;
    }
    .newsTitle {
        width: 100%;
        padding: 15px 6.5% 25px;
    }
    .newsTitle a{
        font-size: 15px;
    }
    .newsDate {
        width: 100%;
        padding: 0px 6.5% 20px;
        color: #999;
        font-size: 12px;
    }
    .pagediv {
        clear: both;
        margin: 20px 0px 30px 0px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: "Helvetica";
    }
    .newsviewContainer {
        width: 100%;
        background-color: #fff;
        padding: 0px 20px 1px;
    }
    .newsviewTop {
        width: 100%;
        padding-top: 20px;
        margin-bottom: 25px;
    }
    .newsviewTop h3{
        font-size: 21px;
        text-align: left;
    }
    .newsviewTop p{
        font-size: 12px;
        text-align: left;
    }
    .newsviewTop p span {
        padding-left: 0px;
        padding-right: 30px;
        font-size: 12px;
    }
    .newsContent, .newsContent div, .newsContent p, .newsContent span, .newsContent i, .newsContent em, .newsContent li, .newsContent dt, .newsContent dd, .newsContent td {
        font-size: 13px;
        color: #555555;
        line-height: 2;
    }
    .updowndiv dl dt {
        display: inline-block;
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
        font-size: 14px;
        color: #999999;
    }
    .updowndiv dl dt span{
        font-size: 14px;
    }
    .updowndiv dl dt a {
        font-size: 14px;
        color: #0091d2;
    }
    .updowndiv dl dd {
        display: inline-block;
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
        font-size: 14px;
        color: #999999;
    }
    .updowndiv dl dd span{
        font-size: 14px;
    }
    .updowndiv dl dd a {
        font-size: 14px;
        color: #0091d2;
    }
    .aboutleft {
        width: 100%;
        padding-right: 0;
        float: left;
    }
    .aboutleft h3 {
        font-size: 21px;
        color: #0091d2;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    
    .aboutleft p {
        font-size: 15px;
        color: #333333;
        line-height: 1.45;
    }
    .aboutright {
        width: 100%;
        float: right;
        border: 2px solid #0091d2;
        border-radius: 30px 0 30px 0;
        overflow: hidden;
    }
    .aboutShow {
        width: 100%;
        margin: 30px 0;
        border-top: 10px solid #f0f0f0;
        padding-top: 30px;
    }
    .aboutShow h3 {
        font-size: 21px;
        color: #0091d2;
        margin-bottom: 15px;
    }
    .aboutShow p {
        font-size: 15px;
        color: #333333;
        line-height: 1.45;
    }
    .aboutHonor {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .aboutMarket {
        width: 100%;
    }
    .aboutMarket p {
        font-size: 15px;
        color: #fff;
        line-height: 1.45;
    }
    .aboutMarket a{
        font-size: 18px;
    }
    .aboutcompany h3 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .aboutcompany div, .aboutcompany p{
        font-size: 15px;
    }
    .equipmentItem {
        width: 48.7%;
        margin-right: 2.6%;
        margin-bottom: 15px;
    }
    .equipmentItem:nth-of-type(3n) {
        margin-right: 2.6%;
    }
    .equipmentItem:nth-of-type(2n) {
        margin-right: 0%;
    }
    .equipmentItemWrap {
        width: 100%;
        padding: 2px;
        background-color: #fff;
        border: none;
    }
    .equipmentTxt a {
        display: block;
        padding: 7px 18px;
        margin: 0 auto;
        border-radius: 0;
        background-color: #00a5dc;
        color: #fff;
        font-size: 12px;
        border: 2px solid #fff;
    }
    .marketdiv h3 {
        font-size: 21px;
        color: #323e46;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .marketdiv p {
        font-size: 15px;
        line-height: 1.45;
    }
    .honorItem {
        width: 100%;
        max-height: unset;
        display: inline-block;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .honorItem2 {
        width: 100%;
        max-height: 180px;
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .contactdiv {
        width: 100%;
        padding: 20px 20px 40px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }
    .contactdiv .container{
        padding-left: 0;
        padding-right: 0;
    }
    .contactcontenttxt {
        display: block;
        float: right;
        width: 100%;
        margin-top: 0px;
        padding: 0px 0px;
        background-color: #fff;
        margin-bottom: 30px;
    }
    .contactcontenttxt h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .contactcontenttxt ul li {
        font-size: 14px;
    }
    .contactcontenttxt ul li span {
        font-size: 14px;
    }
    .contactpic {
        display: block;
        float: left;
        width: 100%;
    }
    .contactpic p{
        font-size: 16px;
    }
    .gaodeMap {
        width: 100%;
        height: 420px;
        background-size: 360% auto;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .graylayer{
        display: none;
    }
    #headdiv {
        width: 100%;
        height: 50px;
        padding: 0;
        position: relative;
        background-color: #fff;
        background-image: none;
        box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    }
    .logo {
        width: 30%;
        margin-top: 10px;
        margin-left: 10px;
    }
    .logo a {
        margin-top: 0px;
    }
    .logo a img {
        max-height: 28px;
    }
    #mobileNavButton{
        display: block;
        width: 7%;
        margin-top: 8px;
        margin-right: 10px;
        margin-left: 10px;
    }
    #mobileNavButton a i {
        color: #999;
    }
    .language {
        width: 20.0%;
        float: right;
        padding-left: 0px;
        margin-top: 13px;
    }
    .language a{
        font-size: 14px;
    }
    .language a::before {
        content: '\f0ac';
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #999;
        padding-right: 3px;
        vertical-align: middle;
    }
    .searchdiv {
        width: 20%;
        float: right;
        padding-left: 0px;
        margin-top: 13px;
        margin-left: 0%;
    }
    .searchdiv a{
        font-size: 14px;
    }
    .searchdiv a::before {
        content: '\f002';
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #999;
        padding-right: 3px;
        vertical-align: middle;
    }
    /* Mobile nva style */
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 49px;
        z-index: 6;
    }
    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* border-top: 1px solid #d00743; */
        border-bottom: 1px solid #d00743;
        background-color: #fff;
        position: relative;
        top: 0px;
        z-index: 3;
    }
    .m_nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0px;
        z-index: 3;
        background-color: #fff;
    }
    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #ececec;
        text-align: left;
        overflow: visible;
        position: relative;
    }
    .m_nav ul li ul {
        display: none;
    }
    .m_nav ul li ul li ul {
        display: none;
    }
    .m_nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 30px;
        color: #333;
        font-size: 1.4rem;
        /* text-transform: uppercase;
    font-family: "Poppins"; */
        line-height: 1.1;
        position: relative;
    }
    .m_nav ul li a i {
        margin-right: 8px;
    }
    .m_nav ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }
    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li.has_sub.on::after {
        content: "\f107";
    }
    .m_nav ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li a::before {
        content: "\f0da";
        font-size: 14px;
        font-family: FontAwesome;
        color: #454545;
        position: absolute;
        left: 16px;
        top: 10px;
    }
    .m_nav ul li ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }
    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li ul li.has_sub.on::after {
        content: "\f107";
    }
    .banner {
        width: 100vw;
        height: 60vh;
        position: relative;
        overflow: hidden;
    }
    .bannerWrap {
        width: 100%;
        padding: 7.2% 6.5%;
        background-color: rgba(0,0,0,0.75);
        box-shadow: 0 0 10px #007caf;
    }
    .bannerMainTxt {
        position: absolute;
        z-index: 4;
        width: 60%;
        left: 18.66%;
        top: 18%;
    }
    .bannerWrap h1 {
        font-size: 3.0rem;
        color: #fff;
        margin-bottom: 50px;
        line-height: 1.4;
    }
    .bannerWrap a{
        font-size: 18px;
    }
    .isearchWrap {
        width: 60%;
        min-width: 280px;
        margin: 0 auto;
    }
    .apptxt h3 {
        font-size: 2.4rem;
        margin-bottom: 40px;
    }
    .apptxt p{display: none;}
    .appbtn {
        position: absolute;
        left: 0px;
        bottom: 10px;
        width: 100%;
        padding: 0 10px;
    }
    .appbtn a {
        display: block;
        width: 100%;
        height: 50px;
        background-color: #0091d2;
        text-align: center;
        font-size: 1.8rem;
        color: #fff;
        line-height: 48px;
    }
    .iproduct {
        width: 100%;
        padding: 35px 0;
        background-color: #0091d2;
    }
    .iptxt{
        font-size: 2.8rem;
    }
    .ipkinds {
        float: left;
        text-align: left;
        margin-top: 12px;
    }
    .ipkinds a{
        font-size: 2.0rem;
    }
    .isolutionwrap {
        width: 100%;
        padding-right: 10.0%;
    }
    .inews {
        width: 100%;
        padding: 4.6875% 15px;
        background-color: #ececec;
    }
    .servicesidebar{
        display: none;
    }
    .isolutionwrap h3 {
        font-size: 2.4rem;
        color: #333;
    }
    .isolutionwrap h3 a {
        font-size: 2.4rem;
    }
    .isolutionwrap h3 span{
        font-size: 2.4rem;
    }
    .mainleftbar {
        width: 100%;
        margin-right: 0%;
        float: left;
        background-color: #fff;
    }
    .mainbarwrap {
        width: 100%;
        padding: 15px 15px;
    }
    .mainbarwrap h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .productdiv {
        width: 100%;
        float: left;
    }
    .productDetail{
        width: 100%;
    }
    .productline{
        width: 100%;
    }
    .productline img{
        max-width: 100%;
    }
    .inewsList ul li .inewsTxt h3 {
        width: 100%;
        margin-bottom: 25px;
    }
    .inewsList ul li .inewsTxt h3 a{
        font-size: 1.8rem;
    }
    .sublinkModal {
        width: 20.0%;
        float: left;
        padding-right: 5.1724%;
        margin-top: 16px;
    }
    .contactModal {
        width: 24.0%;
        float: left;
        padding-right: 0%;
        margin-top: 16px;
    }
    .powerModal ul li {
        list-style: none;
        font-size: 1.4rem;
        color: #0091d2;
    }
    .powerModal ul li a {
        font-size: 1.4rem;
        color: #0091d2;
    }
    .sublogo img {
        max-width: 180px;
    }
    .sublinkModal ul li a{
        font-size: 1.4rem;
    }
    .contactModal ul li {
        list-style: none;
        font-size: 1.4rem;
        color: #0091d2;
        margin-bottom: 12px;
    }
    .locationdiv {
        width: 100%;
        padding: 36px 30px;
    }
    .locationwrap p {
        font-size: 1.6rem;
        color: #666666;
        text-align: left;
    }
    .locationwrap h2 {
        font-size: 3.2rem;
        font-weight: bold;
        color: #0091d2;
    }
    .maindiv {
        width: 100%;
        padding: 30px 30px;
        background-color: #f1f1f1;
    }
    .productdivwrap {
        width: 100%;
        padding: 0px 30px 60px;
        background-color: #ffffff;
    }
    .productname {
        font-family: Arial, 'Microsoft YaHei';
        font-size: 2.8rem;
        font-weight: bold;
        color: #0091d2;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .productDetailtop {
        margin-top: 10px;
        margin-bottom: 30px;
        background-color: #f1f1f1;
        padding: 10px 20px;
    }
    .productDetailtop h3 {
        font-size: 2rem;
        color: #0091d2;
    }
    .appTop {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .appTop h3 {
        font-size: 3.6rem;
        color: #0091d2;
        margin-bottom: 20px;
    }
    .appTop p {
        font-size: 2.0rem;
        color: #323e46;
        line-height: 1.3;
    }
    .appTxt h1, .appTxt h2, .appTxt h3, .appTxt h4, .appTxt h5, .appTxt h6 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .appTxt h3 {
        font-size: 3.0rem;
        color: #0091d2;
    }
    .appTxt div, .appTxt p, .appTxt li, .appTxt dd, .appTxt dt, .appTxt span {
        font-size: 1.5rem;
        color: #323e46;
        line-height: 1.45;
    }
    .appProducts {
        margin-top: 50px;
    }
    .appProducts h3 {
        font-size: 3.0rem;
        color: #0091d2;
        margin-bottom: 30px;
    }
    .productlist2 li{
        list-style: none;
        width: 31.8466%;
        margin-right: 2.23%;
        margin-bottom: 30px;
        float: left;
        background-color: #fff;
    }
    .productlist2 li:nth-of-type(3n){
        margin-right: 0;
    }
    .productlist2 li:hover{
        box-shadow: 0 0 30px rgba(0,0,0,0.20);
    }
    .service {
        width: 100%;
        padding: 30px 30px 30px;
        background-color: #fff;
    }
    .service dl dd h3 {
        font-size: 2.4rem;
        color: #0091d2;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .service dl dd p {
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.45;
    }
    .service dl:nth-of-type(even) dd {
        padding-right: 0%;
        padding-left: 5%;
    }
    .newsDiv {
        width: 100%;
        padding: 30px 30px 30px;
        background-color: #f1f1f1;
    }
    .newsContainer {
        width: 100%;
        background-color: #fff;
        padding: 30px 28px 0px;
        margin: 0 auto;
    }
    .newsTitle {
        width: 100%;
        padding: 24px 6.5% 24px;
    }
    .newsTitle a{
        font-size: 1.6rem;
    }
    .newsItem{
        margin-bottom: 30px;
    }
    .newsviewContainer {
        width: 100%;
        background-color: #fff;
        padding: 0px 40px 40px;
    }
    .newsviewTop {
        width: 100%;
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .newsviewTop h3{
        font-size: 3.0rem;
    }
    .updowndiv dl dt{
        width: 100%;
    }
    .updowndiv dl dd{
        width: 100%;
    }
    .rebackBtn {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .aboutleft h3 {
        font-size: 2.8rem;
        color: #0091d2;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .aboutleft p {
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.45;
    }
    .aboutright{
        border-radius: 0;
    }
    .aboutShow {
        width: 100%;
        margin: 30px 0;
        padding-top: 30px;
        border-top: 20px solid #f0f0f0;
    }
    .aboutShow h3 {
        font-size: 2.8rem;
        color: #0091d2;
        margin-bottom: 20px;
    }
    .aboutShow p {
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.45;
    }
    .aboutMarket {
        width: 50%;
        float: left;
        padding: 5% 5% 5%;
    }
    .aboutMarket p {
        font-size: 1.5rem;
        color: #fff;
        line-height: 1.45;
    }
    .aboutMarket a{
        font-size: 1.8rem;
    }
    .equipmentItem {
        width: 31.8466%;
        margin-right: 2.23%;
        float: left;
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .equipmentItem:nth-of-type(4n) {
        margin-right: 2.23%;
    }
    .equipmentItem:nth-of-type(3n) {
        margin-right: 0;
    }
    .equipmentItemWrap{
        padding: 8px;
        border:none;
    }
    .equipmentTxt{
        border: 8px solid #fff;
    }
    .equipmentTxt a {
        display: block;
        padding: 7px 18px;
        margin: 0 auto;
        border-radius: 0;
        background-color: #00a5dc;
        color: #fff;
        font-size: 1.5rem;
    }
    .marketdiv h3 {
        font-size: 3.0rem;
        color: #323e46;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .marketdiv p {
        font-size: 1.5rem;
        line-height: 1.45;
    }
    .contactdiv {
        width: 100%;
        padding: 30px 0px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        background-color: #f1f1f1;
    }
    .contactcontenttxt {
        display: block;
        float: left;
        width: 55%;
        padding: 0px 30px 0px 0;
    }
    .contactpic {
        display: block;
        float: left;
        width: 45%;
        padding: 15px 20px;
        background-color: #fff;
    }
    .contactpic p {
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 1.5rem;
        color: #0091d2;
        font-weight: bold;
    }
}
@media (min-width: 1200px) and (max-width: 1768px) {
    #headdiv {
        width: 100%;
    }
    .logo {
        width: 12%;
    }
    .searchdiv {
        width: 8%;
        float: right;
        padding-left: 0px;
        margin-top: 37px;
        margin-left: 2.79%;
        text-align: right;
    }
    .language {
        width: 10%;
        float: right;
        padding-left: 0px;
        margin-top: 37px;
        text-align: right;
    }
    .navdiv {
        width: 54.0%;
        float: right;
        margin-top: 30px;
    }
    .bannerMainTxt {
        position: absolute;
        z-index: 4;
        width: 55%;
        left: 11.66%;
        top: 20%;
    }
    .bannerWrap {
        width: 100%;
        padding: 9.2% 6.5%;
        background-color: rgba(0,0,0,0.75);
        box-shadow: 0 0 10px #007caf;
    }
    .productline img {
        max-width: 100%;
    }
    .service {
        width: 100%;
        padding: 35px 10% 70px;
        background-color: #fff;
    }
    .contactdiv{
        padding: 40px 0%;
    }
    .contactModal {
        width: 23.0%;
        float: left;
        padding-right: 0%;
        margin-top: 34px;
    }
}
