
@font-face{
    font-family: 'Roboto BoldCondensed';
    src: url('/skin/fonts/roboto boldcondensed.eot');
    src: url('/skin/fonts/roboto boldcondensed.eot#iefix') format('embedded-opentype'),
    url('/skin/fonts/roboto boldcondensed.woff2') format('woff2'),
    url('/skin/fonts/roboto boldcondensed.woff') format('woff'),
    url('/skin/fonts/roboto boldcondensed.ttf') format('truetype'),
    url('/skin/fonts/roboto boldcondensed.svg#neuesbauendemo') format('svg');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family: 'Roboto Light';
    src: url('/skin/fonts/roboto light.eot');
    src: url('/skin/fonts/roboto light1.eot#iefix') format('embedded-opentype'),
    url('/skin/fonts/roboto light.woff2') format('woff2'),
    url('/skin/fonts/roboto light.woff') format('woff'),
    url('/skin/fonts/roboto light.ttf') format('truetype'),
    url('/skin/fonts/roboto light.svg#neuesbauendemo') format('svg');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family: 'Roboto Regular';
    src: url('/skin/fonts/roboto regular.eot');
    src: url('/skin/fonts/roboto regular.eot') format('embedded-opentype'),
    url('/skin/fonts/roboto regular.woff2') format('woff2'),
    url('/skin/fonts/roboto regular.woff') format('woff'),
    url('/skin/fonts/roboto regular.ttf') format('truetype'),
    url('/skin/fonts/roboto regular.svg#neuesbauendemo') format('svg');
    font-weight:normal;
    font-style:normal
}

