﻿/* 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;}
html{}
body { min-height: 100% }
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 }
body, input, select, button, textarea { font-size: 14px; font-family:"微软雅黑";}
body { line-height: 1.5; background: #fff; }
a { color: #000; text-decoration: none;/*-webkit-tap-highlight-color:transparent;*/}
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 }
               
/*隐藏视频下载按钮*/
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{transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}

/*两端对齐*/
.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%;}

/*截字*/
.ellipsis{text-overflow:ellipsis; white-space:nowrap; display: inline-block; max-width:99%;overflow:hidden; }
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;overflow:hidden;}

/*背景*/
.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%;}

.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;}

.fr{ float: right; }
.fl{ float: left; }

 /*font-size*/
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_24 { font-size:24px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_36 { font-size:36px;}
.fnt_48 { font-size:48px;}
@media only screen and (max-width: 1600px) {
.fnt_16 { font-size:14px;}
.fnt_18 { font-size:16px;}
.fnt_20 { font-size:18px;}
.fnt_24 { font-size:22px;}
.fnt_28 { font-size:24px;}
.fnt_30 { font-size:26px;}
.fnt_36 { font-size:32px;}
.fnt_48 { font-size:42px;}
}
@media only screen and (max-width: 1366px) {
.fnt_18 { font-size:15px;}
.fnt_20 { font-size:16px;}
.fnt_24 { font-size:20px;}
.fnt_28 { font-size:22px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:28px;}
.fnt_48 { font-size:36px;}
}
@media only screen and (max-width: 1279px) {
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:15px;}
.fnt_24 { font-size:18px;}
.fnt_28 { font-size:20px;}
.fnt_30 { font-size:22px;}
.fnt_36 { font-size:24px;}
.fnt_48 { font-size:32px;}
}
@media only screen and (max-width: 1023px) {
.fnt_20 { font-size:14px;}
.fnt_24 { font-size:16px;}
.fnt_28 { font-size:18px;}
.fnt_30 { font-size:20px;}
.fnt_36 { font-size:22px;}
.fnt_48 { font-size:28px;}
}
@media only screen and (max-width: 767px) {
.fnt_24 { font-size:16px;}
.fnt_28 { font-size:18px;}
.fnt_30 { font-size:20px;}
.fnt_36 { font-size:22px;}
.fnt_48 { font-size:24px;}
}
/* loading_animate */
.loading_animate{position: fixed;background: #fff;top:0;left: 0;right: 0;bottom: 0;z-index: 99999;}
.loading_logo{ position: absolute;top: 50%;left: 50%;margin-top: -150px;margin-left: -106px;}
.loading_animate .items{ position: fixed; left:50%; top:50%; transform:translate(-50%,-50%);}
.loading_animate .items,.loading_animate .item,.loading_animate .item-loader-container,.la-ball-atom.la-2x {width: 64px;height: 64px;}

.ratio-img,.ratio-img img{width: 100%;}

.wrap{max-width: 1280px; margin:0 auto; width: 94%;}
input::placeholder,textarea::placeholder{color:#A3A3A3;}
/*公共头尾*/
.header{width: 100%; height: 92px; z-index: 1000;position: fixed; left:0; top:0; background: #fff;border-top:4px solid #664698;}
.header .wrap{position: relative;}
.header h1.logo{ position: absolute; left:0; top:0;}
.header .search{ float: right; margin-top:22px; width:498px; height:44px; line-height: 44px; border:1px solid #7E58B3; border-radius:30px; background:#fff;}
.header .ser_txt {float:left;width:428px; padding: 0 0 0 20px; border:0;height:44px; outline: none; line-height: 44px; color:#7E58B3; background: none;}
.header .ser_txt::placeholder{color:#6F4BA1; opacity: 0.7;}
/*.header .ser_txt:-internal-autofill-selected{ color:#7E58B3!important; background: none!important;}*/

.header .ser_btn { float: right; height:44px; width:50px; background:url(../images/dot01.png) no-repeat center; border:0; outline: none;}
.header .tel{ position: absolute; right:0; top:38px; line-height: 1; color:#664698;}
.header .tel em{ margin-right:15px;}
.footer{background: #515151; color: #B5B5B5; padding:28px 0; width: 100%;}
.footer .ll{float: left;}
.footer .ll a{color: #fff!important;}
.footer .rr{float: right; text-align: right; color:#9A9A9A}
.footer .rr a{color: #9A9A9A!important;}
/*公共头尾*/

.main{padding-top: 96px;}

/*select-box*/
.select-box {position: relative;}
.select-box dt{height: 30px; line-height: 30px;cursor: pointer;position:relative; z-index:2; }
.select-box dt a,.select-box dt b { display:block; font-weight: normal; color:#A3A3A3;}
.select-box i { position:absolute; right:0; top:0; width:30px; height:100%; z-index:1; background:url(../images/dot05.png) center center no-repeat;}
.select-box.open i{background:url(../images/dot05.png) center center no-repeat;}
.select-box.active dt b{color:#000;}
.select-box dd {display:none;position:absolute; background:#F0EDF5; max-height:200px; width: 100%!important; top:calc(100% + 10px); left: 0!important; overflow:auto; z-index:111111;}
.select-box.open dd{ /*display: block; padding:15px 0;*/}
.select-box.open dt:before{/*content: ""; position: absolute;left:50%; margin-left: -8px; bottom:0px; width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(255,255,255,0.95);*/}
.select-box dd a { display:block; padding:2px 20px; color:#383838;}

/*weixin-box*/
.weixin-box{ position:fixed; font-family: "微软雅黑"; width:300px; height:236px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:4px; box-shadow:2px 2px 2px #ddd;}
.weixin-box .c{ position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin-box h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.weixin-box .img{ padding:10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin-box .img img{ width:150px; height:150px;}
.weixin-box p{ padding:5px 10px 0; text-align: center;}

@media only screen and (max-width: 1023px){    
    .header .search{width: 60%;}
    .header .ser_txt{width:calc(100% - 70px);}
    .footer{font-size: 12px;}
}
@media only screen and (max-width: 767px){
    .header{height: 68px;}
    .main{padding-top:72px;}
    .header h1.logo img{width: 100px;}
    .header .search{ width: 70%; height: 30px; line-height: 30px;}
    .header .ser_txt{width:calc(100% - 50px); padding-left:10px;font-size: 12px;height: 30px; line-height: 30px;}
    .header .ser_btn{width:40px;height: 30px; line-height: 30px;}
    .footer{padding:15px 0;}
    .footer .rr{text-align: left;}
}
@media only screen and (max-width: 374px){
    .header{height: 92px;}
    .header h1.logo{top:-10px;}
    .main{padding-top:95px;}
    .header .search{ display: block; width: 100%; margin-top:50px;}
}


@media only screen and (min-width: 1025px){
.yes_tran,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;}
.no_tran{transition: 0s all;-webkit-transition: 0s all;-moz-transition: 0s all;-o-transition: 0s all;-ms-transition: 0s all;}
a:hover{color: #664398!important;}
.tran_scale:hover img{transform:scale(1.05,1.05) rotate(-1deg); -webkit-transform:scale(1.05,1.05) rotate(-1deg);}
.lt10 .tran_scale:hover img{transform:scale(1) rotate(0deg)!important; -webkit-transform:scale(1) rotate(0deg)!important;}
}


/*page*/
.pageout{text-align: center;clear: both;}
.page {display:inline-block;*display:inline;*zoom:1;vertical-align:middle;text-align:center;margin: 0 auto; color:#6B727B; height:60px; line-height:60px; font-family: arial; }
.page span{color:#666666; float: left;}
.page i{ float: left; margin: 0 10px;}
.page a{float: left; width:60px; height: 60px; margin-left:1px; color: #BFBFBF; background: #F8F8F5;}
.page a.on{color:#fff; background: #664698;}
.page a.num:hover{background:#664698;color:#fff!important;}
.page a.prev {background:url(../images/dot19.png) center center no-repeat #F8F8F5; text-indent:-10000px;}
.page a.next {background:url(../images/dot20.png) center center no-repeat #F8F8F5; text-indent:-10000px;}
.page a.prev.dis,.page a.next.dis,.page a.first.dis,.page a.last.dis{ cursor: default; opacity: 0.5;}
.page a.prev.dis{background:url(../images/dot19.png) center center no-repeat #F8F8F5;}
.page a.next.dis{background:url(../images/dot20.png) center center no-repeat #F8F8F5;}
.page a.go{ width: 60px; height: 60px; line-height: 60px; color: #fff!important; border:none; background: #664698;}
.page .txtnum input{color:#b3b3b3; margin:0 3px 0 30px; font-family: arial; width:48px;height:36px; line-height:36px; padding: 0 10px; text-align:center;background:#fff;border: 1px solid #E9E9E9;}
/*page*/
@media only screen and (max-width: 1279px){
    .page{ height:40px; line-height: 40px;}
    .page a{width: 40px;height:40px; line-height: 40px;}
}


.placeholder{color:#a3a3a3;}


/*页面ie7、8兼容调整*/
.lt8 .main{margin-bottom:-3px;}

