/*public.css*/
.h30 { width: 100%; height: 30px; }
.h10 { width: 100%; height: 10px; }
.mb6 { margin-bottom: 6px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }

/*button*/
.button { padding: 5px 16px; border-radius: 4px; font-size: 15px; border: 1px solid #ddd; }
.button.noradius { border-radius: 0; }
.button.noborder { border: 0; }
.button.btn-little { padding: 2px 6px; font-size: 12px; }
.button.btn-default { background-color: #f6f6f6; color: #333; border-color: #ddd; }
.button.btn-default:hover { color: #27a440; }

/* 黑色按钮 */
.button.btn-black { background-color: #484848; color: #fff; border: none; }
.button.btn-black:hover { background-color: #222; }
.button.btn-main { background-color: #0677ca; color: #fff; border-color: #ddd; }
.button.btn-main:hover { background-color: #27a440; }
.button.btn-main-em { background-color: transparent; color: #0677ca; border: 1px solid #0677ca; }
.button.btn-main-em:hover { background-color: #f5f5f5; }
.button.btn-white { color: #0677ca; background: #fff; opacity: 1; filter: opacity(100); }
.button.btn-white:hover { opacity: .8; filter: opacity(80); }
.button.btn-white-em { background-color: transparent; color: #fff; border: 1px solid #fff; }
.button.btn-white-em:hover { border-color: #32cd51; }
.button.btn-green { color: #fff; background: #27a440; border: 1px solid #32cd51; opacity: 1; filter: opacity(100); }
.button.btn-green:hover { opacity: .8; filter: opacity(80); }

/* 链接 */
.mlink { color: #0677ca; }
.mlink:hover { color: #27a440; }
.mlink-gray { color: #666; }
.mlink-gray:hover { color: #27a440; }

/*.table*/
.table { width: 100%; border: 1px solid #eee; }
.table tr { height: 30px; line-height: 30px; }
.table tr:hover { background: #f6f6f6; }
.table td, .table th { line-height: 30px; color: #666; font-size: 14px; text-align: center; border: 1px solid #ddd; }
.table th { font-weight: bold; background: #f9f9f9; }

/* form-inline */
.form-inline { }
.form-inline .form-group { height: 34px; clear: both; margin-bottom: 20px; }
.form-inline .form-group .input-group { float: left; width: 30%; height: 100%; margin-right: 3%; }
.form-inline .form-group .input-group.long { width: 60%; }
.form-inline .form-group .input-group .input-label { font-size: 13px; line-height: 34px; }
.form-inline .form-group .input-group .input-tip { width: 100%; height: 20px; font-size: 13px; line-height: 20px; }
.form-inline .form-group .input-group .form-control { width: 240px; height: 100%; background: #fff; padding: 0 8px; font-size: 14px; line-height: 32px; border: 1px solid #e5e5e5; border-radius: 2px; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.form-inline .form-group .input-group .form-control:focus { border-color: #0677ca; }
.form-inline .form-group .input-group .form-control.short { width: 100px; }
.form-inline .form-group .input-group .form-control.long { width: 300px; }
.form-inline .ml10 { margin-left: 10px; }
.form-inline .form-bottom { padding-top: 10px; line-height: 34px; }
.icon { background: url(../images/icon.png) no-repeat; }

/*------header-----------*/
.header { position: relative; z-index: 2; background-color: #fff; }
.topBar { font-size: 12px; height: 32px; line-height: 32px; background-color: #0677ca; color: #fff; }
.topBar a { margin: 8px; color: #fff; }
.topBar a:hover { color: #27a440;/*主绿色*/ }
.head { height: 90px; }
.head .logo { width: 180px; height: 70px; margin-top: 10px; overflow: hidden; }
.head .logo a { display: block; }
.head .logo a img { max-width: 300px; }
.head .bot { padding-top: 27px; }
.head .bot .nav { height: 36px; }
.head .bot .nav li { display: inline-block; height: 34px; line-height: 34px; font-size: 16px; text-align: center; position: relative; width: 100px; background: transparent; }
.head .bot .nav li a { display: block; text-align: center; }
.head .bot .nav li i { color: #444; }
.head .bot .nav li.on>a { color: #fff; background: #0677ca;/*主蓝色*/ }
.head .bot .nav li:hover>a, .head .bot .nav li.on>a:hover { color: #fff; background: #27a440;/*主绿色*/ }
.head .bot .nav li dl { display: none; position: absolute; z-index: 1; top: 38px; width: 140px; left: 50%; margin-left: -70px;	/*background: #fff;*/	/*! border: 1px solid #eee; */
box-shadow: 0 3px 5px rgba(0, 0, 0, .1);	/*! padding: 10px 0; */ }
.head .bot .nav li dl:before { content: ' '; display: block; width: 100%; height: 5px; background: transparent; position: absolute; top: -5px; left: 0; }
.head .bot .nav li:hover dl { display: block; }
.head .bot .nav li dl dd { overflow: hidden; margin-bottom: 1px; }
.head .bot .nav li dl dd a { display: block; width: 100%; height: 32px; line-height: 32px; text-align: center; font-size: 14px; padding: 0; color: #fff; background: #0677ca; }
.head .bot .nav li dl dd a:hover { color: #fff; background: #27a440;/*主绿色*/ }

/* 在线客服样式 */
.kefuBox { position: fixed; z-index: 4; top: 150px; right: 0; width: auto; _position: absolute; _top: expression(documentElement.scrollTop +45); font-size: 12px; }
.kefuBox .kefuLeft { float: left; overflow: hidden; width: 30px; height: 157px; cursor: pointer; background: url(../images/kefu/kefu_l.png) no-repeat }
.kefuBox .kefuLeften { float: left; overflow: hidden; width: 30px; height: 157px; cursor: pointer; background: url(../images/kefu/kefu_len.png) no-repeat }
.kefuBox .kefuRight { display: block; float: left; overflow: hidden; width: 0; }
.kefuBox .kefuTop { width: 154px; height: 46px; background: url(../images/kefu/kefu_top.png) no-repeat; }
.kefuBox .kefuTopen { width: 154px; height: 46px; background: url(../images/kefu/kefu_topen.png) no-repeat; }
.kefuBox .kefuClose { float: right; overflow: hidden; width: 154px; height: 46px; display: block; cursor: pointer; }
.kefuBox .kefuBottom { width: 154px; height: 12px; background: url(../images/kefu/kefu_bottom.png) no-repeat; }
.kefuBox .kefuCont { width: 154px; padding: 0 12px; background: url(../images/kefu/kefu_line.png) repeat-y; overflow: hidden; }
.kefuBox .kefuCont ul { margin: 0; padding: 0; }
.kefuBox .kefuCont ul li { width: 130px; line-height: 28px; overflow: hidden; height: 28px; padding-left: 40px; padding-right: 10px; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 5px; }
.kefuBox .kefuCont ul li a { color: #333; }
.kefuBox .kefuCont ul li.pic { width: 130px; height: 89px; margin-bottom: 10px; padding: 0; }
.kefuBox .kefuCont ul li.qq { background: url(../images/kefu/qq.png) no-repeat; }
.kefuBox .kefuCont ul li.wang { background: url(../images/kefu/wangwang.png) no-repeat }
.kefuBox .kefuCont ul li.spk { background: url(../images/kefu/skype.png) no-repeat }
.kefuBox .kefuCont ul li.codeer { display: block; width: 130px; height: 165px; text-align: center; color: #fff; padding: 10px 0 0; font-family: "微软雅黑"; font-size: 14px; margin-bottom: 0; }
.kefuBox .kefuCont ul li.codeer p { display: block; height: 35px; line-height: 35px; }
.kefuBox .kefuCont ul li.codeer span { display: block; width: 116px; height: 116px; padding: 7px; background: url(../images/kefu/cobj.png) no-repeat; }
.kefuBox .kefuCont ul li.codeer span img { width: 116px; height: 116px; }

/*脚部*/
footer { width: 100%; height: auto; background: #0677ca; font-size: 12px; color: #fff; }
footer .ft { font-size: 14px; padding: 26px 0; border-bottom: 1px solid #6aaddf; }
footer .ft a { padding: 0 20px; }
footer .ft a:hover { color: #27a440; }
footer .fm { padding: 50px 0; }
footer .fm1 { width: 380px; color: #fff; font-style: italic; }
footer .fm1 .ftel { width: 90%; height: 70px; border-bottom: 1px solid #6aaddf; font-size: 30px; font-weight: bold; padding-bottom: 10px; padding-left: 80px; line-height: 70px; background-position: 0 -234px; margin-bottom: 20px; }
footer .fm1 .h1 { font-size: 14px; padding-bottom: 10px; }
footer .fm1 .h2 { font-size: 12px; color: #fff; font-family: Arial; }
footer .fm1 .h3 { font-size: 26px; color: #0677ca; font-weight: bold; }
footer .fm2 { width: 532px; }
footer .fm2 .cr { width: 100%; height: 36px; }
.icon.icon-add, .icon.icon-tel, .icon.icon-mo, .icon.icon-mail { width: 22px; height: 36px; }
.icon.icon-add { background-position: -660px 0; }
.icon.icon-tel { background-position: -682px 0; }
.icon.icon-mo { background-position: -704px 0; }
.icon.icon-mail { background-position: -726px 0; }
.cr-c { width: 510px; height: 36px; line-height: 36px; padding-left: 10px; font-size: 14px; }
.bottom { background: #053463; text-align: center; color: #fff; line-height: 25px; font-size: 12px;padding:10px 0; }
.bottom a { }
.bottom .fr { width: 400px; height: 100%; }
footer a:hover, .bottom a:hover { color: #0677ca; }

/* 返回顶部 */
.gotop { display: none; z-index: 4; position: fixed; width: 40px; height: 40px; bottom: 0; right: 0; background: #0677ca; opacity: 1; filter: opacity(100); transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; cursor: pointer; }
.gotop:hover { opacity: .8; filter: opacity(80); }
.gotop:before { position: absolute; top: 13px; left: 5px; content: ''; width: 0; height: 0; border-bottom: 15px solid #fff; border-left: 15px solid transparent; border-right: 15px solid transparent; }
.gotop:after { position: absolute; top: 19px; left: 10px; content: ''; width: 0; height: 0; border-bottom: 10px solid #0677ca; border-left: 10px solid transparent; border-right: 10px solid transparent; }