﻿@charset "utf-8";
/*全局样式*/
@charset "utf-8";
body {font: 90%/1.6 Calibri;color:#4a4a4a;-webkit-text-size-adjust:none;-ms-text-size-adjust: 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,figure{margin:0;padding:0;}
ol,ul,dl,li{list-style:none}
table,input,select,textarea,option {color:#4a4a4a;}
button,input,textarea,select,label{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Calibri;}
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;max-width: 100%;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
a {text-decoration: none;color:#4a4a4a; cursor:pointer;}
a:active{background-color:transparent; outline:none;}
a:hover{color:#cd0900; text-decoration:none;}
/*页面内容样式*/

#main,#header,.center{margin:0 auto;width:100%;max-width:1200px;}

/*顶部样式*/
#header{position:absolute;z-index: 100;top:0%;margin:auto;left:0px;right:0px;}/*顶部高度top:0%;*/
#top{vertical-align:middle;background-color: rgba(187,223,250,1.0);BACKGROUND: url(/images/PIC/bg.png) repeat-x 0px 0px;border-radius:15px ;padding:1% 4%;display: inline-block;width:100%;}
#top .logo{height:87px;width:289px;max-width:27%;overflow:hidden;vertical-align: middle;font-size: 0px; vertical-align:top;}
#top .logo:after{content:'';height:100%;width:0px;display:inline-block;vertical-align: middle;}
#top .logo img{vertical-align: middle;}
#top .menu{display:none;}
#top .top-right{vertical-align:middle;max-width:72%; padding-top:10px;}
.top-link{text-align: right;}
.sharelink,.lang{display: inline-block; z-index:999; }
.sharelink a{margin:auto 4px;vertical-align: middle;display:inline-block;}
.lang{border-radius:3px ;background-color: #E20A00;margin-left:20px;vertical-align: middle;position: relative;}
.lang a{color: #fff;padding:0px 20px;font-size: 15px;display:inline-block;}
.lang a i{border:4px solid transparent;border-top-color:#fff;border-bottom: 0px;vertical-align: middle;overflow: hidden;height:0px;width:0px;font-size:0px;display: inline-block;}
.lang span{display:none;}
.lang:hover span{display: block;position: absolute;background-color: #E20A00;text-align: center;max-width: 100%;border-radius:0 0 3px 3px;}
.lang:hover span a{}
.lang:hover span a:hover{color:#000000;}

#menu{white-space: nowrap;max-width: 100%;margin-top:3%;}
#menu a{font-size: 16px;text-transform: uppercase;padding: 0px 25px;}
#menu a.now{color: #cd0900;}
/*#menu a:last-child{padding-right:0px;}
#menu a:first-child{padding-left:0px;}*/

.sharelink,.menunav{display: inline-block;}
.menunav{margin-left:0px;vertical-align: middle;position: relative;}
.menunav a{padding:0px 0px;font-size: 15px;display:inline-block;}
.menunav a i{border:4px solid transparent;border-top-color:#fff;border-bottom: 0px;vertical-align: middle;overflow: hidden;height:0px;width:0px;font-size:0px;display: inline-block;}
.menunav span{display:none;}
.menunav:hover span{display: block;position: absolute;background-color: #8accf6;text-align: Left;max-width: 100%;border-radius:10px 10px 10px 10px; padding:20px 0px 15px 0px; background:url(menubg1.png) #8accf6 repeat-y 0px 0px;}
.menunav:hover span a{}



/*baner模块样式*/
#banner{width:100%;overflow: hidden;margin-bottom:0.5%;}/*距banner距离*/
#banner figure{margin:0px;padding:0px;}
#banner img{max-width: 100%;text-align: center;}
.banner{width:100%;}
/*导航条样式*/

/*共用 样式*/
.justify{text-align:justify; text-justify:inter-ideograph;}
.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;}
.space{margin-top:15px;}
.radius1{border-radius:3px; overflow:hidden;}
.radius2{border-radius:3px 3px 0 0; overflow:hidden;}
.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{}
.titl a{text-transform:uppercase;line-height:1;}
.transition{-webkit-transition:all 0.4s ease-out 0s;-moz-transition:all 0.4s ease-out 0s;-o-transition:all 0.4s ease-out 0s;transition:all 0.4s ease-out 0s;}
.hcontent{padding-top:10px;}
.gradient1{
    background:-moz-linear-gradient(top,#DB5800,#D02300);
    background:-ms-linear-gradient(top,#DB5800,#D02300);
    background:-o-linear-gradient(top,#DB5800,#D02300);
    background:-webkit-linear-gradient(top,#DB5800,#D02300);
    background:linear-gradient(top,#DB5800,#D02300);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DB5800',endColorstr='#D02300');
}
.gradient2{
    background:-moz-linear-gradient(top,#FFFFFF,#E8E8E8);
    background:-ms-linear-gradient(top,#FFFFFF,#E8E8E8);
    background:-o-linear-gradient(top,#FFFFFF,#E8E8E8);
    background:-webkit-linear-gradient(top,#FFFFFF,#E8E8E8);
    background:linear-gradient(top,#FFFFFF,#E8E8E8);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF',endColorstr='#E8E8E8');
}
@font-face{
    font-family: "wf_icons_normal";
    font-style: normal;
    font-weight: normal;
    src:url("/images/Font/2.eot?#iefox") format("embedded-opentype"),
        url("/images/Font/2.woff") format("woff"),
        url("/images/Font/2.ttf") format("truetype"),
        url("/images/Font/2.svg#wf_icons_normal") format("svg");
}
@font-face{
    font-family: "wf_segoe-ui_normal";
    font-style: normal;
    font-weight: normal;
    src:local("Segoe UI"), local("Segoe"), local("Segoe WP"),
        url("/images/Font/latest.eot?#iefix") format("embedded-opentype"), 
        url("/images/Font/latest.woff") format("woff"), 
        url("/images/Font/latest.ttf") format("truetype"), 
        url("/images/Font/latest.svg#wf_segoe-ui_normal") format("svg");
}
@font-face{
    font-family: "calibri";
    font-style: normal;
    font-weight: normal;
    src:url("/images/Font/calibri.eot?#iefix") format("embedded-opentype"), 
        url("/images/Font/calibri.woff") format("woff"), 
        url("/images/Font/calibri.ttf") format("truetype"), 
        url("/images/Font/calibri.svg#calibri") format("svg");
}
/*首页部分*/
#main{position: relative;border-radius:0 16px 0 0;z-index: 13;}
#main:after{position: absolute;height:100%;top:15px;right:0px;content: '';width:0px;box-shadow:1px 0px 2px 0 #6A6A6A;display: inline-block;background-color: #fff;z-index: -10;}/*首页部分width:1px;右侧显示阴影*/
.brandTit{padding:2% 4%;text-align: Left;/*background:url(/images/PIC/brand-bg.png) 0 0 no-repeat;*/position: relative;overflow:hidden;border-radius:16px 16px 0 0;background-size:6% 20%; -webkit-background-size: 6% 20%;}
.brandTit:after,.brandTit:before,.brandTit p:after,.brandTit p:before{content: '.';font-size: 0px;width:100%; display: block;height:100px;position: absolute;z-index: -9;}
.brandTit:after{background-color:#F0F4FD;top:0px;left:0%;}
.brandTit:before{left:0px;top:19.9%;height:100%;background-color:#F0F4FD;}
.brandTit p{/*background:url(/images/PIC/brand-bg1.png) 0 0 no-repeat;*/border-radius:0px 12px 12px;padding:3% 0;position: relative;overflow: hidden;z-index: 5;-webkit-background-size: 4.3% 18.9%;
background-size:4.3% 18.9%;}
.brandTit p:after{top:0px;left:4.3%;/*background-color:#DCDEDA;*/z-index:-7}
.brandTit p:before{left:0px;top:18.9%;height:100%;/*background-color:#DCDEDA;*/z-index:-7; }
.brandTit p strong{font-size: 20px;color: #8a8a8a;display: block;line-height: 1.2;font-weight: normal;}
.brandTit p strong em{color: #005096;font-style: normal;font-weight: bold;}
.brandTit p i{font-size: 21px;color: #4e4e4e;font-style: normal;margin-left:20px;}
.brandTit p i:before{content:"";color: #7D7E7C;font-weight: bold;margin-right:8px;}/*content:"•"内容前有点*/

.section + hr{border:0px;border-bottom: 1px dotted #939499;margin:0px;margin:0px 4%;height:0px;overflow: hidden;background-color: #F0F4FD;}
.section{padding:2% 4%;background-color: #F0F4FD;}

.section .aboutbox{width:51%;}
.section .aboutbox figure{max-width:38.4%;}
.section .aboutbox .aboutcon{max-width: 56.3%;text-align: left;}
.section .aboutbox .aboutcon strong{font-size: 25px;font-weight: normal;text-transform: uppercase;display: block;}
.section .aboutbox .aboutcon strong em{font-weight: bold;color: #cd0900;font-style: normal;}
.section .aboutbox .aboutcon p{margin:4px 0px 24px;}
.section .aboutbox .aboutcon a{display: inline-block;background-color: #CD0900;border-radius: 6px;color: #fff;padding:0px 15px;}
.section .aboutbox .aboutcon a i,.section header a i{border:5px solid transparent;border-left:9px solid #fff;border-right:0px;font-size:0px;vertical-align:middle;margin-left:5px;margin-top:-2px;height:0px;overflow: hidden;width:0px;display:inline-block;}
.section hr{border:0px;border-left:1px dotted #464646;height:168px;vertical-align: top;}
.section .newsbox{width:38.5%;}
.section header.justify{margin-bottom: 10px;}
.section header.justify h3{font-size: 27px;color: #cd0900;text-transform: uppercase;vertical-align: middle;}
.section header.justify a{background-color: #C1C4CA;color: #fff;padding:0px 15px;border-radius:6px;vertical-align:baseline;}
.section header.justify a i{border-left-color: #fff;}
.section .newsbox li{padding-bottom:9px;}
.section .newsbox li a{display: block;line-height: 1.1;}
.section .newsbox li.hot a:after{content: url(../img/hot.jpg);margin-left:10px;}
.section .newsbox li span{color:#D3D6DD;}

.section .hotpro{width:56.3%;}
.section .hotpro .probox{width:28.3%;padding-bottom:10px;padding-top:0px;}
.section .video{width:38%;}
.section .video .videobox+header{margin-top:15px;}
.section .video .contactbox>img{max-width:27%;}
.section .video .contactbox p{max-width:67%;text-align:left;}
.section .video .contactbox p span{font-size:15px;color:#666;line-height:1.2;}
.section .video .contactbox p strong{font-size:35px;font-family:impact;line-height:1;color:#4b4b4b;margin-top:6px;display:inline-block;word-break:break-all;}
.section .video .contactbox p i{font-style:normal;color:#838588;display:block;margin-bottom:8px;line-height:1;}
.section .video .contactbox p a img{margin-right:15px;}

/*页面左边样式*/

/*页面右边样式*/

/*产品盒子样式 text-align:justify 布局*/ 
.prolist{max-width:100%;}
.prolist .probox{width:20.6%;padding-top:2%;}
.prolist .line{width:28.6%;}
.prolist .probox .proimg{width:100%;max-width:100%;*font-size:119px;text-align:center;font-size:0px; overflow:hidden; vertical-align:middle;border-radius:6px;border:1px solid #E3E3E3;}
.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;padding:8px 0px 0px;}
.prolist .probox .protext h2 a{display:block;overflow:hidden;font-size:14px;color:#cd0900;line-height: 1.1}
.prolist .probox .protext>span{color:#949494;}
.prolist .probox .protext p{overflow:hidden;margin-top:5px;max-height:72px;line-height: 1.2;color: #4a4a4a;}
.prolist .probox .protext p a{color:#cd0900;text-decoration: underline;}
.prolist .probox .protext>a{text-transform: uppercase;color:#e92111;margin-top:6px;display: block;}
.prolist .probox .protext>a:hover{text-decoration:none;}



/*产品盒子样式 布局二*/
prolistwrapper{padding:0px 7px 15px;}
.prolistwrapper li{height:240px; overflow:hidden; padding:15px 10px 15px 260px; border-bottom:1px dashed #999; margin-bottom:15px; position:relative;}
.prolistpic{position:absolute; left:0px; top:14px;}
.prolistpic img{width:220px; padding:3px; border:1px #bbb solid;background:#f5f5f5;border-radius:6px;}
.prolistpic a:hover img{width:220px; padding:3px;border:1px #999 solid;}
.prolistTitle a, .prolistTitle a:visited{display:block; margin-bottom:5px; color:#333; font-weight:bold; font-size:18px;}
.prolistwrapper li p{ height:68px; overflow:hidden; color:#666;}
.prolistwrapper li .canshu{ height:68px; overflow:hidden; color:#666;padding: 3px 8px 3px 0px;line-height: 18px;}
.dian1{color:#ff0000; padding-right:5px;}
.zhongyao{color: #333;}
.prolistmore{width:70px; height:25px; line-height:23px; position:absolute; right:10px; background:#107abd; text-align:center;}
.prolistmore a{color:#fff; text-shadow:none;}
.prolistmore a:hover {width:70px; height:25px; line-height:23px; position:absolute; right:0px; background:#FF0000; text-align:center;}


/*其他频道样式*/
#main.maincon{margin-bottom: 4%;margin-top:2%;}
#main.maincon:after{width:0px;}
.left{width:14.75%;border-right: 1px solid #BDBDBD;padding:0% 10px 0px 13px;text-align: left;}
.left dl{border-bottom: 1px dotted #9D9C9C;padding-bottom:20px;padding-top:15px;}
.left dl:first-child{padding-top:0px;}
.left dl dt{font-size: 21px;color: #4c4b4b;padding-left:0px;}
.left dl dt a{line-height:1.1;}
.left dl dd a{font-size: 15px;display: block;line-height: 1.3;position: relative;padding:8px 0 8px 0px;}
.left dl dd a:hover{color: #e42e04;}
.left dl dd a:hover:before{content:'○';position: absolute;left:-13px;font-size: 17px;line-height:17px;height:17px;}
.left dl:last-child{border-bottom:0px;}
.right{width:83%;padding-left:2%;padding-top:0%;}
.right .hcontent header{font-size:44px;line-height:1.2;}
.right .curpos{width:100%;}
.right .curpos,.right .curpos a{font-style:14px;color: #696969;}
.right .about.hcontent{width:75%;}
.right .about.hcontent article{padding-top:4%;}
/*图片集样式*/
#imgpho{}
#imgpho header{font-size:21px;padding:3% 0px ;}

#imgpho .gallery a{border:1px solid #D2D2D2;padding:11px; margin-bottom:3%;width:21.2%;text-align:left;}
#imgpho .gallery .line{width:21.2%;height:0px;font-size:0px;}


/*右侧feedback 表单样式*/
.right .aside{width:22%;}
.right .aside .feedback{border-radius: 4px 4px 0 0;overflow: hidden;}
.right .aside .feedback header{background-color: #4B4B4B;font-size: 21px;color: #fff;padding:5px 20px;}
.right .aside .feedback form{background-color: #F4F4F4;padding:6px 20px 20px;}
.feedback form input[type="text"]{border:0px;background-color: #DFDFDF;border-radius: 4px;height:27px;color:#4b4b4b;margin-top:10px;padding-left:6px;width:100%;}
.feedback form textarea{border:0px;padding:5px 0px 0px 6px;font-size:13px;border-radius: 4px;background-color: #DFDFDF;width:100%;margin-top:10px;min-height:70px;overflow: hidden;}
.feedback form label{display:block;margin-top:10px;}
.feedback form label input[name="code"]{width:67px;border-radius: 4px;background-color: #DFDFDF;height:20px;margin-top:0px;}
.feedback form label img{}
.feedback form input[type="submit"]{margin:0px auto;display: block;background-color: #4B4B4B;border-radius: 4px;margin-top:15px;border:0px;color: #fff;padding:1px 8px;}
/*右侧 剩余样式*/
.right .video header,.right .contact header{font-size: 21px;padding:15px 0 5px;}
.right .video .videobox{}
.right .contact header{}
.right .contact .sharelink a img{max-height:18px;}
.contact .mobile img{vertical-align:super;}
.right .hcontent{width:100%;}
.right .hcontent .prolist .probox,.right .hcontent .prolist .line{width:18.1%;}
.right .hcontent article+ header{margin-top:3%;}
.right .hcontent article+ header h3{font-size: 34px;text-align:left;}
.right .hcontent article+ header a{background-color: #C1C4CA;color: #fff;padding:3px 15px;border-radius:6px;vertical-align:baseline;font-size: 13px;text-transform: uppercase;}
.right .hcontent article+ header a i{border:5px solid transparent;border-left:9px solid #fff;border-right:0px;font-size:0px;vertical-align:middle;margin-left:5px;margin-top:-2px;height:0px;overflow: hidden;width:0px;display:inline-block;}



/*新闻列表*/
.newslist li{padding:2% 0px;border-bottom: 1px dotted #BBBBBB;font-size:0px;}
.newslist li .newsimg{width:25%;text-align:center;vertical-align:middle;}
.newslist li .newsimg img{max-width:100%;vertical-align:middle;max-height:140px;}
.newslist li .newstext{width:70%;font-size:14px;text-align:left;}
.newslist li:first-child{padding-top:1%;}
.newslist li h3 a{font-size: 14px;display:block;}
.newslist li span{color: #A9A9A9;line-height:1;display: inline-block;}
.newslist li p{color: #8E8E8E;margin-top:5px;max-height:67px;overflow:hidden;}
.articletitle{color:#e20a00;font-size:17px;margin-top:1%;}
.updatetime{display: block;color: #A9A9A9;padding-bottom:1.5%;border-bottom: 1px dotted #BBBBBB;margin-bottom: 1%;}

.page { padding:10px 0; line-height: 25px; text-align:right;border-bottom:1px dotted #B2B2B2;}
.page span,.page a{display:inline-block;text-align:center;padding:0 15px;}
.page a.cur,.page a:hover{color:red;}
.page select{margin-left:5px;border:1px solid #ABADB3;}
/*产品详细页面样式*/
.proInfo .proInfoImg{max-width:37%;border:1px solid #E3E3E3;border-radius:8px;overflow:hidden;}
.proInfo .provideo{max-width:37%;border:1px solid #E3E3E3;border-radius:8px;overflow:hidden;}
.proInfo .provideo a{display: block;}
.proInfo .protitle{max-width: 20%;text-align: left;}
.proInfo .protitle h1{font-size:17px;}
.proInfo .protitle .procontact{border-top:1px dotted #656565;padding-top:10px;margin-top:10px;}
.proInfo .protitle .promes {font-size: 20px;color: #fff;padding:5px 0px;display: block;text-align: center;border-radius: 4px;margin-top:40px;}

.prodesc{margin-top:3%;}
.prodesc .proTitList{}
.prodesc .proTitList{font-size: 0px;}
.prodesc .proTitList a{background-color: #E3E3E3;height:40px;line-height: 40px;color: #3c3c3c;font-size:18px;text-align: center;cursor: pointer;white-space: nowrap;width:24.9%;}
.prodesc .proTitList a.select,.prodesc .proTitList a:hover{background-color: #E20A00;color: #fff;position: relative;}
.prodesc .proTitList a.select:after,.prodesc .proTitList a:hover:after{position: absolute;border:11px solid transparent;border-top:11px solid #E20A00;border-bottom: 0px;bottom:-11px;left:0px;right:0px;margin:auto;content: '';font-size: 0px;width:0px;overflow: hidden;}
.prodesc .proDescList{border:1px solid #E3E3E3;padding:2% 1.5%;border-top:0px;}
.proRel{margin-top:3%;}
.right .proRel header{font-size:0px;}
.proRel header h3{font-size: 21px;}
.proRel header a{background-color: #C1C4CA;color: #fff;padding:3px 15px;border-radius:6px;vertical-align:baseline;font-size: 13px;text-transform: uppercase;}
.proRel header a i{border:5px solid transparent;border-left:9px solid #fff;border-right:0px;font-size:0px;vertical-align:middle;margin-left:5px;margin-top:-2px;height:0px;overflow: hidden;width:0px;display:inline-block;}
.proRel article{border:1px solid #D2D2D2;margin-top:1%;padding:2% 1%;}
.proRel article ul{text-align: justify;}
.proRel article ul li{display: inline-block;width:30%;font-size: 13px;list-style:inside disc none;}
.proRel article.prolist .probox{padding-top:0px;}

.proRel article> .probox{width:30%;}
.proRel article> .probox .protext a{padding-left:15px;position: relative;font-size: 14px;color:#606060;white-space: nowrap; text-overflow:ellipsis;overflow:hidden;display: block;}
.proRel article> .probox .protext a:hover{color: #e84a25;}
.proRel article> .probox .protext a:hover:before{content:'●';position:absolute;left:0px;}

/*邮件发送 样式*/
#proFeedback{border:1px solid #D2D2D2;}
#proFeedback header {position: relative;left:-1px;width:100%;display:table;}
#proFeedback header h3{display:table-cell;padding:0% 3%;color: #fff;vertical-align: middle;line-height: 47px;white-space:nowrap;}
#proFeedback header span{font-size: 15px;padding-left:3%;display:table-cell;vertical-align: middle;}
#proFeedback header span em{color: #d53800;font-style: normal;text-indent: 15px;display: inline-block;}
#proFeedback form{padding:2% 0px;text-align: center;}
#proFeedback form label{width:70%;display: inline-block;text-align: left;padding:0px 10px 0px 65px;position: relative;margin-bottom:10px;}
#proFeedback form label input,#proFeedback form label textarea{border:1px solid #E2E2E2;width:100%;}
#proFeedback form label input[name="code"]{width:60%;}
#proFeedback form label strong{position:absolute;left:0px;}
#proFeedback form label i{position: absolute;right:0px;color: #E20A00;}
#proFeedback form p input{background-color: #6B6B6B;border-radius: 4px;border:0px;width:110px;color: #fff;cursor:pointer;padding:2px 0px;margin-right:20px;}
/*页面底部*/
#footer{background-color:#47a0d9;color:#A9A9A9;/*上边的阴影box-shadow:1px 0px 2px 1px #3b8ce8; */position: relative;z-index: 15;}

#footer section{padding:2% 0%;width:18%;text-align: left;}
#footer section h3{color: #fff;text-transform: uppercase;margin:20px 0px 30px;}
#footer section header {font-size: 19px;text-transform: uppercase;color: #fff;margin-bottom: 15px;}
#footer section.copyright,#footer .footcopy .copyright{width:100%;background-color: #206fa3;padding:1% 4%;text-transform: uppercase;color: #EEEEEE;}
#footer .footcopy{background-color: #363636;}
#footer section article a{display: inline-block;margin:0px 20px 20px 0px;}
#footer section form.search{position: relative;}
#footer section form.search input[type="text"]{background-color: #fff;border:0px;width:100%;height:28px;padding-right:70px;}
#footer section form.search input[type="submit"]{background-color: #343434;font-size: 18px;font-weight: bold;border:0px;color:#fff;height:28px;position: absolute;right:0px;top:0px;text-transform: uppercase;padding:0px 8px;}
#footer section form.feedback input[type="text"]{background-color: #FFFFFF;border:0px;width:100%;height:23px;margin-bottom:12px;padding-left:8px;color: #666;}
#footer section form.feedback label{width:100%;display: block;}
#footer section form.feedback label input[name="code"]{width:50%;vertical-align: middle;}
#footer section form.feedback label img{vertical-align:top;}
#footer section form.feedback textarea{background-color: #FFFFFF;padding-left:8px;color:#666;border:0px;font-size: 13px;width:100%;margin-bottom: 12px;}
#footer section form.feedback input[type="submit"],#footer section form.feedback input[type="reset"]{color: #FFF;background-color: #000;border:0px;cursor:pointer;width:71px;margin-right:15px;}
#footer section form.feedback input[type="submit"]:hover,#footer section form.feedback input[type="reset"]:hover{background-color: #343434;}
#footer section nav a{color: #fff;display: block;padding:4px 0px;}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding: 0;margin: 0;border: 0;outline: none;vertical-align: top;}
.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 8020;}
.fancybox-skin {position: relative;background: #f9f9f9;color: #444;text-shadow: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.fancybox-opened {z-index: 8030;}
.fancybox-opened .fancybox-skin {-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.fancybox-outer, .fancybox-inner {position: relative;}
.fancybox-inner {overflow: hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}
.fancybox-error {color: #444;font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin: 0;padding: 15px;white-space: nowrap;}
.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;}
.fancybox-image {max-width: 100%;max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url('../img/fancybox/fancybox_sprite.png');}
#fancybox-loading {position: fixed;top: 0%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8060;}
#fancybox-loading div {width: 44px;height: 44px;background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;}
.fancybox-close {position: absolute;top: -18px;right: -18px;width: 36px;height: 36px;cursor: pointer;z-index: 8040;}
.fancybox-nav {position: absolute;top: 0;width: 40%;height: 100%;cursor: pointer;text-decoration: none;background: transparent url('../img/fancybox/blank.gif'); /* helps IE */-webkit-tap-highlight-color: rgba(0,0,0,0);z-index: 8040;}
.fancybox-prev {left: 0;}
.fancybox-next {right: 0;}
.fancybox-nav span {position: absolute;top: 50%;width: 36px;height: 34px;margin-top: -18px;cursor: pointer;z-index: 8040;visibility: hidden;}
.fancybox-prev span {left: 10px;background-position: 0 -36px;}
.fancybox-next span {right: 10px;background-position: 0 -72px;}
.fancybox-nav:hover span {visibility: visible;}
.fancybox-tmp {position: absolute;top: -99999px;left: -99999px;visibility: hidden;max-width: 99999px;max-height: 99999px;overflow: visible !important;}
/* Overlay helper */
.fancybox-lock {overflow: hidden !important;width: auto;}
.fancybox-lock body {overflow: hidden !important;}
.fancybox-lock-test {overflow-y: hidden !important;}
.fancybox-overlay {position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 8010;background: url('../img/fancybox/fancybox_overlay.png');}
.fancybox-overlay-fixed {position: fixed;bottom: 0;right: 0;}
.fancybox-lock .fancybox-overlay {overflow: auto;overflow-y: scroll;}
/* Title helper */
.fancybox-title {visibility: hidden;font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position: relative;text-shadow: none;z-index: 8050;}
.fancybox-opened .fancybox-title {visibility: visible;}
.fancybox-title-float-wrap {position: absolute;bottom: 0;right: 50%;margin-bottom: -35px;z-index: 8050;text-align: center;}
.fancybox-title-float-wrap .child {display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent;background: rgba(0, 0, 0, 0.8);-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;text-shadow: 0 1px 2px #222;color: #FFF;font-weight: bold;line-height: 24px;white-space: nowrap;}
.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color: #fff;}
.fancybox-title-inside-wrap {padding-top: 10px;}
.fancybox-title-over-wrap {position: absolute;bottom: 0;left: 0;color: #fff;padding: 10px;background: #000;background: rgba(0, 0, 0, .8);}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../img/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../img/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}



@media screen and (max-width:1200px){#footer .center{padding:0px 4%;}}
@media screen and (max-width:1100px){
    #top .logo{min-height:50px;height:auto;}
    #menu a{padding:0px 10px;}
    .brandTit p strong{font-size: 30px;}
    .proInfo .protitle{max-width: 100%;width: 100%;margin-top:3%;}
    .proInfo .provideo,.proInfo .proInfoImg{max-width:45%;}
    .proInfo .protitle .promes{margin-top:10px;}
    #banner img[data-src-1100px]{content: url(../img/banner01.jpg);}
#footer section{width:20%;}
}
@media screen and (max-width:990px)
{
    #site{margin:0 auto;width:100%;}
    .section .aboutbox,.section .newsbox{width:100%;}
    .section .newsbox{margin-top:3%;}
    .section.justify hr{display: none;}
    .right .aside,.right .about.hcontent{width:100%;}
    .left{width:25%;}
    .right{width:72%;}
    .prodesc .proTitList a{width:49.9%;border-bottom:1px solid #fff;float:left;border-right: 1px solid #fff;}
    
    .prodesc .proTitList a:hover:after,.prodesc .proTitList a.select:after{display: none;visibility:hidden;}
    .proRel article >.probox{width:45%;}
    #footer section{width:22%;}
    
    .proright{max-width:54%;}
    .proleft{max-width:43%;}
    #spec-list{float:none;}
    #spec-contact{float:none;}
    #imglist{height:auto;}
    #hot{display:none;}
    }
@media screen and (max-width:900px)
{
    #top{margin-top:40px;}
    #top .menu{overflow:hidden;cursor:pointer;font-weight:bold;display:block; vertical-align: middle;font-family: wf_segoe-ui_normal,'Segoe UI',Segoe,'Segoe WP',Tahoma,Verdana,Arial,sans-serif;position: absolute;top:0px;width:100%;background-color: #D8E0EA;line-height:35px;height:35px; text-align: center;border-radius: 0px 0px 7px 7px;margin:0px auto;left:0px;right:0px;}
    .menu .text-menu{font-size: 18px;display: inline-block;}
    .menu .icon-menu{display: inline-block;}
    .menu .icon-menu:after{content:"≡";font-size:20px;font-weight: bolder;}
    .menu:hover{color: #E20A00;}
    .banner img{max-width:150%;margin-left:-25%;}
    #header{top:0px;}
    #menu{display: none;position:absolute;background-repeat: repeat;height: auto;left:0px;right:0px;margin:0px auto;width:100%;background-color: #DCDEDA;z-index:1000;}
    #menu a{text-align: center;display: block;padding:0px; line-height:30px;}
    #menu a:hover{background-color: #fff;}
    .brandTit p strong{font-size: 25px;}
    .brandTit p i{font-size:15px;}
    .right .hcontent .prolist .probox, .right .hcontent .prolist .line{width:32%;}
    #banner{margin-top:30px;}

    .right .hcontent article+ header h3{font-size:26px;line-height:1;padding:0px 0px 10px;}

    #main .aboutbox .probox, #main .hotpros .probox, #main .newsbox .probox{padding:18px 14px;}
    .titl span{font-size:140%;}
    #main .hotpros .titl span{font-size:17px;}
    #main .newsbox .probox .protext p a{display:block;}
    #main .aboutbox .probox .proimg, #main .hotpros .probox .proimg, #main .newsbox .probox .proimg{height:124px;}
    .prolist .probox{width:31%;}
    #main .left .proimglist > ul{display:none;}
    
    #footer .rootmenu{font-size:0px;}
    #footer .rootmenu a{font-size:12px;width:25%;padding:0px;}
    #main .right .hotlist .probox{width:50%;}
	
   /* 小屏时的导航 */
    .menunav{width:100%;white-space: nowrap; float:left;}
    .menunav:hover span{display:none;}
	.menunav:hover span a{display:none;}
	
	/* 小屏时的产品列表 */	
	.prolistwrapper li{height:140px; overflow:hidden; padding:15px 10px 15px 140px; border-bottom:1px dashed #999; margin-bottom:15px; position:relative;}
	.prolistpic{position:absolute; left:0px; top:14px;}
	.prolistpic img{width:120px; padding:3px; border:1px #bbb solid;background:#f5f5f5;border-radius:6px;}
	.prolistpic a:hover img{width:120px; padding:3px;border:1px #999 solid;}
	.prolistTitle a, .prolistTitle a:visited{display:block; margin-bottom:5px; color:#333; font-weight:bold; font-size:12px;}

	
	
    }    
@media screen and (max-width:800px)
{
    #footer{padding-top:2%;}
    #main .section .aboutbox,#main .section .newsbox{width:100%;}
    .section .video{width:100%;margin-top:3%;}
    .banner{overflow: hidden;text-align: center;margin-top:28px;}
    

    #main .section .hotpro{width:100%;}
    .prolist .probox{width:30%;}
    #main .section .newsbox .newslist li a{text-align: left;}
    #footer section{width:45%;}
    #footer .line{width:45%;}
    .right .hcontent header{font-size:35px;}



    #main .left{padding-left:5px;}
    #main .right{padding-right:5px;}
    .prolist .probox{width:32%;}
    
    .proleft{max-width:80%;}
    .proright{max-width:100%;}
    #main .left .proimglist{display:none;}
    
    
    #footer .nav{max-width:100%;}
    #footer .nav dd{max-width:23%;}
    #footer .contactbox{max-width:48%;}
    #footer .inquiry{max-width:48%;}
    #proFeedback header{left:0px;}
    #proFeedback header span{text-align: left;line-height: 1.2;padding:10px 0px 10px 3%;}
    #proFeedback header span em{text-indent:0px;}
    
    
    }
@media screen and (max-width:700px)
{
    #main .left,#main .right{width:100%;padding-left:10px;}
    .left{border-right:0px;}
    #imgpho .gallery a{width:32%;text-align: center;}
    .right .curpos{border-top:3px solid #007FB2;padding-top:1%;}
    #top .menu{background-color:#D8E0EA;}
    #banner{margin-top:95px;}
.banner{}
    #main.maincon{}
    #main .right .titl{cursor:pointer;}
    #main .newsbox{max-width:100%;}
    .prolist .probox{width:30%;}
    
    
    .proright{max-width:100%;}
    .proleft{max-width:100%;}
    #imglist{display:none;}
    #footer .nav dd{max-width:45%;}
.boxLayout.justify .box3{ width:47%;}
    }
@media screen and  (max-width:600px)
{
    .sharelink img{max-height:20px;}
    #top .logo{max-width:30%;}
    .section .hotpro .probox{width:45%;}
    .prolist .probox{width:32%;}
    #main .section .brand{font-size: 25px;}
    #footer .rootmenucopy{}

    }
@media screen and  (max-width:500px)
{       
        .newslist li .newsimg{display:none;}
        .newslist li .newstext{width:100%;}
    .sharelink img{max-height:18px;}
    #top{border-radius:10px;}
    #top .logo{max-width:45%;min-height:0px;}
    #top .top-right{max-width:48%}
    .brandTit p i{display: none;}
    .lang{margin-top:6px;}
    #footer section{width:100%;padding:2% 0%;}
.banner{margin-top:20%;}
    .section .aboutbox figure{max-width:100%;}
    .section .aboutbox img{}
    .section .aboutbox .aboutcon p{margin-bottom: 10px;}
    .section .aboutbox .aboutcon{max-width:100%;}
    .right .hcontent .prolist .probox, .right .hcontent .prolist .line{width:46%;}
    .proRel article >.probox{width:90%;}
    .section .aboutbox .aboutcon strong{font-size: 20px;}
#proFeedback header,#proFeedback header h3,#proFeedback header span{display:block;}
#proFeedback header span{padding:3%;}
    #main .aboutbox, #main .hotpros{max-width:100%;}
    #main .newsbox .probox .proimg{ text-align:center;}
    .prolist .probox{width:45%;}
    
    #footer .nav{display:none;}
    #footer .contactbox{max-width:100%;}
    #footer .inquiry{max-width:100%;}
    #top .top-right{}
    #footer .feedback, #footer .pronav,#footer .contact,#footer .sharebox{width:98%;margin-bottom:4%;}
.boxLayout.justify .box3{ width:100%;}
    }
@media screen and  (max-width:400px)
{
    .brandTit p strong{font-size: 20px;}
    #top .logo{max-width:50%;}
    .sharelink{display: none;}
    #top .top-right {}
    .lang{margin-left:0px;margin-top: 0px;}
    .lang a{padding:0px 10px;}
    
    .section .hotpro .probox{width:100%;}
    
    #imgpho .gallery a{width:48%;}

    #banner{margin-top:85px;}

    .prolist .probox{width:48%;}
    .proDes #tags li{ display:block;}
    #quotation ul li textarea{width:95%;}
    
    }
@media  screen and (max-width:300px)
{
    
    }
#footerToolbox a,#footerToolbox button,#footerToolbox input,#footerToolBtn{-webkit-tap-highlight-color:rgba(0,0,0,0);}
#footerToolbox , #footerToolBtn , #footerToolbox ul ,#footerToolbox li{ margin:0px; padding:0px;list-style: none;}
.close{left:100%; margin-left:1px; right:auto;}
#footerToolBtn{ position:absolute; width:13px; height:58px; left:-12px; background:#cdcdcd; top:0px; bottom:0px; margin:auto; border-radius:22px 0px 0px 22px/8px 0px 0px 8px; cursor:pointer; background:#cdcdcd url(/images/PIC/footerTool-icon.png) no-repeat 1px -168px; }
#footerToolBtn:hover{ background-color:#aaa;}
#footerToolbox{ position:fixed; width:42px; bottom:50%; margin-bottom:-103px; right:0px; z-index:999; text-align:center;font-size:12px; line-height:1; font-family:Arial, Helvetica,San-serif, Microsoft YaHei, SimSun; visibility:hidden; }
#footerToolbox ul li{ width:40px; height:40px; border-width:1px 1px 0px 1px; border-color:rgba(255,255,255,0.6); border-style:solid; }
#footerToolbox ul li:last-child{ border-bottom-width:1px;}
#footerToolbox ul li a{ display:block; line-height:40px; text-indent:299px; background-color:#cdcdcd; background-image:url(/images/PIC/footerTool-icon.png); background-repeat:no-repeat; overflow:hidden;outline:none;}
#footerToolbox ul li a:hover{ background-color:#aaa;}
#toolTel a{ background-position:center 8px;}
#toolEmail a{ background-position:center -28px;}
#toolMap a{ background-position:center -62px;}
#toolShare a{ background-position:center -98px;}
#toolMessage a{ background-position:center -133px;}
@media screen and (max-width:640px){
    #footerToolbox{ visibility:visible;}
}

@media screen and (max-width:640px){
    #leftonline{position:fixed; visibility:hidden;}
}


.boxLayout .box3{ text-align:center; margin-bottom:8px;}






/*procenter*/
#productsright{ float:right; width:100%;}
.subtitle{ margin:0px; margin-bottom:21px; overflow:hidden; padding:0px; border:1px solid #bfbfbf; background:url(/images/PIC/tagsbg.jpg) repeat; width:100%;}
.subtitle li{ float:left; line-height:33px; width:auto; text-align:center; border-right:1px solid #bfbfbf; padding:0px 2%;}
.subtitle li a{ color:#000;}
.subtitle li a:hover{ color:#fff; background-color:#900;}
.proone{ overflow:hidden; width:100%; margin-bottom:16px;}
.proone img{ float:left; width:35%;}
.prooneright{ float:right; width:60%;}
.proone dl{ border-bottom:1px dashed #999;}
.proone dl dt{ color:#0d0d0d; font-size:14px; font-weight:bold; line-height:26px;}
/*.proone dl dt span{ color:#9b9b9b; font-weight:bold; font-size:14px;}*/
.proone textarea{  border:0; line-height:24px; color:#333; height:160px; width:100%; margin:10px 0px; min-height:60px; max-height:165px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.anniu{ overflow:hidden;}
.anniu a{ display:block; width:30%; margin-right:5%; float:left; text-align:center; background-color:#db4612; color:#fff; font-weight:bold; font-size:16px;  height:32px; line-height:32px;}

.share{width:100%;/*height:23px;*/overflow:hidden;padding-top:5px;padding-left:10px;background:#dddddd;margin-top:10px;}
.pdf{padding-left:25px;width:20%;float:left;display:inline; background:url(../images/pdfbg.jpg) no-repeat left center;}
.bshare-custom{ width:30%; float:left;}
.addthis_toolbox{display:inline-block;}
.pdf a{font-weight:bold;color:#000000;}
.social-media-list li{float:left;}
.lcs-share.footer{ float:left;margin-top:7px;}
.lcs-share .ttl-share{ display:inline-block; font-weight:bold; margin-right:12px;float:left;line-height:16px;}

.lcs-share.footer ul{ display:inline-block; margin-right:32px;}
.lcs-share ul{ margin:0px; list-style-type:none;}
.lcs-share.simple li, .lcs-share.full li, .lcs-share.corner li{ display:inline-block; height:20px; vertical-align:middle;}
.uzlpSb{ fill:#dd4b38;}
.HP, .HP:hover, .HP:active{ color:##DD4B39;}

#productsright p{ width:100%; line-height:24px; color:#373737;}
.smalltit{ width:100%; color:#000; font-size:16px; font-weight:bold; margin:0px; line-height:45px; text-align:left; display:block; }
.shuju{ font-size:12px; line-height:24px;}
#productsright table{ width:98%;}
.casepro{ margin:0px; padding:0px; overflow:hidden; margin-bottom:20px;}
.casepro li{ float:left; width:22%; margin: 0px 1.5%;}
.casepro li a img{ border:0;}
.casepro li .caseimg{background:url(../images/procasebg.jpg) repeat; padding:8px;}
.casepro li .caseimg img{max-width:156px;/* max-height:93px;*/ width:100%;}
.casepro li p{ text-align:center; font-size:14px;}
.casepro li p a{ color:#333;}


.float-navbar {
    position: fixed;
    top: 0;
    z-index: 900000;
}

/*产品说明页当前红色*/
.subtitle li.jingxing a{ color:red;font-size:12px; font-weight:bold; background:url(../images/tagsbghover.jpg) repeat; padding:0px; display:block;}


/*scroll*/
.rollBox{overflow:hidden;padding:0px; width:100%;margin-bottom:10px;}
.rollBox .LeftBotton{height:52px;width:1.2%;background:url(/images/PIC/job_mj_069.gif) no-repeat 3px 0;overflow:hidden;float:left;display:inline;margin:8% 1% 0 0;cursor:pointer;}
.rollBox .RightBotton{height:52px;width:1.5%;background:url(/images/PIC/job_mj_069.gif) no-repeat -8px 0;overflow:hidden;float:right;display:inline;margin:8% 0 0 0;cursor:pointer;}
.rollBox .Cont{ width:95%;overflow:hidden;float:left;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{float:left;text-align:center; margin:0px;}
.rollBox .Cont .pic .caseimg{background:url(/images/PIC/procasebg.jpg) repeat; padding:8px; display:block; width:160px; margin:0px 5px;}
.rollBox .Cont .pic .caseimg img{width:156px;}
.rollBox .Cont .pic p{line-height:26px;color:#505050;text-align:center; font-size:14px;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.rollBox #List1,.rollBox #List2{float:left;}

.share{width:100%;/*height:23px;*/overflow:hidden;padding-top:5px;padding-left:10px;background:#dddddd;margin-top:10px;}
.pdf{padding-left:25px;width:20%;float:left;display:inline; background:url(../images/pdfbg.jpg) no-repeat left center;}
.bshare-custom{ width:30%; float:left;}
.addthis_toolbox{display:inline-block;}
.pdf a{font-weight:bold;color:#000000;}
.social-media-list li{float:left;}
.lcs-share.footer{ float:left;margin-top:7px;}
.lcs-share .ttl-share{ display:inline-block; font-weight:bold; margin-right:12px;float:left;line-height:16px;}

.lcs-share.footer ul{ display:inline-block; margin-right:32px;}
.lcs-share ul{ margin:0px; list-style-type:none;}
.lcs-share.simple li, .lcs-share.full li, .lcs-share.corner li{ display:inline-block; height:20px; vertical-align:middle;}
.jianjie{ display: block;height: 216px;overflow-y: auto;}






/***用户中心专用的样式***/
		.modal {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background: rgba(0,0,0, .7);
			z-index: 99999;
			display:none
		}
		.modal .modal-dialog {
			width:550px;
			margin: 10% auto;
			position:relative;
			right:0;
			top:0
		}
		.modal .modal-content {
			background: #fff;
			border-radius: 3px;
			box-shadow: 0 0 5px #aaa;
			
		}
		.modal .modal-content h4 {
			font-size: 1.5em;
		}
		.modal .modal-content .alert {
			margin: 15px 0;
			border: 1px solid #e4393c;
			background: #fee;
			color: #e4393c;
			font-weight: bold;
			padding: 6px;
			border-radius: 2px;
		}
		.modal .modal-content .modal-header{
			position:relative;
		}
		.modal .modal-content .modal-header img{
			width:550px;
		}

		.modal .modal-content .modal-header>a{
			padding:20px;
			position:absolute;
			top:5px;
			left:93.5%
		}
/*
		.modal .modal-content .modal-header>a:last-child{
			padding:20px;
			position:absolute;
			top:5px;
			left:93.5%
		}
*/
		.modal .modal-content .modal-header ul{
			width:550px;
			position:absolute;	
			bottom:10px;
		}
		.modal .modal-content .modal-header ul li{
			display:inline-block;
			width:50%;
			margin-top:20px;
			text-align:center;
		}
		.modal .modal-content .modal-header ul li a{
			color:rgb(40,174,237);
			font-size:18px;
			font-weight:bold;
			background:rgba(255,255,255,0);
			border:2px solid #666;
			border-radius:5px;
			text-decoration:none;
			display:inline-block;
			width:200px;
			height:30px;
			line-height:30px;
			
			

		}
		.modal .modal-content .modal-header ul li a:hover,.modal .modal-content .modal-header ul li.active a{
			color:#fff;
			background:rgb(40,174,237);
		}
		.modal .modal-content .modal-body{
			padding:2%;
			display:none;
		}
		.modal .modal-content .modal-body input {
			box-sizing: border-box; /*总宽=width+margin*/
			width: 100%;
			margin: 6px 0;
			line-height: 2em;
			border: 1px solid #aaa;
			border-radius: 2px;
			padding: 2px 6px;

		}
		.modal .modal-content .modal-body .form-group{
			overflow:hidden;
		}
		.modal .modal-content .modal-body .control-label,.input-group{
			display:inline-block;
		}
		.modal .modal-content .modal-body .control-label{
			float:left;
			margin-top:15px;
		}
		.modal .modal-content .modal-body .input-group,#inputMessage{
			float:right;
			margin-left:0px;
			width:455px;
			border-radius:5px;
		}
		.modal .modal-content .modal-body #inputMessage{
			padding:0;margin:0
		}
		.modal .modal-content .modal-body .form-group:last-child{
			text-align:center;
			margin-top:20px
		}
		.modal .modal-content .modal-body .form-group:last-child button{
			padding:5px 20px;margin-left:20px;
			
		}
		.modal .modal-content .modal-body .form-group:last-child button:first-child{
			background:rgb(40,174,237);color:#fff;
			border:1px solid #aaa;;
		}
		.modal .modal-content .modal-body .form-group [name='notes']{
			font-size:16px;
			font-weight:500;
		}
		.ejectFeedback {
			width: 56px;
			height: 62px;
			background: url(/Images/feedback.jpg) no-repeat center;
			cursor: pointer;
			position: fixed;
			right: 0;
			text-indent: 9999px;
			bottom: 200px;
			z-index:999
		}