@charset "utf-8";
/* Base Reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu { margin:0; padding:0;   font-family: "AlibabaPuHuiTi-2-55-Regular";}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details { display:block; }
table { border-collapse:collapse; border-spacing:0; }
caption,th { text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr { border:0; }
html { overflow-x:hidden;}
i,cite,em,var,address,dfn{}
[hidefocus],summary { outline:0; }
li{list-style:none; }
h1,h2,h3,h4,h5,h6,small { font-size:100%; }
sup,sub { font-size:83%; }
pre,code,kbd,samp { font-family:inherit; }
q:before,q:after { content:none; }
textarea { overflow:auto; resize:none; }
label,summary { cursor:default; }
a,button { cursor:pointer;  font-family: "AlibabaPuHuiTi-2-55-Regular"; }
h1,h2,h3,h4,h5,h6,strong,b { font-weight:bold; }
del,ins,u,s,a,a:hover { text-decoration:none; }
body,textarea,input,button,select,keygen,legend {font:12px/1 arial,\5b8b\4f53; outline:0;  font-family: "AlibabaPuHuiTi-2-55-Regular";}
:focus { outline:0; }
@font-face{font-family:"AlibabaPuHuiTi-2-55-Regular";
    src:url('fonts/AlibabaPuHuiTi-2-55-Regular.eot');
    src:url('fonts/AlibabaPuHuiTi-2-55-Regular.eot?#iefix') format('eot'),
    url('fonts/AlibabaPuHuiTi-2-55-Regular.woff') format('woff'),
    url('fonts/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype');
    font-weight:normal}
body{
    font-family: "AlibabaPuHuiTi-2-55-Regular";
}
a:hover{
    color: #742563;
}
/*备用样式表*/
.none { display:none; }
.wcb { width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after { clear: both; content: "."; display: block; height:0; visibility: hidden; }
.clearfix { display: block; *zoom:1; }

/**全局样式**/
body { font:12px/1 "Microsoft YaHei","Simsun", arial,\5b8b\4f53; color:#333;}/*背景样式*/
a {color:#333; text-decoration:none;}
a:hover { color:#cd0200;}
.wrapper { width:100%;min-width: 1200px; margin:0 auto;}
.wrapper .inner {width:1200px;margin:0 auto;} /**页面全局宽度**/
.wrapper-nav{background-color: #8E218D;width: 100%;margin: 0 auto}
/**页头开始**/
#header {}
#header .inner {}
.head { min-width:1200px;max-width: 1400px ;height:120px;background: #721271;margin: 0 auto } /**页头部分**/
.navbar {width:1200px; min-width:1200px;margin: 0 auto;height: 50px} /**导航区域背景**/
.navbar .navbox {width:1200px; margin:0 auto;} /**导航窗口大小及位置**/
.logogl{width: 450px;height: auto;float: left;margin-top: 20px;margin-left: -10px}
.logogl img{
    width: 100%;
    height: 100%;
}
.logog2 img{
    width: 100%;
    height: 100%;
}
.logog2{width: 400px;height: auto;float: right;margin-top: 20px;margin-right: 300px}
/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,.navbar .navbox .nav {} /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {font-size:16px;font-weight:bold;font-family: "AlibabaPuHuiTi-2-55-Regular";color: white} /**导航字体样式**/
/*制作导航分隔线效果*/
/*.navbar .navbox .wp_nav li a::after{
    color: #2A3382;
    content:"|";
    height: 10px;
    width: 1px;
    text-shadow: -1px 0px 2px #00C7FF;
}*/

.wp_nav .sub-nav .nav-item a{
    border: 0;
}
.wp_nav .sub-nav .nav-item a::after{
    display: none;
}
.border{
    border: 1px solid black;
}
.juzhong{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #B8B8BA;
}
.navbar .navbox .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent{ color:#8E218D;background: white} /**菜单栏鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {padding:0 26px;/* height:40px; */line-height:50px;    font-family: "AlibabaPuHuiTi-2-55-Regular";} /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { background:white;opacity: 1;} /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a { font-size:16px; font-weight:normal;    font-family: "AlibabaPuHuiTi-2-55-Regular";} /**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,
.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {background:#1F5E7C; color:#fff;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
    padding:0 25px;
    line-height:50px;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} /**子菜单栏目高度与边距居中**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover, .navbar .navbox .wp_nav .sub-nav li.nav-item a.parent{
    background: none;
    opacity: 1;
}
.wp_nav .sub-nav .nav-item a.parent:hover span.item-name{
    color: #ED6C02;!important;
}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name:hover{
    color: white;
    background: #8B1F73;
}
.wp_nav .sub-nav{border: 0;opacity: 1;background: white} /**首页二级菜单栏背景颜色**/
/**标题栏新闻窗口**/
.post { margin-bottom:60px;height: 340px}
.post .tt { display:inline-block; width:100%;height: 70px} /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size:1.4rem;font-weight: 500;height: 70px} /**标题字体**/
.post .tt .tit .title { display:inline-block; } /**标题图标**/
.post .tt .more_btn{
    width: auto;
    float: right;
    margin-top: 30px;
    margin-right: 10px;
    font-size: 15px ;
    color: #742563;!important;
    font-family: "AlibabaPuHuiTi-2-55-Regular";
}
.md-juzhong{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.mr-list{
    width: 1200px;
    height: 480px;
    margin-bottom: 30px;
}
.tit img{
    width: 40px;
    height: 40px;
    margin-right: 8px;margin-top: 15px;
    position: relative;
    top: 10px;
}
.title span{
    float: right;margin-top: 35px;font-size: 1.4rem
}
.con-list{
    width: 45%;
    float: left;
    height: 90px;
    margin-left: 20px;!important;
}
.con-list1{
    width: 30%;
    margin-left: 2%;
    margin-bottom: 20px;
}

.post .tt .more_btn a{

}
.more_btn:hover{
    cursor:pointer;
}/**更多按钮**/
.post .con { padding:5px 0; padding-left: 10px;line-height: 40px}
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc;} /**系统新闻列表**/
.post .con .wp_article_list .list_item span{margin-left:0px;margin-right:5px;} 
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;} /**新闻列表图标**/
/*带图标标题*/
.post1 {}
.tt {height: 40px}
.post1 .tt .tit {}
.post1 .tt .tit .title {padding-left:10px;margin-top: -10px; font-family: "AlibabaPuHuiTi-2-55-Regular"; }
.title{
    padding-left: 10px;
    color: #742563;
}
.xhbg{
    width: 100%;
    height: 520px;
    float: left;
}
.xhbg-img{
    width: 600px;
    height: 600px;
    position: relative;
    left: 300px;
    top: -630px;
    z-index: -3;
}
.xhbg-img img{
    width: 100%;
    height: 100%;
}
/**自定义新闻列表**/
.news_list {}
.new-list-box{
    width: 700px;
    height: 360px;
    float: right;
    background-color: white;
    border-top: 2px solid #742563;
    font-family: "AlibabaPuHuiTi-2-55-Regular";
    overflow: hidden;
}
.news_list li::before{
    color: #D3DFF2;
    margin-top:-10px;
    height: 10px;
    width: 1px;
    margin-right: 10px;
}
.news_list3 li::before{
    color: #D3DFF2;
    content:"●";
    margin-top:-10px;
    height: 10px;
    width: 1px;
    margin-right: 10px;
}

.new{
    width: 500px;
    height: 368px;
    float: left;
    margin-top: -408px;
}
.xueshu-bg{
    background-image: linear-gradient(to right, #782365 0%, #A13689 50%, #782365 100%);
    width: 100%;
    height: auto;
}
.con-style{
    background: white;
    width: 350px;
    height: 370px;
    margin-top: 20px;
    border-radius: 5px;
    margin-right: 25px

}
.xueshuimg{
    width: 100%;
    height: 250px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}
.xueshuimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.xueshu-box{

    height: 220px;
    background: url("images/xueshubg.png");

}
.you-st{
    width: 30px;
    height: 30px;
    float: left;
}
#a-link a{
    position: relative;
    display:block;
    width: 30px;
    height: 30px;
    font-size: 0;
    z-index: 9;
    left: 300px;
    top: -30px;
}
#a-link img{
    position: relative;
    left: 0px;
    top: -60px;
}

.xueshu-box{
    
}
.margin-xh{
    margin-left: 2%;
    height: 250px;width: 31%;padding: 0 5px 0 5px;margin-bottom: 0px;float: left;
}
.new-list-box-change{
    width: 100%;border-top:0;background-color: transparent;height: auto;padding-right: 5px;
}
.con-list1-change{
    width: 100%;padding: 0;margin-left: 0;height: 30px;margin-bottom: 0px;border-right: 1px solid gainsboro;
}
.post .con-list1-change{
    padding-left: 0;
}
.new-list-box-change li:hover.new-list-box-change{
    background-color: #F2F2F2;
    color: #721271;
}

.news-change{
    float: left;
    margin-top: 3px;
}
.img-st{
    width: 10px;height: 10px;float:left;margin: 8px 5px 0 10px;
}
.juzhong-cange{
    height: 20px;float: right;padding: 4px 4px 4px 4px ;margin-top: 0px;margin-right: 5px
}.news_meta-size{
     font-size: 14px
 }
.new-box{
    width: 100%;
    height: 100%;
}
.line1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.line2{
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     overflow: hidden;
 }
.rom-color a{
    color: #7A7882
}
.news_list1 li.news {   } /**标题图标**/
.news_list1 li.news span.news_title {}
.news_list1 li.news span:hover{
    color: #853584;
}
.news_list1 li.news span{margin-left:0px;margin-right:5px;}
.news_list1 li.news span.news_meta { float:right; margin-left:2px;font-size: 0.9rem; color: gainsboro;}
.news_list1 li.news p {clear:both; line-height:20px; color:#787878;}
.news_list1 li.news p a { color:#787878;}
.news_list1 li.news p a:hover { color:#EF6C02; text-decoration:underline;}
.news_title{
    font-size: 14px;
}
.font-size1{
    font-size: 1rem
}
.news_list li.news {} /**标题图标**/
.news_list li.line-height{
    line-height: 50px;
}
.news_list li.news span.news_title {}
.news_list li.news span{margin-left:0px;margin-right:5px;}
.news_list li.news span.news_meta { float:right; margin-left:2px;font-size: 0.9rem; color: #9A9A9A;}
.news_list li.news p {clear:both; line-height:20px; color:#787878;}
.news_list li.news p a { color:#787878;}
.news_list li.news p a:hover { color:#EF6C02; text-decoration:underline;}
/** 
*其他样式
*/

.xueshuimg img{
    width: 100%;
    cursor: pointer;
    transition: all 1.3s;
}
.xueshuimg img:hover{
    transform: scale(1.1);
}

.shadow {
    cursor:pointer;
    display: inline-block;
}
.shadow:nth-child(1) {
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}
.shadow:nth-child(2) {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
.shadow:nth-child(3) {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}
.shadow:nth-child(4) {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}
.shadow:nth-child(5) {
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}
.animate-shadow-1, .animate-shadow-2{
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    -webkit-transition: box-shadow 1s ease;
    -o-transition: box-shadow 1s ease;
    transition: box-shadow 1s ease;
}
.animate-shadow-1:hover{
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}
.animate-shadow-2:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

.swiper{
    width: 100%;
    height: 400px;
    background: linear-gradient( #FFEAFF, #EFF0F5);
}
.news{
    line-height: 25px;
    width: 100%;
}
.swiper-box{
    width: 100%;
    height: 100%;
}
.list-right-content{
    width: 400px;
    height: 400px;
    background: #0161B5;
    float: right;
    margin-top: 10px;
}
.contant{
    width: 143px;
    height: 148px;
    float: left;
    border: 1px solid #66A0D2;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.1s;
}
.contant i{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 30px;
    margin-bottom: 10px;
}
.contant p{
    width: 145px;
    text-align: center;
    color: white;
    font-size: 13px;
    line-height: 25px;
    word-wrap: break-word; word-break: normal;
}
.contant:hover{
    background: #013FA0;
    transform: scale(1.05);
    cursor:pointer;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.centered{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.foot-img{
    max-width: 1550px;
    min-width: 1200px;
    height: 200px;
    margin: 0 auto;
    z-index: -1;
    margin-top: -200px;
    background: url(images/background.jpg);
}
.foot-img img{
    width: 100%;
    height: 100%;
}
#news_list li::before{
    display: none;
}
#news_list li img{
    position: relative;
    margin-right: 10px;
    top: 4px;
}
/**主体开始**/
#container {/* padding:7px 0; */}
#container .inner {width:1200px;margin-top: 10px;min-height:100vh;}

/**首页三列布局**/
.mod {    margin-top: 50px;}
.mod .ml {width:330px; float:left;}/**左列**/
.mod .mc { width:500px; margin-left:20px; float:left;} /**中间**/
.mod .mr { width:330px; float:right;} /**右列**/
.mbox {  overflow: hidden}

/**页脚开始**/
#footer {
    width: 100%;
    background: #013FA0;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: white;}
#footer .inner { padding:10px 0; border-top:2px solid #036; text-align:center;}
#footer .inner p { font-size:14px; line-height:20px; text-align:center;}
#footer .inner p span { margin:0 3px;}

/**列表页**/

.col_menu .col_menu_head{
    background-color: #721271;
}
.col_menu .col_menu_head h2.col_name{
    font-size: 20px;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 30px;
}
.col_menu .col_menu_head h2.col_name{
    display: block;
    line-height: 41px;
}
.col_menu {width: 245px;float:left;margin-top: 15px;min-height: 630px;background:white;}
.col_menu .col_menu_head h3.col_name {font-size: 19px;font-weight: normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 30px;padding: 10px 5px 0px 30px;height: 40px}/**栏目名称图标**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 30px;padding: 10px 5px 0px 30px;height: 40px;text-align: center}/**栏目名称图标**/
/**栏目列表*/
/**一级栏目列表*/


.col_list .wp_listcolumn { border-top:1px solid #2867A0; border-bottom:1px solid #fff; }
.col_list .wp_listcolumn .wp_column a{
    color: #383838;
    border-top:none;
    font-size: 15px;
    border-left: 4px solid #0667C6;
    border-bottom:none;
    font-weight:normal;
    width: 241px;
    background-position: 6px 16px!important;
    background: white;
    text-align: center;

}/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a .column-name{padding-top:0px; padding-bottom:0px; padding-left:0px; line-height:41px!important; }
.wp_listcolumn .wp_column a .column-name{padding: 0}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected{color: #ff7e00;border-left: 4px solid #FE7E00}/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#721271;}
.wp_listcolumn .wp_column{
    display: block;
    width: 241px;
    vertical-align:bottom;
}
/**二级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {color:#454545;background: white}/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a .column-name{padding-left:0px;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_2_hover.gif);}	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#721271;}
/**三级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 42px 10px;}/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name{padding-left:55px;}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);}/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}
/**四级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 57px 10px;}/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name{padding-left:70px;}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);}/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}
/**五级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;}/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name{padding-left:85px;}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

/**栏目新闻**/
.col_news {width:900px;float:right;}
.col_news_box{margin-left: 220px;width: 900px;float: right;margin-top: 15px}

.col_news_head {border-bottom:1px solid #ccc;padding-bottom: 20px}
.col_metas .col_title { display:inline-block; float:left; height:30px; line-height:30px;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size:20px;font-weight: bold;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;font-size: 15px;margin-right: 10px} /**当前位置**/

.col_news_list { margin-top:7px;min-height:300px; }
.col_news_list .wp_article_list .list_item {font-size: 15px;line-height: 40px} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item span{margin-left:0px;margin-right:5px;}
.col_news_list .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;margin-top: 12px} /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:6px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/

/**文章页**/
.infobox { margin:0 auto;}
.article {}
.article h1.arti_title {line-height:36px;font-size:18px;font-family: "Microsoft YaHei";color:#282828;text-align:center;} /**文章标题**/
.article .arti_subtitle {line-height:30px;font-size:16px;color:#282828;font-family: "Microsoft YaHei";text-align:center;} /**文章副标题**/
.article .arti_metas { padding:10px; text-align:center;border-top: 1px solid #D0D0D0; border-bottom: 1px solid #D0D0D0;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 auto;padding:5px 0px; min-height:300px; overflow:hidden;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.6; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:6px;}
.article .entry .read img { max-width:840px; _width:expression(this.width > 940 ? "840px" : this.width); }  /**文章阅读部分图片大小限制**/

/**幻灯片修改**/
.dtjt8_div_img .number .nomal{
    width: 16px;
    height: 16px;
    line-height: 20px;
    margin-top: -5px;
    font-size: 12px;
    border: none;!important;
    opacity: 1;!important;
    background: #FFFFFF;!important;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.dtjt8_div_img .number .current{
    width: 16px;
    height: 16px;
    line-height: 20px;
    margin-top: -5px;
    font-size: 12px;
    border: none;!important;
    opacity: 1;!important;
    background: #DBA018;!important;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.timer{
    display: none;!important;
}

.wp_article_list .list_item{
    width: 600px;!important;
    border-bottom: 0;
    line-height: 30px;
    font-size: 13px;
}
.wp_article_list .list_item .ex_fields{
    margin-right: -280px;!important;
}
.wp_paging{
    margin-top: 10px;
    font-size: 0.8rem;
}
.wp_article_list .list_item .pr_fields{
    width: 100%;!important;
}

#gundong{ width: 100%; height: 100%; position: relative;overflow: hidden;background-color: transparent}
#gundong ul { width: 100%; height:100%; position: relative; }
#gundong ul li { height: 100%; float: left; list-style: none;}
#gundong ul li img { width: 250px; height: 200px; display: inline-block;border-radius: 10px;margin: 0 20px 0 20px}

.swiper-container {
    min-width: 1200px;
    width: 1200px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-prev{
    background-image: none;
    left: 50px;
    width:50px;
    height: 50px;
}
.swiper-button-prev img{
    width: 100%;
    height: 100%;
}
.swiper-button-next{
    background-image: none;
  right: 50px;
    width: 50px;
    height: 50px;
}
.swiper-button-next img{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background:#E2E2E2;
    opacity: 0.9;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.swiper-pagination-bullet-active{
    background-image: url("data:image/png;base64,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");
    background-size: contain;
    width: 17px;
    height: 17px;
    background-color: transparent;
    opacity: 1;
}
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected{
    color: #721271;
    border-left: 4px solid #FE7E00;
    background: #F2F1F2;
    text-align: center;
}
.col_list .wp_listcolumn .wp_column a{
    border-left:4px solid #721271;
}

.col_news_con{
    line-height: 30px;
    font-size: 1rem;
}
.picbase1-content{
    bottom: 0px;
    right: 0;
    left: auto;
    max-width: 100%;
    background:linear-gradient(to left, #AF4999, #752262);
    border-radius: 5px 0 0 5px;
}
.picbase1-content h2{
    background: none;
    border-bottom: none;
    opacity: 1;
    padding: 10px 12px 0;
    font-family: emoji;
    font-weight: normal;
}
.picbase1-content p{
    background: none;
    opacity: 1;
    font-family:emoji;
}
.picbase1-credit{
    display:none ;
}
.picbase1-slidenav{
    bottom: 62px;
}
.picbase1-slidenav li{
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAiCAYAAAA+stv/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASTSURBVHgBtVdriFVVFF5736djORMOVNMPxxpyZiqkVKgMQaqhTOhhZRQEPQiEoIeVw2AEDf5UiR5Ef8r8I5PYkzCkHKIcgknxMT4YdZBxfKAyOM49Z599HsvvnHscrsy99+wrcxece/fZ+9trfXvttddeR9ANCLv2oyRSq4iDDhLSJea9lM5uFUIMUT2FJydvY1ftYtfhMo/Pvt7EzGmqh0DxTTA+VME4sxc/2tlSi15pjPT0e0Sis+I4x4+gV8FoKc0kAaxeQPMzZCp+8I4pVLJtt/LwcK4qyrJuB417yVSYnkqEDA5mmC/cLBA4/1PAs7HMzZTJ7UAkX5gGBklKyxGqQUQmJ8oaZp5FnrcGbnoTJ2iPpCBIoX8BCfE1+fogAmo9j483TddILpmLXcZwDrq7yXNHiYKNUNiBXhEPqjb29OuI8v7oOGl1mHVh0dTkkd15nP3Riidg2qP+vM64LtyP/qPx+CDG18Krd4ZjkrW9jXxaBzKnKJ3rQkJ5iKQcI5nZyY61Olr8/OUKHvqFTCXwP58y7jmrSKb/Qes8zC3D1ixG9wFs6RosqgcANRKdX1e57Op+9ryn4a4mMO1F3yja98UuDJPQuSK26vMbsNlojms/FukPdU1MNLMqrICOnXi3irlDfwv3qL+g9GyRQKxE2wPsOPdgwkq8D0DhvEih43Sw75yskox+Dg1FWKUWAHsABFZwobAk3BaM+yXYcfR9FsfASB5xcBc6V8P4Fkw6g/YEgD1sWQ+i7/trKZZ5rAETP4C39gAzWlyh+hXt58JAi70VZs3f2bUeYd99H3omMH4R/9uh6y1mpz3ycqgTHvgGoF4Q6AL7ubGCJvR9BBddwv+6cB/hlsVlIjvFfX2paf2+xv6qJ0DuCxi14Ylu5kJLPEdia5ZhAZtg++00cuHjOIqtFOBENOQ0cvl+pN2fKKAf0f8DZeRmYtx4rjcH8wdLDSFn+FQ2CLkRo4tgrY3SQTtR/hwCfSV79vPQ/SSCsZEE8raQ3xVT8bWUwZRFewlaG0BsP6XFRhDrxUUA48EhMpXAPwGlzWQ5L5MnX4PRMejejoW8hNHGUmi1uyADJc+C6S7c/UgespNMRaaQZII/aPasY3j7BM/cilBKlltQeGygTH4fGQv/B09uxRY0JyENr2NxK3nOG2Qs3I3Elmi8BgIhB9FqjpUPm0LNCRBpY2QYzDNOgKkuUgOBoC4UatmCukgtQViXcruGLeBGqoOgJGNlFGBC0IxKaDPwOawJ/zWbIWeYQUhAHJIovb7E6q4kggXfbfLZBYxp+a6x+D4pstl9JIL1lHTSme7ArfYhJYnnfEomIulj0dBwuqg7LCyUtRbFw3hCveextt4ty4+HcyhAvkqsmIs1ZU9ZUqwnF6KS2Q2AW12B2oGfruirSl1uQ+eLqJ4GEo1r5wjmv1Jqs/zXi9YLsecvoLkciAfg/vwUmkv+k0SgDgoYJb7oJ0pto1Tqb1RRheshCYKKtoWysh21/VKk404883DVtiBw52B2PF/gomILpC7i5RT29wQ+UIdQAe2l7JnjQsxXlfRfBett/oK01AzDAAAAAElFTkSuQmCC");
    background-size: 100% 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 15px;
    height: 15px;
     box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
    margin: 0 0 0 10px;
}
.picbase1-slidenav li:hover{
    background: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAiCAYAAAA+stv/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASTSURBVHgBtVdriFVVFF5736djORMOVNMPxxpyZiqkVKgMQaqhTOhhZRQEPQiEoIeVw2AEDf5UiR5Ef8r8I5PYkzCkHKIcgknxMT4YdZBxfKAyOM49Z599HsvvnHscrsy99+wrcxece/fZ+9trfXvttddeR9ANCLv2oyRSq4iDDhLSJea9lM5uFUIMUT2FJydvY1ftYtfhMo/Pvt7EzGmqh0DxTTA+VME4sxc/2tlSi15pjPT0e0Sis+I4x4+gV8FoKc0kAaxeQPMzZCp+8I4pVLJtt/LwcK4qyrJuB417yVSYnkqEDA5mmC/cLBA4/1PAs7HMzZTJ7UAkX5gGBklKyxGqQUQmJ8oaZp5FnrcGbnoTJ2iPpCBIoX8BCfE1+fogAmo9j483TddILpmLXcZwDrq7yXNHiYKNUNiBXhEPqjb29OuI8v7oOGl1mHVh0dTkkd15nP3Riidg2qP+vM64LtyP/qPx+CDG18Krd4ZjkrW9jXxaBzKnKJ3rQkJ5iKQcI5nZyY61Olr8/OUKHvqFTCXwP58y7jmrSKb/Qes8zC3D1ixG9wFs6RosqgcANRKdX1e57Op+9ryn4a4mMO1F3yja98UuDJPQuSK26vMbsNlojms/FukPdU1MNLMqrICOnXi3irlDfwv3qL+g9GyRQKxE2wPsOPdgwkq8D0DhvEih43Sw75yskox+Dg1FWKUWAHsABFZwobAk3BaM+yXYcfR9FsfASB5xcBc6V8P4Fkw6g/YEgD1sWQ+i7/trKZZ5rAETP4C39gAzWlyh+hXt58JAi70VZs3f2bUeYd99H3omMH4R/9uh6y1mpz3ycqgTHvgGoF4Q6AL7ubGCJvR9BBddwv+6cB/hlsVlIjvFfX2paf2+xv6qJ0DuCxi14Ylu5kJLPEdia5ZhAZtg++00cuHjOIqtFOBENOQ0cvl+pN2fKKAf0f8DZeRmYtx4rjcH8wdLDSFn+FQ2CLkRo4tgrY3SQTtR/hwCfSV79vPQ/SSCsZEE8raQ3xVT8bWUwZRFewlaG0BsP6XFRhDrxUUA48EhMpXAPwGlzWQ5L5MnX4PRMejejoW8hNHGUmi1uyADJc+C6S7c/UgespNMRaaQZII/aPasY3j7BM/cilBKlltQeGygTH4fGQv/B09uxRY0JyENr2NxK3nOG2Qs3I3Elmi8BgIhB9FqjpUPm0LNCRBpY2QYzDNOgKkuUgOBoC4UatmCukgtQViXcruGLeBGqoOgJGNlFGBC0IxKaDPwOawJ/zWbIWeYQUhAHJIovb7E6q4kggXfbfLZBYxp+a6x+D4pstl9JIL1lHTSme7ArfYhJYnnfEomIulj0dBwuqg7LCyUtRbFw3hCveextt4ty4+HcyhAvkqsmIs1ZU9ZUqwnF6KS2Q2AW12B2oGfruirSl1uQ+eLqJ4GEo1r5wjmv1Jqs/zXi9YLsecvoLkciAfg/vwUmkv+k0SgDgoYJb7oJ0pto1Tqb1RRheshCYKKtoWysh21/VKk404883DVtiBw52B2PF/gomILpC7i5RT29wQ+UIdQAe2l7JnjQsxXlfRfBett/oK01AzDAAAAAElFTkSuQmCC");
    background-size: 100% 100%;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
}
.picbase1-slidenav li.active{
background: transparent;
background-image: url("data:image/png;base64,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");
background-size: 100% 100%;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
}
.footer{
font-family: "AlibabaPuHuiTi-2-55-Regular";
}
.more_text{
color: #742563;
font-family: "AlibabaPuHuiTi-2-55-Regular";
}
.sousuo{
width: 200px;
height: 40px;
float: right;
margin-left: 90px;
margin-top: -50px;
}
#keyword{
height: 40px;
width: 160px;
border: 0;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
background: #AA3BA9;
color: white;
padding: 0 0 0 10px;
font-size: 15px;
}
input#keyword:focus{
border-color: #AA3BA9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(170,59,169,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(170,59,169,.6)
}
.wp_search .search{
width: 40px;
height: 40px;
border: 0;
margin-top: 2px;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAzCAIAAAC43dc6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE7UlEQVR42u2ZfUxVdRjHubB4k7a8tpq5fEsst9YfvY2xSm219aKr1UzXbLVY2cossDab2ni7F4JKvKJ/KC8XCDSDYiJINFOnNqMGcblOswnpJnGZcM/7+/ndvr8L+kebdM+N087qbr9/OPwO53Oe5/d9nu9zSBrOX8YUJzlkhYtc44XJV7bM6stb5M9dvXXu+0mO4ru+Jgpd5zfeXnXveofyYY1uTT++9j7n8o0Xpgzlu53LxxQhhGkO5itOCm1LTfAl+BJ8/08+F1uWyfkWCl88KR3eIJ8oUn6oUE5XyMe2S4ff5BtWcjvnM94MbPv3+VzMJNmB1VqgyRgLmkKI6HKEmBFiEE00hVEjNKj21Qgtq7ANm+OjjI/PxXjS+H0PqsH9RGEBFDH1iKFGdCUCRLoU+iMumjqRrmpnv+T3PYBb4kCMg49GTmx/FeEhKg8Cc+Kidq5V6t7E1+Zwu+7idi0R/I9JRzbqFzrM8DAxFGwzRgNi27poFO3lo5ETv37Z+KMPTyXSODIoHnyBq85mK+cwnlSmJJkubxpb6eb23CO2voTsE2mCqJwx8rP4zXq6x0oULfKVZfI1DxmhAJ5ncleUM1Vc1fxo4m6w35vO+RarvT7CjdAohgL83vujirGFz8X5FmlnD05F7kwVWzGbRmv6u0qSsY0iSuN4K3WwmYo65hBa4GO9GcL+VfQxhqoONFBV/i3cNUSEWe2vp3JRGKHl6dgPogU+vLfaX0cFER4Sv1qD3Fk46Ti1rWtwIwqQOtDI7Vww83xC40ozNAg+7ddD3O67rSqRq16qnW9HMTJCQaHx8ZnnQ0sgwigKm9T1DuRplQ8Cl77Nj5gaSrd4KG/m+eRj24gmofYK/ken0+yNU8zX5eL10Gbwp2aeTzn9CW0VuowiHKsy/qKS6iW0rxBTOemxic/8Z3zZUT5DOVlqQ36PF5Job+XrcuLJrzedb1hB86uJ8tEtdujjjSl9dL9Hu5llfbjRo6k+eOjjdRvqS9MT5liQ1pdzbciU5fqyZ5n+W1e0vgQE/3I76vMClFY8IFqfX7SWYm86/IvJ/B4xDbVvL1d1pw39tyxTaHkWDQohVPtraQ+Ivb/5FmuBZuq1pKtC81OxWwSr/mAhGnzUH0woP/pi9QeVbvWnaiJTl6UFW+zyB9E0ZcAgGWPUmcIyKb0+OJrpGrEnjZ4KwPEjVBnsJaH+EbY8y2Z/2v4KzCaCgSiqgSaxbS3OPu143rQpf+qBP53D7V4Kf6oO+BE5wEUIQXKlngL287lMaYrN/r5tnREaoIiGAhOvX+iUjrzLNyyHrrH4+ly0WrgB/Apk1MyylwCH8okxSurcwH52W4xnN975zZOKkUcLHoAdhCSjI5JGe8P1RQOG6yaRw7D4Qn2u3LOZCCFcoYg9BUz5LLvnywycLaHlGbW/xoTjF0ape5hk0mUyOV/+4odaIQicOXbHHVLnW0Ck02d4SOrZTBFLUuydz6EYPF5oWCF15Mnff6Sc8mLR+bwjDyaP1iDvtcm3NAVplb/7AHCQF1KPhsRW3OKk7xs4c+VZUcRhHEd9+Ci3Y57zvr+UZ0ldb+uXTyknitlPb3UeX0kKCjtaHIUrvSnxfS3Bl+D7r/I5+v9HE0Wuyx/e7Fw+JLf3tWyH8oWLXBfz3bU5zzmOD2Rj21OHCmZ3P//wx/M2/Qk8FIOZbF2FigAAAABJRU5ErkJggg==");
background-size: 100% 100%;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wp_search .search:hover{
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240,130,0,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240,130,0,.6)
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected{
    background: #F2F1F2;
}
.list-img{
    width: 100%;
    height: auto;
    min-width: 1200px;
}
.list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 1200px;
}
a:hover{
    color: #742563;
}
.textCenter {
    width: 25px;
    height: 2px;
    background: #721271;
    transition: width 1s;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#con-list:hover{
    cursor:pointer
}
#con-list:hover #textCenter{
    width: 370px;
}
.imgscroll2_img{
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px 0 10px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    transition: all 0.5s;
}
.imgscroll2_img:hover{
    background-color: transparent;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
/*.imgscroll2_img:hover #imgscroll2_img{
    border: 1px solid #721271;
}*/
.imgscroll2_img a {
    display: flex;
    height: auto;
}

.imgscroll2_img a img{
    object-fit: cover;
    transition: all 1s;
}
.imgscroll2_img a img:hover{
    transform: scale(1.1);
}
.swiper-slide a{
    position:absolute;top:0;left:0;width:100%;height:100%;color: transparent;font-size: 0px;
}
/*  */
.bz-buttonAnimat{position:relative;}
.bz-buttonAnimat .inner1{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events: none}
.bz-buttonAnimat:nth-of-type(1):before,
.bz-buttonAnimat:nth-of-type(1):after,
.bz-buttonAnimat:nth-of-type(1) .inner1:before,
.bz-buttonAnimat:nth-of-type(1) .inner1:after{background-color:#A2408D;}
.bz-buttonAnimat:nth-of-type(2):before,
.bz-buttonAnimat:nth-of-type(2):after,
.bz-buttonAnimat:nth-of-type(2) .inner1:before,
.bz-buttonAnimat:nth-of-type(2) .inner1:after{background-color:#26a69a;}
.bz-buttonAnimat:nth-of-type(3):before,
.bz-buttonAnimat:nth-of-type(3):after,
.bz-buttonAnimat:nth-of-type(3) .inner1:before,
.bz-buttonAnimat:nth-of-type(3) .inner1:after{background-color:#7e57c2;}
.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner1:before,
.bz-buttonAnimat .inner1:after{position:absolute;content:"";display:block;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s,-webkit-transform 0.3s;}
.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:before,
.bz-buttonAnimat.both:after{left:0;width:100%;height:2px;-webkit-transform:scaleX(0);transform:scaleX(0);}
.bz-buttonAnimat.horizontal .inner1:before,
.bz-buttonAnimat.horizontal .inner1:after,
.bz-buttonAnimat.both .inner1:before,
.bz-buttonAnimat.both .inner1:after{top:0;width:2px;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);}
.bz-buttonAnimat.horizontal .inner1:before,
.bz-buttonAnimat.both .inner1:before{left:0;}
.bz-buttonAnimat.horizontal .inner1:after,
.bz-buttonAnimat.both .inner1:after{right:0;}
.bz-buttonAnimat.horizontal .inner1:hover:before,
.bz-buttonAnimat.horizontal .inner1:hover:after,
.bz-buttonAnimat.both .inner1:hover:before,
.bz-buttonAnimat.both .inner1:hover:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.both:before{top:0;}
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:after{bottom:0;}
.bz-buttonAnimat.horizontal:hover:before,
.bz-buttonAnimat.horizontal:hover:after,
.bz-buttonAnimat.both:hover:before,
.bz-buttonAnimat.both:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);}
.bz-buttonAnimat.horizontal:hover .inner1:before,
.bz-buttonAnimat.horizontal:hover .inner1:after,
.bz-buttonAnimat.both:hover .inner1:before,
.bz-buttonAnimat.both:hover .inner1:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.horizontal.clockwise .inner1:before,
.bz-buttonAnimat.both.clockwise .inner1:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.clockwise .inner1:after,
.bz-buttonAnimat.both.clockwise .inner1:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.clockwise:before,
.bz-buttonAnimat.both.clockwise:before{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.clockwise:after,
.bz-buttonAnimat.both.clockwise:after{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.clockwise:hover .inner1:before,
.bz-buttonAnimat.both.clockwise:hover .inner1:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.clockwise:hover .inner1:after,
.bz-buttonAnimat.both.clockwise:hover .inner1:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.clockwise:hover:before,
.bz-buttonAnimat.both.clockwise:hover:before{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.clockwise:hover:after,
.bz-buttonAnimat.both.clockwise:hover:after{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise .inner1:before,
.bz-buttonAnimat.both.counterclockwise .inner1:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.counterclockwise .inner1:after,
.bz-buttonAnimat.both.counterclockwise .inner1:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.counterclockwise:before,
.bz-buttonAnimat.both.counterclockwise:before{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.counterclockwise:after,
.bz-buttonAnimat.both.counterclockwise:after{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover .inner1:before,
.bz-buttonAnimat.both.counterclockwise:hover .inner1:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover .inner1:after,
.bz-buttonAnimat.both.counterclockwise:hover .inner1:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover:before,
.bz-buttonAnimat.both.counterclockwise:hover:before{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover:after,
.bz-buttonAnimat.both.counterclockwise:hover:after{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.vertical:before,
.bz-buttonAnimat.vertical:after{top:0;width:2px;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);}
.bz-buttonAnimat.vertical:before{left:0;}
.bz-buttonAnimat.vertical:after{right:0;}
.bz-buttonAnimat.vertical:hover:before,
.bz-buttonAnimat.vertical:hover:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.vertical.clockwise:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.clockwise:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.clockwise:hover:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.clockwise:hover:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.counterclockwise:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:hover:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:hover:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}