/*Reset css*/
/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
/* 设置默认字体 */
body,button,input,select,textarea{ font: 12px/1 'Arial'; }
h1{ font-size: 20px; }
h2{ font-size: 18px; }
h3,h4,h5,h6{ font-size: 100%; font-weight: normal; }
address,cite,dfn,em,var{ font-style: normal; }
code,kbd,pre,samp,tt{ font-family: 'Arial'; }
small{ font-size: 12px; }
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
/* 重置文本格式元素 */
a{ color: #5a5a5a; text-decoration: none; transition-duration: .3s; }
a:hover{ color: #000; text-decoration: none; transition-duration: .3s; }
abbr[title],acronym[title]{ border-bottom: 1px dotted; cursor: help; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置表单元素 */
legend{ color: #000; }
fieldset,img{ border: none; display: block; }
button,input,select,textarea{ font-size: 100%; }
/* 重置表格元素 */
table{ border-collapse: collapse; border-spacing: 0; }
/* 重置 hr */
hr{ border: none; height: 1px; }
/* 清除浮动 */
.cl,.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:none;border:0;font-size:0;}
/*end Reset css*/

/*web*/
html,body{width: 100%;height: 100%;font-family: 'Roboto Regular';font-size: 14px;background: #ffffff;}
.BODYCENTER{width: 1200px;margin: auto;position: relative;}
.fl{float: left;}
.fr{float: right;}
em{color: #000;}
.wow{visibility: visible!important;}
.content img{max-width: 100%;}
.content table{margin: 10px 0;border-collapse: collapse;display: table;width: 100%!important;}
.content td,.content th{padding: 5px;border: 1px solid #dcdcdc;color: #6d6d6d;width: 1%!important;}
/*end web*/

/*分页*/
.mc_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.mc_pager a,.mc_pager span{background:#b0b0b0;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager a:hover,.mc_pager a.Ahover{background:#8d8d8d;}
.mc_pager a.firstPage,.mc_pager a.lastPage{width:40px;font-weight:bold;}
.mc_pager .PreSpan,.mc_pager .NextSpan{width:50px;}
.mc_pager a.PreA,.mc_pager a.NextA{width:50px;}
.mc_pager .PageText,.mc_pager #metPageT,.mc_pager #metPageB{display:none}
/*end 分页*/

/*分享*/
.conshare{text-align: left;position: relative;}
.conshare a{display: inline-block;width: 30px;height: 30px;margin: 0 8px;background: url(/skin/images/share1.png) center no-repeat;}
.conshare a:hover{background: url(/skin/images/share2.png) center no-repeat;}
.conshare a.facebook{background-position: 0;}
.conshare a.twitter{background-position: -49px;}
.conshare a.plus{background-position: -98px;}
.conshare a.tumblr{background-position: -146px;}
.conshare a.wxewmimg{background-position: -195px;}
/*end 分享*/

/*二维码显示*/
.pro2wm{position:relative;display:inline-block;cursor:pointer;}
.pro2wm:before{opacity:0;content:'';border-top:8px solid transparent;border-right:8px solid #fff;border-bottom:8px solid transparent;position:absolute;top:7px;right:-14px;z-index:1001;transition-duration:.3s;}
.pro2wm:after{opacity:0;content:'';width:5px;height:10px;box-shadow:-3px 0 10px rgba(0, 0, 0, .2);position:absolute;top:10px;right:-14px;z-index:1000;transition-duration:.3s;}
.pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.pro2wm .wxewm{opacity:0;width:0;height:200px;padding:8px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-88px;z-index:999;transition-duration:.3s;}
.pro2wm:hover .wxewm{opacity:1;width:200px;padding:8px;}
/*end 二维码显示*/

/*css3*/
/* Grow */
.grow {
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition-property: transform;
    transition: all 0.36s ease;
}
a:hover .grow {
    transform: scale(1.08);
}
/* float-shadow */
.float-shadow {
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: 0.36s;
}
.float-shadow:before {
    content: '';
    width: 90%;
    height: 10px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%,rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: 0.36s;
}
.float-shadow:hover {
    transform: translateY(-5px);
}
.float-shadow:hover:before {
    opacity: 1;
    transform: translateY(5px);
}
/*显示隐藏时间*/
@-webkit-keyframes fadeIn{
    0% {
        opacity: 0;
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5;
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}
/*end css3*/



/*header*/
#header{
    width: 100%;
    background: #ffffff;
    position: fixed;
    z-index: 10000;
    top: 0;
}
#header .headertop{
    height: 119px;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    transition-duration: .5s;
}
#header.height .headertop{
    height: 0;
}
#header .headertop .logo{
    height: 50px;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -85px;
}
#header .headertop .logo img{
    height: 100%;
}
#header .headertop .search{
    float: left;
    padding-top: 38px;
}
#header .headertop .search form{
    font-size: 0;
}
#header .headertop .search form:after{
    content: '';
    display: block;
    clear: both;
}
#header .headertop .search form .navsearch_input input {
    float: left;
    height: 42px;
    width: 198px;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #e7e7e7;
    outline: 0;
}
#header .headertop .search form .searchimage{
    float: left;
    background: #000000;
    padding: 11px;
    border: 0;
    outline: 0;
}
#header .headertop .lang{
    float: right;
    padding-top: 42px;
}
#header .headertop .lang a{
    float: left;
    color: #969696;
    line-height: 32px;
    padding-left: 30px;
}
#header .headertop .lang a img{
    float: left;
    padding-right: 5px;
}
#header .headertop .qrcode{
    float: right;
    padding: 47px 20px 0 0;
}
#header .headertop .qrcode .wxewmimg{
    color: #000;
    font-size: 25px;
}
#header .headertop .qrcode .pro2wm:before{
    border-left: 8px solid #fff;
    border-right: 8px solid transparent;
    top: 4px;
    right: 22px;
}
#header .headertop .qrcode .pro2wm:after{
    top: 7px;
    right: 34px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, .2);
}
#header .headertop .qrcode .pro2wm .wxewm{
    padding: 5px;
    height: 90px;
    left: auto;
    right: 38px;
    bottom: -35px;
}
#header .headertop .qrcode .pro2wm:hover .wxewm{
    width: 90px;
}
/*导航*/
#header .headnav{
    border-bottom: 1px solid #e7e7e7;
}
#header .headnav #cssmenu{
    margin: 15px 0 15px 150px;
}
/*banner*/
#inbanner{
    float: left;
    width: 890px;
    height: 435px;
    position: relative;
}
#inbanner:before{
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    z-index: 10;
}
#banner{
    padding-top: 200px;
    overflow: hidden;
}
#banner .flash img{
    width: 1920px !important;
    height: auto!important;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.font1{
    font-family: 'Roboto BoldCondensed';
}
.font2{
    font-family: 'Roboto Light';
}
/*header*/

