@charset "utf-8";

/* CSS Document */
*{ margin:0; padding:0;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: ".";  clear: both;height: 0;}
.clearfix { display: inline-block;  zoom:1;}
img{display: inline-block;border:none;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, fieldset, form, input, select, textarea, figure{margin: 0;}
ul, ol, menu{list-style: none;margin: 0;padding: 0;}
a{
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a, a:active, a:focus{outline:none;}
table{border-collapse:collapse;border-spacing:0;}
blockquote, q{quotes: none;}
address, em, i{font-style: normal;}
abbr, acronym{font-variant: normal;}
hr{display: block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}
fieldset, a img, iframe{border: 0 none;}
input, select, button{vertical-align: middle;}
input, textarea, select{*font-size: 100%;}
button{overflow: visible;}
button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner{border: 0 none;padding: 0;}
:active{outline: 0 none;}
::selection{background: #e74700;color: white;}
blockquote:before, blockquote:after, q:before, q:after{content: '';content: none;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix{*zoom:1;}
*{font-family:"Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;}
body{background-color: #fff;font: 14px/1.5em "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;max-width: 1920px;margin: 0 auto;min-width:300px;overflow-x:hidden; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  color:#4e4e4e;
}
#header *,
.containe *{
   transition:all .5s ease;
  -webkit-transition: all .5s ease;
    }
h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}
/* 通用样式 */
.fl{float:left;}
.fr{float:right;}
.boxWrap{
  width: 240px;
  -moz-transition:margin-top .5s ease-out;
  -webkit-transition:margin-top .5s ease-out;
  -o-transition:margin-top .5s ease-out;
  -ms-transition:margin-top .5s ease-out;
}
.boxWrap:hover{ margin-top:-179px;}
ul{overflow: hidden;}
input,a{outline:none;}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none ;border-radius: 0;cursor:pointer;
}
input:-webkit-autofill {-webkit-box-shadow: 0px 0px 1000px white inset;}
.containe{
  display: block;
  max-width: 1200px;
  margin:0 auto;
  position: relative;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #999999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #999999;
} 
div.big {overflow: hidden;}
div.big img{width: 100%;display: block; transition: .1s transform;
    transform: translateZ(0);}
div.big:hover img{
    transform: scale(1.2, 1.2);
    transition: .3s transform;
} 
.over,.over li a,.over a{overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.clear{clear: both;}
.imgDiv img {position: relative; left: 50%; margin-left: -960px;display: block; }
div.digg {padding: 3px; margin: 70px 0 0; text-align: center; font-size: 12px; } 
div.digg a {border: #ccc 1px solid; padding: 4px 10px; color: #666; text-decoration: none; margin: 5px; line-height: 39px; } 
.pagination{margin-left: 15px; vertical-align: middle; text-align: left;display: inline-block;} 
.pagination li{    display: inline-block;}
.pagination li.active a{ border: #3a210a 1px solid; padding: 4px 10px; color: #fff; font-weight: bold; background-color: #3a210a;}
/* flexslider */
.flexslider{margin:0;position:relative;width:100%;height:100%;overflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}
@media screen and (max-width: 767px) {
.flex-direction-nav{display: none;}
}
.imgcon{text-align: center;}
.imgcon img{display:inline-block;vertical-align: middle;max-width: 100%;}
.imgcon::after{display: inline-block; font-size: 0; content: "."; clear: both; height: 100%; width: 0; vertical-align: middle;}
.tabCon .con {display: none; }
.tabCon .con.act{display: block; }
.container {
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
}



// 内页--产品列表
.callbacks_container{margin-bottom:2px;position:relative;width:100%;max-width:100%;text-align:center;overflow: hidden;}
.callbacks{position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0;}
.callbacks li{position:absolute;width:100%;left:0;top:0;}
.callbacks img{display:block;position:relative;z-index:1;height:auto;width:100%;border:0;}
.callbacks .caption{display:block;position:absolute;z-index:2;font-size:20px;text-shadow:none;color:#fff;background:#000;background:rgba(0,0,0, .8);left:0;right:0;bottom:0;padding:10px 20px;margin:0;max-width:none;}
.callbacks_nav{position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);top:50%;left:0;opacity:0.6;z-index:3;text-indent:-9999px;overflow:hidden;text-decoration:none;height:61px;width:38px;background:transparent url("../images/themes.gif") no-repeat left top;margin-top:-30px;display:none;}
.callbacks_container:hover .callbacks_nav{display:block;}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{left:auto;background-position:right top;right:0;}
@media screen and (max-width:600px){
.callbacks_nav{top:47%;}
}

.callbacks_tabs.callbacks1_tabs{margin-top:-40px; position:relative;z-index:100;margin-bottom:20px;}
.callbacks_tabs.callbacks1_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.callbacks_tabs.callbacks1_tabs li a{display:inline-block;width:10px;height:10px;border-radius:10px;position:absolute; left:0; z-index:1000; color:rgba(100,200,300,0);color:transparent;}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#FFF;}

.imgDiv{width: 100%;overflow: hidden;position: relative;display: block;text-align: center;}
 /*首页搜索条*/
.hotkey{height: 50px;font-size: 15px;color:#333333;line-height: 49px;overflow: hidden;padding: 15px 0;}
.hotkey a{height: 43px;color:#666666;margin-right:10px;display: inline-block;font-size: 14px;}
.searDiv{    float: right;
    display: inline-block;
    margin-top: 5px;
    max-width: 430px;
    height: 38px;
    border: 1px solid #bbb;
    border-radius: 20px;
    overflow: hidden;}
#searcher{    height: 38px;
    float: right;
    display: block;
    width: 204px;
    padding: 0 5px 0 17px;
    color: #333;
    font-size: 13px;
    border: none;
    background: #fff;}
#searchglass{    width: 56px;
    float: right;
    display: block;
    height: 38px;
    background: #fff;
    color: #fff;
    line-height: 40px;
    text-indent: -99em;
    font-size: 13px;
    cursor: pointer;
    border: none;
    background-image: url(../images/glass.png);
    background-repeat: no-repeat;
    background-position: center center;}

.titbar.break {
  height: 26px;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #bbb;margin-top: -3px;
}
.titbar.break .breaker{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.titbar.break a{color: #999;}
.titbar.break .red{background-image:url(../images/i10.png);
background-repeat: no-repeat;
background-position:right center;    padding-right: 10px;
    margin-right: 8px;}
.tellNum {
  height: 45px;
  color: #666;
  line-height:24px;
  white-space: nowrap;
}
#phone {float: left;margin-right: 8px;
    margin-top: 3px;}
.tellNum p {padding-top: 10px;}
.tellNum .yel {color: #1a3745;
    font-size: 20px;
    font-weight: bold;
    display: block;
    font-family: arial;
}
.inner_news li{    display: block;
    padding-bottom:30px;
    border-bottom: 1px dashed #bbb;
    overflow: hidden;margin-bottom: 30px;}
    .inner_news li a{display: block;}
.inner_news li .big{    width: 200px;margin-right: 20px;
    height: 150px;
    float: left;}
.inner_news li .more{
  float: right;width: 112px;line-height: 26px;border: 1px solid #1a3746;text-align: center;display: block;margin-top: 50px;color: #1a3746;margin-left:50px;}
.inner_news li h4{font-size: 16px;
    color: #1a3746;
    padding: 6px 0;
    line-height: 30px;}
    .inner_news li p{color: #333;
    height: 80px;
    display: block;
    overflow: hidden;line-height: 25px;}
.inner_news li .date{color: #666;}
.articleTit{margin-top:37px;font-size: 22px;color: #434343;text-align:center;height:38px;}
.articleTit02{font-size: 22px;color: #434343;text-align: center;line-height: 47px;} 
.sub_info {
  text-align: center !important;
  padding: 4px 0 5px;
  line-height: 19px !important;
  margin-bottom: 7px !important;
  color: #434343;
}

.sub_info.line {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
}

.sub_info span {
  margin-right: 6px;
}

#icon1 {
  display: inline-block;
  vertical-align: middle;
}
.article{overflow: hidden;min-height: 500px;}
.articleCon {
    line-height: 2em;
    color: #666;
    clear: both;
}
.skip{text-align: center;margin-top: 50px;}
.skip a{ 
    width:100px;
    line-height:36px;
    border: 1px solid #1a3746;
    text-align: center;
    display:inline-block;
    margin-top: 50px;
    color: #1a3746;}
.skip a.mid{background-color: #1a3745;color: #fff;}
.skip a.mid img{vertical-align: middle;margin-right: 5px;}
.news_pre {
  clear: both;
  color: #626262;
  width: 102%;
  margin: 10px 0;
}

.news_pre li {
  position: relative;
  width: 48%;
  line-height:36px;
  float: left;
  margin-right: 2%;
}

.news_pre a {
  color: #626262;
  font-size: 14px;
  display: block;
  padding-right: 8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_pre span {
  font-size: 12px;
}

.news_pre span {
  position: absolute;
  right: 7px;
  bottom: 0;
}



.caigou_tab { line-height:27px; margin-bottom:10px; color:#666;clear: both}
.caigou_tab .tt { vertical-align:top; text-align:right;}
.caigou_tab .span_b { font-weight:bold; color:#f00; }
.caigou_tab .textarea {margin-top:3px;}
.red_x {
    color: #DD3904;
    display: inline;
    font-family: "宋体";
    font-size: 12px;
}
.b15 {
    width: 60px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-image:url(../images/SkinsVIBtn.png);
    background-repeat: no-repeat;
    background-position: -79px -650px;
   border: none;
}
/*资讯页面，发表评论*/
.info_fb {overflow:hidden; line-height:25px;}
.info_fb table { width:100%; border:0;}
.td_b { font-size:14px; color:#000; font-weight:bold; text-align:right;} /*(我要评论),可修改文字色彩*/
.info_fb .text { width:200px; height:20px; line-height:20px; border:solid 1px #ccc;}
.info_fb .textarea { vertical-align:top; border:solid 1px #ccc; width:400px;}
.vat { vertical-align:top; text-align:right;}


/*产品详情页*/
.proTop{overflow: hidden;padding:0;}
.proTop .preview{    width: 100%;max-width:445px;float: left;position: relative;
    min-height:400px;
    margin-right: 30px;}
.prodetls{text-align:left;overflow: hidden;}
.prodetls .titleA{font-size: 18px;color: #333;border-bottom: 1px dashed #1a3745;text-align: left;line-height:45px;font-weight: bold;margin-bottom: 15px;}
.prodetls .con{line-height:24px;color: #000;max-height:76px;
overflow: hidden;}


.gallery_wrap{ width:100%; height:330px; border:1px solid #d2d2d2; text-align:center;}
.gallery_wrap a{ width:100%; height:100%; display:table-cell; vertical-align:middle;}
.gallery_wrap a img{width: 100%;min-height:100%;}
.MagicZoomPup { z-index: 3;visibility: hidden;position: absolute;top: 0;left: 0;width: 50px;height: 50px;border: 1px solid #aaa;background-image: url(../images/zoom-point.png);opacity: .5;-moz-opacity: .5;-khtml-opacity: .5;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);cursor: move}
.MagicBoxShadow { border: 1px solid #e4e4e4;}

.spec-list{ width:100%; height:60px; border-top:0; padding:14px 0;}
.spec-list .spec-prev,.spec-list .spec-next{ float:left; width:37px; margin:18px 0 0 0; text-align:center;}
.spec-list .spec-items{ float:left; width:370px; height:60px; overflow:hidden;}
.spec-list .spec-items ul{ width:325px;}
.spec-list .spec-items li{ float:left; width:60px; height:60px; margin-right:17px;}
.spec-list .spec-items li a{ display:block; border:1px solid #fff;}
.spec-list .spec-items li:hover a,
.spec-list .spec-items li a.img-hover{ border-color:#f42424;}



.tellNum02 {
  height: 45px;
  color: #666;
  margin-top:25px;
  line-height:22px;
}
#phone02 {float: left;margin-right: 8px;
    margin-top: 3px;}
.tellNum02 .red {color: #de3727;
    font-size: 23px;
    font-weight: bold;
    display: block;
    font-family: arial;
}
.fqqline{width: 130px;height: 42px;background-color: #1a3745;color: 18px;color: #fff;display: block;text-align: center;line-height: 42px;margin:20px 0;}
.mBtn {
    display: none;
}
h3.tag {
  line-height: 24px;
  border-top: 1px dashed #e0e1dc;
  margin-top: 10px;
  color: #999;
  font-weight: normal;
  padding-top: 8px;
  font-size: 14px;
}

h3.tag a {
  color: #005a98;
  margin: 0 8px 0 5px;
}

h3.tag a:hover {
  color: #0172bd;
}
#ind_form .w60{position: relative;}
#ind_form .indexcode{    position: absolute;
    right: 2px;
    bottom: 14px;
    width: 67px;
    height: 30px;}
#tbForm1 .indexcode{    width: 80px;
    height: 24px;
    display: inline-block;
    vertical-align: bottom;}
.Copyright a{color: #eee;}
#about_con .lis img {
    width: 52px;
    height: 50px;
}
#ind_news .wrap .tab01 li,
#ind_form input[type=submit], #ind_form input[type=reset]{cursor: pointer;}
#ind_brand .big img,
#ind_brand .big:hover img{transition-duration:2s;}
#ind_news .wrap .newr li a.as:hover,
#footer dl a:hover{color: #a77c52;}
.ind_pro li .imgcon{background-color:#c0c0c0; position: absolute ;
width: 100% ;
height:100%  ;
z-index: 5 ;
left: 0 ;
top: 0 ;}
.ind_pro li .big .imgcon img{width:80px;height: auto;position: relative;display: inline-block;vertical-align: middle;}
.proTop{display: none;}
.latest .one{display: block;}
.inner_case li:hover>a>img{opacity: 0;}
.inner_case li .imgcon{height: 100%;}
.inner_case li .imgcon img{width: auto;height: auto;display: inline-block;}
.links {clear: both; color: #fff;padding-top: 12px;}
.links .fl{    color: #ccc;
    font-size: 16px;
    line-height: 28px;}
.links .wrapper{left: -7px;
    position: relative;color: #fff;}
.links a {    color: #fff;
    padding-right: 10px;
    line-height:28px;
    position: relative;
    display: inline-block;
    padding-left: 7px;
    font-size: 13px;float: left;
}
.links a::before{    display: block;
    content: "";
    height: 17px;
    width: 1px;
    z-index: 5;
    background: #848383;
    position: absolute;
    left: 0;
    top: 8px;
}
.links a:first-child::before{ display: none}
.links a:last-child::after{    display: inline-block;
    content: "... ...";
    height: 28px;
    z-index: 5;
    position: absolute;
    right: -32px;
    bottom: 1px;
    color: #fff;
    font-size: 18px;
}
  #about_con .lis h3{text-align: center;}
#footer .ewm .ma {width: 115px;}
.fs12 {
    font-size: 12px !important;
}
.tac {
    text-align: center;
}
.db {
    display: block;
}
.pt5 {
    padding-top: 5px;
}
 .toolbarbox {text-align: right;position: fixed;right: 0;bottom: 35%;z-index: 999;width: 86px; text-align: center; background: #ffffff;  border:1px solid #ececec; border-top-left-radius: 8px; border-bottom-left-radius: 8px; box-shadow: 0px 0px 10px rgba(0, 0, 0, .1); color: #ffffff;  font-weight: 700; font-size: 16px; display: inline-block;}
.toolbarbox img { border: 0; max-width: 100%; /*margin-top: 10px;*/ }
.triangle{width: 20px; height: 40px; background: transparent; position: absolute; right: -16px; top: 0; }
.mobel{ width: 86px;/* height: 34px; */margin:0 auto; padding:15px 0; /* overflow: hidden; */ text-align: center; position: relative; cursor: pointer; }
span.sys{color: #ccc;}
.mobel:hover .sys{color: #FF6700;}
.tool-line{ width: 20px; height: 1px; border-bottom: 1px solid #e7e7e7; position: absolute; left: 33px; top:0; }
.hidemobelBox.mobelBox{ width: 100px; height:147px; line-height: 40px; text-align: center; background: #fff; border-radius: 5px; position: absolute; right: 101px; top: 17px; cursor: pointer; overflow: hidden;border:1px solid #CCCCCC;top:-50px; box-sizing:border-box;}
.hidemobelBox.mobelBox img{display: block;}
.hidemobelBox.mobelBox span{line-height: 1.5em;}
.hidemobelBox{ width: 230px; height: 40px; line-height: 40px; text-align: center; background: #fb5a02; border-radius: 5px; display: none; position: absolute; right: 100px; top: 17px; cursor: pointer; }
.mobelBox a,
.hidemobelBox a{ color: #fff; text-decoration: none; display: block;}
.mobelBox p:after,
.hidemobelBox p:after{ content: ''; position: absolute; top: 11px; right: -8px; display: block; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid #fb5a02; }
@-webkit-keyframes ball-scale {0% {-webkit-transform: scale(0); transform: scale(0) } 100% {-webkit-transform: scale(1); transform: scale(1); opacity: 0 } } @keyframes ball-scale {0% {-webkit-transform: scale(0); transform: scale(0) } 100% {-webkit-transform: scale(1); transform: scale(1); opacity: 0 } }
.Rtop { text-align: center; cursor: pointer; padding: 10px 0; position: relative;}
.titDiv{background:#1a3644;text-transform: uppercase;color: #fff;font-size: 25px;}
.titDiv h2{color: #fff;font-weight: normal;font-size:30px;padding: 2.4vw 0 2.4vw 1vw; display: inline-block;}
#ind_brand>.con{padding: 3vw 0 !important;min-height: 26vw !important;}
#ind_brand .ind_titbar {margin: 0 0 2vw;}
#ind_brand{padding: 0 !important;}
.ind_pro li .con h3{font-size: 18px !important;}
.ind_pro li .con h3 img {display: none !important;}
#ind_brand .con p.cons {max-width: initial !important;text-align: left;}
.center_ul{text-align: center;
    max-width: 1000px;
    margin: 0 auto 10vw;}
.center_ul li{    display: inline-block;
    width: 42%;
    margin: 0 2%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
    vertical-align: text-top;
    padding: 3px 0;}
#btn_brand{width: 187px;
    line-height: 47px;
    border: 1px solid #1a3746;
    text-align: center;
    display: block;
    margin: 50px 0;
    color: #333;
    font-size: 20px;}
    #ind_product .containe .tell .num{    float: right;}
    #ind_product .containe .tell{    padding: 1vw;
    overflow: hidden;}
.Copyright .containe a{vertical-align:middle;display:inline-block;}