@charset "utf-8";

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active, a:hover {
    outline: 0
}

img {
    border: none
}

li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h4, h5, h6 {
    font-size: 100%
}

button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

body {
    line-height: 24px;
    font-size: 14px;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif
}

hr {
    height: 1px;
    margin: 10px 0;
    border: 0;
    clear: both
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #30a1d3
}

a cite {
    font-style: normal;
    *cursor: pointer
}


#wq-header {
    z-index: 10001;
    width: 100%;
    top: 0;
    background: #fff;
    position: relative;
}

#wq-header #top-menu {
    height: 5rem;
    background: 0 0;
    border-bottom: 0;
    -webkit-transition: .1s;
    transition: .1s;
    width: 100%;
    background: #626262;
}

#wq-header #top-menu .logo {
    float: left;
    background: 0 0;
    padding-left: 15px;
    height: 5rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000
}

#wq-header #top-menu .logo img {
    height: 4rem;
    margin: 0 0
}

#wq-header #top-menu .nav-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    padding-right: 20px;
    padding-top: 20px;
    color: #fff;
    font-size: 2rem;
}

#wq-header #top-menu #close-menu {
    right: 0;
    z-index: 100;
    display: none;
    position: absolute;
}

#wq-header #top-menu li, #top-menu ul {
    list-style: none
}

#wq-header #top-menu ul.nav li a {
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    text-decoration: none;
}

#wq-header #top-menu ul.nav li a:hover {
    color: #B91209;
}

#wq-header #top-menu ul.nav {
    float: left;
    height: initial;
    position: absolute;
    left: 0;
    top: 0;
    margin: -100% 0 0;
    line-height: initial;
    background: #626262;
    text-align: center;
    min-width: 120px;
    width: 100%;
    z-index: 10001;
    overflow-y: hidden;
    -webkit-animation-duration: .25s;
    animation-duration: .25s
}

#wq-header #top-menu ul.nav.active {
    margin-top: 0;
    z-index: 99
}

#wq-header #top-menu ul.nav.active > li {
    margin: 0;
    text-align: left;
    float: initial;
    height: 3.5rem;
    display: block;
    border-bottom: 1px solid #6a6a6a;
    border-top: 1px solid #6a6a6a;
}

#wq-header #top-menu ul.nav.active > li a {
    display: inline-block;
    line-height: 3.5rem;
    font-size: 1.2rem;
    padding-left: 20px;
}

#wq-header #top-menu ul.nav.active li:first-child {
    margin-top: 5rem
}

#wq-header #top-menu ul.nav.active li:last-child {
    margin-bottom: 1rem;
    border-bottom: none;
}

.swiper-slide img {
    width: 100%;
    display: block;
}

.line-header{
    font-weight: 600;
    font-size: 22px;
    color: #d7d7d7;
    padding: 30px 10px 0;
}

.link-icon{
    background-image: url("../imgs/frames/icon-nav.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    padding-right: 10px;
    margin-top: 3px;
}

.link-text{
    color: #fff;
    font-size: 14px;
    display: flex;
    padding: 15px 10px 0;
}

.case-page .icon-return {
    font-size: 2rem;
    color: #fff;
}

.case-page .return-title{
    font-size: 20px;
    margin-top: -5px;
    margin-left: 10px;
    font-weight: 600;
    color: #fff;
}

.case-page .case-content img {
    width: 96%;
    margin-left: 2%;
}

.case-page .case-content video{
    width: 96%;
    margin-left: 2%;
}

.case-page .case-content .case-title{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 30px 10px 10px;
}

.case-page .case-content .case-subTitle{
    font-weight: 600;
    text-align: center;
    padding: 0 10px 10px;
}

.case-page .case-content .case-descript {
    width: auto;
    margin: 5px 15px;
    line-height: 30px;
}

.case-page .case-content .case-imgTitle{
    text-align: center;
    padding: 2px 10px 20px;
}

.case-page .case-content .hightlight-red{
    color: #e60000;
}

.case-page .end-info{
    text-align: center; padding: 20px 10px; color: #bdbcbc;
}

.case-page .menu-goBack img{
    width: 60%;
    margin-left: 20%;
    margin-bottom: 30px;
}

.img-content{
    width: 96%;
    margin-left: 2%;
}