/* .full_container {
    font-family: Arial, Helvetica, sans-serif;
} */
.qrcode-list {
    overflow: hidden;
    padding-right: .5rem;
}
.l {
    float: left;
}
.r {
    float: right;
}
.qrcode-list section {
    width: 40%;
    float: left;
    padding-right: .3rem;
    color: #777;
    text-align: center;
}
.share_box .site-box {
    margin-top: 0.2rem;
}
.qrcode-list .code {
    padding: 3px;
    background-color: #fff;
    border-radius: 2px;
}
.qrcode-list section img {
    width: 100%;
    display: block;
}
.qrcode-list section p {
    white-space: nowrap;
    width: 100%;
    padding: .5em 0;
}
.banner-prD{
    height: 6.6rem;
}
.nav-url {
    display: none;
}
.color333 {
    color:#333;
}
.header_nav li.current>p::after {
    display: block;
}
.header_nav li>p::after {
    width: .6rem;
    height: 2px;
    background-color: #005c9e; 
    position: absolute;
    left: 31%;
    margin-left: -.3rem;
    top: 50%;
    margin-top: .2rem;
    content: '';
    display: none;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    outline: none;
}

.nav-title-text,
.pika-nav-title {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
}
/* 面包屑 */
.bread-crumb {
    padding-top: 0.3rem;
    text-indent: .5rem;
}
.bread-crumb i{
    font-style: normal
}
.bread-crumb a{
    color: #777;
}
.bread-crumb .cur{
    color: #333;
}
/* 面包屑 */
.mb-alert-code {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,.5);
}
.mb-alert-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.code-type {
    display: none;
    width: 50%;
    position: absolute;
    left: 25%;
    top: 50%;
    padding: 5px;
    border-radius: 2px;
    background-color: #fff;
    transform: translate(0,-50%);
    text-align: center;
}
.code-type img {
    width: 100%;
}
.ewm-box {
    width: 100%;
    margin-top: 0.4rem;
}
.ewm-box section {
    float: left;
    width: 1rem;
    margin-right: 0.37rem;
}
.ewm-box section img {
    width: 100%;
}
.ewm-box section:nth-child(3) {
    margin-right: 0;
}
.ewm-box section p {
    color: #777777;
    text-align: center;
    margin-top: 0.05rem;
}
.footer-links {
    line-height: 1;
    background-color: #333;
    text-align: center;
}
.footer-links .w-center {
    border-bottom: 1px solid #505050;
    padding: 1em 0;
}
.footer-links a:hover {
    color: #fff;
}
.footer-links a {
    color: gray;
    display: inline-block;
    position: relative;
    padding: 0 .13rem;
    transition: .2s all;
}
.footer-links a::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: gray;
    right: -3%;
    position: absolute;
    top: 0;
}
.footer-links a:last-child::before {
    display: none;
}
.model-pop-close {
    width: .21rem;
    height: .21rem;
    background: url(../img/home-car-close.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: .1rem;
    top: .1rem;
}
.last-li {
    cursor: auto !important;
}
.text-upp {
    text-transform: uppercase;
}
.mb50 {
    margin-bottom: 0.5rem;
}
.mt50 {
    margin-top: 0.5rem;
}
/* 标签 */
.pub-tag {
    position: relative;
}
.pub-tag::before{
    content: '';
    position: absolute;
    top: -0.04rem;
    right: 0.35rem;
    width: 0.4rem;
    height: 0.26rem;
}
.hot-tag-pc::before {
    background: url(../error_10.html) no-repeat;
    background-size: 100% 100%;
}
.hot-tag-m::before {
    background: url(../error_2.html) no-repeat;
    background-size: 100% 100%;
}
.new-tag-pc::before {
    background: url(../error_8.html) no-repeat;
    background-size: 100% 100%;
}
.new-tag-m::before {
    background: url(../error_11.html) no-repeat;
    background-size: 100% 100%;
}
/*重置播放器样式*/
.prism-setting-cc, .prism-setting-audio,.prism-setting-quality {
    display: none;
}
.gwm-header {
    width: 100%;
    position: fixed;
    z-index: 1005;
    left: 0;
    top: 0;
}
.main_404 {
    position: relative;
    width: 100%;
}
.main_404 img {
    width: 100%;
    height: auto;
}
.main_404 .main_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.main_404 p {
    line-height: 1.5;
    font-size: 0.3rem;
    color: #ffffff;
}
.main_404 a {
    color: #005cb9;
    text-decoration: underline;
}
/*只放头尾、banner、小导航*/
/*cookie 提示*/
.cookie-pop {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 130;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cookie-cont {
    width: 90%;
    max-width: 1400px;
    margin:0 auto !important;
    display: flex;
    font-size: .16rem;
}
.cookie-txt {
    padding: .4rem 0;
    line-height: 1.8;
    width: 61%;
    color:#444444;
}
.cookie-txt a {
    color:#444444;
    text-decoration: underline;
}
.cookie-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie-right .btn-agree {
    color:#ffffff;
    width: 2.9rem;
    cursor: pointer;
    line-height: .6rem;
    display: block;
    text-align: center;
    background: linear-gradient(to right, #191515, #191515);
}
.nav-style2 .header_box {
    color:#333;
    background-color: #fff;
}
.read-more-style1, .read-more-style2 {
    width: 1.8rem;
    line-height: .45rem;
    text-align: center;
    font-size: .16rem;
    display: inline-block;
}
.read-more-style1 {
    border:1px solid #ababab;
    color:#444444;
}
.read-more-style2 {
    border:1px solid #90959b;
    color:#ffffff;
}
.nav-style2 .header_nav li a {
    color:#333333
}
.nav-style2 .nav_button {
    color:#333;
}
.nav-style2 .header_mb {
    color:#333;
    background-color: #fff;
}
/* 分页样式 */
#newsPages {
    text-align: center;
    margin: 0.3rem 0 1rem;
}
#culturePages {
    text-align: center;
    margin: 0.3rem 0 1rem;
}
#newsPages a,#newsPages .layui-laypage-spr,#newsPages .layui-laypage-curr {
    margin-right: 0.1rem;
}
#culturePages a,#culturePages .layui-laypage-spr,#culturePages .layui-laypage-curr {
    margin-right: 0.1rem;
}
.layui-laypage a:hover {
    color: #005cb9;
}
.layui-laypage a {
    border: none;
    background: #f1f1f1;
}
.layui-laypage span {
    border: none;
    background: #f1f1f1;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #005cb9;
}
/* 导航 */
.header_box {
    position: relative;
    width: 100%;
    height: 90px;
    line-height: 90px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    color: #333;
	background: #fff;
    transition: background 200ms linear;
}
.nav-border1 .header_box {
    border-bottom: 1px solid #ebebeb;
}
.header_box .close_icon {
    display: none;
}
.header_hide {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #f1f1f1;
    text-align: right;
}
.header_hide input {
    border: none;
    font-size: .18rem;
    width: 3rem;
    line-height: 2;
    background-color: transparent;
    border-bottom: 2px solid #898989;
}
.header_hide i {
    color: #5a5a5a;
    font-size: 0.2rem;
    margin-right: 0.23rem;
    margin-left: 0.37rem;
    cursor: pointer;
}
.header_active {
    background-color: #fff !important;
    color: #5a5a5a !important;
    border-bottom: 1px solid #ebebeb;
}
.header_mb {
    position: relative;
    text-transform: uppercase;
}
.header--hidden.header--sticky {
    /* transform: translateY(0%); */
    opacity: 1;
}
.header--animated {
    
}
.header--hidden {
    background-color: #ffffff !important;
    color: #5a5a5a !important;
    position: fixed;
    /* transform: translateY(-100%); */
    opacity: 0;
    border-bottom: 0.02rem solid #cccccc;
}
.header--sticky {
    position: fixed;
}
.header--run-animation {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: auto;
}
.gwm-header {
    width: 100%;
}
.gwm-header {
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 1005;
    left: 0;
    top: 0;
	min-width: 1200px;
}
.logo {
    position: absolute;
    top: 0;
    left: 48px;
    width: 90px;
    height: 100%;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/logo-large.jpg);
    background-size: 100%;
}
.logo img {
    width: auto;
    height: 100%;
}
.show {
    display: block !important;
}
.header_nav {
    float: right;
}
.header_nav ul {
    width: 100%;
    /* padding-right: .5rem; */
    overflow: hidden;
}
.header_nav li {
    position: relative;
    width: 12.5%;
    float: left;
    cursor: pointer;
    margin: 0 0.2rem;
    box-sizing: border-box;
	line-height: 90px;
}
.header_nav li.global-icon {
    margin-left: 0.5rem;
    width: 14%;
}
.header_nav li.last-li {
    height: 90px;
    margin-right: 48px;
}
.header_nav li p {
    width: 100%;
    padding: 0 0.1rem;
    box-sizing: border-box;
    margin-bottom: 0;
	line-height: 90px;
}
.header_nav li a {
    color: #333;
    transition: color 200ms linear;
}
.header_nav .last-li img {
    display: inline-block;
    width: auto;
    height: 90px;
}
.header_nav s {
    display: inline-block;
    text-decoration: none;
    font-size: 0.26rem;
    vertical-align: middle;
    margin-bottom: 0.02rem;
    margin-right: 0.05rem;
}
.header_nav .only_icon {
    position: relative;
    margin-left: 0.3rem;
}
.header_nav .global-icon::after {
    content: '';
    position: absolute;
    left: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.02rem;
    height: 0.15rem;
    background-color: #333; 
}
.header_active .header_nav li a, .header_active .global-icon .global-name {
    color: #333;
}
.header_active .header_nav .global-icon::after {
    background-color: #5a5a5a;
}
.header_nav li:hover p a, .header_nav li:hover .icondiqiu, .header_nav li:hover .global-name {
    color:#005cb9;
}
.header_nav li.more {
    position: relative;
    margin-right: 0.5rem;
}
.header_nav li i {
    position: absolute;
    /*right: 0.2rem;*/
	right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .3rem;
    transition: all .2s linear;
    display: inline-block;
    line-height: 1;
}
.header_nav li.has_down > i {
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    color: #005cb9;
}
.header_nav .downBox {
    display: none; 
    position: fixed;
    top: 90px;
    left: 0;
    line-height: 50px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    width: 100%;
    background-color: #f1f1f1;
    z-index: 50;
    -webkit-transition: height .35s ease-in;
}
.header_nav .linkBox a {
    position: relative;
    display: inline-block;
    text-decoration:none;
    color: #333333;
    padding-right: 3em;
    box-sizing: border-box;
}
.header_nav .linkBox a, .header_nav .linkBox span {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding-right: 3em;
    box-sizing: border-box;
}
.header_nav .linkBox a::after {
    background-color: #005cb9;
    bottom: 0;
    content: '';
    height: 0.03rem;
    left: 50%;
    margin-left: -0.25rem;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    -webkit-transition: all 200ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 200ms cubic-bezier(0.645,0.045,0.355,1);
    transition: all 200ms cubic-bezier(0.645,0.045,0.355,1);
    width: .5rem;
}
.nav-car-item a::after {
    display: none !important;
}
.header_nav .linkBox a:hover {
    color:#005cb9;
}
.header_nav .linkBox .a_active::after {
    opacity: 1;
    bottom: 0.05rem !important;
}
.header_nav .more_hide ul {
    margin-right: 0;
}
.header_nav .more_hide li {
    float: none;
    display: block;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    margin-right: 0;
    color: #333333;
}
.banner-pr {
    position: relative;
}
.banner-pr .w-center {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}
.banner-pr > img {
    width: 100%;
}
.content {
    width: 16rem;
    margin: 0 auto;
    color: #333333;
    font-weight: bold;
    line-height: 0.8rem;
    text-align: center;
}
.content>div{
    text-align: center;
}
.banner-pr img {
    width: 100%;
}
.banner-pr .banner-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: auto;
    background: none;
    background-size: 100% 100%;
    padding-top: 0.1px;
}
.banner-box {
    position: relative;
    font-family: 'Arial';
    width: 100%;
    height: 6.6rem;
    background: url('../error_1.html') no-repeat;
    background-size: 100% 100%;
    padding-top: 0.1px;
}
/* 车型样式 */
.models_box {
    padding: 0.3rem 0;
    box-sizing: border-box;
}
.models_box section {
    padding: 0 2.2rem !important;
    box-sizing: border-box;
}
.models_box section a {
    padding-right: 0 !important;
}
.models_box .models_group {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 0.3rem;
    padding: 0 0.5rem;
    text-transform: none;
    box-sizing: border-box;
}
.models_box .models_group a {
    display: block;
}
.models_box .models_group img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.2s ease;
}
.models_box .models_group a::after {
    margin-left: 0;
}
.w-center-1200 {
    clear: both;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.w-center-1400 {
    clear: both;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
/*1000*/
.w-center-1000 {
    clear: both;
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}
.w-center-900 {
    clear: both;
    width: 70%;
    margin: 0 auto;
    max-width: 900px;
}
.w-center::after, .w-center-1400::after, .w-center-1000::after, .w-center-900::after {
    content: '';
    clear: both;
    width: 100%;
    font-size: 0;
    display: block;
}
.mb-pl25-pr25 {
}
/*字行高*/
.text-l18 {
    line-height: 1.88;
}
.text-18-2 {
    line-height: 1.8;
}
.text-l17 {
    line-height: 1.7;
}
.text-l16 {
    line-height: 1.6;
}
.text-l15 {
    line-height: 1.5;
}
.text-l14 {
    line-height: 1.4;
}
.text-l13 {
    line-height: 1.3;
}
.text-l12 {
    line-height: 1.2;
}
.text-l11 {
    line-height: 1.1;
}
.intell_bg {
    background: url('../error_3.html') no-repeat;
    background-size: 100% 100%;
}
.strategy_bg {
    background: url('../error_5.html') no-repeat;
    background-size: 100% 100%;
}
.brand_bg {
    background: url('../error_4.html') no-repeat;
    background-size: 100% 100%;
}
.brand_value_bg {
    background: url('../error_6.html') no-repeat;
    background-size: 100% 100%;
}
.banner-box>h3{
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
/* .banner-box>h3::after {
    content: '';
    position: absolute;
    bottom: -0.3rem;
    left: 0.1rem;
    width: 1rem;
    height: 0.06rem;
    background: #fff;
} */
.banner-box>h4{
    font-size: .38rem;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-top: 1;
    margin-top: .4rem;
}
.banner-box .desc {
    padding-top: .38rem;
    font-size: .36rem;
    padding-left: 2px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color:#ffffff;
}
.nav-box-top{
    position: relative;
    width: 100%;
    height: 0.8rem;
    line-height: .8rem;
    background: #f1f1f1;
}
.nav-box-top a {
    display: block;
    color: #5a5a5a;
}
.nav-box-top p {
    cursor: pointer;
}
.nav-box-top p.active {
    color: #333333;
}
.nav-box-top span {
    width: .8rem;
    height: 0.04rem;
    background: #0061bb;
    display: block;
    position: absolute;
    bottom: 0.15rem;
    left: 50%;
    transform: translateX(-50%);
}
.nav-box-top.pc-pad .row > div {
    font-weight: bold;
    float: left;
    margin-right: .8rem;
    position: relative;
}
.nav-box-top .nav_list {
    position: relative;
    display: inline-block;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.active p{
    color: #333333;
}
.honor-footer-div-box{
    background: #f1f1f1;
}
.footer_box {
}
.footer_box {
    width: 100%;
    background-color: #333333;
}
.footer_nav {
    position: relative;
    max-width: 1554px;
    margin: 0 auto;
    padding: .5rem 0;
    overflow: hidden;
}
.footer_nav .nav_box {
    box-sizing: border-box;
    padding-left: 3%;
    width: 70%;
}
.footer_nav .nav_box dl {
    float: left;
    width: 16.6%;
    text-transform: uppercase;
}
.footer_nav .nav_box dl:last-child {
    width: 10%
}
.footer_nav .nav_box .no-upp {
    text-transform: none;
}
.footer_nav .nav_box dl:nth-child(3) dd {
    text-transform: none;
}
.current-quality {
    white-space: nowrap;
    padding-right: 5px;
}
.footer_nav .nav_box dt {
    position: relative;
    color: #ffffff;
    margin-bottom: 0.3rem;
    font-weight: bold;
    line-height: 1;
}
.footer_nav .nav_box dt::after {
    content: '';
    position: absolute;
    left: -0.2rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    height: 0.22rem;
    background-color: #005cb9;
}
.footer_nav .nav_box dt a {
    color:#ffffff;
}
.footer_nav .nav_box a {
    color:#777777;
    transition: 0.2s all;
}
.footer_nav .nav_box a:hover {
    color: #ffffff;
}
.footer_mb_nav .nav_box a {
    color:#ffffff;
}
.footer_nav .nav_box dl:last-child a {
    color:#ffffff;
}
.footer_nav .nav_box dd {
    margin-left: 0;
    margin-bottom: 0.18rem;
    color: #777777;
}
.footer_nav .mav_mb dd {
    color:#777;
}
.footer_nav .mav_mb dd a {
    color:#777 !important;
}
.footer_nav .site-box a {
    color: #ffffff;
}
.footer_nav .site-box p {
    display: inline-block;
    margin-left: 0.05rem;
}
.pc-pad .share_box {
    float: right;
    width: 30%;
    text-align: left;
}
.pc-pad .share_box .icondiqiu {
    font-size: 0.24rem !important;
}
.share_box img {
    display: inline-block
}
.china_cont {
    line-height: .2rem;
    width: 100%;
    margin-bottom: 0.52rem;
}
.china_cont a {
    display: block;
}
.china_cont svg {
    font-size: .3rem;
    height: .2rem;
}
.share_way {
    display: inline-block;
}
.share_way .logo_icon {
    width: .3rem;
    height: .3rem;
    float: left;
    margin-right: .2rem;
    background:#cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#333333;
    font-size: .22rem;
}
.share_way .logo_icon:hover {
    background: #005cb9;
}
.share_way .logo_icon:hover .fa {
    color: #ffffff;
}
.footer_explain {
    background-color: #333;
    width: 100%;
    padding: 1.16em 0;
    text-align: center;
    color: #777;
}
.footer_explain a {
    color: #777;
    text-decoration: underline;
    transition: 0.2s all;
}
.footer_explain a:hover {
    color: #ffffff;
}
.nav_button {
    color:#ffffff;
    font-size: .28rem;
}
.footer_mb .logo_icon a {
    color:#333333;
    font-size: .4rem;
}
.footer_div{
    clear: both;
    width: 82.8%;
    max-width: 1590px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: .8rem;
}
.footer_div > div {
    cursor: pointer;
    width: 33.333%;
    position: relative;
    
    margin-bottom: .2rem;
    padding-left: .15rem;
    padding-right: .15rem;
    float: left;
}
.footer_div div a {
    display: block;
    width: 100%;
    overflow:hidden;
    position: relative;
}

.footer_div>div img{
    width: 100%;
    transition: all 1s linear;
}

.footer_div div a:hover img {
    transform: scale(1.1);
}
.footer_div>div h4{
    color: #fff;
    position: absolute;
    left: 0.4rem;
    top:50%;
    text-align: left;
    line-height: 1.4;
    transform: translateY(-50%);
}
/*swiper 前后按钮*/
.pub-prev,
.pub-next {
    width: .47rem;
    height: .87rem;
    position: absolute;
    top: 50%;
    outline: none;
    margin-top: -.43rem;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    background-position: center center;
    background-image: url(../img/inno10.png);
}
.pub-prev {
    left: -.57rem;
}
.pub-next {
    right: -.57rem;
    transform: rotate(180deg);
}
.go-top {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    z-index: 500;
    bottom: 80px;
    transition: background .2s ease;
    background-color: #595959;
}
.go-top i {
    position: absolute;
    top: 16px;
    left: 13px;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}
.go-top:hover {
    background-color: #005cb9;
}
/*readmore 类型按钮样式*/
.more-style-1 {
    border:1px solid #666666;
    color:#333;
    background-color: transparent;
    transition: all .2s linear;
}
.more-style-2 {
    border:1px solid #ccc;
    color:#fff;
    background-color: transparent;
    transition: all .2s linear;
}
.more-style-3 {
    border:1px solid #333;
    color:#fff;
    background-color: #333;
    transition: all .2s linear;
}
.more-style-1:hover, .more-style-2:hover, .more-style-3:hover {
    color:#ffffff;
    background-color: #005cb9;
    border-color:#005cb9
}
/*图片hover效果*/
.scale-img-hover a {
    display: block;
    overflow: hidden;
}
.scale-img-hover a img {
    transition: all 1s linear;
}
.scale-img-hover a:hover img {
    transform: scale(1.1);
}
.img-hover {
    position: relative;
}
.img-hover::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .5s linear;
    opacity: 0;
    background-color: rgba(255,255,255, 0.2);
}
.img-hover:hover::after {
    opacity: 1;
}
.site-dialog {
    display: none;
}
.site-dialog .site-dialog-cont{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    padding: 0.5rem 0.63rem 0.4rem;
    box-sizing: border-box;
    background-color: #fff;
}
.site-dialog .site-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.site-dialog .site-title {
    text-align: center;
    margin-bottom: 0.4rem;
    color: #3d3d3d;
}
.site-dialog .site-list ul {
    overflow: hidden;
}
.site-dialog .site-list li {
    float: left;
    width: 18%;
    border: 1px solid #777777;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
    color: #333333;
}
.site-dialog .site-list a {
    display: block;
    padding: 0.1rem 0;
    box-sizing: border-box;
    color: #333333;
}
.site-dialog .site-list li:hover {
    background-color: #005cb9;
    border-color: #005cb9;
}
.site-dialog .site-list li:hover a {
    color: #ffffff;
}
.site-dialog .site-list li:nth-child(5n) {
    margin-right: 0;
}
.site-hint {
    text-align: center;
}
.site-dialog .site-hint span {
    display: inline-block;
    text-align: center;
    color: #666666;
    text-decoration: underline;
    cursor: pointer;
}
.global-icon .global-name {
    color: #333;
    font-size: 0.14rem;
}
/*提示弹出层*/
.pop-mask {
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    position: fixed;
}
.alert-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    color:#ffffff;
    background-color: rgba(0,0,0,0.7);
    transform: translate(-50%, -50%);
    padding: 1em 2em;
    max-width: 80%;
    line-height: 1.6;
    border-radius: 5px;
}
.alert-cont .close {
    width: 2rem;
    text-align: center;
    cursor: pointer;
    line-height: .5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    /* 移动端微信下载弹层 */
     .down-mask{
        background-color: rgba(0,0,0,.7);
        display: block;
        z-index: 999999;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
     .down-mask .test-ok-cont {
    width: 86%;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    position: absolute;
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: .5rem .3rem;
}
 .down-mask .test-ok-cont p{
     line-height: 1.5
 }
 .down-mask .test-ok-cont p span{
     width: 0.61rem;
     height: 0.26rem;
     background: url(../error_9.html) no-repeat center center;
    background-size: 100% 100%;
 }
 .down-mask  .other-brow span {
    margin-top: 1.5em;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
    color: #777;
}

.nav_down {
    overflow-y: auto;
    scroll-behavior: smooth;
    overscroll-behavior: smooth;
}
.nav_down h2 {
    box-sizing: border-box;
}
.nav_down dd {
    width: 100%;
    height:0.8rem;
    line-height: 0.8rem;
}
.mb_nav {
    width: 100%;
    overflow: hidden;
    height: 1rem;
    z-index: 120;
    background-color: transparent;
    /* -webkit-transition:  background-color 1s ease-in; */
}
.mb_nav.mb_nav_active {
    border-bottom: 1px solid #eaeaea;
    background-color: #333;
    /* -webkit-transition:  background-color 1s ease-in; */
}
.mb_nav.mb_nav_active .nav_button {
    color:#5a5a5a;
}
.mb_nav .logo {
    left: .32rem;
    width: 1rem;
    height: 100%;
    z-index: 10000;
}
.mb_nav .logo img {
    width: 100%;
    height: 100%;
}
/*1400内容样式*/
.w-center {
    clear: both;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.content {
    clear: both;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.w-center {
    max-width: 1420px;
}
/*xq用公共样式*/
/*pc*/
.content-desc{
    width: 100%;
    padding: 0.9rem 3.5rem 0.5rem;
}
.full-img{
    width: 100%;
}
.w50{
    width: 50%;
}
.about-item{
    display: flex;
    align-items: center;
}
.gary-bg{
    width: 100%;
    background-color: #f1f1f1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.t-c{
    text-align: center;
}
.clearFix{
    clear: both;
    overflow: hidden;
}
.font-color4{
    color: #333333;
}
.pd{
    padding: 0 9% 0 8%;
}
.text-justify{
    text-align: justify;
}
.mt100{
    margin-top: 1rem;
}
.mb100{
    margin-bottom: 1rem;
}
.mt20{
    margin-top: 0.2rem;
}
.left-content{
    padding: 0 0.1rem 0 9%;
}
.right-content{
    padding: 0 9% 0 0.1rem;
}
.pd100{
    padding: 1rem 0;
}
.relative{
    position: relative;
}
.pt100-pb50{
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

/**mobile**/
.pd50{
    padding: 0.5rem;
}
.font-28{
    font-size: 0.28rem;
    line-height: 0.4rem;
}
.banner-img{
    cursor: pointer;
}
.m-select {
    position: relative;
}
.m-select + .m-select {
    margin-top: .1rem;
}
.m-select.mb0 {
    margin-bottom: 0;
}
.m-select .val-name::after {
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: .25rem;
    top: 50%;
    transition: all .3s ease;
    transform-origin: center 20%;
    margin-top: -.05rem;
    border-left: .09rem solid transparent;
    border-top: .11rem solid #444;
    border-right: .09rem solid transparent;
    border-bottom: .11rem solid transparent;
}
.m-select .val-name {
    cursor: pointer;
    padding-left: .22rem;
    width: 100%;
    line-height: .5rem;
    border:1px solid #999;
    border-radius: 0;
    display: block;
    color:#999;
}
.m-select.has-value .val-name {
    color:#444;
}
.m-select.empty-select .val-name {
    color:#999;
}
.select-down-ul {
    display: none;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    max-height: 200px;
    left: 0;
    top: .5rem;
    background-color: #ffffff;
    z-index: 5;
    /* border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    /* border-right: 1px solid #ccc; */
    box-shadow: 2px 2px 5px #cccccc;
}
.m-select.open .select-down-ul {
    display: block;
}
.m-select.open .val-name::after {
    transform: rotate(180deg);
}
.select-down-ul li {
    cursor: pointer;
    line-height: 1.5;
    padding: .2em .22rem;
}
.select-down-ul li:hover {
    color:#ffffff;
    background-color: #005cb9;
}
/* 新 长城中文 新闻资讯 */
.com-button{
    background: #005c9e;
    background: linear-gradient(to right, #005c9e, 50%, #0088c9);
}
/* .com-button{
    background: linear-gradient(to right, #005c9e, 50%, #0088c9)\9;
} */
.zy-title{
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.zy-title .title-line{
    position: relative;
    color: #333;
    display: inline-block;
}
.zy-title .title-line::after{
    position: absolute;
    width: 0.54rem;
    height: 0.08rem;
    content: '';
    left:50%;
    bottom: -.14rem;
    transform: translate(-50%,0);
    background-color:#005cb9;
}
.zy-dynamic-module{
    margin-top: 1rem;
}
.zy-news-box{
    width: 86.30%;
    margin: 0 auto;
    margin-top: 0.58rem;
    position: relative;
}

.zy-news-box .news-item{
    /* width:3.96rem; */
    width: 100%;
    transition: all .3s;
    cursor: pointer;
    background-color: #fff;
}
.zy-news-box .news-item .news-img img{
    width: 100%;
}
.zy-news-box .news-item .news-img{
    position: relative;
    padding-bottom: 66.66%;
    overflow: hidden;
}
.zy-news-box .news-item .news-img img{
    width: 100%;
    position: absolute;
}
.zy-news-box .news-item .item-content{
    padding: .25rem .23rem .3rem .23rem;
    box-sizing: border-box;
}
.zy-news-box .news-swiper-slide{
    /* padding: .3rem; */
    box-sizing: border-box;
}
.zy-news-box .news-item:hover{
    box-shadow: 0 0 0.2rem 0.03rem #d6d6d6;
}
.zy-news-box .news-button{
    width: .26rem;
    padding-bottom: .5rem;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    top:45%;
    transform: translateY(-50%);
    cursor: pointer;
}
.zy-news-box .news-button-prev{
    left:-4%;
    background-image: url(../img/left.png);
}
.zy-news-box .news-button-next{
    right: -4%;
    background-image: url(../img/right.png);
}
.item-content .new-title{
    height: 3em;
    font-weight: 700;
}
.item-content .new-title,.item-content .vice-new-title{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.item-content .vice-new-title{
    margin-top: 0.3rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 4.2em;
}
.zy-news-box .more-button{
    width: 2.4rem;
    height: .52rem;
    margin: 0 auto;
    margin-top: .4rem;
    margin-bottom: .81rem;
    line-height: .52rem;
    text-align: center;
}

.zy-news-box .more-button a{
    color: #fff;
    background: rgba(0, 0, 0, 0);
    display: block;
    transition: all 0.3s ease;
}
.zy-news-box .more-button:hover a{
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    display: block;
}
.new-item-footer{
    height: 0.42rem;
    line-height: 0.42rem;
    padding-left: 0.25rem;
    padding-right: 0.29rem;
    box-sizing: border-box;
    color: #fff;
}
.new-item-footer span{
    display: inline-block;
    color: #999999;
}
.new-item-footer span:nth-child(2){
    display: none;
    float: right;
}
.zy-news-box .news-item .new-item-footer{
    transition: all .3s ease;
}
.zy-news-box .news-item:hover .new-item-footer{
    background: rgba(0,92,158,1);
    background: linear-gradient(to right, rgba(0,92,158,1), 50%, rgba(0,136,201,1));
}
.zy-news-box .news-item:hover span{
    color:#fff; 
}
.zy-news-box .news-item:hover span:nth-child(2){
    display: block;
}
.gwm-index-wiper-pagination{
    display:none;
}
.gwm-index-wiper-pagination .swiper-pagination-bullet{
    width: .6rem;
    height: .04rem;
    border-radius: 0;
    margin-right:0.05rem;
}
.header_nav{
    float: right;
   /* width: 70%; */
    width: 75%;
    margin-right: 0.2rem;
}
@media (max-width: 1440px) {
    .header_nav li i {
        right: 0.2rem;
    }
}
@media (max-width: 1366px) {
    .header_nav li {
        width: auto;
    }
    .header_nav li i {
        /*right: -0.15rem;*/
		right: -0.25rem;
    }
    .header_nav li>p::after {
        left: 50%;
    }
	.header_nav{
    float: right;
	width: 65%;
}

}
/*ipad尺寸*/
@media (max-width: 768px) {
    .banner-prD{
        height: 5rem;
    }
    .pad-mt50{
        margin-top: 0.5rem;
    }
    .pad-flex-start{
        align-items: flex-start;
    }
    .pad-mt20{
        margin-top: 0.2rem !important;
    }
}
@media (max-width: 767px) {
    .mb-mt0{
        margin-top: 0 !important;
    }
    .mb-pl50-pr50{
        padding: 0 0.5rem;
    }
    .mb-pt50-pb50{
        padding: 0.5rem 0;
    }
    .mb-pl25-pr25{
        padding: 0 0.25rem;
    }
    .fa-douyin {
        width: 100%;
        display: block;
        height: 100%;
        background: url(../img/share-dy.png) center center no-repeat;
        background-size: 55%;
    }
    .nav_down li.on .mb-nav-cname {
        position: relative;
        border-bottom: 1px solid #bcbcbc;
    }
    .nav_down .mb-nav-cname a {
        border: 0px;
        outline: none;
    }
    .nav_down .mb-nav-cname a {
        border: 0px;
        outline: none;
        display: block;
    }
    .nav_down .mb-nav-cname.h-link a {
        display: inline;
    }
    .news-button{
        display:none;
    }
    .gwm-index-wiper-pagination{
        display:block;
        width: 100%;
        margin-top: .5rem;
    }
    .zy-news-box .more-button{
        height: .82rem;
        line-height: .82rem;
    }
    .gwm-index-wiper-pagination .swiper-pagination-bullet-active{
        background: #005cb9;
    }
    .zy-news-box{
        width:100%;
        /* padding: 0 .25rem; */
    }
    .zy-news-box .control-box{
        padding: 0 .25rem;
        margin-top: 1.3rem;
        box-sizing: border-box;
    }
    .item-content .new-title{
        height: .85rem;
    }
    /* .item-content .vice-new-title{
        height: 1.1rem;
    } */
    .item-content .vice-new-title{
        -webkit-line-clamp: 3;
    }
    .zy-news-box .more-button{
        width: 100%;
    }
    .zy-news-box .news-swiper-slide{
        padding: 0;
    }
    .news-swiper .swiper-wrapper .swiper-slide{
        padding: 0 .25rem;
    }
    .zy-news-box .news-item:hover{
        box-shadow: 0 0 0.2rem 0.04rem #d6d6d6;
    }
    .zy-news-box .news-item:hover .new-item-footer{
       background: transparent;
    }
    .zy-news-box .news-item:hover span{
        color: #999999;
    }
    .zy-news-box .news-item span:nth-child(2){
        display: block;
    }
    .new-item-footer{
        height: 0.6rem;
        line-height: .6rem;
        padding-bottom: .3rem;
        box-sizing: content-box;
    }
    .zy-news-box .news-item span:nth-child(2){
        width: 2.1rem;
        height: 0.63rem;
        background: linear-gradient(to right, #005c9e, 50%, #0088c9);
        color: #fff;
        line-height: 0.65rem;
        text-align: center;
    }
    .zy-news-box .more-button a{
        font-size:.26rem;
    }
    .zy-brand-box .number-view{
        width:91.26%;
        height: 4.32rem;
        margin:0 auto;
        margin-top: .5rem;
        background-image:url(../error_7.html);
    }
}
/**xq样式end*/
/*mobile*/
@media (max-width: 767px) {
    .mb-mt0{
        margin-top: 0 !important;
    }
    .mb-pl50-pr50{
        padding: 0 0.5rem;
    }
    .mb-pt50-pb50{
        padding: 0.5rem 0;
    }
    .mb-pl25-pr25{
        padding: 0 0.25rem;
    }
}

@media (max-width: 767px) {
    .mb-bg-none {
        background: transparent;
    }
    .footer-links a:last-child::before {
        display: block;
    }
    .footer-links a {
        padding-left: 0;
        padding-right: 0;
        width: 33.33%;
        float: left;
        color: #fff;
        margin-bottom: .3rem;
    }
    .footer-links a:nth-child(3n+1) {
        width: 30.33%;
    }
    .footer-links a:nth-child(3n+2) {
        width: 39.33%;
    }
    .footer-links a:nth-child(3n+3) {
        width: 30.33%;
    }
    .footer-links a:nth-child(3n+3)::before {
        display: none;
    }
    .alert-cont {
        text-align: center;
        width: 93.33%;
        max-width: 100%;
    }
    .more-style-2 {
        background-color: #cccccc;
        border-color: #cccccc;
        color:#333;
    }
    .more-style-3 {
        background-color: transparent;
        border-color: #777;
        color:#333;
    }
    .banner-pr .w-center {
        left: 0;
        transform: translate(0, 0);
    }
    .main_404_mb p {
        width: 7rem;
        margin-bottom: 0.1rem;
    }
    .gwm-header {
        height: 1rem;
    }
    .pub-prev,
    .pub-next {
        display: none;
    }
    .banner-pr .banner-box {
        padding-left: .3rem;
    }
    .w-center-1000, .w-center-1200 {
        width: 100%;
    }
    .logo a {
        border: 0;
        height: 98%;
    }
    .nav-box-top .swiper-slide {
        text-align: center;
    }
    /* 分页 */
    .layui-laypage a, .layui-laypage span {
        padding: 0 11px;
    }
    .footer_nav .nav_box {
        box-sizing: border-box;
        padding: 0;
        width: 100%;
    }
    .footer_nav .nav_box dd {
        padding-left: .48rem;
        line-height: 1.5;
    }
    .footer_nav .nav_box dd:last-child {
        margin-bottom: 0;
    }
    .footer_nav .nav_box dl {
        width: 100%;
    }
    .banner-box {
        width: 100%;
        height: 5rem;
        background: url('../img/investors_m_bg.jpg') no-repeat;
        background-size: 100% 100%;
    }
    .banner-box>h3{
        font-size: 0.7rem;
    }
    .banner-box .desc {
        font-size: .26rem;
    }
    .content{
        width: auto;
        height: 0.8rem;
        display: flex;
        justify-content: space-around;
    }
    .investor_tit p {
        font-size: 0.24rem;
    }
    .nav_down li.on .mb-nav-cname span {
        transform: rotate(0deg);
    }
    .investor_tit_next {
        width: 1.15rem !important;
        height: 100% !important;
        top: 0 !important;
        margin-top: 0 !important;
        background: url('../img/next_icon.png') no-repeat !important;
        background-size: 100% 100% !important;
        right: 0 !important;
    }
    .investor_tit_next.swiper-button-disabled {
        display: none;
    }
    .nav_down {
        /* width: 100%;
        height: 100%;
        position: fixed; */
        z-index: 9;
        /* top: -20rem;
        background-color: #ffffff; */
    }
    .nav_down li {
        display: block;
        line-height: 2.2;
        font-size: 0.3rem;
        color: #303030;
    }
    .nav_down h2 {
        position: relative;
        color: #333;
        font-size: 0.28rem;
    }
    .nav_down dl {
        height: 0;
        overflow: hidden;
        -webkit-transition: height .2s ease-in;
        margin: 0;
    }
    .nav_down li.on h2 {
        position: relative;
        border-bottom: 0.02rem solid #bcbcbc;
    }
    .nav_down li.on h2::after {
        content: '';
        position: absolute;
        bottom: -0.02rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0.8rem;
        height: 0.04rem;
        background-color: #005cb9;
    }
    .nav_down li.on h2 span {
        transform: rotate(0deg);
    }

    .nav_down dd p {
        font-size:0.22rem;
        color: #303030;
    }
    .nav_down li.on dl {
        height: 100%;
        -webkit-transition: height .2s ease-in;
    }
    .nav_down li.on dl a {
        color:#444;
    }
    .nav_down h2 span {
        background: url(../img/jtN.png) no-repeat center center;
        background-size: 100% 100%;
        width: 0.29rem;
        height: 0.16rem;
        position: absolute;
        top: 50%;
        transform: rotate(180deg);
        margin-top: -0.08rem;
        right: 0.2rem;
    }
    .mask {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: url(../img/op1.png) repeat;
        z-index: 2;
    }
    .header--hidden .nav_button {
        background: url(../img/mb_nav_more_black.png) no-repeat center right;
        background-size: 0.4rem 100%;
        color: #5a5a5a;
    }
    .nav_button {
        font-weight: 700;
        position: absolute;
        line-height: 1rem;
        right: 0.32rem;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        padding-left: .4rem;
    }
    .nav_button span {
        font-size: .24rem;
    }
    .nav_button i {
        font-size: .4rem;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .haval_logo {
        position: absolute;
        top: 50%;
        right: 0.2rem;
        transform: translateY(-50%);
    }
    .haval_logo img {
        width: 1.42rem;
        height: auto;
    }
    .close {
        display: none;
        top: 50%;
        position: absolute;
        right: 0.42rem;
        transform: translateY(-50%);
        z-index: 9;
    }
    .close::after,
    .close::before {
        content: '';
        width: .4rem;
        height: 2px;
        background-color: #333333;
        top: .1rem;
        position: absolute;
    }
    .close::before {
        transform: rotate(-45deg);
    }
    .close::after {
        transform: rotate(45deg);
    }
    .footer_nav {
        padding: 0;
    }
    .china_cont {
        margin-bottom: .6rem;
        border: 0;
    }
    .china_cont svg {
        font-size: .6rem;
        height: .4rem;
    }
    .china_cont p {
        font-weight: 700;
        margin-left: .02rem;
        display: inline-block;
    }
    .share_box {
        padding-top: .5rem;
        position: static;
        border: 0;
        transform: translateY(0);
        text-align: left;
        padding-left: 0.25rem;
        margin-bottom: 0.5rem;
    }
    .share_way .logo_icon {
        width: .8rem;
        height: .8rem;
        border-radius: 100%;
        font-size: .5rem;
        margin-right: .5rem;
    }
    .footer_explain {
        clear: both;
    }
    
    .mav_mb li {
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 0.2rem 0;
        line-height: 0.58rem;
        border-bottom: 1px solid #777777;
        color: #333;
        background: #333333;
        text-transform: uppercase;
    }
    .mav_mb li:nth-child(3) dd {
        text-transform: none;
    }
    .mav_mb h2 {
        padding-left: 0.48rem;
        line-height: 1;
        padding-top: .3em;
        padding-bottom: .3em;
        position: relative;
        color: #333;
        font-size: 0.28rem;
    }
    .mav_mb h2::after {
        content: '';
        position: absolute;
        left: 0.3rem;
        width: 0.05rem;
        height: 0.22rem;
        background-color: #005cb9;
        top:50%;
        transform: translate(0,-50%);
    }
    .mav_mb h2 span {
        background: url(../img/jtN.png) no-repeat center center;
        background-size: 100% 100%;
        width: 0.29rem;
        height: 0.16rem;
        position: absolute;
        top: 50%;
        transform: rotate(180deg);
        margin-top: -0.08rem;
        right: 0.25rem;
        transition: all .3s;
    }
    .mav_mb dl {
        height: 0;
        overflow: hidden;
        transition: height 1s;
        margin: 0;
    }
    .mav_mb li.on h2 span {
        transform: rotate(0deg);
    }
    .mav_mb dd {
        width: 100%;
    }
    .mav_mb dd p {
        font-size:0.26rem;
        color: #333;
    }
    .mav_mb li.on dl {
        padding: .5em 0;
        height: auto;
    }
    .mav_mb dd p {
        font-size: 0.26rem;
        color: #333;
    }
    .footer_mb_other {
        width: 100%;
        font-weight: bold;
        margin-top: 0.4rem;
    }
    .footer_mb_other p {
        position: relative;
        display: block;
        width: 50%;
        color: #333;
        padding-left: 0.48rem;
        font-size: 0.28rem;
        margin-bottom: 0.4rem;
        text-transform: uppercase;
    }
    .footer_mb_other p::after {
        content: '';
        position: absolute;
        left: 0.3rem;
        top: 50%;
        transform: translate(0, -50%);
        width: 0.05rem;
        height: 0.22rem;
        background-color: #005cb9;
    }
    .share_box {
        position: static;
        transform: translateY(0);
        text-align: left;
        padding-left: 0;
        margin-left: .25rem;
        margin-right: .25rem;
        margin-bottom: 0.5rem;
    }
    .cookie-cont {
        flex-wrap: wrap;
        font-size: .24rem;
    }
    .cookie-txt {
        width: 100%;
    }
    .cookie-right {
        padding: 1em 0;
    }
    .cookie-right .btn-agree {
        width: 100%;
    }
    .read-more-style1:hover {
        background-color: #005cb9;
        border-color:#005cb9;
        color:#ffffff;
    }
    .read-more-style2:hover {
        background-color: #fff;
        border-color:#fff;
        color:#333;
    }
    .footer_div {
        width: 93%;
        overflow: hidden;
        margin: 0rem auto;
        padding-top: 0.7rem;
        padding-bottom: 0.5rem 
    }
    .footer_div > div {
        width: 50%;
        margin-bottom: .2rem;
        position: relative;
    }
    .footer_div > div:nth-child(2n+1)  {
        float: left;
        padding-right: .1rem;
        padding-left: 0;
    }
    .footer_div > div:nth-child(2n+2)  {
        float: right;
        padding-left: .1rem;
        padding-right: 0;
    }
    .footer_div>div img {
        width: 100%
    }
    .footer_div>div h4 {
        font-size: 0.24rem;
        color: #fff;
        position: absolute;
        left: 0.2rem;
        top:50%;
        transform: translateY(-50%);
    }
    .go-top {
        width: .6rem;
        height: .6rem;
        right: .25rem;
        bottom: 1.76rem;
        background-color: #595959;
    }
    .go-top i {
        width: .2rem;
        height: .2rem;
        left: .2rem;
        top: .24rem;
    }
    .go-top:hover {
        background-color: #595959;
    }
    .site-dialog .site-dialog-cont {
        width: 85%;
        padding: 0.8rem 0.27rem 0.5rem;
    }
    .site-dialog .site-list li {
        width: 47%;
    }
    .site-dialog .site-list li:nth-child(5n) {
        margin-right: 0.3rem;
    }
    .site-dialog .site-list li:nth-child(2n) {
        margin-right: 0;
    }
    .models_box {
        padding: 0;
    }
    .models_box .models_group {
        width: 50%;
        height: auto;
        font-size: 0.22rem;
        margin-top: 0.3rem;
        padding: 0 0.5rem;
    }
    .nav-box-top span {
        bottom: 0.01rem;
    }
    .footer_explain a {
        display: block;
        padding-left: 0;
        margin-top: 0.1rem;
    }
    .m-select .val-name {
        line-height: .7rem;
    }
    .select-down-ul {
        top: .7rem;
    }
    .select-down-ul li {
        padding-top: .4em;
        padding-bottom: .4em;
    }
    .banner-box>h3::after {
        left: 0.35rem;
    }
    .footer_nav .nav_box dl:last-child {
        width: 100%;
    }
    .share_way .logo_icon:hover {
        background: #cccccc;
    }
    .share_way .logo_icon .iconmicro-blog, .share_way .logo_icon .iconWeChat {
        font-size: 0.6rem;
    }
    .banner-scroll {
        width: 6.95rem;
        overflow-x: scroll;
        height: .8rem;
        position: relative;
    }
    .banner-scroll ul {
        height: .8rem;
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        box-sizing: border-box;
        padding-left: .15rem;
    }
    .banner-scroll ul li {
        height: .8rem;
        line-height: .8rem;
        float: left;
        padding-left: 0;
        padding-right: .2rem;
    }
    .banner-scroll li a {
        width: 100%;
        display: block;
        color: #3f3f3f;
        text-align: center;
        font-weight: bolder;
        font-size: .26rem;
        white-space: nowrap;
        height: .8rem;
        position: relative;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .banner-scroll li.active p {
        color: #005db9;
    }
    .banner-scroll li.active a:after {
        content: "";
        width: .6rem;
        position: absolute;
        height: 3px;
        background: #005db9;
        bottom: 5px;
        left: 50%;
        margin-left: -.3rem;
    }
    .nav-box-top .container {
        top: 0;
        height: .8rem;
        width: .8rem;
        float: right;
        position: absolute;
        right: 0;
        margin-top: 0;
    }
    .nav-box-top .container .btn-right {
        float: right;
        width: .66rem;
        height: .8rem;
        background: url(../img/btn-right.png) no-repeat center center;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
    }
}