#ser_onl { position: fixed; bottom: 0px; width: 252px; right: 0px; z-index: 100000; /*    background: rgb(201, 34, 40);*/ /*    padding: 10px 0px 0px 1px;*/ /*    border: 1px solid #EEE; border-bottom: none; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;*/ }  #ser_onl b { margin-top: 132px; float: right; font-size: 19px; font-weight: bold; width: 158px; height: 30px; background: #006795; color: #FFF; padding-left: 16px; border-radius: 8px 8px 0px 0px; margin-right: 145px; line-height: 30px; } 
.label_serv_onl { text-align: left; cursor: pointer; font-size: 15px; height: 44px; width: 274px; color: #fff; }  .cont_serv_onl { /*    background: url(./images/bg_httt.png) no-repeat right bottom;*/ display: none; cursor: pointer; color: #fff; font-weight: bold; }  .cont_serv_onl .title { font-size: 16px; color: #fff; margin-bottom: 10px; }  .cont_serv_onl.active { /*display: block;*/ }  .cont_serv_onl p { line-height: 24px; font-size: 14px; }
.fmap-mail{}
.fmap-mail h3{    font-size: 18px;
    text-transform: uppercase;
    background: url(../images/title-mail.png) no-repeat left top;
    padding-left: 32px;
    line-height: 26px;
    min-height: 30px;
    color: #c53a3a;}
.pad0{padding: 0;}
.pal0{padding-left: 0;}
.par0{padding-right: 0;}
#map2{height: 265px !important}
.footer-social{margin-top: 1em}
.statics{font-size: 15px}
.statics span{}
.statics b{color: blue}
.box_fixed {
    position: fixed;
    top: 420px;
    left: -170px;
    width: 170px;
    z-index: 9999;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.box_fixed.active {
    left: 0;
 z-index:999999;
}
.box_fixed .tit {
    position: absolute;
    top: 0;
    left: 100%;
    cursor: pointer;
    width: 36px;
}
.box_fixed.line {
    top: 460px;
}
.box_fixed.wechat {
    top: 500px;
}
.content{
	/*background: white;
	border: 1px #3B5997 solid;
	border-radius: 5px;*/
}
.content .content_first{
	padding: 10px;
}
.content .content_first >i{
	color: blue;
	font-size: 17px;
}
.content .content_first >strong{
	color: red;
	font-size: 28px;
}

.content_first{width: 100%;text-align: center;height: auto;color: red; font-weight: bold; font-size: 15px;}
.sub_mail{
    width: 100%;
    background: url('../images/body/bg_sub.jpg');
    display: inline-block;
    text-align: center;
}
.sub_mail .title{
    padding: 15px 0;
}
.sub_mail .title h2{
    font-size: 28px;
    font-family: 'UTM HelvetIns';
    color: #0055af;
    font-weight: normal;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}
.sub_mail .title h3{
    font-size: 13px;
    font-family: 'Roboto Regular';
    color: #0055af;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-weight: normal;
}
.sub_mail .content{
    display: inline-flex;
    margin-bottom: 1.9em;
}
.sub_mail .content input{
    font-size: 25px;
    padding: 7px;
    background: rgba(255, 255, 255, 0.64);
    border: none;
    box-shadow: none;
    float: left;
    width: 500px;
}
.sub_mail .content button{
    font-size: 22px;
    float: left;
    margin-left: 5px;
    border: none;
    background: red;
    color: white;
    font-family: 'UTM HelvetIns';
    padding: 7px 25px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.5s;
}
.sub_mail .content button:hover{transition: all 0.5s; background: white;  color: red}
