/* 初始化 */
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';
}

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 h1.text-hide,
header h3.text-hide {
    margin-top: 0;
    margin-bottom: 0;
}
header .navbar-fixed-top{
    border: 0;
}
header .nav>li>a {
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 25.5px;
    padding-right: 25.5px;
    color: #333;
    font-size: 15px;
}

header .nav-main {
    box-shadow: 0 0 5px rgba(0, 0, 0, .175);
}

header .dropdown-menu>li>a {
    white-space: normal;
}

header .navbar-right {
    margin-right: 0;
    position: relative;
}

header .navbar-brand {
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
header .nav>li{
    position: static;
}
header .nav>li:last-child a {
    padding-top: 33px;
    padding-bottom: 33px;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    height: 86px;
    vertical-align: middle;
}
header .nav>li:last-child a img{
    max-width: 100%;
    max-height: 100%;
}
header .nav>li:last-child a:nth-child(2) {
    padding-right: 0;
}

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

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

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-main {
    position: relative;
}

header .dropdown-menu>li>a:focus,
header .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #e95959;
}
header .navbar-nav>li.open>.dropdown-menu{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
header .navbar-nav>li:nth-child(3)>.dropdown-menu>li>a {
    padding: 12px 30px;
}

header .navbar-nav>li>.dropdown-menu {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    height: 386px;
    width: -webkit-calc(100% - 10%);
    width: -moz-calc(100% - 10%);
    width: calc(100% - 10%);
    box-shadow: none;
    border: 0;
    background-color:rgba(255, 255, 255,.96);
    text-align: center;
    min-width: auto;
    overflow: hidden;
    left: 5%;
    -webkit-transition: height .6s, padding .6s, opacity .6s;
    -o-transition: height .6s, padding .6s, opacity .6s;
    -moz-transition: height .6s, padding .6s, opacity .6s;
    transition: height .6s, padding .6s, opacity .6s;
    border-top: 1px solid #f5f5f5;
    border-radius: 0;
    padding: 35px;
    padding-bottom: 35px;
}


header .navbar-nav>li>.dropdown-menu li>a {
    padding:20px 15px;
    position: relative;
    text-align: left;
}

header .navbar-nav>li>.dropdown-menu .dropdown-menu-img{
    position: absolute;
    right: 0;
    top:0;
    padding: 35px;
    padding-bottom: 60px;
    text-align: right;
    height: 100%;
}
header .navbar-nav>li>.dropdown-menu .dropdown-menu-img img{
    height: 100%;
}
header .dropdown-menu>li>a {
    color: #333;
    font-size: 15px;
}

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

/* 底部 */
/* footer */


footer a:focus,
footer a:hover,
footer a {
    text-decoration: none;
}
footer .footer-main .footer-right{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer .footer-main .footer-right .footer-item{
    padding-left: 30px;
    border-left: 1px solid #58595c;
    position: relative;
}
footer .footer-main .footer-right .footer-item::before{
    position: absolute;
    left:-1.5px;
    content:"";
    height: 26px;
    width: 4px;
    background-color: #cc0000;
}
footer .footer-main .footer-right .footer-item.sp{
    border-left: 0;
}
footer .footer-main .footer-right .footer-item.sp::before{
    content:none;
}
footer .footer-main .footer-top {
    background-color: #363636;
    padding: 60px 0;
}

footer .footer-main .footer-top .footer-item.sp {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: -57px;
}

footer .footer-main .footer-top .footer-item.sp dl dt {
    opacity: 0;
    visibility: hidden;
}

footer .footer-main .footer-top .footer-item dl dt {
    margin-bottom: 25px;
}

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: #202124;
}

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

footer .footer-main .footer-bottom a {
    margin-left: 10px;
    margin-right: 10px;
}

footer .footer-main .footer-top .footer-item dt,
footer .footer-main .footer-top .footer-item dt a {
    font-size: 18px;
}

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: -63px;
    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 .share-item {
    margin-right: 10px;
}

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

footer .friends {
    position: relative;
    width: 230px;
    padding: 10px;
    border: 1px solid #c6c7c8;
    font-size: 14px;
    cursor: pointer;
}

footer .friends .friends-lists {
    position: absolute;
    bottom: 100%;
    width: 230px;
    left: -1px;
    background-color: #363636;
    border: 1px solid #fff;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .5s, height .5s, border-color .5s;
    -o-transition: opacity .5s, height .5s, border-color .5s;
    -moz-transition: opacity .5s, height .5s, border-color .5s;
    transition: opacity .5s, height .5s, border-color .5s;
}

footer .friends .friends-lists.open {
    height: 84px;
    opacity: 1;
    border: 1px solid #c6c7c8;
}

footer .friends .friend span {
    height: auto;
    line-height: normal;
}

footer .friends .friend .f-icon {
    display: inline-block;
    height: auto;
    line-height: normal;
    position: relative;
}

footer .friends .friend .f-icon.open::after {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

footer .friends .friend .f-icon::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 9px;
    background: url('../images/footer_ico.png') no-repeat center;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}

footer .friends .friends-lists li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

footer .friends .friends-lists li a:hover {
    color: #ee4040
}

footer .footer-bottom .float-left {
    height: 43px;
    line-height: 43px;
}
@media(min-width:992px){

    header .navbar-nav>li>.dropdown-menu li:first-child>a{
        padding-top: 0;
    }
    header .navbar-nav>li:nth-child(2)>.dropdown-menu{
        flex-wrap: nowrap;
    }
    header .navbar-nav>li>.dropdown-menu>li {
        width: 13.6%;
        border-bottom: 1px solid #dcdcdc;
    }
    header .navbar-nav>li:nth-child(6)>.dropdown-menu>li:nth-child(6)>a{
        padding-top: 0;
    }
    header .navbar-nav>li:nth-child(6)>.dropdown-menu>li{
        margin-right: 15px;
        width: 10.5%;
    }
}
@media(max-width:1366px){
    header .nav>li>a{
        padding-left: 20px;
        padding-right: 20px;
    }
    header .navbar-nav>li>.dropdown-menu li>a{
        padding: 14px;
    }
  
    header .navbar-nav>li:nth-child(6)>.dropdown-menu li:nth-child(6)>a{
        padding-top: 0px;
    }
    header .navbar-nav>li:nth-child(6)>.dropdown-menu li:nth-child(7)>a{
        padding-top: 12px;
    }
    header .navbar-nav>li>.dropdown-menu .dropdown-menu-img,
    header .navbar-nav>li>.dropdown-menu{
        padding: 30px;
        height: 318px;
    }
}
@media(max-width:1280px){
    header .navbar-nav>li:nth-child(6)>.dropdown-menu>li{
        width: 12.6%;
    }
    header .navbar-nav>li>.dropdown-menu li>a{
        padding: 10px;
    }
    header .navbar-nav>li>.dropdown-menu .dropdown-menu-img{
        max-width: 64%;
    }
    header .navbar-nav>li:nth-child(6)>.dropdown-menu li:nth-child(7)>a{
        padding-top: 0px;
    }
    header .navbar-nav>li:nth-child(6)>.dropdown-menu li:nth-child(6)>a{
        padding-top: 10px;
    }

    header .nav>li>a{
        padding-left: 17.5px;
        padding-right: 17.5px;
    }
}
@media(max-width:1199px) {
    header .navbar-nav>li:nth-child(6)>.dropdown-menu>li{
        width: 12.5%;
    }
    header .navbar-nav>li>.dropdown-menu .dropdown-menu-img{
        max-width: 64%;
    }
    header .navbar-nav>li>.dropdown-menu li:nth-child(6)>a{
        padding-top: 10px;
    }
    header .navbar-nav>li>.dropdown-menu li:nth-child(7)>a{
        padding-top: 0;
    }
    footer .footer-main .footer-top{
        padding: 40px 0;
    }
    footer .footer-main .footer-right{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    footer .footer-main .footer-right .footer-item:last-child{
        -webkit-flex:0 1 100%;
           -moz-box-flex:0;
            -ms-flex:0 1 100%;
                flex:0 1 100%;
        margin-top: 30px;
    }
    header .nav>li>a {
        padding-left: 13px;
        padding-right: 13px;
    }

    header .nav>li:last-child a span {
        padding: 4px 20px;
    }
    header .navbar-brand{
        width: 180px;
        height: auto;
    }
    header .navbar-brand img{
        max-width: 100%;
        vertical-align: middle;
    }
 
    header .navbar-nav>li>.dropdown-menu{
        padding: 30px;
    }
    header .navbar-nav>li>.dropdown-menu li>a{
        padding: 10px;
    }
    header .nav>li:last-child a{
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(max-width:991px) {
    header .navbar-nav>li:nth-child(6)>.dropdown-menu li:nth-child(7)>a{
        padding-top: 10px;
    }
    header .navbar-nav>li:nth-child(6)>.dropdown-menu>li{
        width: 100%;
    }
    header .navbar-nav>li>.dropdown-menu .dropdown-menu-img{
        display: none;
    }
    header .navbar-nav>li.open>.dropdown-menu{
        display: block;
    }
    footer .footer-main .footer-right .footer-item{
        display:none;
    }
    footer .footer-main .footer-right{
        display: block;
    }
    footer .footer-main .footer-right .footer-item:last-child{
        display:block;
        margin: 0;
        padding: 0;
        border-left: 0;
    }
    footer .footer-main .footer-top{
        padding: 30px 0;
    }
    footer .footer-main .footer-right .footer-item:last-child::before{
        content:none;
    }
    .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>.container>.row>div:first-child {
        display: none;
    }

    header .navbar-header {
        position: relative;
    }

    header .navbar-nav>li>.dropdown-menu {
        height: auto;
        overflow: hidden;
        width: auto;
        max-height: none;
    }

    header .nav>li:last-child a {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    header .nav>li:last-child a span {
        padding: 0;
        border: 0;
    }

    .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-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 .dropdown-menu>li:last-of-type>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:768px) {
    footer .footer-main .footer-bottom .beian {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media(max-width:767px) {
    footer .footer-bottom .float-left {
        height: auto;
        line-height: 25px;
    }

    footer .friends {
        display: none;
    }

 

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

@media(max-width:425px) {
    footer .footer-main .footer-top .footer-item dl dt {
        margin-bottom: 20px;
    }
}