/*index*/
.more{
    display: block;
    width: 118px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #333333;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}
.more:hover,
a:hover .more{
    color: #ffffff !important;
    border: 1px solid #343434;
}
.more:before{
    content: '';
    width: 0;
    height: 100%;
    background: #343434;
    position: absolute;
    top: 0;
    left: 0;
}
.more:hover:before,
a:hover .more:before{
    width: 100%;
    transition-duration: .5s;
}
.more p{
    position: relative;
    z-index: 1;
}

#main{
    background: #ffffff;
    padding-top: 200px;
    position: relative;
    z-index: 2;
}

.inxw .innews{
    width: 300px;
    height: 210px;
    margin-top: 15px;
    background: #e95510;
}
.inxw .innews a{
    display: block;
    text-align: center;
}
.inxw .innews h1{
    color: #ffffff;
    font-size: 24px;
    padding: 50px 0 10px;
}
.inxw .innews .content{
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}
.inxw .innews .content p:nth-child(2){
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    color: #420303;
    font-size: 15px;
    background: #ffffff;
    margin: auto;
}
.inservice{
    padding: 50px 0 30px;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}
.inservice li{
    float: left;
    width: 33.33%;
    padding-right: 30px;
    border-left: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.inservice li:nth-child(1){
    border-left: 0;
}
.inservice li img{
    float: left;
    padding: 10px 25px;
}
.inservice li h3{
    color: #1b1b1b;
    font-size: 18px;
    padding-bottom: 10px;
}
.inservice li p,
.inservice li p a{
    color: #8a8a8a;
    font-size: 15px;
    line-height: 24px;
}
.inservice li p a:hover{
    color: #000000;
}
.inabout{
    padding: 30px 0;
}
.inabout .infx a{
    display: block;
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
    background: url(/skin/images/infx.jpg);
}
.inabout .infx a.whastapp{
    background-position: 0 0;
}
.inabout .infx a.wechat{
    background-position: 0 -50px;
}
.inabout .infx a.qq{
    background-position: 0 -101px;
}
.inabout .infx a.mail{
    background-position: 0 -151px;
}
.inabout .infx a.fx{
    padding: 0!important;
    background: url(/skin/images/infx.jpg) 0 -202px !important;
}
.inabout .infx a.fxcon{
    background-position: 0 -252px;
}
.inabout .infx .pro2wm{
    display: block;
}
.inabout .infx .pro2wm:before{
    top: 12px;
}
.inabout .infx .pro2wm:after{
    top: 15px;
}
.inabout .infx .pro2wm .wxewm{
    width: 150px;
    height: 20px;
    line-height: 20px;
    color: #000;
    font-size: 18px;
    left: 52px;
    bottom: 0;
}
.inabout .inaboutl{
    width: 620px;
    padding-left: 50px;
}
.inabout .inaboutl h1{
    color: #343434;
    font-size: 30px;
}
.inabout .inaboutl .description{
    color: #7d7d7d;
    line-height: 28px;
}
.inabout .inaboutl .countup{
    padding: 25px 0;
}
.inabout .inaboutl .countup ul li{
    float: left;
    margin-right: 120px;
    text-align: center;
}
.inabout .inaboutl .countup ul li h6{
    color: #e95510;
    font-size: 25px;
}
.inabout .inaboutl .countup ul li p{
    color: #a2a2a2;
    font-size: 15px;
    padding-top: 10px;
}
.inpro{
    padding: 50px 0 30px;
    background: #fbfbfb;
    overflow: hidden;
}
.inpro h1{
    color: #343434;
    font-size: 32px;
    text-align: center;
    padding-bottom: 20px;
}
.inpro h4{
    color: #afafaf;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 30px;
}
.inpro ul li{
    float: left;
    width: 228px;
    margin: 15px 15px 0 0;
}
.inpro ul li:nth-child(5n){
    margin-right: 0;
}
.inpro ul li a{
    display: block;
    text-align: center;
}
.inpro ul li a .proimg{
    overflow: hidden;
    border: 1px solid #f3f3f3;
}
.inpro ul li a .proimg img{
    width: 100%;
}
.inpro ul li a .title{
    color: #9f9f9f;
    padding: 20px 0 5px;
}
.inpro ul li a:hover .title{
    color: #000;
}
/*index*/

/*foot*/
#footer{
    background: #ffffff;
    position: relative;
    z-index: 2;
}
#footer .footcon{
    padding: 20px 0 30px;
}
#footer .footcon .ewm{
    float: right;
    width: 150px;
}
#footer .footcon .fpronav{
    float: left;
    margin-top: 25px;
}
#footer .footcon .fpronav li{
    float: left;
    width: 215px;
}
#footer .footcon .fpronav li p{
    line-height: 30px;
    position: relative;
}
#footer .footcon .fpronav li p:before{
    content: '';
    width: 10px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 14px;
    opacity: 0;
    transition-duration: .3s;
}
#footer .footcon .fpronav li p:hover:before{
    opacity: 1;
}
#footer .footcon .fpronav li p a{
    display: inline-block;
    color: #a2a2a2;
    position: relative;
    left: 0;
    transition-duration: .3s;
}
#footer .footcon .fpronav li p:hover a{
    color: #000;
    left: 15px;
}
#footer .footcon .fadd{
    float: left;
    width: 300px;
    padding: 0 50px;
    margin-top: 25px;
    border-left: 1px solid #e3e3e3;
}
#footer .footcon .fadd p{
    color: #a2a2a2;
    line-height: 28px;
}
#footer .footcon .fadd p a{
    color: #a2a2a2;
}
#footer .footcon .fadd p a:hover{
    color: #000;
}
#footer .tail{
    color: #c9c9c9;
    line-height: 24px;
    background: #505050;
    padding: 10px 0;
}
#footer .tail a{
    color: #c9c9c9;
}
#footer .tail .tail_a{
    float: right;
    position: relative;
    left: 0;
}
#footer .tail .tail_a:hover{
    left: -5px;
}
/*foot*/

