/* 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% }
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: "PingFang SC","Microsoft Yahei";  }
body { line-height: 1.5 }
a { 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-weight:bold }
.edit_con_original h2 { font-weight:bold }
.edit_con_original h3 { font-weight:bold }
.edit_con_original h4 { font-weight:bold }
.edit_con_original h5 { font-weight:bold }
.edit_con_original h6 {  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%;display: block;margin: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 }
               
       
.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); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}



/*图片经过*/
.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;}
.tran_scale02 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;}


button,input,textarea{background: none;outline: none;border: none;}
body,a{color: #000;word-wrap: break-word;}

.wrap{width: 1440px;margin: auto;}

.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line26{line-height: 26px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line32{line-height: 32px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}

.line36{line-height: 36px;
 display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1550px) {
.wrap{max-width: 90%;}

}
@media only screen and (max-width:1024px) {
.wrap{max-width: 94%;}
.line26,.line30,.line32,.line36{line-height: 24px;}

}

 /*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;}
.fnt_60 { font-size:60px;}
.fnt_72 { font-size:72px;}
@media only screen and (max-width:1440px) {
.fnt_20 { font-size:18px;}
.fnt_24 { font-size:20px;}
.fnt_28 { font-size:26px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:30px;}
.fnt_48 { font-size:40px;}
.fnt_60 { font-size:52px;}
.fnt_72 { font-size:60px;}
}
@media only screen and (max-width:1366px) {
.fnt_28 { font-size:24px;}
.fnt_30 { font-size:22px;}
.fnt_36 { font-size:24px;}
.fnt_48 { font-size:36px;}
.fnt_60 { font-size:48px;}
.fnt_72 { font-size:36px;}
}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:16px;}
.fnt_20 { font-size:16px;}
.fnt_24 { font-size:18px;}
.fnt_28,.fnt_30 { font-size:20px;}
.fnt_36 { font-size:22px;}
.fnt_48 { font-size:28px;}
.fnt_60 { font-size:36px;}
.fnt_72 { font-size:30px;}
}
@media only screen and (max-width:767px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:14px;}
.fnt_24 { font-size:16px;}
.fnt_28,.fnt_30 { font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_48 { font-size:20px;}
.fnt_60 { font-size:22px;}
.fnt_72 { font-size:24px;}
}


.scrollHeader .header{background: rgba(0,0,0,0.7);}
.header,.height_height{height: 90px;line-height: 90px;}
.height_height{display: none;}
.header{position: fixed;top:0;left: 0;width: 100%;z-index: 999;}
.header_in{padding: 0 100px;position: relative;z-index: 5;}
.header h1{margin-top: 23px;width: 174px;height: 45px;overflow: hidden;float: left;}
.header h1 a{display: block;}
.header h1 img{width: 100%;}





.header_re{float: right;position: relative;}

.language{float: left;}
.language p{font-size: 14px;float: left;color: #fff;}
.language p a{color: #fff;}
.language em{float: left;margin: 0 15px;color: #fff;}

/*搜索*/
.header_search{float: left;margin-right: 50px;}
.search_btn,.nav_phone_btn{height: 40px;line-height: 40px;}
.header_search{  position: relative;     margin-top: 26px;}
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before{color: #bc804e;}
.search_btn:before,.search_box_btn:before{font-size: 24px;}

.search_box {
    background: #fff;width: 100px;right: 0px; position: absolute;top:0%;    margin-top: 0;z-index: 91;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    border: 1px solid #eee;
     height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 40px;
}
.search_box.on {width: 360px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.search_box_input {width: calc(100% - 60px); padding: 0 10px;float: left;border: 0;height: 40px;outline: none;line-height: 40px;background: #fff;}
.search_box_btn {
  height: 40px;width: 40px;background: none;border: 0;outline: none; float: right;
  position: relative;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }
/*搜索*/


.header_box{float: right;}
.nav>ul>li{float: left;position: relative;}
.nav>ul>li>a{padding:0 55px;color: #fff;}
.nav>ul>li.on>a{color: #04448d;}


/*xiala*/
.nav{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;width: 912px;}

.nav>ul>li{position: relative;}
.nav li>span,.return_a{display: none;cursor: pointer;}
.nav_list{position: absolute;padding-top: 14px;width: 196px;left:50%;top:76px;margin-left: -98px;display: none;}
.nav_list a{color: #333333;display: block;}
.nav_p{  text-align: center;}
.nav_p p{line-height: 50px;}
.nav_p p:last-child{border:0;}
.nav_arrow{position: absolute;top:0;left: 50%;width: 0;height: 0;overflow: hidden;margin: 0 0 0 -7px;border: 7px dashed transparent;border-bottom: 7px solid rgba(0,160,233,0.7)}


@media only screen and (max-width:1520px) {
.header_in{padding: 0 50px;}
.header_search{margin-right: 30px;}
}


@media only screen and (max-width:1440px) {
.nav{width: 810px;}
.nav>ul>li>a{padding: 0 45px;}
}
@media only screen and (max-width:1366px) {
.header_in{padding: 0 20px;padding-right: 30px;}
}
@media only screen and (max-width:1280px) {
.nav{width: 712px;}
.nav>ul>li>a{padding: 0 35px;}
}


.nav_phone_btn{display:none;}
.nav li>span,.return_a{display: none;}

@media only screen and (max-width:1024px) {
.header{background: #313131;}
.nav{width:auto;    transform: translate(0%,0);
    -webkit-transform: translate(0%,0);
    -ms-transform: translate(0%,0);
    -moz-transform: translate(0%,0);
    -o-transform: translate(0%,0);
    position: static;}
.header_in{padding: 0 3%;}

.nav li>span,.return_a{display: block;}
.header_in,.header{height: 60px;line-height: 60px;}
.height_height{display: block;height: 60px;}
.scrollHeader .header{height: 60px;}
.nav_list a{color: #fff;}
.nav>ul>li.on>a{color: #fff;}
/*手机按钮*/
.nav_phone_btn{display:block;float: right;}
.nav_phone_btn span,.nav_phone_btn em{
  transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;
}
.nav_phone_btn{float: right;position: relative;width: 60px;cursor: pointer;}
.nav_phone_btn span i{display:block;width: 32px;height: 2px;background: #fff;margin-top: 8px;}
.nav_phone_btn span i:first-child{margin-top: 0;}

.nav_phone_btn em{color: #fff;font-size: 30px;visibility: hidden;opacity: 0;}

.visible_nav span{visibility: hidden;opacity:0;}
.visible_nav em{visibility: visible;opacity: 1;}

.nav_phone_btn span i{width: 20px;}
.nav_phone_btn span i{margin-top: 6px;}
.nav_phone_btn{width: 40px;    margin-top: 10px;}



.header_box{position: fixed;bottom:0;right:-100%;width:100%;background: #313131;height: calc(100% - 60px);}
.nav,.nav>ul>li{float: none;    border-bottom: 1px solid rgba(255,255,255,0.1);}
.nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 16px;padding: 0 20px;}
.header_box{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.navbody .header_box{right: 0;border-bottom: 1px solid rgba(255,255,255,0.1);}

.nav>ul>li>a,.return_a,.nav_p{font-size: 14px;}
.nav>ul>li{position: static;}
.nav_list{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.nav li{float: none;border-bottom: 1px dashed rgba(255,255,255,0.2);display: table;width: 100%;position: static;line-height: 40px;}
.nav li a{padding: 0 20px;}
.nav li>a{line-height: 40px;width:calc(100% - 90px);float:left;}
.nav li>span,.return_a{display: block;color: #fff;}
.nav li>span{width: 50px;text-align: center;float: right;}
.nav_list{display: block;top:0;left: auto; margin: 0;width: 100%;height: 100%;    background: #313131;padding: 0;}
.nav_arrow{display: none;}
.nav_p{background: none;text-align: left;}
.return_a{ background: #383838;margin-top: 20px;}
.nav_p p{line-height: 40px;    border-bottom: 1px solid rgba(255,255,255,0.1);}

.nav_list{right: -100%;}
.navbody .nav{right: 0;margin: 0;    height: 100%;}
.navbody .nav li.cur .nav_list{right: 0;}


.header_search{margin:0;width: 100%;padding:0 20px;box-sizing:border-box;margin-bottom: 10px;}
.header h1{margin-top: 12px;width: 140px;height: 36px;}
.language{float: none;margin-left: 20px;}
.language p{float: left;margin-right: 15px;}
.header_re{float: none; z-index: 9; }
.search_btn{display: none;}
.search_btn:before, .search_box_btn:before{font-size: 18px;}
.search_box{position: static; width: 100%;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.nav>ul>li>a,.language p a{color: #fff;}
}


.footer{background: #313131;padding-top: 40px;}
.f_top{overflow: hidden;}
.f_top a{color: #a0a0a0;}
.f_top .foot_le dt a{color: #fff;}
.f_top .foot_le dt{line-height: 24px;margin-bottom: 20px;}
.f_top .foot_le dd{line-height: 36px;}
.f_top{border-bottom: 1px solid #565656;padding-bottom: 70px;}
.foot_le{float: left;}
.foot_le ul{overflow: hidden;}
.foot_le li{float: left;margin-right: 110px;}
.foot_le li:last-child{margin-right: 0;}

.foot_re{float: right;color: #fff;}
.foot_re h3{margin-bottom: 20px;}
.f_ewm{overflow: hidden;}
.f_ewm dl{float: left;margin-left: 28px;width:130px;text-align:center;}
.f_ewm dl:first-child{margin-left: 0;}
.f_ewm dt{width: 112px;height: 112px;overflow: hidden;margin:auto;}
.f_ewm dt img{width: 100%;height: 100%;}


.f_bottom{text-align: center;line-height: 24px;color:#828282;padding: 28px 0;}
.f_bottom a{color:#828282;}
.bah_01{margin: 0 15px;margin-right: 20px;}
@media only screen and (max-width:1366px) {
.foot_le li{margin-right: 90px;}
}
@media only screen and (max-width:1150px) {
.foot_le li{margin-right: 50px;}
}
@media only screen and (max-width:1024px) {
.foot_le,.foot_re{float: none;width: 100%;}
.foot_re{text-align: center;padding-bottom: 20px;}
.f_ewm dl{margin: 0 10px;display: inline-block;float: none;}
.foot_re h3{margin-bottom: 10px;}
.foot_le li{float: none;margin: 0;padding: 15px 0;border-bottom: 1px solid #565656;}
.foot_le li:last-child{border-bottom: 0;}
.f_top .foot_le dd{line-height: 24px;overflow: hidden;padding-top: 10px;}
.f_top .foot_le dd p{float:left;margin-right: 20px;}
.f_top .foot_le dt{margin:0;}
.f_top{padding-bottom: 20px;}
}
@media only screen and (max-width:767px) {
.footer{padding-top: 30px;}
.foot_re{padding-bottom: 10px;}
.f_ewm dt{width: 100px;height: 100px;}
.f_bottom{padding: 15px 0;font-size: 12px;line-height: 20px;}
.bah_01,.bah_02{display: block;margin: 0;}
}

.site_banner{position: relative;color: #fff;}
.site_banner img{width: 100%;}
.site_banner_text{width: 100%;}
.site_banner_text h1{font-size: 60px;}
@media only screen and (max-width:1440px) {
.site_banner_text h1{font-size: 50px;}
}
@media only screen and (max-width:1366px) {
.site_banner_text h1{font-size: 42px;}
}
@media only screen and (max-width:1024px) {
.site_banner_text h1{font-size: 30px;}
}
@media only screen and (max-width:767px) {
.site_banner_text h1{font-size: 20px;}
}

@media only screen and (min-width:1025px) {
a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
a:hover{color: #d99d55!important;}

.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);}
.tran_scale02:hover img{transform:scale(0.96,0.96); -webkit-transform:scale(0.96,0.96);-moz-:scale(0.96,0.96);-o-transform:scale(0.96,0.96);-ms-transform:scale(0.96,0.96);}


.submenu_show .bg_hover{ display:block !important; width: 100%; height: 410px; background:rgba(255,255,255,0.9); z-index: 1; position: absolute; top: 90px; left: 0px; -webkit-animation:a_bg_hover_show 0.2s ease-out both; -webkit-transform-origin:50% 0%;}
.submenu_show .bg_hover.on{display: none !important;}
@keyframes a_bg_hover_show {
  0%{ -webkit-transform:scale(1,0.5); opacity: 0;}
  100%{  -webkit-transform:scale(1,1); opacity: 1;}
}


}




/*page*/
.pageout{text-align: center;padding-bottom: 5px; clear: both;padding-top: 40px;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; color:#2d2d2d; height:44px; line-height:44px; }
.page span{color:#2d2d2d; float: left;margin-left: 5px; }
.page span em{ }
.page i{ float: left; margin: 0 6px;color: #9c9c9c;}
.page a{float: left; width:44px; border: 1px solid #e1e1e1; color: #9c9c9c; background: #f4f4f4; margin: 0 2px; }
.page a.on{background:#d99d55;color:#fff;border: 1px solid #d99d55; }
.page a.prev {background:#f4f4f4 url(../images/page_first.png) center center no-repeat; text-indent:-10000px;margin-left: 0;  margin-right:18px;}
.page a.next {background:#f4f4f4 url(../images/page_last.png) center center no-repeat; text-indent:-10000px; margin-left: 0; margin-left:18px;}

.page a.prev.no,.page a.next.no,.page a.first.no,.page a.last.no{opacity:0.5;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;}


.page a.go{margin-left:10px; width: 44px; background: #d99d55; color: #fff; border:1px solid #d99d55; height: 28px; line-height: 28px;}
.page a.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.sociology_list ul{padding-bottom: 40px;}
@media only screen and (max-width:1024px) {
.pageout{padding-top: 30px;}
}
@media only screen and (max-width:767px) {
.pageout{font-size: 14px;padding-top: 20px;}
.page i,.page span,.page a.go{display:block; display:inline-block;}
.page a.prev{margin-right: 2px;}
.page a.next{margin-left: 2px;}
.page a.go{width: 36px;margin-top: 3px;margin-left: 5px;}
.page{ height: 36px; line-height: 36px;}
.page a{display:none; font-weight: normal;width:42px;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.page i{margin:0 4px;display: none;}
.page a.on{display: inline-block;}
}

/*page*/
























<!--耗时1784918476.0657秒-->