﻿@font-face
{
    font-family: myFirstFont;
    src: url(../fonts/IMPACT.ttf);
}
*{ 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: "arial, helvetica, sans-serif"; color:#333; font-size:16px; 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: #039DE9;}
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 !important; position: relative;}

#home .home,
#products .products,
#services .services,
#brand .brand,
#quality .quality,
#pcba .pcba,
#news .news,
#contact .contact,
#about .about{ border-bottom: 3px solid #039de9; }

.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:16px;border:7px solid #2a3e6c}
.window-container .window-main img{float:left}
.Tlang{ width: 120px; height: 40px; line-height: 40px; margin-top:19px; border: 1px solid #ccc; border-radius: 30px; float: right; position:relative; text-align:center; z-index:999; margin-right:20px;}
.Tlang i{ padding-left:10px;}
.Tlang ul{ position:absolute; left:0; top:40px; width:100%; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); background:#fff; z-index:999; display:none; height:400px; 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:#1EA3DB; color:#fff !important;}
.Tlang:hover ul{ display:block;}
#translate{ display:none;}
 /*滚动条样式*/
.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);
        }



input,button,select,textarea{ outline:none; font-family: "microsoft yahei";}
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;}

.Header{ width: 100%; height: auto; padding: 10px 0; background:#FFFFFF; z-index: 999; position: fixed; left: 0; top: 0; border-bottom:1px solid #EEEEEE;}
.Header .logo{ float: left; width: 89px; height: 80px; overflow: hidden;}
.Header .logo a{ display: block; width: 89px; height: 80px; background: url(../images/logo.svg) no-repeat;}

.searchshow{ float: right; width: 187px; height: 40px; margin-top: 19px; border:1px solid #ccc; border-radius: 30px;}
.searchshow input{ float: left; width: 126px; height: 40px; line-height: 40px; box-sizing: border-box; padding: 0 20px; border: none; background: none;}
.searchshow button{ float: left; width: 57px; height: 34px; background: #039DE9; border-radius: 30px; text-align: center; color: #FFFFFF; border: none; margin-top: 3px; font-size: 20px;}


.Header .nav{ float: left; height: 40px; line-height:37px; margin-left: 30px; margin-top: 20px; width:800px;}
.Header .nav ul{ display:flex;}
.Header .nav li{ float: left; font-size: 16px; font-weight: bold; position: relative; padding: 0 15px;}
.Header .nav li a{ display:inline-block; height:40px; overflow:hidden;}
.Header .nav li a:hover{ border-bottom: 3px solid #039DE9;}
.Header .nav li a i{ padding-left: 10px;}


.Header .nav ul li ul{ position: absolute; left: -30px; top: 40px; background: #FFFFFF; width:180px; 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:180px; font-weight: normal;  height: 42px; line-height: 42px; font-size: 15px; border-bottom: 1px solid #EEEEEE;}
.Header .nav ul li ul li a:hover{ background: #039DE9;  color:#fff; border-bottom: none;}
.Header .nav ul li ul li a{ display:block;  color: #333333; }
.Header .nav li ul li ul.nul2{ left:181px; top:0;}
.Header .nav li:hover ul.nul1{ display: block;}
.Header .nav li ul li:hover ul.nul2{ display: block;}



/**banner**/
.main_visual{ margin-top: 101px;}
.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-dots{ width: 100%; text-align: center; height: 8px; position:absolute; left:0;  bottom: 30px;  z-index: 999;}
.main_visual .owl-dots .owl-dot{display: inline-block;  margin:0 8px;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 30px; height: 8px; background:#ffffff; border-radius: 5px;}
.main_visual .owl-dot.active span{ width: 50px; height: 8px; background:#039de9; }

.inAbbg{ width: 100%; height: auto; background: url(../images/inAbbg.png) no-repeat center; background-size:cover; padding: 90px 0;}
.inAbL{ float: left; width: 480px; height: auto; overflow: hidden;}
.inAbL h2{ color: #111; font-size: 60px; line-height: 74px; font-weight: normal;  font-family: myFirstFont; text-transform: uppercase;}
.inAbL p{ font-size: 18px; line-height: 26px; margin-top: 30px;}
.inAbL a{ display: block; background-image: linear-gradient(160deg,#009feb 20%,#005ebc 94%); margin: 0; margin-top: 90px; width: 192px; height: 47px; line-height: 47px; color: #FFFFFF; text-transform: uppercase; font-size: 16px; font-weight: bold; text-align: center; }
.inAbL a img{ margin-left: 10px;}
.inAbL a:hover{ background-image: linear-gradient(160deg,#005ebc 20%,#009feb 94%);}

.inAbR{ float: right; width: 733px; height: auto; overflow: hidden;}
.inAbR img{ width: 100%; height: auto;}
.inAbRnum{ width: 100%; height: 115px; padding-top: 20px; background: #FFFFFF; }
.inAbRnum dl{ float: left; width: 33.3%; height: auto; text-align: center;}
.inAbRnum dl dt{ line-height: 58px; height: 58px;}
.inAbRnum dl dt h4{ color: #039de9;  font-family: myFirstFont; font-size: 48px; font-weight: normal; display: inline-block;}
.inAbRnum dl dt span{ font-size: 24px; padding-left: 10px;}
.inAbRnum dl dd{ line-height: 32px; font-size: 14px;}

.inTit{ width: 880px; text-align: center; padding: 80px 0 50px 0;}
.inTit h2{ color: #111111; font-size: 60px; font-weight: normal; font-family: myFirstFont; line-height: 90px; text-transform: uppercase;}
.inTit p{ font-size: 18px; line-height: 26px;}
.inSou{ width: 100%; height: auto; display: flex;}
.inSou dl{ float: left; width: 20%; height: auto; overflow: hidden; text-align: center; position: relative;}
.inSou dl dt{ width: 100%; height: auto;}
.inSou dl dt img{ width: 100%; height: auto;}
.inSou dl dd{ width: 280px; height: 190px; padding-top: 90px; position: absolute; left: 50%; top: 50%; margin-left: -140px; margin-top: -140px;}
.inSou dl dd p{ color: #FFFFFF; line-height: 72px; height: 72px; overflow: hidden; font-size: 20px;}
.inSou dl a:hover dd{background: rgba(3, 157, 233, 0.4); border-radius: 50%;}

.inPro{ width: 1320px; height: auto;}
.inPro dl{ float: left; width: 31.3%; height: auto; margin: 1%;   box-sizing: border-box; border:1px solid #CCCCCC; position: relative;}
.inPro dl dd{ width: 100%; height: auto; padding: 10px 20px; text-align: center; box-sizing: border-box;}
.inPro dl dd img{ width: 100%; height: auto;}
.inPro dl dt{  opacity: 0; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #039de9; color: #FFFFFF; padding: 25px 35px; box-sizing: border-box;}
.inPro dl dt h4{ line-height: 32px; height: 32px; overflow: hidden; font-size: 24px;}
.inPro dl dt p{ font-size: 16px; line-height: 24px; height: 48px; overflow: hidden;}
.inPro dl dt a{ display: block; color: #FFFFFF; font-size: 18px;0 font-weight: bold; margin-top: 15px;}
.inPro dl dt a img{margin-left: 10px;}
.inPro dl dt a:hover{ text-decoration: underline;}
.inPro dl:hover dt{ opacity: 1.0;}


.inProMore{ width: 100%; height: auto; padding-top: 40px;}
.inProMore a{ display: block; background-image: linear-gradient(160deg,#009feb 20%,#005ebc 94%); width: 192px; height: 47px; line-height: 47px; color: #FFFFFF; text-transform: uppercase; font-size: 16px; font-weight: bold; text-align: center; }
.inProMore a img{ margin-left: 10px;}
.inProMore a:hover{ background-image: linear-gradient(160deg,#005ebc 20%,#009feb 94%);}

.inYsBg{ width: 100%; height: auto; background: url(../images/inYsbg.png) no-repeat center; background-size:cover; padding: 80px 0;}
.inYsBg h2{ color: #FFFFFF; text-align: center; font-size: 60px; font-weight: normal; font-family: myFirstFont; line-height: 90px; text-transform: uppercase;}
.inYsList{ width: 1280px; height: auto; padding-top: 40px;}
.inYsList dl{ float: left; width: 409px; height: auto; background: #FFFFFF; border-radius: 20px; margin-left: 26px; box-sizing: border-box; padding: 50px; text-align: center;}
.inYsList dl:first-child{ margin-left: 0;}
.inYsList dl dd{ width: 100%; height: auto; padding-top: 30px;}
.inYsList dl dd h4{ font-size: 20px; color: #111111; text-transform: uppercase; line-height: 40px; height: 40px; overflow: hidden;}
.inYsList dl dd p{ font-size: 18px; line-height: 26px; height: 78px; overflow: hidden;}



.inNewsBg{ width: 100%; height: auto; background: url(../images/innewsbg.png) no-repeat center; background-size:cover; padding: 90px 0;}

.inNewsTit{ width: 1280px; height: 47px; line-height: 47px; overflow: hidden;}
.inNewsTit h2{ color: #111111; font-weight: normal; font-family: myFirstFont; line-height: 47px; font-size: 60px; text-transform: uppercase;}
.inNewsTit a{ float: right; display: block; background-image: linear-gradient(160deg,#009feb 20%,#005ebc 94%); width: 192px; height: 47px; line-height: 47px; color: #FFFFFF; text-transform: uppercase; font-size: 16px; font-weight: bold; text-align: center; }
.inNewsTit a img{ margin-left: 10px;}
.inNewsTit a:hover{ background-image: linear-gradient(160deg,#005ebc 20%,#009feb 94%);}

.inNews{ width: 1280px; height: auto; overflow: hidden; padding-top: 40px;}
.inNewsL{ float: left; width: 630px; height: auto; background: #FFFFFF; overflow: hidden; padding: 0 20px 20px 20px; box-sizing: border-box; border-radius: 3px;}
.inNewsL dl{ width: 590px; height: 80px; overflow: hidden; padding: 16px 0; border-bottom: 1px solid #EEEEEE;}
.inNewsL dl dt{ float: left; width: 133px; height: 80px; overflow: hidden;}
.inNewsL dl dt img{width: 133px; height: 80px;}
.inNewsL dl dd{ float: right; width: 424px; height: 80px; overflow: hidden;}
.inNewsL dl dd a{ display: block; font-size: 14px; line-height: 20px; height: 40px; overflow: hidden;}
.inNewsL dl dd p{ line-height: 24px; height: 24px; margin-top: 15px;}
.inNewsL dl dd p img{ margin-right: 8px;}
.inNewsL dl dd p em{ font-style: normal;}


.inNewsR{ float: right; width: 650px; height: auto; overflow: hidden;}
.inNewsR dl{ float: left; background: #FFFFFF; border-radius: 3px; width: 308px; height: 359px; box-sizing: border-box; overflow: hidden; padding: 18px 16px; margin-left: 17px;}
.inNewsR dl dt img{ width: 100%; height: auto;}
.inNewsR dl dd{ width: 100%; height: auto; padding-top: 15px;}
.inNewsR dl dd a{ display: block; font-size: 14px; line-height: 20px; height: 40px; overflow: hidden;}
.inNewsR dl dd p{ height: 32px; line-height: 32px; padding-top: 13px; border-top:2px solid #f6f6f6; margin-top: 15px;}
.inNewsR dl dd p img{ margin-right: 8px;}
.inNewsR dl dd p em{ font-style: normal;}


.footer{ width: 100%; height: auto; padding: 85px 0; background: #202020;}
.footerL{ float: left; width: 440px; height: auto; color: #FFFFFF; overflow: hidden;}
.footerL h2{ font-size: 42px; line-height: 56px; text-transform: uppercase; font-family: myFirstFont; font-weight: normal;}
.footerL h4{ line-height: 55px; margin-top: 40px; font-size: 20px;}
.footerL .Flinks{ width: 100%; height: auto;}
.footerL .Flinks a{ float: left; border-radius: 50%; margin-right: 12px; display: block; width: 34px; height: 34px; line-height: 34px; font-size: 20px; border:1px solid #4a4a4a; color: #FFFFFF; text-align: center;}
.footerL .Flinks a:hover{ background: #039DE9; border-color:#039DE9 ;}

.footerR{ float: right; width: 740px; height: auto; color: #FFFFFF;}
.footerR dl{ float: left; width: auto; height: auto; padding-left: 70px;}
.footerR dl dt{ width: 100%; height: auto; font-size: 26px; line-height: 46px; font-weight: bold;}
.footerR dl dd{ width: 100%; height: auto; padding-top: 10px;}
.footerR dl dd a{ display: block; color: #FFFFFF; line-height: 28px;}
.footerR dl dd a:hover{ text-decoration: underline;}
.footerR dl dd p{ line-height: 28px;}
.footerR dl dd p img{ vertical-align: middle; margin-right: 8px;}

.footerCopy{ width: 100%; height: auto; text-align: center; line-height: 32px; color: #FFFFFF; padding: 15px 0; background: #161616;}

.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: #039de9;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #039de9;
            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;
            display: block;
        }



.abYsBg{ width: 100%; height: auto; background: url(../images/abYsbg.png) no-repeat center; background-size:cover; padding: 80px 0;}
.abYsBg h2{ color: #111111; text-align: center; font-size: 60px; font-weight: normal; font-family: myFirstFont; line-height: 90px; text-transform: uppercase;}
.abYsList{ width: 1280px; height: auto; padding-top: 40px;}
.abYsList dl{ float: left; width: 409px; height: auto; background: #FFFFFF; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1);  border-radius: 20px; margin-left: 26px; box-sizing: border-box; padding: 50px; text-align: center;}
.abYsList dl:first-child{ margin-left: 0;}
.abYsList dl dd{ width: 100%; height: auto; padding-top: 30px;}
.abYsList dl dd h4{ font-size: 20px; color: #111111; text-transform: uppercase; line-height: 40px; height: 40px; overflow: hidden;}
.abYsList dl dd p{ font-size: 18px; line-height: 26px; height: 78px; overflow: hidden;}

.banner2{ margin-top: 101px; width: 100%; height: 350px; text-align: center; color: #FFFFFF;}
.banner2 h2{ font-size: 60px; line-height: 120px; padding-top: 110px; text-transform:uppercase;}
.banner2 em{ display: block; background: #FFFFFF; width: 82px; height: 5px;}


.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 20px;}
#lm_hover{ color: #FFFFFF; background:#039de9; }
.abmenu span i{ padding-right: 10px; color: #039de9;}

.about1{ width: 1280px; height: auto; padding: 60px 0;}
.about1L{ float: none; width: 100%; height: auto; overflow: hidden; }
.about1L img{ width: 100%; height: auto;}
.about1R{ float: none; width: 100%; height: auto; overflow: hidden; padding-bottom:30px;}
.about1R h2{ color: #111; font-size: 60px; line-height: 74px; font-weight: normal;  font-family: myFirstFont; text-transform: uppercase;}
.about1R p{ font-size: 15px; line-height: 24px; margin-top: 10px;}

.AbRnum{ width: 100%; height: 115px; padding-top: 20px; background: #f5f5f5; margin-top: 80px; }
.AbRnum dl{ float: left; width: 33.3%; height: auto; text-align: center;}
.AbRnum dl dt{ line-height: 58px; height: 58px;}
.AbRnum dl dt h4{ color: #039de9;  font-family: myFirstFont; font-size: 48px; font-weight: normal; display: inline-block;}
.AbRnum dl dt span{ font-size: 24px; padding-left: 10px;}
.AbRnum dl dd{ line-height: 32px; font-size: 14px;}

.ab2bg{ width: 100%; height: auto; background: url(../images/ab2bg.jpg) repeat-y; padding: 85px 0;}
.ab2box{ width: 1280px; height: auto; overflow: hidden; color: #FFFFFF;}
.ab2boxL{ float: left; width: 575px; height: auto; overflow: hidden;}
.ab2boxL h2{font-size: 60px; line-height: 74px; font-weight: normal;  font-family: myFirstFont; text-transform: uppercase;}
.ab2boxL p{ font-size: 14px; line-height: 26px; margin-top: 25px;}

.ab2boxLlist{ width: 100%; height: auto; overflow: hidden; margin-top: 25px;}
.ab2boxLlist dl{ float: left; width: 265px; height: 220px; background: #1fa8ec; margin-right: 18px; margin-bottom: 18px; box-sizing: border-box; padding: 25px 20px;}
.ab2boxLlist dl dt{ width: 100%; height: auto;}
.ab2boxLlist dl dd{ width: 100%; height: auto; padding-top: 20px;}
.ab2boxLlist dl dd h4{ font-size: 20px; line-height: 34px;}
.ab2boxLlist dl dd p{ line-height: 20px;  font-size: 14px; margin-top: 3px;}

.ab2boxR{ float: right; width: 654px; height: auto; overflow: hidden;}
.ab2boxR img{ 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: 52px; line-height: 52px;background: #f5f5f5; font-size:16px;}

.about-info{ width: 1280px; padding: 30px 0; line-height: 28px; font-size: 16px;}
.about-info img{ max-width: 100%; height: auto;}

.inSouTit{ width: 100%; height: auto; text-align: center; color: #000;  padding:30px 0;}
.inSouTit h2{ color: #111; font-size: 60px; line-height: 74px; font-weight: normal;  font-family: myFirstFont; text-transform: uppercase;}




.conMap {
    width: 1280px;
    height: 450px;
    overflow: hidden;
}

.conFed {
    width: 1280px; padding-bottom:50px;
    height: auto;
    overflow: hidden;
}

    .conFed dl {
        width: 100%;
        height: auto;
    }

        .conFed dl dt {
            width: 100%;
            height: 42px;
            line-height: 42px;
            font-size: 16px;
        }

        .conFed dl dd {
            width: 100%;
            height: 42px;
        }

            .conFed dl dd input {
                width: 100%;
                padding: 0 15px;
                height: 42px;
                border: 1px solid #dedede;
                box-sizing: border-box;
                line-height: 42px;
                border-radius: 5px;
            }

            .conFed dl dd textarea {
                width: 100%;
                padding: 15px;
                height: 80px;
                border: 1px solid #dedede;
                box-sizing: border-box;
                line-height: 24px;
                border-radius: 5px;
            }

    .conFed li {
        width: 100%;
        height: 42px;
        margin-top: 20px;
    }

        .conFed li input {
            width: 100%;
            height: 42px;
            line-height: 42px;
            border: none;
            background: #039de9;
            color: #FFFFFF;
            font-size: 16px;
            border-radius: 5px;
        }

.newsList{ width: 1300px; height: auto; overflow: hidden; padding-top:20px;}
.newsList dl{ float: left; width: 31%; height: auto; overflow: hidden; margin: 1%;}
.newsList dl dt{ width: 100%; height: auto; overflow: hidden;}
.newsList dl dt img{ width: 100%; height: auto;}
.newsList dl dd{ width: 100%; height: auto; overflow: hidden; box-sizing: border-box; padding: 30px 25px; background: #f5f5f5;}
.newsList dl dd h2{color: #A8A8A8; font-size: 15px; line-height: 36px; font-weight: normal;}
.newsList dl dd h4{font-size: 16px;font-weight: normal;color: #000000; line-height: 30px; height: 60px; overflow: hidden; margin-top: 10px;}
.newsList dl dd p{ margin-top: 20px; line-height: 28px; height: 56px; overflow: hidden; color: #666666;}
.newsList dl dd h3{transition: all ease .5s; width: 162px; height: 40px; border: 1px solid #999999;  text-align: center; line-height: 40px; color: #666; float: left; margin-top:25px; font-weight: normal;}
.newsList dl dd h3 i{ padding-left: 8px;}
.newsList dl a:hover h3{background: #039de9; color: #FFFFFF; border-color:#039de9;}
.newsList dl a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}

.newsBg{ width:100%; padding:30px 0; background:#f5f5f5;}
.NewsShow{ width:1280px; box-sizing:border-box; background:#fff; padding:30px;}
.NewsShowTit{ width:100%; height:auto; line-height:42px; font-size:30px; text-align:center; padding:15px 0; font-weight:bold;}
.NewsShowAdmin{ width:100%; line-height:30px; text-align:center; color:#999;}
.NewsShowInfo{ padding:25px 0; line-height:28px; font-size:15px; overflow:hidden;}
.NewsShowInfo img{ max-width:100%; height:auto;}

.newsPrev{ width:100%; line-height:30px; font-size:15px;}



.cart-step{ width: 1280px; height: 188px; overflow: hidden;}
.cart-step img{ width: 1280px; height: 188px;}

.cart-tips{ width: 1280px; height: auto; line-height: 28px; margin-top: 20px; box-sizing: border-box; padding: 15px;  border: 1px solid #DEDEDE; border-radius: 3px;}


.cart-from{width: 1280px; height: auto; margin-top: 20px; box-sizing: border-box; border: 1px solid #DEDEDE; border-radius: 3px;}
#inputHtml tr > th { background: #039de9; color: #fff; height: 38px; line-height: 38px;}
.cart-from table{ width: 100%; border-collapse:collapse;border-spacing:0;}



.cart-from table input{ width: 70%; padding:0 5%; margin:10px 0 10px 5%; border: 1px solid #DEDEDE; height: 28px; line-height: 28px;}
.cart-from table tr{border: 1px solid #DEDEDE; }
.cart-from table input.checkall{ width:20px; float:left}
.cart-from table button{ width: 34px; height: 30px; border: none; background: url(../images/cartDe.jpg) no-repeat;}

.cart-button { padding: 10px; }
.cart-button button{ width: 106px; height: 30px; line-height: 30px; border: none; background: #039de9; color: #FFFFFF; border-radius: 3px;}

.cart-fed{ width: 1280px; box-sizing: border-box; padding: 15px;  border: 1px solid #DEDEDE; border-radius: 3px; margin-top: 20px;}
.cart-fed h2{ font-weight: normal; color: #333333; font-size: 18px;}
.cart-fedBox{ width: 100%; height: auto; overflow: hidden; padding: 20px 0;}

.cart-fedBoxL{ float: left; width: 50%; height: auto; overflow: hidden;}
.cart-fedBoxL dl{ width: 100%;   line-height: 34px; margin-top:20px;}
.cart-fedBoxL dl dt{ float: left; width: 30%; padding-left: 5%; height: 34px; overflow: hidden; font-weight: bold; color: #333333;}
.cart-fedBoxL dl dd{ float: left; width: 65%; min-height: 56px; overflow: hidden;}
.cart-fedBoxL dl dd input{ width: 100%; height: 34px; box-sizing: border-box; padding:0 15px ;  border: 1px solid #DEDEDE; border-radius: 3px;}
.cart-fedBoxL dl dd textarea{ border: 1px solid #DEDEDE; border-radius: 3px; width:100%; height: 80px; padding: 15px; box-sizing: border-box;}
.cart-fedBoxL dl dd select{ width: 100%; height: 34px; box-sizing: border-box; padding:0 15px ;  border: 1px solid #DEDEDE; border-radius: 3px;}

.cart-fedBtn{ width: 100%; height: 34px; padding-top: 20px; border-top: 1px solid #EEEEEE; text-align: center;}
.cart-fedBtn button{ width: 60%; height: 34px; background: #039de9; border: none; color: #FFFFFF; border-radius: 3px;}



.message {   width: 1280px;  margin-top:131px;  
}
 
.panel-default {border: 1px solid #ccc;padding: 15px;border-radius: 5px;}
.panel-default .bg-default {
    
    }
.panel-default .alert-info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 12px;
    border-radius: 6px;
}

.message h1 {
    margin-top: 18px;
    font-weight: 500;
    font-size: 36px;
    color: #000;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.message p{ line-height:28px; margin-bottom:10px}
.message .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-success {
    color: #fff;
    background-color: #ef7603;
    border-color: #4cae4c;
}
.btn-info {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.GoodsMain{ width:94%; padding:50px 3%; }
.GoodsMainL{ float:left; width:20%; height:auto;}
.GoodsMainL h2{ background:#039de9; color:#fff; font-size:20px; padding:0 25px; box-sizing:border-box; height:46px; line-height:46px;}

.GoodsMainR{ float:right; width:77%; height:auto;}

.goodsList{ width:100%; height:auto;}
.goodsList .gimg img{ width:45px; height:45px;}
.goodsList a.gquo{ width:98px; height:29px; line-height:29px; background:#039de9; display:block; color:#fff; cursor:pointer;}
.goodsList a.gquo:hover{ color:#039de9; background:#ccc;}



.GoodsMenu .menu_head{width: 100%; height: 42px; line-height: 42px; margin-top: 1px;}
.GoodsMenu .menu_head a{display: block; width: 100%; height: 42px; background: #353535 url(../images/Mlibg.png) no-repeat 12px center; font-size: 15px; color: #FFFFFF; padding-left: 42px; box-sizing: border-box; }
.GoodsMenu .menu_head.current a{background: #000000 url(../images/Mlibgs.png) no-repeat 12px center;}
.GoodsMenu dd{ width: 100%; height: auto; display: none;}
.GoodsMenu dd a{ display: block; width: 100%; height: 35px; line-height: 35px; background: #ebebeb; margin-top: 1px; font-size: 14px; box-sizing: border-box; padding-left: 40px;}
.GoodsMenu dd li{ position:relative; width:100%;}
.GoodsMenu dd li:hover ul{ display:block;}
.GoodsMenu dd li ul{ position:absolute; left:251px; top:0; display:none; z-index:999;}
.GoodsMenu dd li ul a{ display:block; width:230px; height:42px; line-height:42px; font-size:14px; padding:0; text-align:center;}

#lm_hover2{ color: #039de9;}

/*提示样式*/
.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:#f00; font-style:normal;}
	
 

.goodsList .msg-tips1{position: fixed;right: 20%;top: 25%;margin: 30px auto;padding: 30px 20px;width: 339px;font-size: 14px;text-align: left;}
.goodsList .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; }
.goodsList .msg-tips1 .ico.error{ background-position:-50px 0; }
.goodsList .msg-tips1 .ico.warning{ background-position:-100px 0; }
.goodsList .msg-tips1 .msg{ margin-left:60px; }
.goodsList .msg-tips1 .msg strong{ margin-bottom:10px; color:#444; font-size:15px; line-height:22px;}
.goodsList .msg-tips1 .msg p{ line-height:1.8em; margin-bottom:10px; }
.goodsList .msg-tips1 .msg i{color: #fff;font-style:normal;}
.goodsList .cart-info {background:#fff;border: 5px  solid #b76161;border-radius: 10px;box-shadow: 4px 2px 10px 3px #0000007d;}
.goodsList .cart-info .btn-success{float:left;height: 34px;line-height: 34px;padding: 0px 10px;border-radius: 5px;}
.goodsList .cart-info .btn-success1{
    float:left;
    background: #ee0000;
    margin-left:10px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    }
.goodsList .cart-info .close{
    float:left;
    background: #848484;
    margin-left:10px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    }
  .parts-list  .cart-info .btn-success{ float:left;}  
 .parts-list .cart-info .btn-success1{float:left; background: #ee0000;
    border: 1px solid #ee0000;
    text-shadow: 0 -1px 0 #ee0000; height: 32px;  line-height: 32px; margin-left:10px; }   	