/*product*/
.product{}
.product .pronav{
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
}
.product .pronav ul li{
    float: left;
    padding-left: 20px;
}
.product .pronav ul li:nth-child(1){
    padding-left: 0;
}
.product .pronav ul li a{
    display: block;
    color: #a2a2a2;
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    background: url(/skin/images/pronavicon1.jpg) no-repeat;
}
.product .pronav ul li a:hover,
.product .pronav ul li a.hover{
    color: #000;
    background: url(/skin/images/pronavicon2.jpg) no-repeat;
}
.product .pronav ul li .navdown a{
    display: none;
    color: #a2a2a2;
    background: 0;
}
.product .pronav ul li .navdown a:hover,
.product .pronav ul li .navdown a.hover{
    color: #000;
}
.product .prolist.inpro{
    padding: 20px 0 0;
    background: #fff;
}
/*showproduct*/
.showproduct{
    padding: 50px 0;
}
/*<!--第一部分-->*/
.one .proimg1{
    float: left;
    border: 1px solid #efefef;
}
.one .proimg2{
    float: left;
    height: 440px;
    width: 100px;
    padding: 30px 38px 20px;
    position: relative;
}
.one .proimg3 {
    float: right;
    width: 500px;
    position: relative;
}
.one .proimg3 .title{
    border-bottom: 1px dotted #343434;
    margin-bottom: 30px;
}
.one .proimg3 .title h1{
    color: #343434;
    font-size: 30px;
    padding-top: 20px;
}
.one .proimg3 .title h2{
    color: #343434;
    font-size: 25px;
    padding: 10px 0 20px;
}
.one .proimg3 .content{
    color: #626262;
    font-size: 17px;
    line-height: 38px;
}
.one .proimg3 .mailto{
    display: block;
    color: #ffffff;
    font-size: 17px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff8a00;
    border-radius: 5px;
    margin-top: 20px;
}
/*end showproduct*/
/*product*/

