﻿/*全局样式*/
@font-face{font-family:'icomoon';src:url('../fonts/icomoon.eot?-2mgmdr&v=112');src:url('../fonts/icomoon.eot?#iefix-2mgmdr&v=112') format('embedded-opentype'),url('../fonts/icomoon.woff?-2mgmdr&v=112') format('woff'),url('../fonts/icomoon.ttf?-2mgmdr&v=112') format('truetype');font-weight:normal;font-style:normal}
body {font: 75%/1.5 Arial;color:#353535;background-color:#C4CCD7;-webkit-text-size-adjust:none;-ms-text-size-adjust: 100%; max-width:640px; margin:0px auto;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td{margin:0;padding:0;}
ol,ul,dl,li{list-style:none}
table,input,select,textarea,option {color:#353535;}
button,input,textarea,select,label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box; box-sizing:border-box;font-family:Arial;}
img,input,label,button{vertical-align:middle;}
input:focus,button:focus,select:focus,textarea:focus,a:active{outline:0;}
.clear {height:0px; line-height: 0;content:"."; overflow:hidden;clear: both; font-size: 0px;}
img {border: 0px;}
p{}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
a {text-decoration: none;color:#353535; cursor:pointer;}
a:active{background-color:transparent; outline:none;}
a:hover{color:#0078e5; text-decoration:none;}
[class^="input-"] {
    font-family: 'icomoon','microsoft yahei';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
textarea{resize:none;}
/*页面内容样式*/
#site{width:100%; max-width:1030px;margin:0px auto;background-color:#fff;}
#top,#menu,#main,#footer{width:100%;padding:0px 2.5%;}
/*顶部样式*/
#top{vertical-align:middle;}
#top .logo{margin:0px;vertical-align:middle; overflow:hidden;max-width:100%;}
#top .logo a{display:block;height:100%;width:100%;overflow:hidden;}
#top .logo a img{max-width:100%;}
#top .menu{display:none;}
#top .top-right{vertical-align:middle;border:1px solid #F5F5F5;box-shadow:inset 2px 3px 4px 0 #DDE1E5;padding:10px;font-size:15px;}
#top .top-right span{vertical-align:middle;font-size:15px;}
#top .top-right span:first-child{color:#004497;margin-right:15px;}
#top .top-right span i{color:#333333;font-style:normal;}
#top .top-right span a{margin-left:5px;}

#menu{width:100%;);
      }
#menu li{text-align:center;width:19%; background-color:#0852BB; margin-bottom:1%}
#menu li:first-child{background-image:none;}
#menu li a{display:block;font-size:15px;line-height:28px; white-space:nowrap;color:#fff;text-transform:capitalize;}
#menu li:hover a,#menu li a.now
{   color:#fff;
    background:-moz-linear-gradient(top,#6593f7,#6593f7);
    background:-ms-linear-gradient(top,#6593f7,#6593f7);
    background:-o-linear-gradient(top,#6593f7,#6593f7);
    background:-webkit-linear-gradient(top,#6593f7,#6593f7);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6593f7',endColorstr='#6593f7');
    }
/*导航条样?/
/*共用 样式*/
.justify{text-align:justify; text-justify:inter-ideograph;font-size:0px;}
.justify:after{content:'.';height:0px;width:100%;display:inline-block; overflow:hidden;}
.justify .line{content:'.';display:inline-block;width:100%;height:0px; overflow:hidden;}
.justify .box{display:inline-block; vertical-align:top;font-size:12px;}
.space{margin-top:15px;}
.radius1{border-radius:3px; overflow:hidden;}
.radius2{border-radius:3px 3px 0 0; overflow:hidden;}
.gradient1
{   background:-moz-linear-gradient(top,#EDEDED,#C9C9C9);
    background:-ms-linear-gradient(top,#EDEDED,#C9C9C9);
    background:-o-linear-gradient(top,#EDEDED,#C9C9C9);
    background:-webkit-linear-gradient(top,#EDEDED,#C9C9C9);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EDEDED',endColorstr='#C9C9C9');
    color:#575757;border-bottom:1px solid #ABABAB;
    }
.gradient2
{
    background:-moz-linear-gradient(top,#0093D7,#006FA2);
    background:-ms-linear-gradient(top,#0093D7,#006FA2);
    background:-o-linear-gradient(top,#0093D7,#006FA2);
    background:-webkit-linear-gradient(top,#0093D7,#006FA2);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0093D7',endColorstr='#006FA2');
    color:#fff;
    }
.inner{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}    
.titl{width:100%; vertical-align:middle;}    
.titl span{text-transform:capitalize;font-size:140%;}
.titl a{text-transform:uppercase;line-height:1;}
.titl.gradient2 a{color:#fff;}
.titl.gradient2 a i,.titl.gradient1 a i{border:6px solid rgba(255,255,255,0);border-left-color:rgba(255,255,255,1);border-right:0px;height:0px;margin-left:5px; display:inline-block; vertical-align:text-top;}
.titl.gradient1 a{color:#ff0000;}
.titl.gradient1 a i{border-left-color:rgba(255,0,0,1);}
.transition{-webkit-transition:all 0.8s ease-out 0s;-moz-transition:all 0.8s ease-out 0s;-o-transition:all 0.8s ease-out 0s;transition:all 0.8s ease-out 0s;}
.hcontent{padding-top:15px;border-top:1px solid #FEFEFF; position:relative;}
.hcontent:before{position:absolute; content:'.';width:100%;height:5%;overflow:hidden;font-size:0px;top:0px;left:0px;z-index:-1;
                 background:-moz-linear-gradient(top,#D4DFEE,#FFFFFF);
                background:-ms-linear-gradient(top,#D4DFEE,#FFFFFF);
                background:-o-linear-gradient(top,#D4DFEE,#FFFFFF);
                background:-webkit-linear-gradient(top,#D4DFEE,#FFFFFF);
                filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D4DFEE',endColorstr='#FFFFFF');
                 }
.hcontent img{max-width:100%;}
.hcontent p{ text-align:left;}
/*首页部分*/
#main{padding-top:16px;padding-bottom:16px; position:relative;z-index:1; overflow:hidden;}

#main:after{position:absolute;content:'.';width:100%;height:5px;overflow:hidden;font-size:0px;bottom:0px;left:0px;z-index:-1;
        
            }             
/*baner模块样式*/
#banner{width:100%;}
#banner img{max-width:100%;}
/*baner模块样式*/
#banner{overflow:hidden;text-align:center;background:#3872A6}
#banner .focus{overflow:hidden;background:#3872A6;position:relative;margin:0px auto;}
#banner .focusWarp{overflow:hidden;position:relative;}
#banner .imgList{position:absolute;}
#banner .imgList li{float:left;text-align:center;}
#banner .imgList_two{position:absolute;z-index:10;top:100px;}
#banner .imgList_two li{float:left;max-width:300px;padding:0px 35px;}
#banner .imgList_two li p{}
#banner .imgList_two li a{display:block;width:115px;height:25px;color:Red; margin-top:20px; line-height:25px;padding-bottom:12px;}
#banner .imgList_two li a b{padding:5.5px 20px 5.5px 10px;}
#banner .imgBtn{position:absolute;bottom:10px;z-index:10;}
#banner .btnWarp{overflow:hidden;}
/* 默认圆点样式 */
#banner .imgBtn li{width:18px;height:18px;float:left;font-size:14px;margin-right:10px;background:url(../images/list1-bg.png) no-repeat -28px -27px;text-align:center;line-height:18px;cursor:pointer;}
#banner .imgBtn li.hover{background:url(../images/list1-bg.png) no-repeat -0px -27px;}
/* 圆点样式结束 */
#banner .sizeBox{width:300px; position:absolute;z-index:10;top:0;left:0;}
#banner .prev,#banner .next{display:block;height:77px;width:36px;position:absolute;top:35%;z-index:100;outline:none;}
#banner .prev{left:5%;background:url(../images/btn-prev.png) no-repeat center center;}
#banner .next{right:5%;background:url(../images/btn-next.png) no-repeat center center;}
#banner .thumPrev,#banner .thumNext{width:20px;height:20px;display:block;background:#1C5E93;margin-top:10px;margin-right:10px; outline:none;}
#banner .thumNext{}



#main .left{width:100%; text-align:left;}
#main .right{width:100%;}
#main .right .aboutbox {*zoom:1;padding:25px 0;border-bottom:3px dotted #E1E1E1;}
#main .right .aboutbox:after{content:"clear";clear:both; overflow:hidden; height:0px;display:block; visibility:hidden;}
#main .right .aboutbox img{float:left;margin-right:20px;max-width:100%;}
#main .right .aboutbox h2 a{font-size:124%;line-height:1;display:block;}
#main .right .aboutbox p{margin:10px 0px;max-height:72px; overflow:hidden; text-align:left;}
#main .right .aboutbox>a{color:#0072dc;text-transform:capitalize;}
#main .right .news-app{padding:25px 0px;}
#main .right .news-app .titl{padding-bottom:7px;}
#main .right .news-app .newsbox{max-width:55%;padding-right:5%;}
#main .right .news-app .newsbox .topnew{*zoom:1;margin-bottom:10px;}
#main .right .news-app .newsbox .topnew:after{clear:both;content:'.';display:block;height:0px;overflow:hidden; visibility:hidden;}
#main .right .news-app .newsbox .topnew img{float:left;margin-right:10px;max-width:91px;max-height:62px;}
#main .right .news-app .newsbox .topnew h2 a{font-size:13px;line-height:1;}
#main .right .news-app .newsbox .topnew p{ text-align:left;line-height:1.3;margin-top:5px;max-height:47px; overflow:hidden;}
#main .right .news-app .newsbox .justify span{color:#9a9a9a;}
#main .right .news-app .newsbox .justify a{max-width:70%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#main .right .news-app .applicationbox{max-width:45%;padding-left:5%;}
#main .right .news-app .applicationbox h2 a{line-height:1.2;display:block;margin-bottom:10px;}
#main .right .news-app .applicationbox p{text-align:left; overflow:hidden;max-height:90px;}
#main .right .news-app .applicationbox>a{color:#0072dc;}
#main .right .hotlist .titl{padding-bottom:10px;border-bottom:3px dotted #E1E1E1;}
#main .right .hotlist .probox{padding-top:20px;width:46%;float: left;
margin-right: 2%;margin-left:2%;}
#main .right .hotlist .line{width:23%;}
#main .right .hotlist .probox .proimg{width:100%;max-width:100%;height:120px;border:0px solid #E6E6E6;*font-size:105px;text-align:center;font-size:0px; overflow:hidden; vertical-align:middle;}
#main .right .hotlist .probox .proimg:after{height:100%; display:inline-block; vertical-align:middle;content:".";width:0px; overflow:hidden;}
#main .right .hotlist .probox .proimg img{max-width:100%;max-height:100%; vertical-align:middle;}
#main .right .hotlist .probox .protext{text-align:left;padding:0px;width:100%;}
#main .right .hotlist .probox .protext h2 a{display:block;overflow:hidden;line-height:1.2;margin-top:10px;}
#main .right .hotlist .probox .protext p{overflow:hidden;margin:5px 0;line-height:1.3;max-height:47px;}
#main .right .hotlist .probox .protext>a{color:#0072dc;}



.ab_min_con .hotlist .titl{padding-bottom:10px;border-bottom:3px dotted #E1E1E1;}
.ab_min_con .hotlist .probox{padding-top:20px;width:46%;float: left;
margin-right: 2%;margin-left:2%;}
.ab_min_con .hotlist .line{width:23%;}
.ab_min_con .hotlist .probox .proimg{width:100%;max-width:100%;height:200px;border:0px solid #E6E6E6;*font-size:105px;text-align:center;font-size:0px; overflow:hidden; vertical-align:middle;}
.ab_min_con .hotlist .probox .proimg:after{height:100%; display:inline-block; vertical-align:middle;content:".";width:0px; overflow:hidden;}
.ab_min_con .hotlist .probox .proimg img{max-width:100%;max-height:100%; vertical-align:middle;}
.ab_min_con .hotlist .probox .protext{text-align:left;padding:0px;width:100%;}
.ab_min_con .hotlist .probox .protext h2 a{display:block;overflow:hidden;line-height:1.2;margin-top:10px;height:30px;}
.ab_min_con .hotlist .probox .protext p{overflow:hidden;margin:5px 0;line-height:1.3;max-height:47px;}
.ab_min_con .hotlist .probox .protext>a{color:#0072dc;}










#main .left .titl{background-color:#006ED7;padding-left:13px;}
#main .left .titl span{color:#fff;line-height:2;}
#main .left .message form{border:3px solid #AFC3D3;border-top:0px;background-color:#D9E7F3;padding:13px;}
#main .left .message form input[type="text"],#main .left .message form textarea{width:100%;border:1px solid #C2D4E4;height:25px;color:#909090;padding-left:5px;margin-bottom:10px;}
#main .left .message form textarea{height:75px;font-size:12px;}
#main .left .message form input[type="submit"],#main .left .message form input[type="reset"]{border:0px;color:#fff;height:23px;width:86px;cursor:pointer; font-weight:bold;
                                                                                             background:-moz-linear-gradient(top,#0088FC,#0055B4);
                                                                                            background:-ms-linear-gradient(top,#0088FC,#0055B4);
                                                                                            background:-o-linear-gradient(top,#0088FC,#0055B4);
                                                                                            background:-webkit-linear-gradient(top,#0088FC,#0055B4);
                                                                                            filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0088FC',endColorstr='#0055B4');
                                                                                             }
#main .left .message form input[type="submit"]:hover,#main .left .message form input[type="reset"]:hover
{
    background:-moz-linear-gradient(top,#6593f7,#E60412);
    background:-ms-linear-gradient(top,#6593f7,#E60412);
    background:-o-linear-gradient(top,#6593f7,#E60412);
    background:-webkit-linear-gradient(top,#6593f7,#E60412);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6593f7',endColorstr='#E60412');
    }             
#main .left .message form label{width:100%;}                                                                                      
#main .left .message form label input[name="code"]{width:50%;}                                                                                
#main .left .message form label img{ vertical-align:top; cursor:pointer;}
#main .left .nav .titl{background-color:#D9E7F3;}
#main .left .nav .titl span{color:#0078e5;}
#main .left .nav dl{background-color:#ECF6FF;padding-top:5px;}
#main .left .nav dl dt a{border-bottom:1px solid #B8D1E6;padding:8px 0 8px 13px;display:block;}
#main .left .video img,#main .left .youtube img{max-width:100%;}
#main .left .contactbox .titl{background-color:#F02F0A;}
#main .left .contactbox dl{background-color:#FFF6F2;padding:13px;border:3px solid #D6B09F;border-top:0px;}
#main .left .contactbox dl dt{font-size:14px;padding-bottom:5px;}
#main .left .contactbox dl dd{color:#9A9A9A;}

/*页面左边样式*/

/*页面右边样式*/

/*产品盒子样式 text-align:justify 布局*/ 
.prolist{max-width:100%;}
.prolist .probox{padding:15px 0px;width:45%;}
.prolist .line{width:22%;}
.prolist .probox .proimg{width:100%;max-width:100%;height:150px;*font-size:105px;border:0px solid #E6E6E6;text-align:center;font-size:0px; overflow:hidden; vertical-align:middle;}
.prolist .probox .proimg:after{height:100%; display:inline-block; vertical-align:middle;content:".";width:0px; overflow:hidden;}
.prolist .probox .proimg img{max-width:100%;max-height:100%; vertical-align:middle;}
.prolist .probox .protext{text-align:left;}
.prolist .probox .protext h2 a{display:block;line-height:1.2;margin-top:10px;}
.prolist .probox .protext>span{color:#949494;}
.prolist .probox .protext p{overflow:hidden;margin:7px 0px; line-height:1.2;max-height:43px;}
.prolist .probox .protext>a{color:#0072dc;}

/*产品盒子样式 布局?/

/*其他频道样式*/
#main .curpos{width:100%;border-bottom:1px dotted #A3A8AF;margin-bottom:18px;color:#9A9A9A;font-family:微软雅黑;}
#main .curpos a{color:#9A9A9A;font-family:微软雅黑;}
#main .left h2.titl
{background:-moz-linear-gradient(top,#0088FC,#0054B3);
    background:-ms-linear-gradient(top,#0088FC,#0054B3);
    background:-o-linear-gradient(top,#0088FC,#0054B3);
    background:-webkit-linear-gradient(top,#0088FC,#0054B3);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0088FC',endColorstr='#0054B3');
    }
#main .left h2.titl span{font-size:29px;}
#main .right h2.titl{border-bottom:3px solid #80A2BE;padding-bottom:10px;padding-top:10px;}
#main .right h2.titl span{text-transform:uppercase;font-size:15px;line-height:1;}
#main .right h2.titl span a{color:#7d7d7d; text-transform:capitalize;}
#main .right h2.titl span a:hover{color:#FF0000;}
#main .right .newslist li{padding:15px 0px;border-bottom:1px dotted #A3A8AF;}
#main .right .newslist li h2 a{}
#main .right .newslist li span{color:#B6B6B6;}
#main .right .newslist li p{max-height:43px; overflow:hidden;margin-top:5px;line-height:1.2;text-align:left;}
#main .right .newslist li>a{font-weight:bold;}





/*新闻列表*/
.articletitle{color:#222;font-size:16px;}
.updatetime{color:#B6B6B6;display:block;font-size:13px;font-family:微软雅黑;padding-bottom:10px;border-bottom:1px dotted #C8C8C8;margin-bottom:15px;}

.page { padding:10px 0; line-height: 25px; text-align:left;border-top:1px solid #F2F2F2;}
.page span,.page a{display:inline-block;text-align:center;padding:0 15px;}
.page a.cur,.page a:hover{color:006ea1;}
.page select{margin-left:5px;border:1px solid #ABADB3;}
/*产品详细页面样式*/
.proleft{width:100%;max-width:40%;height:189px;margin-top:5px;}
.proright {width:100%;max-width:57%;margin-top:5px;}
.proright h2{color:#006ea1;font-size:120%;font-weight:bold; text-align:left;font-family:微软雅黑;line-height:1;}
.proright>p{max-height:72px;overflow:hidden;margin:1% 0px; text-align:left;}
.proright .pdcon{border-top:1px dotted #B7B7B7;margin-top:2%;padding-top:2%;color:#006ea1;line-height:1.3;}
.proright .pdcon strong{display:block;}
.proright .pdcon a{display:inline-block;margin-top:5px;text-align:center;padding:1% 5%;color:#fff;border-radius:2px;
                   
                   }

#proimg {width: 100%; height: 100%; vertical-align:middle;text-align:center;font-size:0px;*font-size:189px;}
#proimg:after{height:100%;width:0px; content:'.'; display:inline-block; vertical-align:middle; overflow:hidden;}
#proimg img{max-width:100%;max-height:100%; vertical-align:middle;}
/*jqzoom*/
.jqzoom{position:relative;padding:0;margin:0px;}
.zoomdiv{height:400px; width:400px;z-index:100;position:absolute;top:1px;left:0px;width:300px;height:300px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #fff;background:#afafaf 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:pointer;}
.proimglist{overflow:hidden;background-color:#F5F5F5;padding:8px;width:100%;border:1px solid #E8E8E8;}
.proimglist .imglist{max-width:40%;}
.proimglist .imglist .spec-prev,.proimglist .imglist .spec-next{ background:url(images/left.gif) no-repeat 0px center; width:10px; height:50px; float:left; cursor:pointer; display:none;}
.proimglist .imglist .spec-next{background:url(images/right.gif) no-repeat scroll 0px center; }
.proimglist .imglist .spec-list{overflow:hidden;position:relative; width:100%;}
.proimglist .imglist .spec-list ul{width:100%;}
.proimglist .imglist .spec-list ul li{margin-right:0px; display:inline-block;width:74px; cursor:pointer;}
.proimglist .imglist .spec-list ul li img{width:63px; height:42px;padding:2px;border:1px solid #CCCCCC;}
.proimglist>ul{max-width:50%;}
.proimglist>ul li{display:inline-block;white-space:nowrap;font-weight:bold;line-height:25px;}
.proimglist>ul li i{color:#006ea1;font-style:normal;}
        
.proDes{width:100%;}   
.proDes #tags{position:relative; bottom:-1px;}
.proDes #tags li{ vertical-align:bottom;}
.proDes #tags li a{color:#5f5f5f;padding:0px 20px;display:block;background:#EBEBEB;font-weight:bold;line-height:30px;}
.proDes #tags li a:hover,#tags li.selectTag a{color:#006ea1;border-top:3px solid #006ea1;text-decoration:none;background:#fff;}
.proDes #tagContent{border:1px solid #e4e7e8;}
.proDes #tagContent .tagContent{color:#474747;padding:25px;}
.proDes #tagContent .tagContent table {max-width:100%; word-break:break-all;}
.prenext{background:#F4F3F4;padding:2px 5px;margin:1% 0;width:100%;}
.prenext b{color:#006ea1;}
/*热门产品盒子*/

.related-product {background-color:#F5F5F5;width:100%; overflow:hidden;}
.related-product .titl{padding:5px;}
.related-product .titl span{ font-weight:bold;color:#000;font-size:12px;}
.related-product .movebox{height:198px;}
.related-product .movebox ul li .proimg{width:100%;height:90px;text-align:center;background-color:#fff;border:1px solid #BEBEBE;font-size:0px;*font-size:90px; overflow:hidden; vertical-align:middle;}
.related-product .movebox ul li .proimg:after{height:100%; display:inline-block; vertical-align:middle;content:".";width:0px; overflow:hidden;}
.related-product .movebox ul li .proimg img{max-width:100%; vertical-align:middle; max-height:100%;}
.related-product .movebox ul li .protext{padding:10px 0px; text-align:center;}
.jcarousel-container {position: relative;}
.jcarousel-clip {z-index: 2;padding: 0;margin: 0;overflow: hidden;position: relative;}
.jcarousel-list {z-index: 1;overflow: hidden;position: relative;top: 0;left: 0;margin: 0;padding: 0;}
.jcarousel-list li{width:155px;padding:26px 10px 0px;overflow:hidden;display:inline-block; vertical-align:top;}
.jcarousel-next {z-index: 3;display: none;}
.jcarousel-prev {z-index: 3;display: none;}
.jcarousel-container-horizontal{width:100%;padding:0px 30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.jcarousel-container .jcarousel-clip-horizontal{width:100%;}
.jcarousel-prev,.jcarousel-next{top:40px;position:absolute;width:30px;height:53px;cursor:pointer;}
.jcarousel-container .jcarousel-prev-horizontal{left:0px;background:#D9D8D9 url(../images/btn-prev.png) no-repeat center center;}
.jcarousel-container .jcarousel-next-horizontal{right:0px;background:#D9D8D9 url(../images/btn-next.png) no-repeat center center;}
/*邮件发?样式*/
#quotation{margin:1% 0;padding:1% 0; border:1px solid #E6E6E6;}
#quotation .formtitle{padding-left:2%;font:normal normal bold 14px/30px Calibri;color:#333}
#quotation .text{color:#666;font:normal normal normal 12px/18px Calibri;padding:0px 2%;}
#quotation ul{margin:20px auto;width:100%;}
#quotation ul li{margin:10px 0px; text-align:center;line-height:22px;}
#quotation ul li{ vertical-align:top;}
#quotation ul li label{width:100%;display:block;width:80%; text-align:left;margin:0px auto;vertical-align:top;}
#quotation ul li label strong{min-width:55px;}
#quotation ul li input{border:1px solid #E2E2E2;height:22px;width:60%; vertical-align:top;}
#quotation ul li textarea{border:1px solid #E2E2E2;width:80%; vertical-align:top;min-height:100px;}
#quotation ul li i{color:red;}
#quotation input.btn{color: #fff; font-weight: bold;width:109px;height:23px;margin-left:20px;line-height:23px;border:0px; cursor:pointer;border-radius:3px;}



/*页面底部*/
#footer{border-top:3px solid #fff;background-color:#fff;}
#footer .copyright{padding:1% 0px;color:#fff;}




















#box_footerBody {
	width: 100%;
	height: 45px;
	position:fixed;
	bottom: 0px;
	left: 0px;
        z-index:10000;
	
	text-align: center;
	background:transparent none;
	border-top: none;
	visibility:hidden;
	-webkit-transition:bottom;
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:100ms;
}

.Toolbar_show01-d1_c1{
	width: 100%;
	max-width: 640px;
	height: 45px;
	margin: 0 auto;
}
.Toolbar_show01-d1_c1 > div{
	height: 45px;
	max-width:640px;
	margin:0 auto;
}
/* footerToolStyle1 */
.Toolbar_show01-d1_c1 .footerWrap {
	width: 100%;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	border-top:1px solid rgba(255,255,255,0.2);
	height:44px;
    margin:0px auto;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#004497), to(#004497));
	background: -moz-linear-gradient(#004497, #004497);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e2e', endColorstr='#d57722');
}
.Toolbar_show01-d1_c1 .footerWrap li {
	text-align: center;
	height:44px;
	overflow:hidden;
	border-right: 1px solid rgba(255,255,255,0.2);
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.Toolbar_show01-d1_c1 .footerWrap a,
.Toolbar_show01-d1_c1 .footerWrap div {
	height: 44px;
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
}
.Toolbar_show01-d1_c1 .footerWrap li:nth-last-child(1) {
	border-right:none;
}
.Toolbar_show01-d1_c1 .icon .numIcon {
	width:18px;
	height: 19px;
	line-height: 19px;
	font-size: 10px;
	text-align:center;
	display:block;
	color: #fff;
	background:url(../images/common.png) no-repeat -156px -223px;
	background-size:400px;
	-moz-background-size:400px;
	position:absolute;
	top:-2px;
	right:-6px;
}
.Toolbar_show01-d1_c1 .icon .more99 {
	font-size:9px;
	-webkit-text-size-adjust:none;
}
.Toolbar_show01-d1_c1 .footerToolStyle3 .numIcon {
	top:5px;
	right:-5px;
}
.Toolbar_show01-d1_c1 .text {
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display:block;
	overflow:hidden;
}
.Toolbar_show01-d1_c1 .footerWrap .touch {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#004497), to(#004497));
	background: -moz-linear-gradient(#004497, #004497);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad6320', endColorstr='#975418');
}


.Toolbar_show01-d1_c1 .whiteIcon span.icon,
.Toolbar_show01-d1_c1 .grayIcon span.icon,.Toolbar_show01-d1_c1 .grayIcon a.icon{
	width:30px;
	height:20px;
	display: block;
	background: url(../images/common.png) no-repeat;
	background-size:400px;
	-moz-background-size:400px;

	margin: 4px auto 0 auto;
	position:relative;
}
.Toolbar_show01-d1_c1 .whiteIcon a:active,.Toolbar_show01-d1_c1 .whiteIcon a:visited{background:transparent;outline:none;border:0px;}
.Toolbar_show01-d1_c1 .whiteIcon a.email {
	background-position:0px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon a.message {
	background-position: -30px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon a.share {
	background-position: -60px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.more {
	background-position: -150px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon a.tel {
	background-position: -90px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon a.map {
	background-position: -120px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.cart {
	background-position: -212px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.member {
	background-position: -240px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon a.home {
	background-position:-180px -110px;
}


/* footerToolStyle2 */
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar {
	width:100%;
	max-width:640px;
	height: 16px;
	padding-top:14px;
	border: none;
	position:absolute;
	z-index:9999;
	top:-29px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .anchor {
	display: block;
	width: 100px;
	height: 13px;
	background: #004497;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0 auto;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .controlBottom {
	display: block;
	height: 3px;
	overflow:hidden;
	background: #004497;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .icon {
	display: block;
	width: 14px;
	height: 8px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
	top:3px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .icon em{
	display:block;
	width:20px;
	height:20px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position:relative;
	border-right:1px solid rgba(255,255,255,0.8);
	border-bottom:1px solid rgba(255,255,255,0.8);
	top:-18px;
	left:-4px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.close .icon em{
	border-top:1px solid rgba(255,255,255,0.8);
	border-left:1px solid rgba(255,255,255,0.8);
	top:5px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.touch .anchor,
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.touch .controlBottom{
	opacity:0.8;
}
@media (max-width:640px)
{
    #box_footerBody { visibility:visible;
	}
    }
	
	
	
	
	
	
	
	
	
	
	
	
	.in_new_t{
	overflow: hidden;
line-height: 35px;
background-color:#F5F7F6;

text-align:center;
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: #CCC #CCC #0852BB #ccc;
}


.in_new_t li{float: left;
width: 32%;
text-align: center;
line-height: 35px;
font-size: 14px;
padding-top: 0px;color:#000;height: 35px;}

 .in_new_t li:hover{ background-color:#0852BB;
width: 32%;
padding-top: 0px;font-weight: bold;
color: #fff;}

.in_new_t li.ll{background-color:#0852BB;
width: 32%;
padding-top: 0px;font-weight: bold;
color: #fff;}






	
	.in_zjmz_t{height: 35px;
overflow: hidden;
line-height: 35px;
background-color:#F5F7F6;

text-align:center;
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: #CCC #CCC #0852BB #ccc;
}


.in_zjmz_t li{float: left;
width: 32%;
text-align: center;
line-height: 35px;
font-size: 14px;
padding-top: 0px;color:#000;height: 35px;}

 .in_zjmz_t li:hover{ background-color:#0852BB;
width: 32%;
padding-top: 0px;font-weight: bold;
color: #fff;}

.in_zjmz_t li.l2{background-color:#0852BB;
width: 32%;
padding-top: 0px;font-weight: bold;
color: #fff;}







	.in_kxjy_t{height: 35px;
overflow: hidden;
line-height: 35px;
background-color:#F5F7F6;

text-align:center;
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: #CCC #CCC #0852BB #ccc;
}


.in_kxjy_t li{float: left;
width: 32%;
text-align: center;
line-height: 35px;
font-size: 14px;
padding-top: 0px;color:#000;height: 35px;}

 .in_kxjy_t li:hover{ background-color:#0852BB;
width: 32%;
padding-top: 0px;font-weight: bold;
color: #fff;}

.in_kxjy_t li.l3{background-color:#0852BB;
width: 32%;
padding-top: 0px;font-weight: bold;
color: #fff;}






	.in_yyyx_t{height: 35px;
overflow: hidden;
line-height: 35px;
background-color:#F5F7F6;

text-align:center;
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: #CCC #CCC #0852BB #ccc;
}


.in_yyyx_t li{float: left;
width: 32%;
text-align: center;
line-height: 35px;
font-size: 14px;
padding-top: 0px;color:#000;height: 35px;}

 .in_yyyx_t li:hover{ background-color:#0852BB;
width: 32%;
padding-top: 0px;font-weight: bold;
color: #fff;}

.in_yyyx_t li.l4{background-color:#0852BB;
width: 32%;
padding-top: 0px;font-weight: bold;
color: #fff;}


















.ab_min{ width:95%; margin:10px auto; position:relative; border:1px solid #e4e7e8; overflow:hidden;}
.ab_min_bg{position: absolute;content: '.';width: 100%;height:100px;;overflow: hidden;font-size: 0px;top: 0px;left: 0px;z-index: -1;
        background:-moz-linear-gradient(top,#f5f5f5,#FFFFFF);
                background:-ms-linear-gradient(top,#f5f5f5,#FFFFFF);
                background:-o-linear-gradient(top,#f5f5f5,#FFFFFF);
                background:-webkit-linear-gradient(top,#f5f5f5,#FFFFFF);
                filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f5f5f5',endColorstr='#FFFFFF');
                }
                
.ab_min_con{ overflow:hidden; width:90%; margin:0px auto; padding-top:20px;}
.ab_min_con li{ overflow:hidden; line-height:30px; margin-bottom:20px; width:100%; text-align:center;}
.ab_min_con img{ width:100%;}
.ab_min_con .list{ overflow:hidden; margin-bottom:10px; clear:both;}
.ab_min_con .list .pic{ width:25%; float:left;}
.ab_min_con .list .tit{ width:70%; float:right; text-align:right;}

.location{line-height: 35px;
padding-left: 12px;
height:35px;
white-space: nowrap;
text-overflow: ellipsis;
border-top: 1px solid #D9D9D9;
box-shadow: 0px 1px #FFF;
position: relative;
background-color: #F6F6F6;
background-image: -moz-linear-gradient(center top , #F6F6F6, #EAEAEA);
border-bottom: 1px solid #D9D9D9;padding-top:3px;padding-right:10px;}

.l_nav{height: 32px;
line-height: 28px;
width: 32px;
position: relative;float:right;}
.l_nav .cl{height: 32px; display:block;background: transparent url(../images/Nyskinsbar.png) no-repeat scroll 0% 0% ;
background-repeat:no-repeat;
line-height: 28px;display: inline-block;
font-size: 0.875em;
width: 32px;
}
.commone_intro{padding:0.8rem 0.3rem; }
.feed_title{ padding:10px 0}
.feed_title h1{ color:#222;font-size:1rem;}
.feed_title h2{ font-size:0.8rem; font-weight:normal; line-height:1.1rem}
.feed_back{display:inline;}
.feed_back li{ width:99%;border:1px #ddd solid; margin-top:-1px;float:left;line-height:3rem; padding-left:0.4rem; color:#333;font-size:1.2rem; padding:0 }
.feed_back li input,.feed_back li textarea{ width:88%;float:left;height:3rem; border:none; font-size:0.9rem; padding-left:0.5rem; color:#aaa}
.feed_back li.input-1:before{content:"\e641";}.feed_back li.input-2:before{content:"\e62d";}.feed_back li.input-3:before{content:"\e6a1";}.feed_back li.input-4:before{content:"\e6b3";}
.feed_back li textarea{ height:8rem; line-height:1.2rem; padding:10px 2px 10px 5px}
.feed_back li input.gray,.feed_back li textarea.gray{ color:#666}
.feed_back input.cmdOk{ width:100%; float:left; margin-top:10px; margin-bottom:10px; background:#0852BB; color:#fff; line-height:2.5rem; border:0;height:2.5rem;}