/* 初始化 */
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: 16px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei';
}

body {
    overflow-x: hidden !important;
}

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;
}

.row-height-eq {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

*[class*="rect"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

*[class*="rect"] img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.d-inline {
    display: inline-block;
}

.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);
}

.col-xs-05 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/* 头部 */
header .nav>li>a{
    padding: 10px 20px;
}
header .nav-main {
    box-shadow: 0 0 5px rgba(0, 0, 0,.175);
}
header .navbar-brand {
    height: auto;
    padding: 16px 0;
}

header .navbar-nav>li:last-child a {
    display: inline-block;
    cursor: pointer;
}

header .navbar-nav>li:last-child .nav-search {
    display: inline-block;
    position: relative;
}

header .nav>li:last-child>a:focus .search-form,
header .nav>li:last-child>a:hover .search-form {
    color: #333;
    display: block;
}

header .navbar-nav>li:last-child .nav-search .search-form {
    position: absolute;
    left: -100%;
    border: 1px solid;
    top: 77%;
    display: none;
}

header .navbar-nav>li:last-child .nav-search .search-form form {
    display: flex;
    color: #333;
}

header .navbar-nav>li:last-child .nav-search .search-form form input {
    border: 0;
}

header .navbar-nav>li:last-child .nav-search .search-form form button {
    width: 30px;
    height: 30px;
}

header .nav>li:hover>a {
    color: #e50012;
}

header .nav>li:last-child:hover>a {
    color: #333;
}

header .nav>li>a:focus,
header .nav>li>a:hover {
    background-color: transparent;
    color: #e50012 !important;
}

header .nav .open>a,
header .nav .open>a:focus,
header .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

header .nav>li {
    position: static;
}

header .nav-main {
    position: relative;
}

header .dropdown-menu>li>a:focus,
header .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #e95959;
}

header .dropdown-menu {
    text-align: center;
}

header .dropdown-menu>li {
    display: inline-block;
}

header .navbar-nav>li>.dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: 0;
    border-top: 2px solid #e50012;
    background-color: rgba(0, 0, 0, .7);
    padding: 25px 0;
}

header .dropdown-menu>li>a {
    color: #fff;
    font-size: 16px;
}

header .navbar-nav>li>a {
    padding-top: 41.5px;
    padding-bottom: 41.5px;
}

header .nav-main {
    background-color: #fff;
}

/* 底部 */
/* footer */
footer .footer-main .footer-top>.container>.row>div:nth-child(2){
    float:left;
}
footer .footer-main .footer-top>.container>.row>div:first-child{
    float: right;
}
footer .footer-main .footer-top .footer-right {
    display: flex;
    justify-content: space-between;
}

footer .footer-main .footer-top {
    background-color: #363636;
    padding: 60px 0;
}

footer .footer-main .footer-top .footer-item dl dt::after {
    content: "";
    display: block;
    margin: 10px 0;
    width: 30px;
    height: 2px;
    background-color: #cc000c;
}

footer .footer-main .footer-top .footer-left .footer-item dl dd,
footer .footer-main .footer-top .footer-left .footer-item dl dd a,
footer .footer-main .footer-top .footer-item dt,
footer .footer-main .footer-top .footer-item dt a {
    color: #fff;
}

footer .footer-main .footer-top .footer-right .footer-item dl dd,
footer .footer-main .footer-top .footer-right .footer-item dl dd a {
    color: #ccc;
}

footer .footer-main .footer-top .footer-item dl dd,
footer .footer-main .footer-top .footer-item dl dd a {
    font-size: 14px;
}

footer .footer-main .footer-top .footer-left .footer-item dl dd {
    margin-bottom: 5px;
}

footer .footer-main .footer-top .footer-right .footer-item dl dd {
    margin-bottom: 10px;
}

footer .footer-main .footer-top .footer-right .footer-item dl dd:last-child {
    margin-bottom: 0;
}

footer .footer-main .footer-bottom {
    padding: 20px 0;
    background-color: #2e2d2d;
}

footer .footer-main .footer-bottom,
footer .footer-main .footer-bottom a {
    font-size: 14px;
    color: #ccc;
}

footer .footer-main .footer-share .wechat {
    position: relative;
}

footer .footer-main .footer-share .wechat:hover .vx {
    display: block;
}

footer .footer-main .footer-share .wechat .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 .wechat .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 .wechat .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 .wechat .vx .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #333;
}

footer .footer-main .footer-share .wechat .vx .vx-img img {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    display: block;
}

footer .footer-main .footer-share {
    margin-top: 20px;
}

footer .footer-main .footer-share .share-item {
    margin-right: 10px;
}

footer .footer-main .footer-share>a:last-child {
    margin-right: 0;
}

@media(max-width:1440px) {
    header .navbar-nav>li:last-child .nav-search .search-form {
        left: -267%;
    }
}

@media(max-width:1366px) {
    header .navbar-nav>li:last-child .nav-search .search-form {
        left: -300%;
    }
}
@media(max-width:1199px){
    header .nav>li>a{
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav>li>a{
        padding: 10px;
    }
    .index-about .index-about-list ul li .item-main{
        padding: 20px;
    }
}
@media(max-width:1024px){
    header .navbar-nav>li:last-child .nav-search .search-form {
        left: -456%;
    }
}
@media(max-width:991px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
        margin: 0;
    }
    footer .footer-main .footer-top>.container>.row>div:nth-child(2){
        margin-top: 20px;
    }
    header .container>.navbar-header{
        margin-right: 0;
        margin-left: 0;
    }
    header .navbar-nav>li:last-child .nav-search {
        display: none;
    }

    header .navbar-nav>li:last-child span {
        display: none;
    }

    header .navbar-toggle {
        padding: 10px 0;
        font-size: 22px;
        margin-right: 0;
    }

    header .nav>li:last-child {
        border-bottom: 0;
    }

    header .dropdown-menu>li {
        display: block;
    }

    header .nav>li {
        border-bottom: 1px solid #dcdcdc;
        position: relative;
    }

    header .navbar-nav>li>.dropdown-menu {
        position: relative;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        text-align: left;
        padding: 0;
        background-color: transparent;
        float: none;
    }

    header .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }

    header .navbar-collapse.in {
        overflow: visible;
    }

    header .dropdown-menu>li>a {
        color: #333;
        padding: 12px 35px;
        border-bottom: 1px solid #eaeaea;
    }

    header .dropdown-menu>li:last-child>a {
        border-bottom: 0;
    }

    header .navbar-nav>li>a {
        padding: 13px 15px 13px 10px;
    }

    header .navbar-brand {
        width: 180px;
        padding: 10px 0;
    }

    header .navbar-brand img {
        width: 100%;
    }
}

@media(max-width:767px){
    .navbar-nav .open .dropdown-menu{
        border-top: 2px solid #e50012;
    }
    .navbar-nav .open .dropdown-menu>li>a{
        line-height:normal;
        padding: 12px 35px;
    }
    footer .footer-main .footer-top{
        padding: 30px 0;
    }
}
@media(max-width:640px){
    footer .footer-main .footer-bottom, footer .footer-main .footer-bottom .float-left,
    footer .footer-main .footer-bottom, footer .footer-main .footer-bottom .float-right{
        float:none;
        text-align: center;
    }
    footer .footer-main .footer-bottom, footer .footer-main .footer-bottom a{
        display: block;
    }
}