/*news*/
.newsnav{
    padding: 25px 0;
    border-bottom: 1px solid #ededed;
}
.newsnav ul li{
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.newsnav ul li:before{
    content: '';
    width: 1px;
    height: 18px;
    background: #d7d7d7;
    position: absolute;
    right: 0;
    top: 10px;
}
.newsnav ul li a.more{
    width: auto;
    border: 0;
    padding: 0 10px;
}
.newsnav ul li a.more:before{
    background: #bebebe;
}
.newsnav ul li a.hover{
    color: #ffffff;
    background: #bebebe;
}

.news{
    padding-top: 20px;
}
.news ul li{
    float: left;
    width: 550px;
    margin: 30px 25px 0 25px;
}
.news ul li a{
    display: block;
}
.news ul li a .newsimg{
    overflow: hidden;
}
.news ul li a .newsimg img{
    width: 100%;
}
.news ul li a .title{
    color: #151515;
    font-size: 16px;
    padding: 25px 0 15px;
}
.news ul li a .addtime{
    float: right;
    color: #858585;
    font-size: 14px;
}
.news ul li a .description{
    color: #7b7b7b;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.shownews{
    padding-top: 50px;
}
.shownews .title{
    color: #151515;
    font-size: 16px;
    text-align: center;
}
.shownews .addtime{
    color: #858585;
    text-align: center;
    padding: 15px 0 20px;
    border-bottom: 1px dotted #bebebe;
}
.shownews .content{
    color: #7b7b7b;
    line-height: 24px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #7b7b7b;
    line-height: 30px;
    padding: 30px 0;
    border-top: 1px solid #ededed;
}
.shownews .detailpage p a{
    color: #7b7b7b;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #000;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more{
    float: right;
    width: 100px;
}
/*news*/

/*about*/
.about h1{
    color: #343434;
    font-size: 40px;
    padding: 30px 0;
    border-bottom: 1px solid #ececec;
}
.about .content{
    color: #7d7d7d;
    line-height: 28px;
    padding-top: 20px;
}
.about .inabout,
.about .inabout .inaboutl{
    padding: 0;
}
.about .aboutwork{
    padding-top: 20px;
}
.about h5{
    color: #343434;
    font-size: 40px;
    padding-top: 50px;
    text-align: center;
}
.about h6{
    color: #b7b7b7;
    font-size: 14px;
    padding: 15px 0 30px;
    text-align: center;
}
.about .aboutxswl{
    padding-top: 30px;
}
/*about*/

/*video*/
.video{
    padding-top: 50px;
}
.video li{
    width: 720px;
    margin: auto;
}
.video li .title{
    color: #000000;
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
}
/*video*/

/*contact*/
.contact{
    padding: 100px 0;
}
.contact ul li{
    float: left;
    width: 240px;
    border-left: 1px solid #f5f5f5;
    box-sizing: border-box;
}
.contact ul li:nth-child(1){
    border-left: 0;
}
.contact ul li .img img{
    margin: 10px auto;
}
.contact ul li p{
    color: #5a5a5a;
    line-height: 24px;
    padding: 0 10px;
}
.contact ul li .ewm img{
    margin: auto;
}
.feedback h1{
    color: #5b5b5b;
    font-size: 26px;
    border-bottom: 1px solid #f0f0f0;
}
.feedback h1 p{
    width: 240px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d7d7d7;
}
.feedback #feedback{
    padding-top: 50px;
}
.feedback #feedback dl .ftype_input{
    padding-bottom: 20px;
}
.feedback #feedback dl .ftype_input:after{
    content: '';
    clear: both;
    display: block;
}
.feedback #feedback dl .ftit{
    float: left;
    width: 85px;
    color: #474747;
    font-size: 16px;
}
.feedback #feedback dl .fbox{
    float: left;
    position: relative;
}
.feedback #feedback dl .fbox input{
    width: 280px;
    padding: 0 10px;
    line-height: 24px;
    border: 1px solid #d5d5d5;
    outline: 0;
}
.feedback #feedback dl .fbox textarea{
    width: 280px;
    padding: 10px;
    line-height: 24px;
    border: 1px solid #d5d5d5;
    outline: 0;
}
.feedback #feedback dl .fbox .formerror{
    width: 10px;
    height: 20px;
    line-height: normal;
    overflow: hidden;
    position: absolute;
    right: -12px;
    top: 3px;
    color: red;
}
.feedback #feedback dl .tips{
    float: left;
    color: #696868;
    padding: 5px 0 0 30px;
}
.feedback #feedback dl .tips i{
    color: red;
}
.feedback #feedback .noborder .submit{
    width: 110px;
    height: 35px;
    color: #ffffff;
    font-size: 12px;
    margin-left: 85px;
    background: #666666;
    border: 0;
    outline: 0;
}
.faq .content{
    color: #887e79;
    line-height: 20px;
    padding: 30px 0;
}
.faq .content p strong{
    display: inline-block;
    color: #000000;
    font-weight: normal;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/*contact*/

#tq_invit_container,
#TQMiniMessWrap{
    display: none;
}
#tq_kefu_main{
    top: 1052px!important;
    left: 50%!important;
    margin-left: -600px;
    width: 38px;
    height: 38px;
    background: url(/skin/images/infx.jpg) 0 -252px !important;
}
#tq_kefu_main #tq_kefu_normal_container img{
    width: 38px;
    height: 38px;
}