/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100%; color: #000; }
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 }
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 }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px; font-family:"Microsoft Yahei",arial,"\5b8b\4f53";  }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent;color: #000;}
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.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 video{ max-width:100%;}
 
 
/*所有后台编辑器区域都要引用 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 }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}


/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-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);-moz-transform: translate(-50%,0);-o-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%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

 /*font-size*/
.fnt_14 { font-size: 14px;}
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size: 20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;  }
.fnt_36 { font-size:36px;}
.fnt_38 { font-size:38px;}
.fnt_44 { font-size: 44px;}
.fnt_48 { font-size: 48px;}
.fnt_52 { font-size: 52px;}
.fnt_66 {font-size: 66px;}
.fnt_100 { font-size: 100px;}
.fnt_120 { font-size: 120px;}
@media only screen and (max-width: 1520px) {
.fnt_100 { font-size: 80px;}
.fnt_120 { font-size: 100px;}

}
@media only screen and (max-width: 1440px) {
.fnt_100 { font-size: 60px;}
.fnt_120 { font-size: 70px;}

}
@media only screen and (max-width: 1366px) {
.fnt_100 { font-size: 44px;}
.fnt_120 { font-size: 44px;}
.fnt_24 { font-size:20px;}
.fnt_30 { font-size: 20px;}
.fnt_32 { font-size: 24px;}
}
@media only screen and (max-width: 1280px) {

.fnt_24 { font-size:20px;}
.fnt_28 { font-size:24px;}
.fnt_32 { font-size:21px; }
.fnt_36 { font-size:24px;}
.fnt_38 { font-size:26px;}
.fnt_44 { font-size: 30px;}
.fnt_48 { font-size:32px;}
.fnt_48 { font-size:32px;}
.fnt_52 {font-size: 40px;}
.fnt_100 { font-size: 40px;}
.fnt_120 { font-size:40px;}
}


@media only screen and (max-width: 1024px) {
.fnt_20 { font-size: 16px;}
.fnt_22 { font-size:16px;}
.fnt_36 { font-size:19px;}
.fnt_44 { font-size:24px;}
.fnt_48 { font-size:26px;}
.fnt_52 {font-size: 28px;}
.fnt_66 {font-size: 32px;}
.fnt_100 { font-size:32px;}
.fnt_120 { font-size:32px;}

}

@media only screen and (max-width: 767px) {
.fnt_16{ font-size:14px;}
.fnt_18{ font-size:16px;}
.fnt_22{ font-size:16px;}
.fnt_24 { font-size:16px;}
.fnt_30 { font-size:16px;}
.fnt_32 { font-size:18px; }
.fnt_36 { font-size:18px;}
.fnt_44 { font-size:18px;}
.fnt_48 { font-size:19px;}
.fnt_52 {font-size: 22px;}
.fnt_66 {font-size: 26px;}
.fnt_120 { font-size: 48px;}
}



.wrap{width: 1280px; margin: auto;}
.ratio-img,.ratio-img img{width: 100%;}
.main{min-height: 400px;margin-top: -50px;}
@media only screen and (max-width:1350px) {
.wrap{width:94%;}
}

