@charset "utf-8";
html,body{width: 100%;font-family: 微软雅黑,"Microsoft YaHei",Helvetica,STHeiTi,Arial,sans-serif;font-size:14px;}
.trans{-webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);}
.trans_1{-webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);}
.c333{color:#333;}
.c666{color:#666;}
.c999{color:#999;}
.mr20{margin-right: 20px;}
.mr17{margin-right: 17px;}
.mt18{margin-top: 18px;}
.mt12{margin-top: 12px;}
.mb20{margin-bottom: 20px;}
.mt15{margin-top: 15px;}
.pt12{padding-top: 12px;}
.pt48{padding-top: 48px;}
.pb120{padding-bottom: 120px;}
.con{width:1195px;margin:0 auto;box-sizing: border-box;}
.mrl20{margin-left:18px;margin-right:18px;}
.ico_user{width:15px;height:14px;background:url(../../images/hualuowang/css_sprite.png) no-repeat 0 -56px;margin-right: 4px;}
.ico_map{width:17px;height:22px;background:url(../../images/hualuowang/css_sprite.png) no-repeat 0 0;}
.ico_mail{width:21px;height:15px;background:url(../../images/hualuowang/css_sprite.png) no-repeat 0 -41px;}
.ico_phone{width:21px;height:19px;background:url(../../images/hualuowang/css_sprite.png) no-repeat 0 -22px;}
#header{background:#fff;height:106px;box-sizing: border-box;}
#header .h_w{height:106px;}
#header .logo{margin-top: 13px;}
.h_nav li{float:left;margin-left:2px;margin-right:2px;}
.h_nav li a{color:#333;font-size:16px;display: block;height:106px;line-height: 112px;padding:0 36px;}
.h_nav li a:after{content:" ";position:absolute;width:100%;height:2px;background:#00a2e9;bottom:2px;left:0;display: none;}
.h_nav li .active:after{display: block;}
.h_nav li .last_a{padding-left:45px;padding-right: 0px;}
.h_nav li a:hover:after{display: block;}
.h_nav li a:hover{color:#00a2e9;}
#container{background:#fff;}
.pt58{padding-top:58px;}
.pb74{padding-bottom: 74px;}
.f_t{padding-top:50px;padding-bottom: 50px;background: #f1f1f1;}
.f_t .contact{width:920px;}
.f_t .contact li{height:45px;line-height:45px;vertical-align: middle;width:460px;color:#666;}
.qr_code{right:8px;top:15px;}
.qr_code:hover{-webkit-box-shadow:2px 2px 6px 0 rgba(0,0,0,.6);box-shadow:2px 2px 6px 0 rgba(0,0,0,.6);}
.f_t .h{margin-bottom: 30px;}
.f_t .h .e {font-family: Arial; font-size: 18px;}
.f_b{background: #332c2b;}
.f_b p{height:32px;line-height:32px;color:#c0c0c0;}
.breathWhite{-webkit-animation: breathWhite 1s linear infinite alternate;animation: breathWhite 1s linear infinite alternate;}
.c999{color:#999;}
::selection {
background:#00a2e9; 
color:#fff;
}
::-moz-selection {
background:#00a2e9; 
color:#fff;
}
::-webkit-selection {
background:#00a2e9; 
color:#fff;
}
/*按钮呼吸灯*/
@keyframes  breath{
	0%{box-shadow: 0 0 0px #6aeff8,inset 0 0 0px #6aeff8;}
	100%{box-shadow: 0 0 60px #6aeff8,inset 0 0 60px #6aeff8;}
}
/*文字呼吸灯*/
@keyframes  breathWhite{
	0%{box-shadow: 0 0 0px #fff,inset 0 0 0px #fff;}
	100%{box-shadow: 0 0 30px #fff,inset 0 0 30px #fff;}
}
