﻿*{ margin:0 auto; padding:0; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif; color:#333; font-size:14px; background: #FFFFFF; }
a{ text-decoration: none; -webkit-transition: all ease .1s;  -moz-transition: all ease .1s; transition: all ease .1s; border:none; color: #333;}
a:focus { outline: 0 }
a:hover{ color: #1f4b8a;}
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s;}
ul,li{ list-style:none;}
.clear{ clear:both;}
.clearfix{ clear:both;}
p{ margin:0 auto; padding:0;}
.padding5{ padding:5px;}
.padding10{ padding:10px;}
.padding15{ padding:15px;}
.padding20{ padding:20px;}
.padding30{ padding:30px;}
.padding40{ padding:40px;}
.fr{ float:right;}
.fl{ float:left; }
.paddingright{ padding-right:10px;}
.paddingleft{ padding-left:10px;}
.undis{ display:block;  background-size: cover;}
.dis{ display:none;  }
.pr5{ padding-right:5px;}
.red{ color:#f00;}
.fff{ color:#fff;}
.pdt30{ padding-top: 30px;}
.txtcenter{ text-align: center;}
.auto_1280{ width:1280px; position: relative;}

#home .home,
#products .products,
#solution .solution,
#services .services,
#rfq .rfq,
#contact .contact,
#about .about{ border-bottom: 3px solid #1f4b8a;}

.window-container{position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;background-image:url(../images/window.png);background-repeat:repeat;display:none}
.window-container .window-main{position:absolute;z-index:10;top:50%;left:50%;margin-top:-100px;margin-left:-220px;padding:40px 29px;line-height:40px;width:396px;height:45px;border-radius:10px;color:#e9672d;background-color:#fff;font-size:20px;border:7px solid #2a3e6c}
.window-container .window-main img{float:left}



input,button,select,textarea{ outline:none; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal;}

#warp{ width:100%; height:auto; overflow: hidden;}
.HeaderM{ display: none;}

.TopBG{ width: 100%; background: #f5f5f5; height: 24px; line-height:24px; padding: 11px 0;}
.TopBG span img{ vertical-align: middle; padding-right: 10px;}
.TopBG span a{ margin-left: 30px;}

.HeaderBg{ width: 100%; height: 36px; padding: 25px 0; background: #FFFFFF;}
.HeaderBg.current{ position: fixed; left: 0; top: 0; z-index: 999; border-bottom: 1px solid #EEEEEE;}

.Header{ width: 1280px; height: 36px; }
.Header .logo{ float: left; width: 160px; height: 36px;}
.Header .logo a{ display: block;  width: 160px; height: 36px; background: url(../images/logo.png) no-repeat;}
.Header .logo h1{ opacity:0;}
#translate{ width: 150px; height: 34px; line-height: 34px; border: 1px solid #EEEEEE; border-radius: 30px; float: right; display:none;}
#translate select{ width: 130px; height: 34px; line-height: 34px; border: none; text-align: center; background: none;}

.Tlang{ width: 150px; height: 34px; line-height: 34px; border: 1px solid #EEEEEE; border-radius: 30px; float: right; position:relative; text-align:center; z-index:999;}
.Tlang i{ padding-left:10px;}
.Tlang ul{ position:absolute; left:0; top:34px; width:150px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); background:#fff; z-index:999; display:none; height:auto; overflow-y:auto;}
.Tlang ul li{ line-height:40px; height:40px; border-bottom:1px solid #eee;}
.Tlang ul li a{ display:block;}
.Tlang ul li a:hover{ background:#1f4b8a; color:#fff;}
.Tlang:hover ul{ display:block;}

 /*滚动条样式*/
.Tlang ul::-webkit-scrollbar {/*滚动条整体样式*/

            width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
        }
.Tlang ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(181,181,181,1);
            background: rgba(181,181,181,1);
        }
.Tlang ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(238,238,238,1);
            border-radius: 0;
            background: rgba(238,238,238,1);
        }



.Header .nav{ float: right; height: 36px; line-height: 36px;  margin-right:40px;}
.Header .nav li{ float: left; font-size: 15px; position: relative; padding: 0 10px; font-weight: bold}
.Header .nav li a{ display:inline-block;  }
.Header .nav li a:hover{ border-bottom: 3px solid #1f4b8a;}
.Header .nav li a i{ padding-left: 10px;}


.Header .nav ul li ul{ position: absolute; left: -30px; top: 33px; background: #FFFFFF; width:240px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); display: none;  z-index:888 }
.Header .nav ul li ul li{ padding: 0; text-align: center; width:240px;  height: auto; line-height: 22px; padding:10px 0; font-size: 14px; border-bottom: 1px solid #EEEEEE; font-weight: normal;}
.Header .nav ul li ul li a:hover{ background: #1f4b8a;  color:#fff; border-bottom: none;}
.Header .nav ul li ul li a{ display:block;  color: #333333; }
.Header .nav li ul li ul.nul2{ left:241px; top:0; width: 340px;}
.Header .nav li ul li ul.nul2 li{ width: 340px;}
.Header .nav li:hover ul.nul1{ display: block;}
.Header .nav li ul li:hover ul.nul2{ display: block;}

.searchshow{ width: 374px; height: 48px; line-height: 48px; z-index: 666;  background: #EEEEEE; float:left;}
.searchshow .inputt{ width:320px; height:48px; border:none; float: left; font-size: 16px; box-sizing: border-box; padding: 0 30px; background: #EEEEEE;}
.searchshow .submitt{ width: 54px; height: 48px; float: left;  border: none; background:#00bbff; color: #FFFFFF; font-size: 18px; }


.gsearchshow{  height: 48px; line-height: 48px; z-index: 666;  background: #1f4b8a;  float:left; width:auto; margin-left:1%; margin-bottom:30px;}
.gsearchshow .inputt{ width:520px; height:48px; border:none; float: left; font-size: 16px; box-sizing: border-box; padding: 0 30px;}
.gsearchshow .submitt{ width: 104px; height: 48px; float: left;  border: none; background:#1f4b8a; color: #FFFFFF; font-size: 18px; }

.searchshowTop{ width: 274px; height: 32px; line-height: 32px; z-index: 666;  background: #EEEEEE; float:right; margin-top:-4px;}
.searchshowTop .inputt{ width:220px; height:32px; border:none; float: left; font-size: 14px; box-sizing: border-box; padding: 0 10px; background: #EEEEEE;}
.searchshowTop .submitt{ width: 54px; height: 32px; float: left;  border: none; background:#00bbff; color: #FFFFFF; font-size: 14px; }



.Banner{ position: relative;}
/**banner**/
.main_visual .owl-carousel,.main_visual .owl-stage-outer,.main_visual .owl-stage,.main_visual .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual .owl-carousel .item{width: 100%;height: 100%; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual .owl-prev,.main_visual .owl-next{width:58px;height: 58px;background-repeat: no-repeat; background-position: center center; position: absolute;top: 50%;margin-top: -25px;text-indent: -999px; overflow: hidden;}
.main_visual .owl-prev{background-image: url(../images/BL.png);left: 5%; opacity: 0;}
.main_visual .owl-next{background-image: url(../images/BR.png);right: 5%;  opacity: 0;}
.main_visual:hover .owl-prev{ opacity: 1.0;}
.main_visual:hover .owl-next{ opacity: 1.0;}
.main_visual .owl-prev:hover{ background-image: url(../images/BLs.png);}
.main_visual .owl-next:hover{ background-image: url(../images/BRs.png);}

.main_visual .owl-dots{ width: 100%; text-align: center; height: 10px; position:absolute; left: 0; bottom: 30px;  z-index: 999;}
.main_visual .owl-dots .owl-dot{display: inline-block;  margin:0 5px;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 10px; height: 10px; background:#FFFFFF; border-radius: 50%;}
.main_visual .owl-dot.active span{ width: 10px; height: 10px; background:#1f4b8a; }
.main_visual .owl-carousel .item img.Bpic{ display: block;}
.main_visual .owl-carousel .item img.Bmpic{ display: none;}


.inProTit{ width: 1280px; padding: 60px 0 40px 0;}
.inProTit h4{ color: #00BBFF; line-height: 34px; font-size: 16px; text-transform: uppercase; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.inProTit h2{ color: #000; font-size: 38px; line-height: 62px; text-transform: uppercase; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.inProTit p{ float: right; width: 675px; height: auto; overflow: hidden; font-size: 16px; line-height: 32px;}

.inPro{ width: 1300px; height: auto;}
.inPro dl{ float: left; text-align: center; width: 305px; height: auto; box-sizing: border-box; border: 1px solid #cccccc; border-radius: 20px; margin: 10px;}
.inPro dl dt{ width: 100%; height: auto; padding: 15px 0; border-bottom: 1px solid #CCCCCC;}
.inPro dl dd{ width: 100%; height: auto; background: #f6f8fa; padding: 30px; overflow: hidden; box-sizing: border-box; border-radius:0 0 20px 20px; }
.inPro dl dd img{ width: 180px; height: 180px;}
.inPro dl dd h3{ height: 30px; line-height: 30px; overflow: hidden; margin-top: 10px; font-size: 20px;}
.inPro dl dd p{ font-size: 14px; line-height: 20px; height: 20px; overflow: hidden;}
.inPro dl dd h4{ margin-top: 20px; width: 137px; text-align: left; padding-left: 35px; height: 48px; line-height: 48px; font-weight: normal; font-size: 14px; background: url(../images/inmores.png) no-repeat;}
.inPro dl a:hover h4{background: url(../images/inmores1.png) no-repeat; color: #FFFFFF;}


.inProMore{ width: 100%; height: 43px; overflow: hidden; padding: 35px 0;}
.inProMore a{display: block; width: 125px; padding-left: 25px; height: 43px; line-height: 43px; color: #FFFFFF; font-size: 14px; background: url(../images/inmore.png) no-repeat;}
.inProMore a:hover{ color: #03a2dc;}



.inAbbg{width: 100%; height: auto; padding: 65px 0; background: url(../images/inabbg.png) no-repeat center; background-size:cover; }
.inAbL{ float: left; width: 570px; height: auto; overflow: hidden;}
.inAbL h4{ color: #00BBFF; line-height: 34px; font-size: 16px; text-transform: uppercase; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.inAbL h2{ color: #000;  font-size: 38px; line-height: 62px; text-transform: uppercase; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.inAbL p{ font-size: 18px; line-height: 32px; margin-top: 35px;}
.inAbL a{ margin-top: 55px; display: block; float: left; width: 125px; padding-left: 25px; height: 43px; line-height: 43px; color: #FFFFFF; font-size: 14px; background: url(../images/inmore.png) no-repeat;}
.inAbL a:hover{ color: #03a2dc;}

.inAbR{ float: right; width: 660px; height: auto;}
.inAbR dl{ transition: all ease .5s; cursor: pointer; float: left; width: 297px; height: 316px;  box-sizing: border-box; padding: 55px 40px; background: #FFFFFF; border-radius: 25px; margin-left: 30px; margin-bottom: 30px;}
.inAbR dl:nth-child(2){ margin-top: 30px;}
.inAbR dl dt{ width: 100%; height: auto; margin-top: 15px;}
.inAbR dl dd{ width: 100%; height: auto; padding-top: 28px;}
.inAbR dl dd h4{ font-size: 40px; color: #000000; line-height: 55px; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.inAbR dl dd p{ line-height: 36px; text-transform: uppercase; font-weight: bold; font-size: 20px;}
.inAbR dl:hover{ background: url(../images/inabdl.png) no-repeat; background-size:cover; color: #FFFFFF;}
.inAbR dl:hover h4{ color: #FFFFFF;}
.inAbR dl:hover img{filter: grayscale(200%) brightness(200%);}

.inSerbg{ width: 100%; height: auto; background: url(../images/inserbg.png) no-repeat center; background-size:cover; padding-bottom: 72px;}
.inSerTit{ text-align: center; width: 100%; padding: 55px 0 44px 0; color: #FFFFFF;}
.inSerTit h4{ color: #00BBFF; line-height: 40px; font-size: 16px; text-transform: uppercase; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.inSerTit h2{  font-size: 38px; line-height: 62px; text-transform: uppercase; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.inSerbg dl{ float: left; width: 410px; height: 280px; box-sizing: border-box; padding: 50px 30px; text-align: center; background: #FFFFFF; margin: 0 8px; border-radius: 25px;}
.inSerbg dl dd{ width: 100%; padding-top: 25px;}
.inSerbg dl dd h3{ text-transform: uppercase; font-size: 20px; color: #000000; line-height: 35px;}
.inSerbg dl dd p{ line-height: 20px;}


.inAppTit{ width: 1280px; padding: 60px 0 40px 0;}
.inAppTit h4{ color: #00BBFF; line-height: 34px; font-size: 16px; text-transform: uppercase; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.inAppTit h2{ color: #000;  font-size: 38px; line-height: 62px; text-transform: uppercase; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.inAppTit a{ margin-top: 33px; display: block; float: right; width: 125px; padding-left: 25px; height: 43px; line-height: 43px; color: #FFFFFF; font-size: 14px; background: url(../images/inmore.png) no-repeat;}
.inAppTit a:hover{ color: #03a2dc;}

.inApp{ width: 1280px; height: auto; overflow: hidden; padding-bottom: 100px;}
.inApp dl{ float: left; width: 33.3%; height: auto; overflow: hidden; position: relative; text-align: center; color: #FFFFFF;}
.inApp dl dt{ width: 100%; height: auto; overflow: hidden;}
.inApp dl dt img{width: 100%; height: auto;}
.inApp dl dd{ width: 100%; height: auto; overflow: hidden; position: absolute; left: 0; bottom: 15px; color: #FFFFFF;}
.inApp dl dd h3{ line-height: 30px; font-size: 22px;}
.inApp dl div{ position: absolute; left: 0; top: 0; opacity: 0; width: 100%; height: 100%; background-color: rgba(3, 162, 220, 0.8); color: #FFFFFF;}
.inApp dl div h3{ line-height: 30px; font-size: 22px; padding-top: 90px;}
.inApp dl div em{ margin-top: 20px; font-size: 40px;}
.inApp dl a:hover dd{ opacity: 0;}
.inApp dl a:hover div{ opacity: 1.0;}



.footerbg{ width: 100%; height: auto; background: url(../images/fbg.png) no-repeat center; background-size:cover;}
.footer{ width: 1280px; padding: 60px 0; color: #FFFFFF;}
.footerL{ float: left; width: 415px; height: auto; overflow: hidden;}
.footerL p{ line-height: 30px; margin-top: 35px;}

.footerM{ float: left; width: 600px; height: auto; overflow: hidden;}
.footerM dl{ float: left; margin-left: 70px;}
.footerM dl dt{ width: 100%; height: 40px; line-height: 40px; font-size: 20px; font-weight: bold;font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.footerM dl dd{ width: 100%; height: auto;}
.footerM dl dd a{ display: block; line-height: 28px; color: #FFFFFF;}
.footerM dl dd a:hover{color: #03a2dc;}
.footerM dl dd a.blue{ color: #03a2dc;}
.footerCopy{ width: 100%; height: 58px; line-height: 58px; border-top: 1px solid #96aac8; text-align: center; color: #FFFFFF;}

.footerR{ float: right; width: 220px; height: auto; overflow: hidden;}
.footerR h3{ width: 100%; height: 40px; line-height: 40px; font-size: 20px; font-weight: bold;font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.footerR p{ line-height: 28px;}
.footerR h4{ width: 100%; height: 24px;margin-top: 30px;}
.footerR h4 a{ display: block; float: left; width: 24px; height: 24px;  line-height: 24px; margin-right: 15px; background: #FFFFFF; border-radius: 50%; text-align: center;}
.footerR h4 a.fa-facebook{ color: #4668b2;}
.footerR h4 a.fa-twitter{ color: #1d98e6;}
.footerR h4 a.fa-linkedin{ color: #0076b4;}
.footerR h4 a.fa-instagram{ color: #ca3174;}

.client-2 {
            position: fixed;
            right: -152px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 80px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 14px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 3px;
            margin-top: 10px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #00BBFF;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #00BBFF;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }


.fposi{ display: none;}

.about-info{ line-height: 28px; font-size: 16px; padding: 30px 0; width: 1280px;}
.about-info img{ max-width: 100%; height: auto;}
.abList dl{ float: left; width:24%; margin: 0.5%; text-align: center;}
.abList dl dt{ width: 100%; height: auto; overflow: hidden;}
.abList dl dt img{ width: 100%; height: auto;}
.abList dl dd{ width: 100%; height: 46px; line-height: 46px; background: #FFFFFF;}

.index-imgTop1{ width: 100%; height: auto; text-align: center; padding: 40px 0;}
.index-imgTop1 h3{ line-height: 58px;  font-size: 36px; text-transform: uppercase; font-family:myFirstFont;}
.index-imgTop1 em{ width: 34px; height: 6px; background: #1f4b8a; margin-top: 10px; display: inline-block;}

.conMap{ width: 1280px; height: 400px; overflow: hidden;}
.conBox1Left{ width: 1280px; height: auto; overflow: hidden;}
.conBox1Left li{ width: 100%; height: 42px; margin-bottom: 10px;}
.conBox1Left .coninput1{ width: 100%; box-sizing:border-box; padding: 0 15px; height: 40px; border: 1px solid #EEEEEE;}
.conBox1Left .contex{ width: 100%; box-sizing:border-box; padding: 15px; height: 102px; border: 1px solid #EEEEEE;}
.conBox1Left .consub{ width: 100%; height: 55px; border: none; font-size: 16px; text-align: center; color: #FFFFFF; background: #1f4b8a;}

.banner2{ width: 100%; height: 350px;}
.banner2Txt{ width: 1280px; box-sizing: border-box; height: 350px; line-height:350px; color: #FFFFFF; text-align:center;}
.banner2Txt h3{ font-size: 42px; text-transform:uppercase;  font-family:myFirstFont;}

.abmenuBg{ width: 100%; height: 72px;  border-bottom: 2px solid #EEEEEE;}
.abmenu{ width: 1280px; height: auto; line-height: 72px; font-size: 16px; }
.abmenuL{ float: left;}
.abmenuL a{ display: block; float: left; padding: 0 25px;}
#lm_hover{ color: #FFFFFF; background:#1f4b8a; }
.abmenu span i{ padding-right: 10px; color: #1f4b8a;}
.pro-lanmu{ display: none;}
.navbar-nav-more-body{ display: none;}

.about1{ width: 1280px; padding: 35px 0;}
.about1 h3{ font-size: 26px; font-weight: normal; line-height: 40px;}
.about1 h2{ font-size: 36px; line-height: 58px; color: #1f4b8a;}
.AbL{  width: 100%; height: auto; overflow: hidden;}
.AbL h4{ color: #00BBFF; line-height: 34px; font-size: 16px; text-transform: uppercase; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.AbL h2{ color: #000;  font-size: 48px; line-height: 72px; text-transform: uppercase; font-family: SourceHanSerifCN, "Microsoft YaHei", Arial, sans-serif;}
.AbL p{ line-height: 26px; margin-top: 5px; font-size:16px;}

.AbR{ float: right; width: 546px; height: auto; overflow: hidden;}
.AbR img{ width: 100%; height: auto;}

.inAd{ width: 100%; height: 220px; text-align: center; color: #FFFFFF; background: url(../images/inAd.png) no-repeat center;}
.inAd h2{ font-size: 28px; line-height: 46px; font-weight: normal; padding-top: 68px;}
.inAd h3{ font-size: 24px; line-height: 42px; }

.inpic{ padding-bottom: 50px;}
.inpic li{ float:left;  box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); background:#fff; width:15.66%; margin:0.5%; height:auto; box-sizing:border-box; padding:20px 15px; border-radius:15px;}
.inpic li img{ width:100%; height:auto;}


.NewsList{ width: 1280px; height: auto; overflow: hidden; padding:0 0 30px 0;}
.NewsList dl{ float: left; width: 31.3%; height: auto; overflow: hidden; margin:2% 1%; background:#f7f7f7;}
.NewsList dl a{ display: block; width: 100%; height: auto; }
.NewsList dl a dt{width: 100%; height: auto; overflow: hidden;}
.NewsList dl a dt img{width: 100%; height: auto; }
.NewsList dl a dd{ width: 100%; height: auto; box-sizing:border-box; padding:20px;}
.NewsList dl a dd h3{ line-height: 32px; height: 32px; overflow: hidden; font-weight: normal; font-size: 16px;}
.NewsList dl a dd h4{ line-height: 23px; height: 23px; overflow: hidden; font-weight: normal; font-size: 14px; color: #999999;}
.NewsList dl a dd p{ width: 100%; height:72px; overflow: hidden; border-top: 1px solid #eeeeee; color: #999999; margin-top: 10px; padding-top: 12px; line-height: 24px;}

.newsShowbg{ width: 100%; height: auto; background: #eee; padding: 35px 0;}
.newsShow{ width: 1280px; height: auto; overflow: hidden; background:#fff; box-sizing:border-box; padding:30px;}
.newsShowTit{ width: 100%; height: auto; text-align: center; font-size: 26px; line-height: 36px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5;}
.newsShowTime{ width: 100%; height: 55px; line-height: 55px; color: #999999; text-align: center;}
.newsShowinfo{ font-size: 14px; color: #666666; line-height: 26px; padding: 30px 0; overflow: hidden;}
.newsShowinfo img{ max-width: 100%; height: auto; text-align:center;}
.newsShowImg{ width:100%; height:auto; padding-top:30px; text-align:center;}


.newsPrev{ width: 100%; height: auto; overflow: hidden;}
.newsPrev li{ width: 100%; height: 32px; line-height: 32px; overflow: hidden; font-size: 16px; color: #666666;}
.newsPrev li a{ color: #666666;}
.newsPrev li span{ color: #333333;}
.newsPrev li a:hover{ color: #1f4b8a;}

.wz{ width:1280px; line-height:42px; padding-bottom:20px; font-size:16px;}
.wz i{ color: #1f4b8a; padding-right:5px; font-size:18px;}

.goodsnav{ width:1280px; height:auto; overflow:hidden; padding:0 0 30px 0;}
.goodsnav dl{ width:100%; height:auto; margin-bottom:15px;}
.goodsnav dl dt{ width:100%; height:52px; line-height:52px; box-sizing:border-box; color:#fff; padding:0 20px; background:#ccc; border-radius:5px 5px 0 0; overflow:hidden;}
.goodsnav dl dt img{ width:32px; height:32px; margin-right:10px; vertical-align:middle;}
.goodsnav dl dt span{ padding-left:10px;}
.goodsnav dl dd{ width:100%; height:auto; box-sizing:border-box;}
.goodsnav dl dd a{ float:left; box-sizing:border-box; width:50%; height:42px; line-height:42px; border-bottom:1px solid #ddd;  border-right:1px solid #ddd; border-left:1px solid #ddd; padding:0 20px; overflow:hidden;}

.goodsListBox{overflow:hidden;width:98%;padding:14px 2px;height:auto;background:#e8eef3;margin-bottom:20px}
.specList{overflow:hidden;width:100%;margin-bottom:10px;overflow-x:auto}
.tableSort{width:100%}
.tableSort th{text-align:center;padding:0 5px}
.tableSort th.select-item{padding:5px}
.tableSort th.select-item input{margin-right:5px}
.tableSort th div{height:132px;background:#fff;padding:10px;overflow-y:auto;white-space:nowrap;display:block;text-align:left;font-size:12px;line-height:20px;font-weight:400}
.key-wrap{padding:5px 13px}
.key-wrap .key-item{margin:0 10px 10px 0;display:inline-block;zoom:1;padding:0 6px;height:22px;border:1px solid #dedede;font-size:12px;line-height:22px;background:#fff;cursor:pointer}
.key-wrap .key-item:hover{background:#4667b4;color:#fff}
.key-wrap .key-item .close-icon{vertical-align:-3px;margin-left:7px;display:inline-block;zoom:1;width:15px;height:15px;cursor:pointer;background-image:url(../images/del.png)}
.criteria-result-wrap{padding:0 15px}
.clear-btn{vertical-align:top;display:inline-block;zoom:1;width:98px;height:34px;background-color:#5e7e9a;font-size:14px;line-height:34px;text-align:center;color:#fff;border-radius:5px;cursor:pointer}
.sure-btn{margin-left:10px;vertical-align:top;display:inline-block;zoom:1;width:98px;height:34px;background-color:#fe8502;font-size:14px;line-height:34px;text-align:center;color:#fff;border-radius:5px;cursor:pointer}
.statistics-info{margin-left:17px;vertical-align:top;display:inline-block;zoom:1;height:34px;font-size:14px;line-height:34px;color:#666}



.parts-list .jss187{position:relative;overflow-x:auto;width:98%}
.brandlist{width:1280px}
.parts-list{}
.parts-list h3{ font-size:14px;}
.parts-list table{border:1px solid #ccc;border-collapse:collapse;border-spacing:0;width:100%;display:table;background:#fff}
.parts-list th{border:1px solid #ccc;background-color:#666;color:#fff;font-size:13px;padding:8px 5px;text-align:center}
.parts-list table tr:nth-child(2n){background:#eaeaea}
.parts-list table tr:hover{background:#fff9ee}
.parts-list td{border:1px solid #ccc;color:#042437;font-size:13px;padding:4px 5px;text-align:center;vertical-align:middle}
.parts-list table tr td:nth-child(1){background:#fff}
.parts-list table tr td:nth-child(2){background:#fff}
.parts-list table tr td.price{color:#444}
.parts-list td.price p span{color:#00b1eb}
.parts-list td.parts{min-width:230px}
.parts-list td.parts a{color:#221abb !important;font-weight:700}
.parts-list td.parts p{color:#666;font-size:12px}
.parts-list td.parts a:hover{text-decoration:underline}
.parts-list td.parts p a{color:#555 !important}
.parts-list td a.parts:hover{color:#00b1eb;font-weight:700}
.parts-list td img{max-width:60px; height:auto;}
.parts-list td.pdf{text-align:center}
.parts-list td.i{border-left:medium none}
.parts-list td.p{padding-left:15px;text-align:left}
.parts-list td.p a{font-weight:700;color:#004480;font-size:12px}
.parts-list td.p a{font-weight:700;color:#004480;font-size:12px}
.parts-list td a.p{position:relative}
.parts-list td .pic{position:absolute;left:0;bottom:20px}
.parts-list td .pic img{width:60%}
.parts-list td a.mfg{color:#004480;font-size:12px}
.parts-list td h4{padding-bottom:3px;display:inline-block;margin-top:3px; width:100%; text-align:center; margin-bottom:0;}
.parts-list td a.view{background-image: linear-gradient(160deg,#12367f 20%,#0b2864 94%);border-radius:5px;box-shadow:0 1px 2px #fff inset;color:#fff !important;font-size:14px; font-weight:normal; height:32px; line-height:32px; cursor:pointer; display:block; text-decoration:none}
.parts-list td a.view:hover{background-image: linear-gradient(160deg,#004098 20%,#0565e9 94%);color:#fff !important}
.parts-list td a i{ padding-right:10px;}
.parts-list .SelectNum{overflow:hidden;min-width:120px;clear:both;margin-bottom:5px; text-align: center;}
.parts-list a.add,a.remove{display:inline-block;font-size:22px;width:20px;height:23px;line-height:15px;padding:3px;text-align:center;cursor:pointer;border:1px solid #6c757d;background:#f2f2f2;border-radius:3px}
.parts-list a.add:hover,a.remove:hover{background:#999;color:#fff}
.parts-list input{width:41px;font-size:15px;text-align:center;height:24px;line-height:24px;border:1px solid #ced4da;border-radius:3px}
.cart-info{z-index:999;padding:30px 15px;border:1px solid #eee;position:fixed;top:50%;left:50%; height:auto; width:300px; margin-top:-150px; margin-left:-150px; height:auto;background:#f7f7f7;text-align:center; border-radius:5px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1);}
.cart-info .btn-success{height:32px;line-height:32px !important; text-align:center;}
.cart-info .close{display:block;margin:0;padding:0;position:absolute;top:5px;right:5px;width:15px;height:10px;text-indent:-9999px;background:url(../images/sprite.gif) no-repeat left -240px;cursor:pointer}
.cart-info a.btn-success {background: #2b3445; color:#fff !important; line-height:18px; display:inline-block; float:none !important; width:50% !important;}
.cart-info strong{ font-size:16px !important; text-transform:capitalize; color:#01294c !important; line-height:26px !important;}
.cart-info b{ color:red; padding:0 5px; font-size:15px;}
.cart-info p{ font-size:14px !important; font-weight:normal !important;}


.msg-tips{position:relative;margin:30px auto;padding:30px 0;width:380px;font-size:14px;text-align:left}
.msg-tips .ico{display:block;float:left;background:url(../images/icon-tips.png) no-repeat left top;width:46px;height:46px;text-indent:-99999px;overflow:hidden}
.msg-tips .ico.error{background-position:-50px 0}
.msg-tips .ico.warning{background-position:-100px 0}
.msg-tips .msg{margin-left:60px}
.msg-tips .msg strong{margin-bottom:10px;color:#444;font-size:15px}
.msg-tips .msg p{line-height:1.8em}
.msg-tips .msg i{color:red;font-style:normal}
.msg-tips1{position:fixed;left:50%; margin-left:-155px; top:50%;padding:30px 20px;width:313px;font-size:14px;text-align:left}
.msg-tips1 .ico{display:block;float:left;background:url(../images/icon-tips.png) no-repeat left top;width:46px;height:46px;text-indent:-99999px;overflow:hidden}
.msg-tips1 .ico.error{background-position:-50px 0}
.msg-tips1 .ico.warning{background-position:-100px 0}
.msg-tips1 .msg{margin-left:60px}
.msg-tips1 .msg strong{margin-bottom:10px;color:#444;font-size:15px;line-height:23px}
.msg-tips1 .msg p{line-height:1.8em;margin-bottom:10px}
.msg-tips1 .msg i{color:red;font-style:normal}


.window-container{position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;background-image:url(../images/window.png);background-repeat:repeat;display:none}
.window-container .window-main{position:absolute;z-index:10;top:50%;left:50%;margin-top:-100px;margin-left:-220px;padding:40px 29px;line-height:30px; text-align:center; width:396px;height:130px;border-radius:10px;color:#e9672d;background-color:#fff;font-size:20px;border:7px solid #2a3e6c}
.window-container .window-main img{float:left}


#goodcover{display:none;position:absolute;top:0;left:0;width:100%;height:300%;background-color:#000;z-index:888;-moz-opacity:.8;opacity:.5}
#goodsWin{width:450px;height:auto;overflow:hidden;border-radius:5px;background-color:#fff;padding:10px;position:absolute;display:none;margin-top:0;top:0;left:45%;z-index:1002}
#closebt{float:right}
#closebt img{width:20px}
.goodtxt{padding-bottom:10px}
.goodtxtTit{width:100%;line-height:42px;padding:10px 0;font-size:28px;font-weight:700;color:#000;text-align:center}
.goodtxtinfo{width:90%;box-sizing:border-box;padding-right:20px;line-height:26px;overflow:hidden;height:auto}
.goodsListBox{overflow:hidden;width:98%;padding:14px 2px;height:auto;background:#e8eef3;margin-bottom:20px}
.productshow_quotebox{width:100%;height:auto;padding:23px 15px;overflow:hidden;box-sizing:border-box}
.productshow_quotebox dl{width:338px;height:34px;overflow:hidden;margin-bottom:8px}
.productshow_quotebox dl dt{float:left;width:122px;height:34px;line-height:34px;overflow:hidden;font-weight:700;color:#333}
.productshow_quotebox dl dd{float:left;width:216px;height:34px;overflow:hidden}
.productshow_quotebox dl dd input{border:1px solid #dedede;border-radius:3px;width:194px;height:32px;padding:0 10px}
.productshow_quotebox dl dd select{width:100%;height:34px;box-sizing:border-box;padding:0 7px;border:1px solid #dedede;border-radius:3px}
.productshow_quotebox dl dd textarea{border:1px solid #dedede;border-radius:3px;width:194px;height:58px;padding:10px}
.productshow_quotebox li{ width:100%; text-align:center;}
.productshow_quotebox li input{background-image:linear-gradient(160deg,#0f60cc 20%,#1967bb 94%); color:#fff !important; border:none; width:100%; height:36px; line-height:36px;}
.gsfed  h3{background-image:linear-gradient(160deg,#0f60cc 20%,#1967bb 94%); color:#fff !important; height:46px; line-height:46px; text-indent:1em;}
.gsfed dl{ margin-bottom:0;}
.gsconr h3{background-image:linear-gradient(160deg,#0f60cc 20%,#1967bb 94%); color:#fff !important; height:46px; line-height:46px; text-indent:1em;}
.gsconr dl i{ font-size:20px; padding-right:10px;}
.gsconr dl dt{ margin-bottom:10px;}

.search-info{ width:98%; height:auto; text-align:center; padding:30px 0; clear:both;}
.search-info h4{ font-size:20px; color:#1f4b8a; padding:10px 0; line-height:22px;}

.carttips{ width:1280px; border:1px solid #ddd; box-sizing:border-box; padding:30px; margin:30px auto; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); border-radius:5px;}
.carttips h4{ color:#1f4b8a; font-size:24px; line-height:36px; font-family:myFirstFont;}
.carttips p{ line-height:26px;}
.carttab{ width:1280px; height:auto; overflow:hidden;}
.carttab table{border:1px solid #ccc;border-collapse:collapse;border-spacing:0;width:100%;display:table;background:#fff}
.carttab th{border:1px solid #ccc;background-color:#666;color:#fff;font-size:13px;padding:8px 5px;text-align:center}
.carttab table tr:hover{background:#fff9ee}
.carttab td{border:1px solid #ccc;color:#042437;font-size:13px;padding:5px;text-align:center;vertical-align:middle}
.carttab table tr td:nth-child(1){background:#fff}
.carttab table tr td:nth-child(2){background:#fff}
.carttab table .glyphicon{ width:34px; height:30px; display:block; background: url(../images/cartDe.jpg) center center no-repeat; }
.carttab table button{border:none;}
.carttab table .input-sm{ border:1px solid #ddd; border-radius:3px; box-sizing:border-box; padding:10px; width:100%;}
.cartBtn{ width:1280px; height:auto; padding:20px 0;}
.cartBtn .btn{ padding:10px 35px; border-radius:30px; border:none; color:#fff; margin-right:15px;}
.cartBtn .btn-success1{ background:#1f4b8a;}
.cartBtn .btn-success2{ background:#00bbff;}

.cartFed{ width:100%; padding:25px 0; background:#f5f5f5; box-sizing:border-box;}
.cartFed h4{ width:1280px; color:#1f4b8a; font-size:24px; line-height:36px; font-family:myFirstFont; margin-bottom:15px;}
.cartFed .form-group{ width:1280px; height:auto;}
.cartFed .form-group label{ display:block; width:100%; height:42px; line-height:42px;}
.cartFed .form-group input{ display:block; box-sizing:border-box; border:1px solid #ddd; border-radius:3px; width:100%; height:42px; line-height:42px; padding:0 20px;}
.cartFed .form-group select{ display:block; box-sizing:border-box; border:1px solid #ddd !important; border-radius:3px; width:100%; height:42px !important; line-height:42px !important;}
.cartFed .form-group  textarea{ box-sizing:border-box; border:1px solid #ddd; border-radius:3px; width:100%; height:100px; line-height:26px; padding:20px;}
.cartFed .form-group button{background:#1f4b8a; padding:15px 50px; border-radius:30px; border:none; color:#fff;  margin-top:25px; }

.rfqsu{ width:1280px; background:#fff; padding:30px;  border:1px solid #ccc; border-radius:5px; box-sizing:border-box;}
.rfqsu .alert-info{ line-height:26px; color:#00BBFF; font-family:myFirstFont; font-size:18px;}
.rfqsu h1{ color:#1f4b8a; font-size:32px; line-height:36px; padding-bottom:20px; font-family:myFirstFont;}
.rfqsu hr{ margin-bottom:15px;}
.rfqsu p{ line-height:28px; }
.rfqsu a{ padding:10px 35px; border-radius:30px; border:none; color:#fff; margin-right:15px; display:block; float:left; margin-top:15px;}
.rfqsu a.btn1{ background:#1f4b8a;}
.rfqsu a.btn2{ background:#00bbff;}

.products_show{ width:1280px; height:auto; overflow:hidden;}
.products-left{ float:left; width:980px; height:auto; background:#fff; border-radius:5px; padding:20px; box-sizing:border-box;}
.products-left .gsl{ float:left; width:33%; height:auto; overflow:hidden; text-align:center;}
.products-left .gsl img{ width:80%; height:auto;}
.products-left .gsl p{ line-height:26px; padding-bottom:30px;}
.products-left .gsr{ float:right; width:63%; height:auto; overflow:hidden; }
.products-left .gsr h1{ line-height:32px; padding:15px 0; color:#1f4b8a; font-family:myFirstFont; font-size:24px;}
.products-left .gsr dl{ float:left; width:100%; height:auto; line-height:36px; padding:13px 0; border-bottom:1px solid #eee;}
.products-left .gsr dl dt{ float:left; text-align:right; width:20%; padding-right:15px; box-sizing:border-box;}
.products-left .gsr dl dd{ float:right; width:80%;}
.products-left .gsr dl.nth2dl{ border-bottom:none; height:42px; line-height:42px;}
.gsr .col-lg-12 dd input.form-control{ width:172px; float:left; margin-left:10px; text-align:center; border:1px solid #ddd; border-radius:3px; height:42px; line-height:42px; box-sizing:border-box; padding:0 5px;}
.gsr .col-lg-12 dd a.btnbuy{ float:left; display:block; padding:0 35px; height:42px; margin-left:10px; border-radius:10px; border:none; color:#fff;  background:#1f4b8a;}
.gsr .col-lg-12 dd a.view{text-align:center;margin-top:5px; height:32px;padding:0 15px;line-height:32px;color:#fff !important;background-image: linear-gradient(160deg,#ff6b18fa 20%,#e04024 94%);border-radius:3px;float:left}
.gsr .col-lg-12 dd a.add{margin:5px;font-size:14px;height:32px;color:#000;line-height:20px;padding:3px 10px;cursor:pointer;border:1px solid #6c757d;border-radius:3px;float:left}
.gsr .col-lg-12 dd a.remove{margin:5px;font-size:24px;height:32px;line-height:20px;text-align:center;color:#000;background:#fff;padding:3px 5px;cursor:pointer;border-radius:3px;float:left}

.products-icon{  width:100%; border-top:1px solid #eee; padding-top:20px;}
.products-icon dl{  float: left; width: 32.3%; margin: 0.5%; background: #FFFFFF;  overflow: hidden;  align-items: center; display: flex; padding:0 10px; box-sizing:border-box;}
.products-icon dl img{ width: 36px; height: auto;}
.products-icon dl dd{ padding: 0 15px; }

.gsfed{ float:right; background:#fff; box-sizing:border-box; width:280px; height:auto; overflow:hidden; padding:20px;}
.gsfed h4{ line-height:32px; padding:15px 0; color:#1f4b8a; font-family:myFirstFont; font-size:24px;}
.gsfed dl{ float:left; width:100%; height:auto;}
.gsfed dl dt{ width:100%; height:38px; line-height:38px;}
.gsfed dl dd{ width:100%; height:38px;}
.gsfed dl dd input{ width:100%; height:38px; border:1px solid #ddd; border-radius:3px; padding:0 5px;  box-sizing:border-box;}
.gsfed dl.gsddl dd{ height:60px;}
.gsfed dl.gsddl dd textarea{width:100%; height:60px; border:1px solid #ddd; border-radius:3px; padding:5px; line-height:22px; box-sizing:border-box;}
.gsfed li{ margin-top:10px; float:left; width:100%;}
.gsfed li input{ width:100%; height:40px; text-align:center; color:#fff; background: #12367f; border:none;}

.inpro{ width:1300px;}
.inpro dl{ float: left; width: 15.66%; background: #FFFFFF; height: auto; overflow: hidden; border: 1px solid #eee; box-sizing:border-box; border-radius: 5px; margin:0.5%; text-align: center; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); }
.inpro dl dt{ padding: 9px 0;}
.inpro dl img{ width: 120px; height: 120px;}
.inpro dl dd{ padding: 10px; overflow: hidden;}
.inpro dl dd h4{ margin: 0; font-size: 14px; line-height: 30px; height: 30px; overflow: hidden; }
.inpro dl dd p{ margin: 0; font-size: 14px; line-height: 21px; height: 21px; overflow: hidden; color: #999;}

.conList{ width:1280px; height:auto; }
.conList dl{ width:100%; height:auto; margin-bottom:20px; border-radius:50px 0 50PX 0; padding:30px; box-sizing: border-box; background: #FFFFFF; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1);}
.conList dl dt{ width:100%; height:46px; border-bottom:1px solid #eee; line-height:46px; color:#255198; font-size:20px; font-weight:bold;}
.conList dl dd{ width:100%; height:auto; padding:25px 0; line-height:28px;}
.conList dl dd iframe{ margin-top:15px; max-width:100%; height:300px;}

.brandInfo{ width:1280px; box-sizing:border-box; padding:20px; border:1px solid #eee; border-radius:5px;}
.brandInfol{ float:left; width:20%; text-align:center;}
.brandInfol img{ width:90%; height:auto;}
.brandInfor{ float:right; width:78%; overflow:hidden;}
.brandInfor h4{ margin-bottom:5px; font-size:18px; color:#000; line-height:36px;}
.brandNav{ width:1280px; height:auto; padding:30px 0;}
.brandNav dl{ margin:10px 0; border:1px solid #eee; padding:20px;}
.brandNav dl dt{ border-bottom:1px solid #eee; line-height:42px; height:42px; font-size:18px;}
.brandNav dl dt span{ color:#999;}
.brandNav dl dd{padding-top:10px;}
.brandNav dl dd a{ display:block; float:left; box-sizing:border-box; border:1px solid #eee; padding:0 10px; overflow:hidden; height:38px; line-height:38px; width:32.3%; margin:0.5%;}


    @media (max-width: 767px) {
        .auto_1280{ width: 94%; height: auto; overflow: hidden;}
.HeaderM{ display: block ;  background: #FFFFFF; overflow: hidden; position: fixed; left: 0; top: 0; height: 60px; line-height: 60px; border-bottom: 1px solid #dedede; z-index: 9999; width: 94%; padding: 0 3%;}
.HeaderM .logo{ float: left; width:160px; height:36px; overflow: hidden; padding-top: 12px;}
.HeaderM .logo a{ display: block; overflow: hidden;   width:160px; height:36px; }
.HeaderM .logo a img{ width:160px; height:36px;}
.m-menu{float: right;width: 30px; padding-top: 15px;}
.m-menu .icon{line-height: 1;font-size: 0;display: inline-block;vertical-align: middle;cursor: pointer;}
.m-menu .icon>span{display: inline-block;width: 30px;height: 1px;background: #333;margin: 4px 0;display: inline-block;}
.m-menu .drop-down{display: none;position: fixed;top: 61px;left: 0;right: 0;background: #ffffff;height: calc(100vh);z-index: 10;text-align: center;padding: 30px 5%; overflow-y: auto;z-index: 12;}
.m-menu .drop-down::-webkit-scrollbar{display: none;}
.m-menu .drop-down>ul>li{line-height: 60px;border-bottom: 1px solid #eeeeee;}
.m-menu .drop-down>ul>li>a{font-size: 18px;color: #000;display: block;}
.m-menu .drop-down>ul>li>a>i{ padding-left: 10px;}
.m-menu .subnav{padding-bottom: 24px;display: none;}
.m-menu .subnav a{display: block;height: 40px;line-height: 40px;font-size: 16px;color: #333333;}
.m-menu .drop-down .form{border: 1px solid #e5e5e5;display: inline-block;height: 43px;line-height: 43px;border-radius: 5px;font-size: 0;vertical-align: top;position: relative;}
.m-menu .drop-down .text{display: inline-block;vertical-align: top;width: 230px;height: 30px;margin-top: 6px;padding: 0 5px; border: none;}
.m-menu .drop-down .submit{display: inline-block;vertical-align: top;width: 45px; border: none; background: url(../images/icon2.jpg) center center no-repeat;font-size: 0;height: 43px;border-left: 1px solid #e5e5e5;cursor: pointer;}

.TopBG{ display: none;}
.HeaderBg{ display: none;}

.client-2{ display: none;}

.Banner{ margin-top: 61px;}
.main_visual .owl-dots{ width: 100%; text-align: center; height: 8px; position:absolute; left: 0; bottom: 10px;  z-index: 999;}
.main_visual .owl-dots .owl-dot{display: inline-block;  margin:0 4px;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 8px; height: 8px; background: #FFFFFF; border-radius: 10px;}
.main_visual .owl-dot.active span{width: 14px; height: 8px; background:#1f4b8a; border-radius: 10px;}

.main_visual .owl-carousel .item img.Bpic{ display: none;}
.main_visual .owl-carousel .item img.Bmpic{ display:block;}
.searchshow{ width: 100%; height: 48px; line-height: 48px; z-index: 666;  background: #EEEEEE; float:none;}
.searchshow .inputt{ width:80%; height:48px; border:none; float: left; font-size: 16px; box-sizing: border-box; padding: 0 30px; background: #EEEEEE;}
.searchshow .submitt{ width: 20%; height: 48px; float: left;  border: none; background:#00bbff; color: #FFFFFF; font-size: 18px; }


.fposi{ width:100%; height:70px; background:#1f4b8a; position:fixed; left:0; bottom:0; display:block; z-index:999; }
.fposi a{ display:block; float:left; text-align:center; width:25%; height:70px; color:#fff !important; border-right:1px solid #EEEEEE;  box-sizing: border-box; }
.fposi a:last-child{ border:none}
.fposi a img{ width:30px; height:auto; padding-top:8px;}
.fposi a p{ line-height:32px; font-size:0.9rem}



.inProTit{ width: 94%; text-align: center; padding: 30px 0;}
.inProTit h2{ font-size: 1.8rem; line-height: 42px; }
.inProTit p{ display: none;}

.inPro{ width: 94%; height: auto;}
.inPro dl{ float: none; text-align: center; width: 100%;  margin: 10px 0;}
.inPro dl dt{ padding: 10px 0; }
.inPro dl dd{ padding: 20px; }
.inPro dl dd p{  height: 20px; }
.inProMore{  padding: 20px 0;}


.inAbbg{ padding: 30px 0;}
.inAbL{ float: none; width: 100%; height: auto; overflow: hidden;}
.inAbL h2{ font-size: 1.8rem; line-height: 42px; }
.inAbL p{ font-size: 1rem; line-height: 26px; margin-top: 15px;}

.inAbL a{ margin-top: 25px;  }


.inAbR{ float: none; width: 100%; height: auto;}
.inAbR dl{  float: none; width: 100%; height: auto; padding: 30px;  margin-left: 0; margin-bottom: 0; margin-top:20px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); }
.inAbR dl:nth-child(2){ margin-top: 20px;}

.inSerbg{ width: 100%; height: auto; background: url(../images/inserbg.png) no-repeat center; background-size:cover; padding-bottom: 50px;}
.inSerTit h2{ font-size: 1.8rem; line-height: 42px;}
.inSerbg dl{ float: none; width: 100%; height: auto;  padding:20px; text-align: center; margin: 12px  0; }
.inSerbg dl dd{ width: 100%; padding-top: 15px;}


.inAppTit{ width: 94%; padding: 30px 0; text-align: center;}
.inAppTit h2{ font-size: 1.8rem; line-height: 42px; }
.inAppTit a{ display: none;}

.inApp{ width: 94%; height: auto; overflow: hidden; padding-bottom: 50px;}
.inApp dl{ float: none; width: 100%; height: auto; overflow: hidden; position: relative; text-align: center; color: #FFFFFF;}


.footerbg{ width: 100%; height: auto; background: url(../images/fbg.png) no-repeat center; background-size:cover;}
.footer{ display: none;}

.footerCopy{ width: 100%; margin-bottom: 71px; height: auto; line-height: 32px; padding: 15px 0; border-top: none; text-align: center; color: #FFFFFF;}

.banner2{ width: 100%; height: 150px; margin-top: 61px;}
.banner2Txt{ width: 100%; box-sizing: border-box; height: 150px; line-height:150px; color: #FFFFFF; text-align: center;}
.banner2Txt h3{ font-size: 1.2rem; }
 

.about-info{  width: 94%;}

.abList dl{ float: left; width:49%; margin: 0.5%; text-align: center;}
.abList dl dt{ width: 100%; height: auto; overflow: hidden;}
.abList dl dt img{ width: 100%; height: auto;}
.abList dl dd{ width: 100%; height: 46px; line-height: 46px; background: #FFFFFF;}

.index-imgTop1{ width: 100%; height: auto; text-align: center; padding: 20px 0;}
.conMap{ width: 100%; height: 300px; overflow: hidden;}
.conBox1Left{ width: 94%; height: auto; overflow: hidden;}

.conMap{ width: 100%; height: 300px; overflow: hidden;}
.conBox1Left{ width: 94%; height: auto; overflow: hidden;}

.abmenuBg{ width: 100%; height: 52px;  border-bottom: 2px solid #EEEEEE;}
.abmenu{ width: 94%; height: auto; line-height: 52px; font-size: 0.9rem; }
.abmenuL{ display: none;}
.abmenu span{ float: left;}
.pro-lanmu{ display: block; float: right; font-size: 1.4rem; margin-top: 15px;}

.navbar-nav-more-body{ display: block; position:fixed;top:0;left:100%;width:100vw;height:100vh;overflow:hidden;z-index:1000;background-color:rgba(0,0,0,0.6);transition:.2s}
.navbar-nav-more-body .box-shadown{position:absolute;top:0;left:0;width:40%;height:100%}
.navbar-nav-more-body .offcanva{position:absolute;top:0;right:0;width:60%;height:100%;overflow:hidden;background-color:#1f4b8a; }
.navbar-nav-more-body .offcanvas-body{position:relative}
.navbar-nav-more-body .offcanvas-end{width:60%;z-index:999999}
.navbar-nav-more-body .top-menu-list{position:absolute;top:0px;right:0;width:100%;height:100%;transition:.2s;font-size:1rem;padding-top: 70px;}
.navbar-nav-more-body .top-menu-list.active{transform:translateX(-100%)}
.navbar-nav-more-body .top-menu-list>li{height:3.5rem;line-height:3.5rem;padding:0}
.navbar-nav-more-body .top-menu-list>li a{height:100%;padding:0 1rem;display:flex;align-items:center;justify-content:space-between; color: #FFFFFF; border-bottom: 1px solid #EEEEEE;}
.navbar-nav-more-body .top-menu-list ul{position:absolute;left:100%;width:100%;background-color:#fff;top:0;height:100%;padding:0;display:none}
.navbar-nav-more-body .top-menu-list ul.active{display:block}.navbar-nav-more-body .top-menu-list .icon{font-size:16px;color:#666}
.navbar-nav-more-body .top-menu-list ul.active .icon{margin-right:.5rem}
.index-imgTop1 h3{ line-height: 48px;  font-size: 1.5rem; }

.inAd{ width: 100%; height: auto; padding: 50px 0; }
.inAd h2{ font-size: 1.6rem; line-height: 36px; font-weight: normal; padding-top: 0;}
.inAd h3{ font-size: 1.4rem; line-height: 32px; }

.about1{ width: 94%; height: auto; overflow:hidden; }
.AbL{ float: none; width: 100%; height: auto; overflow: hidden;}
.AbL h2{ font-size: 1.8rem; line-height: 42px; }

.AbR{  float: none; width: 100%; margin-top:15px; height: auto; overflow: hidden;}

.inpic{ padding-bottom: 50px;}
.inpic li{  width:49%; margin:0.5%; }


.NewsList{ width: 94%; height: auto; overflow: hidden; padding:0 0 30px 0;}
.NewsList dl{ float: none; width: 100%; height: auto; overflow: hidden; margin:1% 0; background:#f7f7f7;}


.newsShowbg{ padding: 20px 0; margin-top:61px;}
.newsShow{ width: 94%;  padding:20px;}
.wz{ width:94% !important; line-height:26px; padding-bottom:20px; font-size:16px;}

.goodsnav{ width:94%; }

.goodsnav dl dd a{ float:left; box-sizing:border-box; width:100%; }

.gsearchshow{  height: 48px; line-height: 48px; z-index: 666;  background: #1f4b8a;  float:none; width:94%; margin-left:3%; margin-bottom:30px;}
.gsearchshow .inputt{ width:80%; height:48px; border:none; float: left; font-size: 16px; box-sizing: border-box; padding: 0 30px;}
.gsearchshow .submitt{ width: 20%; height: 48px; float: left;  border: none; background:#1f4b8a; color: #FFFFFF; font-size: 18px; }


.rfqsu{ width:94%; padding:20px;}
.rfqsu .alert-info{  font-size:1rem;}
.rfqsu h1{ font-size:1.8rem; }
.rfqsu hr{ margin-bottom:15px;}
.rfqsu p{ line-height:28px; }
.rfqsu a{ padding:10px 35px; border-radius:30px; border:none; color:#fff; margin-right:15px; display:block; float:left; margin-top:15px;}

.carttips{ width:94%; padding:20px; margin:20px auto; }

.carttab{ width:94%; height:auto; overflow-x:auto;}
.cartBtn{ width:94%; height:auto; padding:20px 0;}


.cartFed{ width:100%; padding:25px 3%; background:#f5f5f5; box-sizing:border-box;}
.cartFed h4{ width:100%; color:#1f4b8a; font-size:1.2rem; line-height:26px; font-family:myFirstFont; margin-bottom:15px;}
.cartFed .form-group{ width:100%; height:auto;}
.cartFed .form-group button{ margin-top:15px; }


.products_show{ width:94%;}
.products-left{ float:none; width:100%;}
.products-left .gsl{ float:none; width:100%; }

.products-left .gsr{ float:none; width:100%; height:auto; overflow:hidden; }
.products-left .gsr h1{ line-height:32px; padding:15px 0; color:#1f4b8a; font-family:myFirstFont; font-size:24px;}
.products-left .gsr dl{ float:left; width:100%; height:auto; line-height:36px; padding:5px 0; border-bottom:1px solid #eee;}
.products-left .gsr dl dt{ float:none; text-align:left; width:100%; padding-right:0; box-sizing:border-box;}
.products-left .gsr dl dd{ float:none; width:100%;}
.products-left .gsr dl.nth2dl{ border-bottom:none; height:auto; line-height:42px;}
.gsr .col-lg-12 dd input.form-control{ width:152px; float:left; margin-left:0; text-align:center; border:1px solid #ddd; border-radius:3px; height:42px; line-height:42px; box-sizing:border-box; padding:0 5px;}
.gsr .col-lg-12 dd a.btnbuy{ float:left; display:block; padding:0 20px; height:42px; margin-left:10px; border-radius:10px; border:none; color:#fff;  background:#1f4b8a;}

.products-icon{ display:none}


.gsfed{ float:none;width:100%; margin-top:15px; }


.inpro{ width:96%;}
.inpro dl{ float: left; width: 48%; margin:1%;  }

.conList{ width:94%; height:auto; }
.conList dl{  padding:10px; }

.conList dl dd{ padding:15px 0; }
.conList dl dd iframe{  height:200px;}

.brandInfo{ width:94%;  padding:15px; }
.brandInfol{ float:none; width:100%;}
.brandInfol img{ width:90%; height:auto;}
.brandInfor{ float:none; width:100%; padding-top:20px; overflow:hidden;}


.brandNav{ width:94%; height:auto; padding:20px 0;}
.brandNav dl{ margin:5px 0; border:1px solid #eee; padding:15px;}
.brandNav dl dd a{  width:100%; margin:0.5%;}



}