.header{height: 156px; z-index: 9999;position: relative;}
.header_height{display: none;}
.header_top{height: 106px;background: #fff;}
.header .wrap{display: table;padding:15px 0;}
.header h1{width: 210px; float: left;}
.header h1 img{width: 100%;}
.heafer_city{width: 88px;background:#ededed; position: relative; float:left; margin-left: 25px;border-radius: 12px; margin-top: 28px;}
.heafer_city dt a{ height: 30px; line-height: 28px; overflow: hidden; display: block;  color: #000; padding: 0 16px;}
.heafer_city dt a em{float: left;width: 44px;}
.heafer_city dt a i{width: 10px; height:30px; display: inline-block; background: url(../images/arrow.png) no-repeat center center; float: right;}
.heafer_city dd{display: none; position: absolute; right:0; top:24px; background: #fff; width:100%; z-index: 9; padding: 16px 0;padding-bottom: 5px; background: #eee; border-radius: 0 0 10px 10px;}
.heafer_city dd a{display: block; height: 24px; line-height: 24px; padding: 0 16px; margin-bottom: 5px;}
.header_r{float: right;margin-top: 14px;}
.phone_search{width: 50px; height: 30px; text-align: center; margin-top:16px;float: left;margin-left: 10px;cursor: pointer;display: none;}
.phone_search img{vertical-align: middle;}
.header_search{width:600px;float: left;}
.search_input{ width: 410px;height: 32px;border:1px solid #c2c2c2;}
.search_input input{width: 348px; height: 32px;line-height: 32px;padding: 0 10px;border:none;outline: none;background: none;}
.search_input #inc_header1_ImageButton1{margin-top: 8px; float: right;border-left: 1px solid #c2c2c2}


.search_input button{height:24px; width: 40px;float: right;border:none;outline: none;background: none;margin-top: 5px; text-align: center;border-left:1px solid #c2c2c2; }
.search_input #btnSearch{ cursor: pointer; height:24px; width: 38px;float: right;border:none;outline: none;background: none;margin-top: 5px; text-align: center;border-left:1px solid #c2c2c2; }
.search_input #btnSearch img{vertical-align: middle;}

.search_hot{clear: both;color: #cacaca;font-size: 13px;margin-top: 5px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.search_hot em{color:#000;}
.search_hot a{color:#777777;}
.search_hot i{margin: 0 8px;}
.search_hot i:last-child{display:none}
.header_phone{font-family: "Arial"; float: left; margin-left: 45px;}
.header_phone a{color: #292929;cursor: default; background: url(../images/phone.png) no-repeat 0 center; padding-left:64px;display: block;height: 35px;line-height: 35px;}
.header_phone a:hover{color: #292929 !important;}

.header_share{float: left;margin-left: 30px;padding-left: 15px;border-left: 1px solid #cacaca;}
.bdsharebuttonbox>a {
display: block; float: left;
background-position: left top !important;
width: 35px !important;
height: 35px !important;
margin: 0px 0 0 10px !important;
padding: 0 !important;
}

.nav{height: 50px;line-height: 50px;background: rgba(38,36,46,0.9)}
.nav .wrap{padding: 0;}
.nav .wrap>ul>li{float: left; font-size: 16px;width: 12.5%;*margin-left: -1px;text-align: center;}
.nav .wrap>ul>li>a{color: #fff; display: inline-block;padding: 0 12px; position: relative;}
.nav .wrap>ul>li>a>em{height: 1px; width: 0%;display: block;background: #bc9b69; position: absolute;left:50%;bottom: 10px;transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
.nav .wrap>ul>li.on>a>em{width: 100%;left: 0;}
.header,.header_top{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;}
.scrollHeader .header{height: 50px;position:fixed;top:0;left: 0;width: 100%;}
.scrollHeader .header_top{display: none;height: 0px;}

/*xiala*/
.nav,.nav_box{position: relative;}
.nav_list{position: absolute; top:50px; left:-160px; padding: 28px 0;width:1184px;z-index: 9;display: none;}
.nav_list dl{overflow: hidden;}
.nav_list dt{float: left;width: 199px;}
.nav_list dt img{width: 100%}
.nav_list dd{height: 112px; overflow: hidden; float: left;border-left: 1px solid #5a5a5a;padding-left: 40px; margin-left: 40px;color: #fff;}
.nav_list_p{float: left;padding-right: 40px; }
.nav_list dd p{height: 24px; line-height: 24px;margin-bottom: 20px;text-align: left;}
.nav_list dd a{color: #fff;}
.nav_blank_80{position: absolute;top:050px;left: 0;width: 100%;height: 168px;background: rgba(0,0,0,0.8);display: none;}
.nav .wrap>ul>li a em{height: 1px; width: 0%;display: block;background: #bc9b69; position: absolute;left:50%;bottom: 10px;transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
.nav .wrap>ul>li.on a em{width: 100%;left: 0;}
.nav_box>a{display: inline-block;color: #fff;position: relative;padding: 0 12px;}
.nav .wrap>ul>li.last_li .nav_list {left: auto;right: 25%;}
.nav .wrap>ul>li.last_li dt{float: right}
.nav .wrap>ul>li.last_li dd{border: 0; padding: 0;margin: 0; border:none; border-right: 1px solid #5a5a5a;margin-right: 40px;float: right}
@media only screen and (min-width:1025px) {
.nav .wrap>ul>li:hover a em{left: 0; width: 100%;}
.nav_box>a:hover{color: #fff !important;}
.nav_list dd a:hover{color: #fff !important;opacity:0.7;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7;};
}
@media only screen and (max-width:1366px) {
.nav .wrap>ul>li dd{padding-left: 20px; margin-left: 20px;}	
.nav_list_p{margin-right: 20px;padding-right: 20px;}
.nav .wrap>ul>li.last_li dd{margin-right: 20px;}
.nav .wrap>ul>li:last-child .nav_list_p{margin-right: 0;}
}
@media only screen and (max-width:1279px) {
.nav_list dd p{margin-bottom: 10px;}
.nav .wrap>ul>li.last_li dd{ margin-right: 20px;}	
.nav_list_p{margin-right:10px;padding-right: 10px; }
.nav_list{width: 400px; left: -150px;}
.nav_list dt{width: 170px;}
}
/*xiala*/


@media only screen and (max-width:1280px) {
.header_phone a{padding-left:38px;background-size: 30px;}
.header_phone a{ }
}
@media only screen and (max-width:1150px) {
.header_share,.header_phone{margin-left:12px;}
.header_share{padding-left: 10px;}
.header_search{width: 360px;}
.search_input{width: 358px;}
.search_input input{width: 296px;}
.search_hot i{margin: 0 5px;}
}

/*手机导航按钮开始*/
.nav_phone_btn,.nav_phone{display: none;}
@media only screen and (max-width:1024px){

.main{min-height:inherit;margin-top:0px;}
.nav,.header_r{display: none;}
.header,.header_top,.scrollHeader .header{height:78px;background: #fff;}
.header .wrap{padding: 10px 0;}
.header h1{width: 120px;}
.heafer_city{margin-top: 16px;}
.header{position: fixed;width: 100%;top:0;left: 0;}
.header_height{display:block;height: 78px;}
.scrollHeader .header_top{display: block;}
.nav_phone .header_r{display:block;float: none;padding: 0 20px; overflow: hidden;}
.header_search,.search_input{width: 100%; box-sizing: border-box;}
.search_input input{width: calc(100% - 40px);box-sizing: border-box; height: 30px; line-height: 30px;}
.header_share, .header_phone{margin-left: 0;border: 0; padding: 0;}
.header_share{margin: 10px 0;}
.bdsharebuttonbox>a{margin:0 !important;margin-right: 10px !important;}


.nav_phone_btn,.nav_phone{display: block;}
.nav_phone_con>ul li a{color: #333}

/*手机导航按钮开始*/
.nav_phone_btn{float:right; margin-right: 10px;}
.nav_phone_btn{display: block;position:fixed;cursor: pointer;top: 24px;right:10px; height: 35px; z-index: 99;}
.nav_phone_btn span {position: relative;font-size: 0;width: 26px;height: 3px;background-color: #6c193c;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height: 3px;background-color: #6c193c;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;}
.visible_nav.nav_phone_btn span{background-color: transparent;}
.visible_nav.nav_phone_btn span:before{left:5px;top:0px;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.visible_nav.nav_phone_btn span:after{top:0px;left: 5px;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}

.visible_nav.nav_phone_btn{width: 35px;    top: 8px;}
.visible_nav.nav_phone_btn span:before,.visible_nav.nav_phone_btn span:after{background-color: #fff;}
/*手机按钮结束*/

/*手机导航内容*/
body>*{
position: relative;left:0;transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;}
body.body_nav_phone>*{left:0px;}
.nav_phone{display:block;position: fixed;top:0px;bottom: 0px;right:-260px;height: 100%;width:260px;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;    background: #f1f1f1;}
body.body_nav_phone .nav_phone{right:0;left:auto;}

.nav_phone_tit{box-sizing:border-box;height: 50px;width: 100%;border-left:5px solid #6c193c;background: #6c193c;line-height: 50px;color: #fff;text-indent: 20px;}
.nav_phone_tit span{float: left;display: inline-block;}
.nav_phone_tit .button{float: right;display: inline-block;margin-right: 10px; cursor: pointer; display:none;}
.nav_phone_tit .button:before{
content: "";display: inline-block;width: 17px;height: 3px;background: #fff;border-radius: 8px;
transform: rotate(45deg); -webkit-transform:rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);}
.nav_phone_tit .button:after{content: "";display: inline-block;width: 3px;height: 17px;background: #fff;margin-left: -10px;margin-bottom: -7px;border-radius: 8px;transform: rotate(45deg); -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);}
.nav_phone_con{position: absolute;top:50px;bottom: 0px;width: 100%;background: #f1f1f1;overflow: hidden;}
.nav_phone_con>ul{overflow-y: auto;overflow-x: hidden;position: absolute;bottom: 0px;top: 0px;width:100%;}
.nav_phone_con>ul>li{height: 40px;line-height: 40px;border-bottom: 1px solid #e6e6e6;}
.nav_phone_con>ul>li a{opacity: 1;padding:0 20px;box-sizing: border-box;width: 100%;
display: inline-block;position: relative;-ms-transition: all 250ms ease-out;transition: all 250ms ease-out;}
.nav_phone_con>ul>li>a em{display: inline-block;width:8px;height:8px;border-right: 3px solid #6c193c;border-bottom: 3px solid #6c193c;position: absolute;top:50%;right:30px;margin-top: -4px;transform: rotate(-45deg); -webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);}
.nav_phone_con>ul>li ul{overflow-y: auto;overflow-x: hidden;position: absolute;top:0;bottom: 0px;width: 100%;background: #f1f1f1;opacity: 0;visibility: hidden;right:-100%;-ms-transition: all 250ms ease-out;transition: all 250ms ease-out;z-index: 3;}
.nav_phone_con>ul>li ul li{height:40px;line-height:40px;border-bottom: 1px solid #e6e6e6;}
.nav_phone_con>ul>li ul li:first-child{background: #898989;}
.nav_phone_con>ul>li ul li:first-child a{color: #fff;}
.nav_phone_con>ul>li.on>a{opacity: 0;}
.nav_phone_con>ul>li.on ul{opacity: 1;visibility: visible;right:0;}

}
/*手机导航按钮结束*/

@media only screen and (max-width:320px){
.nav_phone_con>ul>li,.nav_phone_con>ul>li ul li{height: 30px; line-height: 30px;}	

}



.banner_out{margin-top: -50px;}
.index_banner li{position: relative;}
.index_banner li a{display: block;}
.index_banner li a>img{width: 100%;}
.blank_50{position: absolute;top:0;left: 0; width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.index_banner .blank_50{display:none}
.banner_text{position: absolute;z-index: 9; top:18.8%; left: 0;width: 100%;text-align: center; color: #fff; display:none;}
.banner_text h3{font-family: "Arial";line-height: 1.14em;max-height: 2.28em;overflow: hidden;   -webkit-transform: translateY(-80px); -moz-transform: translateY(-80px);-o-transform: translateY(-80px);-ms-transform: translateY(-80px);transform: translateY(-80px);transition: 1.5s all;-webkit-transition: 1.5s all;-ms-transition: 1.5s all;-moz-transition: 1.5s all;-o-transition: 1.5s all;opacity: 0;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0;}
.banner_text p,.banner_more{-webkit-transform: translateY(80px); -moz-transform: translateY(80px);-o-transform: translateY(80px);-ms-transform: translateY(80px);transform: translateY(80px);transition: 1.5s all;-webkit-transition: 1.5s all;-ms-transition: 1.5s all;-moz-transition: 1.5s all;-o-transition: 1.5s all;opacity: 0;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0;}
.banner_more{width: 140px; height: 40px;line-height: 40px; text-align: center;margin:auto;margin-top: 45px; border: 1px solid #9e9e9d;}
.inbanner li.on .banner_text h3{-webkit-transform: translateY(0px); -moz-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);opacity: 1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;}
.inbanner li.on .banner_text p,.inbanner li.on .banner_text .banner_more{-webkit-transform: translateY(0px); -moz-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);opacity: 1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;}
.index_banner .swiper-pagination-bullet{width: 12px;height: 12px; opacity:1;background: #b3b3b3;}
.index_banner .swiper-pagination-bullet-active{background: #fff;}
.index_banner .but{display: none;}
.index_banner .swiper-container-horizontal>.swiper-pagination-bullets,.index_banner .swiper-pagination-custom,.index_banner .swiper-pagination-fraction{bottom: 20px;}

.footer{background: #2b2b2b;padding: 60px 0 95px 0;color: #8a8a8a;}
.footer a{color: #8a8a8a;}
.footer{overflow: hidden;}
.footer_top{overflow: hidden;}
.foot_left{width:316px; float: left;} 
.foot_center{width:436px; float: left;border-left: 1px solid #535353;border-right: 1px solid #535353;min-height: 238px;} 
.foot_right{width:524px; float: right;} 
.footer h3{margin-bottom: 24px;color: #fff;}
.erm{overflow:hidden;}
.erm dl{float: left;width: 116px;margin-right: 22px;}
.erm dt,.erm dt img{width: 115px;height: 115px;}
.erm dt{margin-bottom: 15px;}

.center_box{padding: 0 50px;}
.hotline{padding-top: 5px;}
.hotline>p{font-weight: bold;color: #bc9b69;}
.foot_phone{margin-bottom: 10px;}
.foot_phone a{color: #bc9b69; cursor: default;}
.foot_phone a:hover{color: #bc9b69 !important;}
.foot_phone a.tel_link:hover{color: #bc9b69 !important;opacity:1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;}
.hotline li{line-height: 28px;}

.right_box{padding-left: 55px;}
.foot_right h1{margin-bottom: 30px;font-size: 34px;
color: #bc9b69;}
.foot_right h1 img{width: 100%;}
.foot_right ul{overflow: hidden;}
.foot_nav{line-height: 30px;}
.foot_nav a{color: #fff;}
.foot_nav p a:last-child em{display:none;}
.foot_nav em{margin: 0 18px;color: #8a8a8a;}

.footer_bottom{margin-top: 80px;padding-top: 25px; border-top: 1px solid #535353;}
.foot_link{margin-bottom: 15px;overflow: hidden;}
.foot_link em{float: left;width: 75px;}
.foot_link p{width: calc(100% - 75px); float: left;}
.foot_link p a{margin-right: 30px;}

.foot_p em{margin: 0 10px;}
.foot_p span{margin-left: 22px;}
.bah{margin-left: 10px;}
.xhr{margin-left: 35px;}

.foot_seek{background: #6c193c;padding: 40px 0;color: #fff;overflow: hidden; position: relative;}
.foot_seek a{color: #fff;}
.seek_le{width: 364px; margin-right: 20px;float:left;}
.seek_le h1{margin-bottom: 5px;}
.seek_le strong{color: #bc9b69;}

.seek_ce{float: left;width: 612px;}
.seek_form{width: 540px;float: left;}
.seek_form ul{overflow: hidden;margin: 0 -3px;}
.seek_form li{float: left;width: 50%;*margin-left: -1px;margin-bottom: 7px;}
.seek_form li .form_w{margin: 0 3px;}
.seek_form input{width: 100%;height: 29px;line-height: 29px;border:none; outline: none; background: #fff;padding: 0 8px;    box-sizing: border-box;}
.seek_btn{float: right;}
.seek_btn button{width: 65px; height: 65px;border:none; outline: none;background: #bc9b69;color: #fff;}
.seek_re{float: right;}
.seek_re p{color: #bc9b69;}
.seek_re .tel_link:hover{color: #fff !important;cursor: default;}
.seek_close,.seek_close img{width: 34px;height: 34px;cursor: pointer;}
.seek_close{position: absolute;top:50%;right: 20px; margin-top: -17px;}
.site_banner{position: relative;    min-height: 100px;}
.site_banner img{width: 100%;}
/*面包屑*/
.site_cont{overflow: hidden;margin-bottom: 12px;}
.site_cont h1{float:left;font-weight:bold;color: #000; height: 30px;line-height: 30px;margin-top: 24px;text-transform:uppercase}
.site_cont h1 em{width: 54px; height: 1px;background: #bc9b69;float: left;margin-right: 6px;margin-top: 2px;}
.site_cont h1 span{float: left;}
.site{overflow: hidden; height: 66px; line-height: 66px;  float: right; font-size: 13px;}
.site,.site a{color: #650d33;}
.site span{color: #777777;}
@media only screen and (max-width:767px) {
.site_cont{margin-bottom: 20px;}
.site{display: none;}
.site_cont h1{margin-top: 10px;}
.site_cont h1 em{width: 30px; margin-top: 12px;}

.site_banner{height: 200px;}
.site_banner>img{display: none;}
}

/*面包屑*/
/*page*/
.pageout{text-align: center;padding-bottom: 5px;clear: both; margin: 20px 0;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; color:#2d2d2d; height:34px; line-height:34px; }
.page span{color:#2d2d2d; float: left; }
.page span em{ }
.page i{ float: left; margin: 0 20px;}
.page a{float: left; width:34px; border: 1px solid #e5e2de; color: #666666; font-weight: bold; background: #ffffff; margin-left: -1px; }
.page a.on{background:#6c193c;color:#fff;border: 1px solid #6c193c; }
.page a.prev {background:url(../images/page_prev_on.png) center center no-repeat; text-indent:-10000px; margin-right: 5px;}
.page a.next {background:url(../images/page_next_on.png) center center no-repeat; text-indent:-10000px;}
.page a.prev.no{background:url(../images/page_prev01.png) center center no-repeat;}
.page a.next.no{background:url(../images/page_next01.png) center center no-repeat;}
.page a:first-child + a{}
.page a.next{margin:0 6px;}
.page a.go{margin-left:10px; width: 44px; background: #6c193c; color: #fff; border:1px solid #6c193c; height: 28px; line-height: 28px;}
.page a.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{}
.page .txtnum input{color:#b3b3b3; width:30px;height:26px; line-height:26px; padding: 0 5px; text-align:left;background:none;border: 1px solid #dddddd; margin: 0 6px;}


@media only screen and (max-width:990px) {
/*.page{padding-top: 20px;}*/
}
@media only screen and (max-width:640px) {
.page a{display:none; font-weight: normal;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.page i{margin:0 4px;}
}

/*page*/


@media only screen and (max-width:1440px) {
.seek_re{padding-right: 40px;}
.seek_le{width: 320px;}
}
@media only screen and (max-width:1366px) {
.center_box{padding: 0 30px;}
.right_box{padding-left: 30px;}
.foot_left{width: 280px;}
.foot_center{width: 390px;}
.foot_right{width:500px;}
.foot_link p a{margin-right: 20px;}
}
@media only screen and (max-width:1279px) {
.banner_more{margin-top: 30px;}
.banner_text{top:30%;}
.center_box{padding: 0 20px;}
.right_box{padding-left: 20px;}
.foot_nav em{margin:0 8px;}
.foot_right{width:420px;}
.foot_center{width:calc(100% - 705px);}
.foot_link p a{margin-right: 10px;}
.seek_le{width:240px;}
.seek_ce{width: 570px;}
.seek_form{width: 500px;}
}
@media only screen and (max-width:1150px) {
.seek_ce{width: 470px;}
.seek_form{width: 400px;}
}

.fixed_blank{position: fixed; width: 100%; height: 100%;top:0;left: 0; background: rgba(0,0,0,0.6); z-index: 9; display: none;}
.header_r_close{  position: absolute;top: -32px; right: 0;width: 30px;height: 30px;text-align: center;line-height: 30px; font-size: 16px;background: #9c9c9c;color: #fff;border-radius: 50%;font-family: "Arial"; cursor: pointer; display: none;}
@media only screen and (max-width:1024px) {
.header_phone a,.foot_phone a,.seek_re .tel_link{cursor: pointer;}
.banner_out{margin-top: 0;}
.banner_text{transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}
.banner_more{margin-top: 20px;}
.index_banner .swiper-pagination-bullet{width: 10px; height: 10px;}
.footer{padding: 50px 0;}
.footer_bottom{margin-top: 0px;}
.foot_center{width:calc(100% - 290px); float: right; border: none;min-height: inherit;}
.foot_left,.foot_center{margin-bottom: 20px;}
.foot_right{width: 100%; float: none;padding: 20px 0; border-top: 1px solid #535353;clear: both;}
.right_box{padding-left: 0;}
.center_box{padding: 0;}
.seek_le,.seek_ce,.seek_re{width: 100%; margin:0;text-align: center; float: none;overflow: hidden;padding: 0;}
.seek_ce{width: 570px; margin: 20px auto;}
.seek_form{width: calc(100% - 70px)}
.foot_seek{padding: 25px 0;}


.header_r{margin: 0;display:none; background: #fff; padding: 30px;z-index:9;  box-sizing: border-box;transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:fixed; left:50%; top:50%;width: 500px; margin-left: -280px;}
.header_phone {margin:10px 0;margin-right: 30px;}
.header_search{margin-bottom: 20px;}
.header_r_close,.phone_search{display: block;}
.search_input #inc_header1_ImageButton1{padding: 0;margin-right: 10px;border: 0;}


}
@media only screen and (max-width:767px) {
.index_banner .swiper-container-horizontal>.swiper-pagination-bullets, .index_banner .swiper-pagination-custom, .index_banner .swiper-pagination-fraction{bottom: 2px;}
.banner_text h3{font-size: 16px;margin-bottom:5px;}
.banner_text p{font-size: 14px;}
.banner_more{width: 80px; height: 24px; line-height: 24px;margin-top: 10px;}
.footer{padding: 30px 0;}
.foot_left{width: 100%; border-bottom: 1px solid #535353;padding-bottom: 20px;}
.foot_center{width: 100%;}
.footer h3{margin-bottom: 10px;}
.hotline{padding-top: 0;}
.erm dl{width: 100px;}
.erm dt, .erm dt img{width: 100px; height: 100px;}
.foot_p span{margin-left: 10px;}
.xhr{display: block; margin-left: 0;}
.seek_ce{width: 100%;}
.seek_close{position: absolute;top:10px; right:15px;margin:0;}
.seek_close, .seek_close img{width: 20px;height: 20px;}
.seek_btn button{width: 54px;}
.seek_form { width: calc(100% - 59px);}

.header_r{width: 300px;padding: 20px; margin-left: -150px;}
.search_hot{display: none;}
.header_search{margin-bottom: 15px;}
.header_phone{margin: 10px 0;text-align: center; float: none;float: none;}
.header_phone a{display: inline-block;}
.header_share{float: none;overflow: hidden;margin: 0;}
.header_share .bdsharebuttonbox{text-align: center;}
.header_share .bdsharebuttonbox>a{float: none;display: inline-block;margin: 0 5px !important; }
}
@media only screen and (max-width:350px) {
.heafer_city{margin-left: 10px;}
.phone_search{width:30px;}
}

@media only screen and (min-width:1024px) {
a{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: #6d1b3d !important; }
.yes_tran{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
.no_tran{transition:0s all;-webkit-transition:0s all;-moz-transition:0s all;-o-transition:0s all;-ms-transition:0s all;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.nav .wrap>ul>li:hover>a>em{left: 0; width: 100%;}
.nav .wrap>ul>li:hover>a{color: #fff !important;}

.footer a:hover{color: #fff !important;opacity:0.7;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7;}

}



/*侧边*/
.sidebar li .phone_a{position: absolute;top: 0;right: -200px;width: 150px;line-height: 59px;font-size: 18px; background: #6c193c;  z-index: 0;}
.phone_a img{display: none;}
.phone_a p{display: block;}
.sidebar li:nth-child(3){border-bottom: 0;}

.sidebar{position: fixed; left: auto;right:0px;top: 50%;margin-top: -150px;display: none;z-index:99;transition: all 0.5s;}
.sidebar .sidebar-open{display:block;position: absolute;width: 20px;height: 30px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;left: -20px;top: 25px;background:#6c193c url('../images/reform_pre_on.png') no-repeat center center;background-size: 50%;visibility: hidden;opacity: 0;transition: all 0.3s;cursor: pointer;}

.sidebar ul{clear: both;}
.sidebar li{border-bottom:2px solid #464646; position: relative;}
.sidebar li,.sidebar li a{width: 59px;height: 59px;background: #3f3f3f;display: block;text-align: center;position: relative;z-index: 9;color: #fff !important;}
.sidebar li a img{width: 34px; height: 40px;margin: auto;vertical-align: middle;padding-top: 10px;}
.sidebar .back_top{border-bottom: 0;}
.sidebar .back_top a{background: #cdcdcd; color: #fff;}
.sidebar .back_top img{width: 27px; height: 16px;margin-bottom: 5px;}

.sidebar .sidebar-close{float: right;width: 25px;height: 25px;background: url('../images/sech_close.png') no-repeat center center;text-align: center;color: #fff;margin-right: 10px;cursor: pointer;}
.sidebar.off{right:-59px;}
.sidebar.off .sidebar-open{visibility: visible;opacity: 1;}

.sidebar li:hover .phone_a{right: 59px;}

@media only screen and (min-width:768px) {
.sidebar li:hover a{background: #6c193c !important;}
}
@media only screen and (max-width:1024px) {
.sidebar.off{transform: translateX(100%);right: 0px;}
.sidebar.off .sidebar-open{visibility: visible;opacity: 1;}
}
@media only screen and (max-width:767px) {
.pc_a{display: none !important;}
.phone_a{display: block !important;}
.phone_a img{display: block;}
.phone_a p{display: none;}
.sidebar li .phone_a{position:static;width: 59px; height: 59px;    background: #3f3f3f;}

}

.nomargin{margin-top: 0;}
/*底部*/
.footer{padding-bottom:245px;}
.foot_seek{height:70px;position:fixed;width:100%;left:0;bottom:0;z-index:999;}
.getshow{position: fixed;bottom: 0;left: -100px;width: 0;height: 0;overflow: hidden;border: 24px dashed transparent;border-left: 18px solid #6c193c;cursor: pointer;z-index:99;}
@media only screen and (max-width:1024px) {
.footer{margin-bottom:0 !important;padding-bottom: 50px !important;}

.foot_seek{position:relative;height:auto;} 
.getshow,.seek_close{display:none;}
}

.input_select .sheng{position: relative;}
.input_select .selects{position: absolute;width: 100%;top: 31px;background: #fff;max-height: 170px;overflow: auto;display: none;z-index:3;    border: 1px solid #ccc;box-sizing: border-box;}
.input_select .selects ul{margin:10px 0;}
.input_select .selects li{text-align: left;padding:0 10px;margin-bottom: 10px;cursor: pointer;}

.gratis-o-t-im .input_select .selects{top:35px;}

.input_select input{ background:#fff url(../images/screen_icon01.png) no-repeat right 15px center !important; cursor: pointer;}


/*2019-01-24*/
.footer_pop{position: fixed; display: table; width: 100%; left: 0; bottom: 0; z-index: 999;}
.footer_popup{background-color: rgba(185, 176, 176, 0.2);}
.footer_popup .wrap{position: relative; padding-top: 35px; height: 85px;}
.footer_popup h1{float: left;width: 287px; position:absolute; left: 0; bottom: 0;
transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;
-webkit-transform: translateY(0); -moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);
opacity:1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;

}
.footer_popup h1 img{width: 78%;}
.seek_ce{float: left;margin-left:290px; width: 485px;}
.seek_form{width:414px;}
.seek_btn button{width: 52px;height: 52px;  font-size: 12px;margin-top: 6px;border-radius: 26px;}
.seek_form li{margin-bottom: 6px;}
.seek_form input{height: 26px;line-height: 26px;border-radius: 5px;}
.popup_li{float: left;margin-left: 30px;}
.popup_li ul{}
.popup_li li{float: left;color: #969696;width: 105px; text-align: center;font-size: 12px;margin-left: 10px; position: relative;}
.popup_li li a{color: #969696 !important;}
.popup_li li dt{margin-bottom: 8px;}
.popup_li li dt img{width:50px;height:34px}
.popup_li li p{  display: none;  position: absolute; top: -30px;width: 150px;left: 50%;margin-left: -75px;    height: 36px;line-height: 36px;    background: rgb(112,39,71); color: #fff;font-size: 14px;border-radius: 7px;}
.footer_popup .popup_text{float: right;width:130px; margin-top: 10px;}
.footer_popup .popup_text img{width: 100%;}

.budget{height: 46px;line-height: 46px; cursor: pointer; background: #000;padding: 0 50px;width: 250px; position: absolute;top:0;left: 50%;margin-top: -23px;color: #fff;  border-radius: 16px;z-index: 9999;  margin-left: -162px;display:none;}
.budget p{background: url(../images/footer_img_02.png) no-repeat 0 center; padding-left: 28px;    font-weight: bold;}
.budget p img{vertical-align: middle;margin-left: 4px;}
.budget p em{color: #c5a86f;}
.budget p i{display: inline-block;background: url(../images/footer_img_03.png) no-repeat center center;width: 15px; height: 46px; float: right; margin-left: 12px;}


.footer_pop.cur .budget{top:-16px;}
.footer_pop.cur .budget i{background: url(../images/footer_img_11.png) no-repeat center center;}
.footer_pop.cur .footer_popup{}
.footer_pop.cur h1{-webkit-transform: translateY(200px); -moz-transform: translateY(200px);-o-transform: translateY(200px);-ms-transform: translateY(200px);transform: translateY(200px);
    opacity:0;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0;

}
body.on footer{padding-bottom: 95px;}
.footer{padding-bottom: 240px;}

@media only screen and (max-width: 1350px) {

.footer_popup h1{width: 240px;}
.seek_ce{margin-left: 250px;width: calc(100% - 715px)}
.seek_form{width: calc(100% - 60px)}
.popup_li{margin-left: 16px;}
}
@media only screen and (max-width:1270px) {

.footer_popup .wrap{height: 80px;}
.popup_li li{margin-left: 4px;}



}
@media only screen and (max-width:1024px) {
.footer_pop{position: static;}
.footer_popup .wrap{height: auto;    overflow: hidden; padding: 20px 0;}
.footer_popup h1{position: static;margin: auto; float: none;}
.seek_ce,.footer_popup .popup_text{float: none;margin: auto;}
.popup_li{float: none;text-align:center;margin-bottom: 20px;}
.popup_li ul{display: inline-block;}
.seek_ce{margin: 20px auto;width: 60%;}
.budget{display: none;}
}
@media only screen and (max-width:767px) {
.popup_li ul{display: block;overflow: hidden;}
.popup_li li{margin: 0; width: 20%; float: left;margin-left: 0}
.seek_ce{width: 100%;}
.popup_li{margin-left: 0;}



}

#doyoo_panel{display: none !important;}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main{
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #6b1739;
    color: #fff;
    height: 53px;
    width: 230px;
    padding:9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #6b1739;
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

.blk{margin-bottom: 25px;}
/*Main模板*/
.blk-main{width:1200px; margin: 0 auto;}
/*小模块*/
.blk-xs{width:240px;}
/*中模块*/
.blk-sm{width:930px;}
/*小版块*/
.blk{margin-bottom:30px;}
.endit-content{ line-height:28px;}
.endit-content img{max-width:100%;}
.p12-pagination-1-main {margin: 0 auto;padding: 20px 0;height: 30px;text-align: center;}
.p12-pagination-1-main ul {display: inline-flex;}
.pages li a{
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    float: left;
    padding: 0px 10px;
    border: 1px solid #6c193c;
    text-decoration: none;
    margin: 0px 3px 0px 0px;
    color: #555;
}
.pages .active a{
    color: white;
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    float: left;
    padding: 0px 10px;
    background: #6c193c;
    border: 1px solid #6c193c;
    margin: 0px 3px 0px 0px;
}
.pages .disabled{
    display: none;
}
