/* reset */
html { height: 100%; overflow-x:hidden;}
body { min-height: 100%; overflow-x:hidden;outline: none!important;}
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }

textarea { overflow: auto; resize: none }
::-webkit-input-placeholder{color:#BDBDBD;}
:-moz-placeholder{color:#BDBDBD;}
::-moz-placeholder{color:#BDBDBD;}
:-ms-input-placeholder{color:#BDBDBD; opacity: 0.8;}
.placeholder{color:#BDBDBD;}

blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal}
body, input, select, button, textarea {color:#000;line-height: 1.5;font-family: "微软雅黑";}
a { color:#000;text-decoration: none!important;}
a { blr:expression(this.onFocus=this.blur())}
a * { *cursor: pointer }
:focus { outline: none }

a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

img{max-width: 100%;outline: none!important;}
/*::-moz-selection {
    background: inherit;
}
::selection {
    background: inherit;

}*/
/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}
/*
@font-face {
    font-family: SourceHanSansCN-Light;
    src: url('../font/SourceHanSansCN-Light.ttf') format('truetype');
}
@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url('../font/SourceHanSansCN-Medium.ttf') format('truetype');
}
@font-face {
    font-family: SourceHanSansCN-Regular;
    src:url('../font/SourceHanSansCN-Regular.ttf') format('truetype');
}
body, input, select, button, textarea{
    font-family: SourceHanSansCN-Regular;
}*/


.edit_con_original{ line-height:1.8em; padding:0 0; color:#000000;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

/*去除鼠标双击选中效果*/
/**{-moz-user-select: none;-webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select: none;}*/

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{transition:0.5s all; -webkit-transition:0.5s all;}

/*截字*/
.ellipsis{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%;}
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; line-height: 1.5; max-height: 3em;height: 3em;overflow:hidden;}
.clamp_3{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;height: 4.5em;overflow:hidden;}
.clamp_4{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4; line-height: 1.5;  max-height: 6em;height: 6em;overflow:hidden;}

/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0);position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}


/*背景*/
.bg-cover{background-size: cover; background-repeat: no-repeat; background-position: center;}
.bg_layer{background: rgba(0,0,0,0.7); position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 10000;}
.bg-cover-ban{ background-size: 100% 100%;}

.ratio-img,.ratio-img img{width: 100%;}
*{box-sizing: border-box;}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;}


.wrap{max-width: 1440px; margin:0 auto; width:90%;}
.index_wrap{max-width: 1180px; margin:0 auto; width:90%;}
.nav_phone_btn,.nav_click{display: none;}
.header{width: 100%; height:116px; position: fixed; left:0; top:0; z-index: 10001;}
.header_t{padding: 0 45px 0 12%;box-sizing: border-box;background: #446b8c;color: #fff;text-align: right;height: 38px;line-height: 38px;}
.header_t p{display: inline-block;}
.buyCar{}
.header_t a{color: #fff;font-weight: bold;}
.header_t a:first-child{margin-right: 20px;color: #fff!important;}
.header_t a.tel_link{color: #fff!important;cursor: inherit;}
.header_b{background: #fff;height: 78px;padding: 0 45px 0 12%;}
.header .logo{float: left; margin:15px 0 0 0; width:245px; height:48px; overflow: hidden;}
.header .logo img{width:100%;}

.scroll-header .header{box-shadow: 0 0 10px rgba(0,0,0,0.2);}
/*.scroll-header .header .logo{margin-top: 17px;}*/
/*.scroll-header span.ser,.scroll-header .nav ul>li,.scroll-header .lang{line-height: 60px;}*/
/*.scroll-header .navlist{top:60px;}*/
.header.topp{transform: translateY(0);}
.header.downn{transform: translateY(-100%);}

.nav{ float: right; width:calc(100% - 250px);color:#fff;}
.nav .h_rr{ float: right;color:#000; position: relative; display: none;}
span.ser{cursor: pointer;float: left;line-height: 78px;}
span.ser i{font-size:20px;}
.search_wrap{width:0;position: absolute; z-index: 2; right:0; top:78px; overflow: hidden; border:none;color:#fff; background: #fff;height:44px;line-height: 44px; outline: none;transition: 0.3s all;}
.search_wrap.on{width: 300px; border-radius:5px;border:1px solid #969191;}
.search_box_text{float:left; width:calc(300px - 60px); padding:0 10px; height: 44px; line-height: 44px; border:none; background: none;}
.search_box_button {float: right;width:40px;height:44px; border:0; outline: none; background: none;}
.search_box_button i{font-size:20px;}

/*导航*/
.buyCar{border: 1px solid #fff;border-radius: 20px;padding: 1px 10px;font-weight: inherit!important;}
.nav ul{width:calc(100% - 80px); text-align: right;}
.nav ul>li{ display:inline-block; padding:0 35px; }
.nav ul>li>a{line-height:78px;}
.nav ul>li>span{ display: none;}
.nav ul>li>a{display: block;position: relative; }
.nav ul>li>a>em{ opacity: 0; display: block; position: absolute;left: 50%;bottom: 0; width:0;height: 4px;background: #31a24a;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;display: none!important;}
.nav ul>li.on>a{color:#446b8c;font-weight: bold;}
.nav ul>li.on>a>em{left:0;width:100%;opacity: 1;}
/*导航下拉*/
.navlist{display:none; position: absolute; left:0; top:116px; z-index: 2; width:100%; background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.navlist dl{margin:0 auto;position: relative;overflow: hidden;}
.navlist>dl:before{content: "";display: block;width: 15%;max-width: calc((1920px - 1440px) / 2);position: absolute;left: 0;top: 0;height: 100%;background: #e7f1f6;}
.navlist>dl:after{content: "";display: block;width: 15%;max-width: calc((1920px - 1440px) / 2);position: absolute;right: 0;top: 0;height: 100%;background: #fff;}
.navlist>dl>.wrap>dt{float: left; widtH:calc(100% - 201px); position: relative;padding:20px 45px;background: #ffffff;box-sizing: border-box;}
.navlist>dl>.wrap>dt p{float: left;line-height: 40px;padding: 0 45px;box-sizing: border-box;}
.navlist>dl>.wrap>dt p a{color: #797979;}
.navlist>dl>.wrap>dd{ float: left; widtH:200px;line-height: 40px; padding:20px 0;background: #e7f1f6;text-align: left;}
.navlist>dl>.wrap>dd p{position: relative; line-height: 40px;}
.navlist>dl>.wrap>dd p:last-child{margin-bottom: 0;}
.navlist>dl>.wrap>dd p a{color:#000!important;font-weight: inherit!important;cursor: inherit!important;}
.navlist>dl>.wrap>dd p a i{ margin-right: 30px;float: right;font-size: 14px;}
.navlist>dl>.wrap>dd p.on a{font-weight: bold;}
.navlist>dl>.wrap>dd p a:hover{font-weight: bold;}

.special_navlist .chooseBox .wrap{width: 100%;max-width: 100%;padding: 0 12%;box-sizing: border-box;overflow: hidden;}
.special_navlist .choose_logo{color: #000;padding: 20px 0 8px;width: 100%;}
.special_navlist .choose_logo li{padding: 0;color: #000}
.special_navlist .choose_ul{padding: 14px 0px;width: 100%;}
.special_navlist .choose_ul dd{text-align: left;}
.special_navlist .choose_ul dt span{color: #000;}
.special_navlist .choose_logo .wrap{padding: 0 9.7%;}
@media only screen and (max-width: 1660px){
    .special_navlist .chooseBox .wrap{padding: 0 5%;}
    .special_navlist .choose_logo .wrap{padding: 0 2.4%;}
    .navlist>dl:before,.navlist>dl:after{width: 5%;}
}
    /*导航下拉*/
.nav_click{ display: none; position: fixed; left:0; top:0; z-index: 999; width:100vh; height:100vh; background:transparent;}

/*视频弹出*/
.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}
.video_appbox video{object-fit: cover;width: 100%;}
.video_appbox .video_t{z-index:2; background:#000;width: 1035px;max-width:94%;height:70%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;visibility: hidden;opacity: 0;}
.video_appbox.show .video_t{ visibility: visible;opacity:1;top:50%;}
.video_appbox iframe{width:100%; height: 100%;}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.video_close{ position:absolute; top:calc(15% - 40px); right:calc(50% - 517px); cursor:pointer; z-index: 99999;}
.video_close i{color: #fff;font-size:30px;font-weight: bold;}

.main{margin-top: 116px;}

/*公共底部*/
.footer{ background: #446b8c;color:#fff;}
.footer_t{overflow: hidden;padding: 50px 0 90px;box-sizing: border-box;}
.footer_tl{float: left;width: calc(100% - 301px);}
.footer_tl dl{float: left;color: #fff;margin-right: 8%;}
.footer_tl dl a{color: #fff;font-size: 14px;}
.footer_tl dl dd{margin-bottom: 24px;font-weight: bold;}
.footer_tl dl li{margin-bottom: 15px;font-weight: 300;}
.footer_tl dl:last-child{margin-right: 0;}
.foot_band{width: 380px;}
.foot_band li{float: left;width: 33.3%;}


.footer_tr{float: right;width: 260px;padding-right: 40px;}
.footer_code{width: 134px;float: right;text-align: center;font-weight: 300;}
.footer_code img{width: 134px;height: 134px;}
.footer_code p{margin-top: 20px;}
.footer_tel{overflow: hidden;width: 100%;text-align: right;padding-top: 62px;}
.footer_tel a{color: #fff;font-weight: bold;}

.footer_b{padding: 30px 0;box-sizing: border-box;overflow: hidden;border-top: 1px solid #fff;}
.footer_br{float:right;padding-right: 40px;}
.footer_br span{float: left;margin-left: 40px;}
.footer_br span a{color: #fff;}

.footer_bl{float: left;display: none;}
.footer_bl ul{margin-left: -20px;}
.footer_bl li{float: left;}
.footer_bl li a{color: #fff;display: block;padding: 0 20px;box-sizing: border-box;position: relative;}
.footer_bl li a:after{content: "";width: 2px;height: 8px;right: 0;top: 50%;margin-top: -4px;background: #fff;display: block;position: absolute;}

.footer_bl li:last-child a:after{display: none;}
@media only screen and (max-width: 1660px){
    .nav ul>li{padding:0 22px;}
    .header_t,.header_b{padding: 0 45px 0 5%;}

}

@media only screen and (max-width: 1399px){
    /*.nav{width:calc(100% - 240px)}*/
    .nav ul>li{padding:0 15px;}
}
@media only screen and (max-width: 1279px){
    body, input, select, button, textarea{font-size: 14px;}
    /*.nav{width:calc(100% - 210px)}*/
    .nav ul>li{padding:0 5px;}
    .footer_tl dl{margin-right: 30px;}
    .footer_tl{width: calc(100% - 220px);}
    .footer_tr{width: 200px;}
}
@media only screen and (max-width: 1150px){

    .footer_t{padding: 30px 0;}
    .footer_tl,.footer_tr{width: 100%;}
    .footer_tr{margin-top: 20px;}
    .footer_code{float: none;margin: 0 auto;}
    .footer_tel{text-align: center;padding-top: 20px;}
    .footer_tl{width: 100%;}
    .footer_tl dl{float: none;overflow: hidden;margin-right: 0;margin-bottom: 15px;}
    .footer_tl dl dd{margin-bottom: 10px;}

    .footer_tl dl li{float: left;margin-right: 20px;margin-bottom: 5px;}
    .foot_band{width: 100%;}
    .foot_band li{width: auto;}
    .footer_br span{width: 100%;margin-left: 0;margin-bottom: 5px;}
}

@media only screen and (max-width: 1024px){
    .footer_bl,.footer_br{float: none;text-align: center;overflow: hidden;}
    .footer_bl{margin-bottom: 10px;}
    .footer_bl ul{margin-left: 0;}
    .footer_bl li{float: none;display: inline-block;}
    .footer_bl p{margin: 0 10px;}
    .footer_br li{display: inline-block;float: none;}
}

@media only screen and (max-width: 1365px) {
    .more{width:40px; height:40px;}
}

@media only screen and (min-width: 1025px){
    .yes_tran,a,.nav,.header,.header .logo{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
    a:hover{color: #446b8c!important;}
    .tran_scale:hover img{transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
    .nav ul>li:hover>a{color:#446b8c!important;}
    .nav ul>li:hover>a>em{left:0;width:100%;}
    .navlist dl dd p:hover a{color:#000!important;font-weight: bold;}
    .navlist dl dd p:hover::before{background: #fff;}
    .footer_tl dl a:hover,.footer_bl li a:hover,.footer_br span a:hover,.footer_tel a:hover{color: #99a2b6!important;}

    .scroll-header .header {
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        visibility: hidden;
        opacity: 0;
    }

    .edit_header02 .header {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }
    .buyCar:hover{font-weight: bold!important;}

}
.footer_tel a.tel_link{color: #fff!important;cursor: inherit;}

@media only screen and (max-width: 1024px){
    body>*{position: relative;left:0;transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;}
    body, input, select, button, textarea{ font-size:14px;}
    .main,.ind-main{margin-top: 103px;}
    .header{height:103px;background-image: -webkit-linear-gradient(top left,#31a9e5 20%,#2264ae 80%);}
    .header_b{height: 65px;}
    .header_t, .header_b,.special_navlist .chooseBox .wrap{padding-right: 20px;padding-left: 20px;}
    .header .logo{width: 180px;height: 35px;}
    .nav .h_rr{width:100%;color:#fff; padding:0px 15px; margin-bottom:0; overflow: hidden; float: none;line-height:1.5;margin-top: 10px;}
     span.ser{display: none;}
    .search_wrap{widtH:100%; margin:20px auto; display: block; position: static; height: 36px; line-height: 36px;}
    .search_box_text,.search_box_button{height: 36px; line-height: 36px;}
    .search_box_text{width: calc(100% - 40px);}
    /*手机导航按钮开始*/
    .nav_phone_btn{display: block;cursor: pointer;height: 50px; line-height: 50px; position: absolute;top:45px;right:8px;z-index: 99999999;width: 50px;text-align: center;}
    .nav_phone_btn span {position: relative;width:26px;height: 3px; top:-2px; background-color: #446b8c;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
    .nav_phone_btn span i{ position: absolute; bottom:-30px; left:0; width:100%; color:#fff; font-family: arial; font-size: 12px; text-transform: uppercase;}
    .nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height: 3px;background-color: #446b8c;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
    .nav_phone_btn span:before{top:-7px;}
    .nav_phone_btn span:after{top:7px; widtH:60%; left:auto;right:0;}
    .visible_nav.nav_phone_btn{}
    .visible_nav.nav_phone_btn span{background-color: transparent;}
    .visible_nav.nav_phone_btn span:before{top:0px;width:90%;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
    .visible_nav.nav_phone_btn span:after{top:0px;right:auto; lefT:0;width:90%;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}
    .body_nav_phone .nav{right:0;left:auto;}
    /*手机导航按钮结束*/
    .nav{display:block;position: fixed; z-index: 100000; margin-top:0; top:103px;bottom: 0px;padding:0; right:-50%;height:calc(100vh - 50px);width:50%;left:auto;transition:left 0ms ease-out;-webkit-transition:left 0ms ease-out;transition:right 250ms ease-out;-webkit-transition:right 250ms ease-out; overflow: hidden; overflow-y: auto; background:#446b8c;}
    .nav ul{padding: 0px 0;clear: both; float: none;width: 100%;}
    .nav ul>li{line-height: 40px; width: 100%;float: none;  display: block; margin: 0;padding:0 ;border-bottom: 1px solid rgba(255,255,255,.4); overflow: hidden;}
    .nav ul>li>a{height: 40px; line-height: 40px;padding:0 15px; color:#fff; text-align: left; width: calc(100% - 80px); overflow: hidden;}
    .nav ul>li.on>a{background: none; color: #fff;}
    .nav ul>li>span{text-align: center; font-size: 18px; line-height: 40px; width: 40px; height: 40px;float: right;}
    .nav ul>li>span.on{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg); }
    .nav ul>li>span{display: none;cursor: pointer;}
    .nav ul>li>span.cur{display: block;}
    .nav ul>li>span.on+a{color:#fff;}
    .nav ul>li.on>a>em{ display: none;}
    .navlist{position: static; background: none; padding: 0 0; border-top: 1px solid rgba(255,255,255,0.4); height: auto;line-height: inherit; width: auto !important; display: none;visibility: visible;clear: both; left:auto; top:auto; margin-left: 0!important;box-shadow: inherit;}
    .navlist dl{padding:10px 20px;}
    .special_navlist{display: none!important;}
    .navlist>dl:before,.navlist>dl:after{display: none;}
    .navlist>dl>.wrap{width: 100%;}
    .navlist>dl>.wrap>dd{display: none;}
    .navlist>dl>.wrap>dt{width: 100%;float: none;background: none;padding: 0;}
    .navlist>dl>.wrap>dt p{float: none;width: 100%;padding: 0;text-align: left;}
    .navlist>dl>.wrap>dt p a{color: #fff;}
}
@media only screen and (max-width: 1023px){

}
@media only screen and (max-width: 767px){
    .header{height: 90px;}
    .header_b{height:52px; }
    .header .logo{margin-top: 8px;}
    .nav{width:100%; right:-100%;top: 90px;}
    .main{margin-top: 90px;}
    .nav_phone_btn{top: 38px;right: 0;}
    .header_t, .header_b,.special_navlist .chooseBox .wrap{padding-right: 15px;padding-left: 15px;}
    .footer_tl dl li{margin-right: 12px;}
    .footer_tr,.footer_br{padding-right: 0;}

}


/*分页*/
.page {vertical-align:middle;text-align:center; margin:0 0 5%; color:#606060; height:24px; line-height:24px;display: inline-block;width: 100%;}
.page .inner{ display: inline-block; text-align: center;}
.page span{margin:0 8px;color: #454545;}
.page span em{ color:#454545;}
.page a{ float: left; text-align:center; margin:0 1px; color:#17217A; width:24px;height:24px; line-height:24px;}
.page a img{margin-top: -5px;}
.page a.on,.page a.num:hover,.page a.go:hover{color:#fff!important;background: #446b8c;}
.page a.prev img,.page a.next img,.page a.first img,.page a.last img{ vertical-align: middle;}
.page a.prev.disabled,.page a.next.disabled,.page a.first.disabled,.page a.last.disabled{cursor: default; opacity: 0.5;}
.page a.prev{margin-right:30px;}
.page a.next{margin-left:30px;}
.page span.dian{float: left;margin-left: 10px;}
@media only screen and (max-width:767px) {
    .page{margin-bottom: 40px;}
    .page a{}
    .page .num,.page .txtnum,.page a.go,.page a.first,.page a.last{ display: none;}
    .page a.prev{margin-right: 20px;}
    .page a.next{margin-left:20px;}
    .page a.on{display: block;}
    .page span.dian{display: none;}
}
/*分页 end*/

.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../images/x.png) center center no-repeat; overflow:hidden; /*text-indent:100px;*/ right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;line-height: 35px;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}
@media only screen and (max-width:767px) {
    .weixin{width:70%;}
}


/*右侧固定栏*/
.site_bar{position: fixed;right: 0;width: 90px;background: #568dbc;box-sizing: border-box;bottom: 4%;z-index: 1000;border-top-left-radius: 15px;border-bottom-left-radius: 15px;}
.site_bar li{padding: 0 10px;box-sizing: border-box;transition: all .3s;}
.site_bar li a{display: block;border-top: 1px solid #e7ebf0;padding: 10px 0px;color: #fff;box-sizing: border-box;text-align: center;font-size: 14px;}
.site_bar li a img{width: 40px;height: 40px;}
.site_bar li a p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-top: 2px;}
.site_bar li:first-child{border-top-left-radius: 15px;}
.site_bar li:last-child{border-bottom-left-radius: 15px;}
.site_bar li:first-child a{border-top: 0;}
.fzh_li{position: relative;}
.gzh_div{position: absolute;width: 150px;height: 150px;left: -150px;top: 0;display: none;}
.gzh_div img{width: 100%;height: 100%;}
@media only screen and (max-width: 1560px){
    .site_bar li a{padding: 7px 0;}
    .site_bar li a p{margin-top: 2px;}
}
@media only screen and (max-width: 1366px){
    .site_bar li a img{width: 30px;height: 30px;}
}
@media only screen and (max-width: 1024px){
    .footer{padding-bottom: 40px;}
    .site_bar{left: auto;}
    .site_bar{width: 100%;bottom: 0;border-top-left-radius: 0;
        border-bottom-left-radius: 0}
    .site_bar li{width: 16.666%;float: left;padding: 0;}
    .site_bar li a{border-right: 1px solid rgba(255,255,255,0.1);border-top: 0;padding: 5px 0;}
    .site_bar li a img{width: 25px;height: 25px;}
    .site_bar li a p{font-size: 12px;transform: scale(0.8);}
    .fzh_li{display: none;}
}


@media only screen and (min-width: 1025px){
    .site_bar li:hover{background: #446b8c;}
    .site_bar li:hover a{color: #fff!important;border-color: rgba(0,0,0,0);}
    .site_bar li:hover+li a{border-color: rgba(0,0,0,0);}
    .fzh_li:hover .gzh_div{display: block;}
}




/*内页banner*/
.site_banner_wrap{position:relative;}
.site_banner{position: relative;overflow: hidden;background-size: cover;}
.site_banner_text{width: 100%;color: #fff;z-index: 2;position: absolute;bottom: 0px;}
.site_banner img{width: 100%;}
.site_banner .banner_le p{}
.blank_20{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.2);}
.blank_33{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.33);display: none;}
.banner_line{width: 90px;height: 5px;background: #fff;display: block;margin-top: 40px;}
@media only screen and (max-width:1024px) {
    .site_banner_wrap{margin-top: 0;}
}
@media only screen and (max-width:767px) {
    .site_banner{height: 200px;}
    .site_banner img{display:none;}
    .site_banner .banner_le{text-align: left;}
    .site_banner .banner_le h3{margin-bottom: 0px;}
    .banner_line{margin-top: 30px;}

}
/*内页banner end*/

/*面包屑*/
.site_banner_text .wrap{position: relative;}
.site_nav{position: absolute;bottom: 10px;padding-right: 30px;color: #fff;width: 100%;text-align: right;}
.site_nav a{color: #fff;}
.site_nav span{position: relative;}
.site_nav span:after{content: "";width: 100%;height: 5px;background: #fff;bottom: -11px;left: 0;display: block;position: absolute;}
.nohaveBanner .site_nav{position: static;color: #000;text-align: left;margin: 20px 0;}
.nohaveBanner .site_nav a{color: #000;}
.nohaveBanner .site_nav span{color: #446b8c;}
.nohaveBanner .site_nav span:after{display: none;}