/* 初始化 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    word-wrap: break-word
}

body {
    overflow-x: hidden;
}

body,
html,
input {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei';
}

label {
    max-width: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

input.dialog {
    height: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border: none
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}


address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

input.button,
input.btn {
    padding: 0.25em;
    width: auto;
}

button {
    border: 0;
    border-radius: 0%;
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
}
input[type="button"], input[type="submit"], input[type="reset"],input{
    -webkit-appearance: none;
  }
  textarea {  
    -webkit-appearance: none;
  }
textarea,
input {
    outline: none;
}

i {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #333;
}

div:focus {
    border: none;
}

:focus {
    outline: none;
}

/*for IE*/

::-moz-focus-inner {
    border-color: transparent;
}

/*for mozilla*/

.white,
.white a {
    color: #fff
}

.blue,
.blue a {
    color: #004499
}

.gray4,
a.gray4 {
    color: #999
}

.red,
.red a,
a.red {
    color: red;
}

.green {
    color: #0E774A
}

select optgroup {
    color: #CAC8BB;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
}

.relative {
    position: relative;
    z-index: 1;
}

.absolute {
    position: absolute;
}

.t-hide {
    opacity: 0;
    visibility: hidden;
}

.text-over {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

.pointer {
    cursor: pointer !important;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.breadcrumb {
    display: none;
}

.rect-485 {
    padding-bottom: 48.5%;
}

.rect-50 {
    padding-bottom: 50%;
}

.rect-5625 {
    padding-bottom: 56.25%;
}

.rect-60 {
    padding-bottom: 60%;
}

.rect-61 {
    padding-bottom: 61%;
}

.rect-618 {
    padding-bottom: 61.8%;
}

.rect-65 {
    padding-bottom: 65%;
}

.rect-66 {
    padding-bottom: 66%;
}

.rect-665 {
    padding-bottom: 66.5%;
}

.rect-70 {
    padding-bottom: 70%;
}

.rect-725 {
    padding-bottom: 72.5%;
}

.rect-75 {
    padding-bottom: 75%;
}

.rect-775 {
    padding-bottom: 77.5%;
}

.rect-80 {
    padding-bottom: 80%;
}

.rect-90 {
    padding-bottom: 90%;
}

.rect-95 {
    padding-bottom: 95%;
}

.rect-100 {
    padding-bottom: 100%;
}

.rect-112 {
    padding-bottom: 112%;
}

.rect-120 {
    padding-bottom: 120%;
}

.rect-130 {
    padding-bottom: 130%;
}

.d-block {
    display: block;
}

.col-xs-05 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

*[class*="rect"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

*[class*="rect"] img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.img-box {
    overflow: hidden;
}

.img-box>img {
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.img-box:hover>img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}


/* header */
.small-nav-open .small-nav-toggle {
    right: 66%;
    display: block;
}

.small-nav-toggle {
    position: fixed;
    z-index: 1031;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}

header .fa-navicon:before,
header .fa-reorder:before,
header .fa-bars:before {
    font-size: 21px;
}

header nav {
    border: none !important;
}

header .navbar-brand {
    float: left;
    height: auto;
    padding-left: 0;
    padding-right: 0;
}

header .nav-top {
    padding: 30px 0;
    background-color: #fff;
    transition: transform 0.5s ease 0s;
}

header .nav-top .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

header .nav-top .search .button-search {
    width: 40px;
    height: 40px;
    border: 0;
    background: url('../images/search.png') no-repeat center;
}

header .nav-top .search {
    padding: 0 5px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
    line-height: 40px;
    float: left;
}

header .nav-top .tel {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 32px;
}

header .nav-top .tel a {
    display: block;
    color: #666;
    overflow: hidden;
    height: 100%;
}

header .nav-top .tel a i {
    line-height: inherit;
    height: 100%;
    float: left;
    padding-top: 5px;
}

header .nav-top .tel a i img {
    vertical-align: baseline;
}

header .nav-top .tel a span {
    height: 100%;
    line-height: inherit;
    float: left;
    margin-left: 18px;
}

header .nav-top .tel a strong {
    font-size: 24px;
    font-weight: 700;
    color: #ea5419;
    float: left;
}

header .search form #q {
    height: 40px;
    padding: 10px;
    float: left;
    border: 0;
    width: 80%;
}

header .search form .button-search {
    width: 20%;
    padding: 10px;
    border: 0;
    background: url('../images/search.png') no-repeat center;
}

header .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: 0;
    overflow: hidden;
    display: block;
    height: 0;
    padding: 0;
    opacity: 0;
    transition: all .3s;
}

header .nav-main {
    background-color: #f5f5f5;
    position: relative;
}

header .navbar-nav>li {
    position: static;
    margin-right: 30px;
}

header .navbar-nav>li:hover>.dropdown-menu {
    padding: 30px 0 50px 0;
    height: auto;
    opacity: 1;
    transition: all .3s;
}

header .navbar-nav>li:hover>a {
    background-color: #fff;
    color: #333;
}

header .navbar-nav>li>a {
    position: relative;
    padding: 15px 20px;
    color: #585757;
}

header .dropdown-menu {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
}

header .dropdown-menu .container li:first-child a {
    font-size: 20px;
    color: #ea5419;
}

header .dropdown-menu .container li:first-child a {
    line-height: 50px;
    border: 0;
}

header .dropdown-menu .container li a {
    line-height: 45px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 140px;
}

header .dropdown-menu .container li a:hover {
    color: #ea5419;
}

header .navbar-nav {
    margin-left: -20px;
}

header .navbar-nav>li>a::after {
    content: "";
    display: inline-block;
    border: none;
    border-bottom: 1.9px solid #000;
    border-left: 1.9px solid #000;
    width: 7.5px;
    height: 7.5px;
    line-height: 7.5px;
    vertical-align: middle;
    margin-bottom: 7.5px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


header .navbar-nav>li>a::before {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 0%;
    background-color: #ea5419;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

header .navbar-nav>li:hover>a::before {
    width: 100%;
}

footer .footer-main {
    background-color: #2c2e36;
    color: #fff;
}

footer .footer-main .footer-top {
    padding: 70px 0;
}

footer .footer-main a {
    color: #fff;
}

footer .footer-main .footer-top .row>div:nth-child(2)>.row>li {
    text-align: center;
    position: relative;
}

footer .footer-main .footer-top .row>div:nth-child(2)>.row {
    margin-right: -49px;
}

footer .footer-main .footer-top .row>div:nth-child(2)>.row>li::before {
    content: "";
    position: absolute;
    height: 20px;
    top: 2px;
    width: 3px;
    background-color: #ea5419;
    left: 0;
    z-index: 2;
}

footer .footer-main .footer-top .row>div:nth-child(2)>.row>li::after {
    content: "";
    position: absolute;
    height: 218px;
    top: 2px;
    width: 1px;
    background-color: rgba(255, 255, 255, .2);
    left: 0;
    z-index: 1;
}

footer .footer-main .footer-top dt,
footer .footer-main .footer-top dl dt {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

footer .footer-main .footer-top dd,
footer .footer-main .footer-top dl dd {
    line-height: 35px;
    padding-right: 10px;
}

footer .footer-main .footer-top dl dd a {
    font-size: 14px
}

footer .footer-main .footer-top dd strong {
    font-size: 20px;
    color: #ea5419;
}

footer .footer-main .footer-share {
    margin-top: 20px;
}

footer .footer-main .footer-share ul li:first-child {
    margin-left: 0
}

footer .footer-main .footer-share ul .phone {
    position: relative;
}

footer .footer-main .footer-share ul .phone .son {
    width: 160px;
    height: 160px;
    padding: 10px;
    position: absolute;
    background-color: #fff;
    top: -170px;
    left: -66px;
    z-index: 999;
    display: none;
}

footer .footer-main .footer-share ul .phone:hover .son {
    display: block;
}

footer .footer-main .footer-share ul .phone .son::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

footer .footer-main .footer-share ul .phone .son img {
    width: 100%;
    height: 100%;
}

footer .footer-main .footer-share ul li {
    float: left;
    margin-left: 10px;
}

footer .footer-main .footer-share ul li a {
    display: inline-block;
    width: 29px;
    height: 29px;
}

footer .footer-main .footer-share ul .weixin {
    position: relative;
}

footer .footer-main .footer-share ul .weixin:hover .vx {
    display: block;
}

footer .footer-main .footer-share ul .weixin .vx::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

footer .footer-main .footer-share ul .weixin .vx {
    position: absolute;
    top: -180px;
    width: 180px;
    height: 172px;
    text-align: center;
    box-shadow: 0 2px 10px #aaa;
    background-color: #fff;
    z-index: 999;
    left: -77px;
    display: none;
}

footer .footer-main .footer-share ul .weixin .vx h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

footer .footer-main .footer-share ul .weixin .vx .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #333;
}

footer .footer-main .footer-share ul .weixin .vx .vx-img img {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    display: block;
}

footer .footer-main .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 15px 0;
}

.small-nav {
    display: none;
}

@media(max-width:1199px) {
    header .navbar-nav>li {
        margin-right: 5px;
    }
}

@media(max-width:991px) {
    header .navbar-nav>li>a {
        padding: 15px 5px;
    }

    header .nav-top .float-right {
        text-align: right;
    }

    header .navbar-header {
        height: 80px;
        line-height: 80px;
    }

    header .navbar-header .navbar-brand h1,
    header .navbar-header .navbar-brand h3 {
        height: 100%;
        line-height: 80px;
    }

    header .nav-top {
        padding: 15px 0;
    }

    header .nav-top .search {
        display: block;
        float: none;
        width: 220px;
        margin-left: auto;
    }
}

@media(max-width:768px) {
    .small-nav {
        display: block;
        position: fixed;
        right: -100%;
        top: 0;
        height: 100%;
        z-index: 1111;
        background-color: #fff;
        width: 73%;
        transition: all 0.64s ease 0s;
    }

    .small-nav .small-nav-top {
        line-height: 60px;
        background-color: #ea5419;
        color: #fff;
        padding: 0 7.8% 0 8.2%;
        white-space: nowrap;
    }

    .small-nav ul li:first-of-type .nav-item a {
        display: block;
    }

    .small-nav .small-nav-top a {
        color: #fff;
    }

    .small-nav ul {
        height: 100%;
    }

    .small-nav ul li .nav-item {
        padding: 0 7.8% 0 8.2%;
        line-height: 60px;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .small-nav ul li .nav-item span {
        position: relative;
        display: block;
    }

    .small-nav ul li .nav-item span::after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        border: 2px solid #000;
        border-color: gray gray transparent transparent;
        z-index: 2;

    }

    .small-nav .nav-item .nav-box {
        position: absolute;
        top: 60px;
        right: -100%;
        width: 100%;
        z-index: 3;
        height: 100%;
        transition: right .3s;
    }

    .small-nav .nav-item .nav-box.active {
        right: 0;
        z-index: 4;
    }

    .small-nav .nav-item .nav-box ul {
        width: 50%;
        float: right;
        text-align: center;
        height: 100%;
        background-color: #ea5419;
    }

    .small-nav .nav-item .nav-box ul li a {
        color: #fff;
    }

    .small-active {
        background-color: gray;
    }

    .small-active ul li {
        position: static;
        z-index: 3;
    }

    .small-nav-show {
        right: 0%;
        transition: all 0.44s ease 0s;
    }

    .moveleft {
        transform: translateX(-73%);
    }
}

@media(max-width:767px) {
    footer .footer-main .footer-share ul .phone:hover .son {
        left: -5px;
    }

    footer .footer-main .footer-share ul .phone:hover .son::after {
        display: none;
    }

    header .nav-top .float-right {
        display: none;
    }

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-left: 0;
        margin-right: 0;
    }

    header .navbar {
        margin: 0;
        height: auto;
        min-height: 0;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
    }

    header .nav-top {
        padding: 0;
    }

    header .navbar-header {
        height: auto;
        line-height: normal;
    }

    header .navbar-toggle {
        padding: 0;
        margin: 29px 0;
    }

}

@media(max-width:600px) {
    footer .footer-main .footer-bottom .footer-bd {
        float: none !important;
    }

    footer .footer-main .footer-bottom .bei,
    footer .footer-main .footer-bottom .support,
    footer .footer-main .footer-bottom .copy {
        width: 100%;
        text-align: center;
        float: none;
        display: block;
    }
}