﻿/*public.css*/

/*
	主绿色比较深：#f68a0a
	辅绿色比较浅：#f68a0a
*/

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
/*button*/
.button { display: inline-block; padding: 8px 26px; font-size: 14px; border-radius: 2px; }
.button.btn-default { background-color: #f6f6f6; color: #333; border-color: #ddd; }
.button.btn-default:hover { color: #f68a0a; }
.button.btn-gray { background-color: #aaa; color: #fff; border: none; }
.button.btn-gray:hover { background-color: #f68a0a; }
.button.btn-main { background-color: #f68a0a; color: #fff; border-color: #ddd; }
.button.btn-main:hover { background-color: #0063b6; }
.button.btn-main-em { background-color: transparent; color: #f68a0a; border: 1px solid #f68a0a; }
.button.btn-main-em:hover { background-color: #f5f5f5; }
.button.btn-white { color: #f68a0a; 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; }
/* 链接 */
.mlink { color: #f68a0a; }
.mlink:hover { text-decoration: underline; }
.graylink { color: #666; }
.graylink:hover { color: #f68a0a; }
.mhover:hover { color: #f68a0a !important; }
/*.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: 10px; }
.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: #f68a0a; }
.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; }
/* form-ver */
.form-ver { font-size: 12px; line-height: 30px; }
.form-ver .form-group { height: 30px; clear: both; margin-bottom: 10px; }
.form-ver .form-group.auto { height: auto; }
.form-ver .label { float: left; width: 26%; height: 100%; font-size: #444; text-align: right; }
.form-ver .input-box { float: left; width: 64%; height: 100%; margin-left: 3%; }
.form-ver .form-control { display: inline-block; width: 100%; height: 100%; background: #fff; padding: 0 8px; line-height: 28px; border: 1px solid #ddd; border-radius: 4px; 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; color: #333; font-size: 12px; }
.form-ver .form-control option { padding: 4px 0; }
.form-ver .form-control:focus { border-color: #f68a0a; }
.form-ver .form-f { display: block; width: 50%; height: 32px; line-height: 32px; text-align: center; border-radius: 4px; margin: 0 auto; }
/* icon */
.icon { background: url(../images/icon.png) no-repeat; }
.icon.icon-welcome { width: 20px; height: 20px; background-position: 0 0; vertical-align: -6px; }
.icon.icon-tel { width: 20px; height: 20px; background-position: -20px 0; vertical-align: -6px; }
.icon.icon-mail { width: 20px; height: 20px; background-position: -40px 0; vertical-align: -6px; }
.icon.icon-add { width: 20px; height: 20px; background-position: -60px 0; vertical-align: -6px; }
/* top */
.top { color: #666; font-size: 14px; line-height: 50px; height: 50px; }
/*header*/
header { height: 74px; background: #fff; position: relative; z-index: 3;/*  overflow: hidden; */ }
header a.logo { display: block; /*! margin-top: 6px; */ width: auto; height: 74px; }
header .logo-deco { width: 207px; height: 55px; margin-top: 22.5px; margin-left: 14px; }
header .headr { height: 100%; }
header .headr nav { height: 100%; }
header .headr nav ul.navigation, header .huiyuan {	/*! margin-right: 20px; */ height: 100%; /*! margin-top: 29px; */ margin-left: 10px; }
header ul.navigation li { position: relative; float: left; height: 100%; }
    header ul.navigation li a, header .huiyuan a {
        display: block;
        width: auto;
        height: 100%;
        font-size: 18px;
        color: #333;
        line-height: 74px;
        text-align: center;
        padding: 0 22px;
        text-transform: uppercase; 
    }
header ul.navigation li:hover { color: #333;}
header ul.navigation li.on a { color: #d0070c; font-weight: 500; }
header ul.navigation li.on .li-content a { font-weight: normal; }
/* header ul.navigation li.nav-li:after { content: ' '; display: none; width: 0; height: 0; position: absolute; bottom: 0; left: 50%; margin-left: -3px; border-bottom: 4px solid #0c9334; border-left: 4px solid transparent; border-right: 4px solid transparent; }
header ul.navigation li.nav-li:hover:after { display: block; } */
header ul.navigation li.nav-li .li-content { display: none; position: absolute; top: 100%; left: 0; height: auto; width: 140px;	/*! padding: 20px; */ background: #f1f1f1; }
header ul.navigation li.nav-li .li-content.servul { width: 250px; }
    header ul.navigation li.nav-li .li-content a {
        width: 100%;
        line-height: 25px;
        padding:10px 15px;
        font-size: 16px;
        border-bottom: 1px solid #d8d8d8;
        background: transparent;
        color: #333;
        text-align: left;
        font-weight: 300;
        text-transform: capitalize;
    }
header ul.navigation li.nav-li .li-content.servul a { width: 100%; }
header ul.navigation li.nav-li .li-content a:hover { color: #fff;background-color: #d0070c;
        border-bottom: 1px solid #d0070c;}
header ul.navigation li.nav-li:hover .li-content { display: block; }
header .huiyuan .button { width: 82px; height: 26px; border-radius: 16px; text-align: center; line-height: 26px; font-size: 14px; padding: 0; margin-top: 37px; }
/*脚部*/
footer { background: #d0070c; width: 100%; padding: 30px 0; color: #fff; font-size: 14px; line-height: 25px; text-transform: uppercase; }
footer .img { line-height: 26px;  text-align: left; }
/* 返回顶部 */
.gotop { display: none; z-index: 4; position: fixed; width: 40px; height: 40px; bottom: 0; right: 0; background: #f68a0a; 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 #f68a0a; border-left: 10px solid transparent; border-right: 10px solid transparent; }
