
/*头部*/

.g-top{
    overflow: hidden;
    padding:8px 0 0 0;
    color: #fff;
    background-color: rgba(255,255,255,.3);
}

.m-head{
    padding: 15px auto;
    overflow: hidden;
   
}
.m-logo{
    float: left;
    width: 700px;
    /*padding-top: 15px;*/
   margin-top: 15px;
}

.m-logo-img{
    float: left;
    width: 100px;
}
.m-logo-img img{
    width: 100px;
}
.m-logo-title{
   float: left;
   margin:10px 0 0 10px;
}

.m-logo h1 {
    font-family: "黑体";
    font-size: 44px;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255,255,255,.5);
    /* Clip Background Image */
    /*background: url(../images/animated_text_fill.png) repeat-y;*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*-webkit-animation: aitf 80s linear infinite;*/
    /*-webkit-transform: translate3d(0,0,0);*/
    /*-webkit-backface-visibility: hidden;*/
    color: #fff;

}
.m-logo h2{
    font-size: 22px;
    color: #19b571;
    padding-top: 5px;
}

/* Animate Background Image */

@-webkit-keyframes aitf {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.g-header {background:url(../images/headbg.png); background-size:cover ;} 
.m-head-r{
    float: right;
    width:410px;
    margin-top:10px ;
}
.search{
    float: right;
    padding-top:15px;
    width: 323px;
    margin-bottom: 15px;
}
.search input{
    border: 1px solid #ddd;
    height: 35px;
    width: 230px;
    padding: 0 10px;

}
.search button{
    background: #19b571;
    border: 1px solid #19b571;
    height: 38px;
    line-height: 38px;
    color: #fff;

    margin-left: -5px;
    cursor: pointer;
    width:70px;
}
.m-head-r h2{ text-align: right; font-size: 18px; letter-spacing: 5px;}
.m-head-r p{ text-align: right; font-size: 10px; margin-bottom: 20px; margin-right: 5px; }

.m-nav{
    background: #19b571;
    display: table;
    width: 100%;
}
.m-nav ul{
    margin: 0 auto!important;
}
.m-nav ul li a, .m-nav ul li a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
}
.m-nav ul li img{
    /*float: left;*/
   position: relative;
    top:12px;
    right:10px

}
.m-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 1000;
}
.m-nav ul li {
    float: left;
    margin-right: 1px;
    position: relative;
}
.m-nav ul li.cur{
    background: #24cf90;
}
.m-nav ul li ul {
    display: none;
}
.m-nav ul li:hover a {
    color: #fff;
    /*background: #005ba5;*/

}
.m-nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 50px;
    left:0;


}
.m-nav ul li:hover ul li a.hide {
    background: #24cf90;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.m-nav ul li:hover ul li:hover a.hide {
    background: #24cf90;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.m-nav ul li:hover ul li ul {
    display: none;
}
.m-nav ul li:hover ul li a {
    display: block;
    background: #24cf90;
    color: #fff;
    border-bottom: 1px solid #24cf90;
    font-size: 14px;
    padding: 5px 0;
    height: 30px!important;
    line-height: 30px!important;
}
.m-nav ul li:hover ul li a:hover {
    background: #e5e5e5;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 5px 0;
    height: 30px!important;
    line-height: 30px!important;
}

/*头部*/

/*底部*/
.g-footer{
    text-align: center;
    padding: 10px 0;
    background: #19b571;
    color: #fff;
    /*color: #fff;*/
}
.g-footer a{
    color: #fff;
}
.g-footer p{
    line-height:2;
}
/*底部*/

/*首页主体*/
.m-main1{
    overflow: hidden;
    margin: 15px 0;
    clear: both;
    background-color: #fff;
    padding: 15px;
}
.g-main{
    margin: 10px auto;
    overflow: hidden;
}


/*首页右边部分第一块内容样式 m-session1*/
.m-session1{
    margin-bottom: 15px;
    overflow: hidden;
}
.m-link{
    float: left;
    width: 138px;
    margin-right: 15px;
}
.m-link ul li a{
    padding: 8px 0;
    background-color: #448aca;
    width: 138px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 7px;
}
.m-link ul li:last-child a{
    margin-bottom: 0;
}
.tab{
    width: 450px;
    float: right;
    height: 390px;
    position: relative;
    overflow: hidden;
}
input[type='radio']{
    display: none;
}
.tab label{
    display: block;
    cursor: pointer;
    position: absolute;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: #f2f2f2;
}
.label-1{
    left: 0;
    top: 0;
}
.label-2{
    left: 110px;
    top: 0;
}
input[type='radio']:checked~div[class^='mod']{
    display: block;
}
input[type='radio']:checked~label{
    background-color: #448aca;
    color: #fff;
    height: 39px;
}
[class^='mod']{
    position: absolute;
    top: 40px;
    display: none;
}
.tab ul{
    border-top:1px solid #ddd;
    width: 450px;
}
.tab ul li{
    padding-bottom:9px;
    padding-top: 9px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    clear: both;
}
.tab ul li:last-child{
    border:0
}
.tab ul li span.m-time{
    float: right;
}
.m-session1-column{
    width: 400px;
    float: left;
    padding-left:15px;
}
.m-session1-column2{
    width: 320px;
    float: right;
    /*padding-left:15px;*/
}
.m-fgx{
    float: left;
    padding-left: 10px;
}
.m-innewstit1{
    border-bottom:1px solid #19b571;
    clear: both;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    /*padding:0 15px;*/
}
.m-innewstit1 h4{
    float: left;
    padding:0 10px;
    text-align: center;
    color: #fff;
    height:30px;
    border-radius: 5px 5px 0 0;
    background-color: #19b571;
}
.m-innewstit1 a{
    float: right;
    color: #19b571;
}
/*首页右边部分第二块内容样式 m-session2*/
.m-session2{
    overflow: hidden;
    margin-bottom: 20px;
}
.m-session2-column{
    width: 380px;
    float: left;
    padding-right:15px
}
.m-session2-column:last-child{
    padding-right: 0;
}
.m-innewstit{
    border-top:1px solid #19b571;
    clear: both;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding:0 15px;
}
.m-innewstit h4{
    float: left;
    padding:0 10px;
    text-align: center;
    color: #fff;
    height:30px;
    border-radius: 0 0 5px 5px;
    background-color: #19b571;
}
.m-innewstit a{
    float: right;
    color: #19b571;
}

.m-red .m-innewstit{
    border-top:1px solid #cd0208;
}
.m-red .m-innewstit h4 img{
    float: left;
    width: 20px;
    padding-right:10px;
    padding-top: 4px;
}
.m-red .m-innewstit h4{
    background-color: #cd0208;
}
.m-red .m-innewstit a{
    float: right;
    color: #cd0208;
}

.list-innews{
    padding:0 15px;
    /*height: 250px;*/
}
.list-innews ul li{
   padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}
.list-innews ul li:last-child{
    border:0
}

/*首页右边部分第三块内容样式 m-session3*/
.m-session3{
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.m-session3-list{
    clear: both;
    overflow: hidden;
}
.m-session3-title a{
    float: left;
    padding:15px 0;
    background-color:#43c5e5;
    width: 138px;
    color: #fff;
    text-align: center;
    display: block;
}


.marqueeleft{height:79px;width:795px;overflow:hidden;  padding: 13px 0; background: #fff;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:150px;overflow:hidden;}
.marqueeleft li .pic{display:block;border:#ddd 1px solid;width:130px;overflow:hidden;}
.marqueeleft li .txt{text-align:center;height:25px;line-height:25px;}

/*首页右边部分第四块内容样式 m-sessio4*/
.m-session4{
    overflow: hidden;
    margin-bottom: 20px;
}
.m-inabout{
    width: 775px;
    float: left;
    margin-right: 15px;
}
.m-inabout-info{
    padding: 15px;
}
.m-inabout-info img{
    float: left;
    padding-right:20px;
}
.m-inabout-info p{
    text-indent: 2em;
    line-height:2em;
    text-align: justify;
}


.list-bmfw{
    padding:0 15px 15px;
}
.list-bmfw ul li{
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 15px;
}





.m-center{
    overflow: hidden;
}

.location{

    background: #fff;
    padding-bottom:15px
}
.location img{
    float: left;
    padding-top: 2px;
}
.centerl{
    float: left;
    width: 257px;

}

.m-secondary_menutit{
    background: url("../images/news_topbj.png") no-repeat;
    clear: both;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}
.m-secondary_menutit h4{
    float: left;
    color: #fff;
    padding: 0 30px;
}
.m-secondary_menutit h4 img{
    padding-right:5px;
    padding-top: 5px;
    float: left;
}
.m-innew4tit a{
    float: right;
    padding:8px 10px 0 10px;
    color: #fff;
}


.m-catalog{
    border:1px solid #ddd;
}
.m-catalog ul li a{
    font-size: 14px;
    background: #f0f0f0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: block;
}
.m-catalog ul li a:hover{
    font-size: 14px;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: block;
}
.m-catalog ul li.cur a{
    font-size: 14px;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: block;
}
.m-catalog ul li:last-child a{
    border: 0;
}

.m-sidebar2{
    margin-top: 15px;
    overflow: hidden;
}
.m-sidebar2 ul{
    overflow: hidden;
    border:1px solid #ddd;
}
.m-sidebar2 ul li{
    float: left;
    width: 33%;
    text-align: center;
    margin:10px 0;
}


.m-centerr{
    width: 880px;
    min-height: 550px;
    float: right;
    border: 1px solid #ddd;
}

.m-centerrtit{
    background: -webkit-linear-gradient(#fefefe, #e8e8e8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fefefe, #e8e8e8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fefefe, #e8e8e8); /* Firefox 3.6 - 15 */
    background: linear-gradient(#fefefe, #e8e8e8); /* 标准的语法 */
    clear: both;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}
.m-centerrtit h4{
    float: left;
    padding: 0 10px;
}
.m-centerrtit h4 img{
    padding-right:5px;
    padding-top:12px;
    float: left;
}




.lst-news{
    padding: 10px;
}
.lst-news ul li{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dashed #ddd;
}
.lst-news ul li:last-child{
    border:0
}
.lst-news ul li span.m-time{
    float: right;
}



.m-article{
    padding: 15px;
    line-height:2em;
}
.m-article p{
    line-height:2em;
}
.m-article img {
    max-width:800px;
    display: block;
    margin:0 auto;
}

.pre-next{
    margin: 15px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.pre-next ul{
    float: left;
}
.pre-next ul li{
    padding-bottom: 15px;
}
.pre-next .m-return a{
    float: right;
    border: 1px solid #ddd;
    padding: 5px 20px;
}

.m-blogroll{
    overflow: hidden;
    text-align: center;
}
.m-blogroll ul{

    margin: 0 auto;
}
.m-blogroll ul li{
    float: left;
    padding:2px;
}
.m-blogroll ul li img {
  width: 230px;
    height: 52px;
}


.lst-pro{
    padding: 10px;
}
.lst-pro ul li{
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 15px 0;
}
.lst-pro ul li img{
    width: 250px;
    height: 188px;
    padding-bottom: 5px;
}
.lst-pro ul li p{
    width: 250px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


/*建设成果滚动*/
.Box_con {position: relative;  padding: 15px;}
.Box_con .conbox {position: relative;overflow: hidden;}
.Box_con .conbox ul {position: relative;list-style: none;}
.Box_con .conbox ul li {float: left;width: 210px;height: 210px;margin-left: 20px;overflow: hidden;}
.Box_con .conbox ul li:first-child {margin-left: 0;}
.Box_con .conbox ul li img {display: block;width: 210px;height:158px;transition: all 0.5s;}
.Box_con .conbox ul li:hover img {transform: scale(1.1);}

.Box_con .conbox ul li p {
    padding-top: 10px;
}


table{
    /*border:1px solid #DDD*/
}
table tr td{
    /*background-color: #eee;*/
    border:1px solid #DDD;
    padding: 10px;
}
table tr th{
    border:1px solid #DDD;
    text-align: center;
    margin: 0 auto;
    background-color: #4489ca;
    padding: 10px 0;
    color: #fff;
}


/*百叶窗新闻轮播*/

img { border: 0; vertical-align: top; }
.Slide { width:400px; height:260px; float:left;overflow: hidden;position: relative;}
.shutter {
    overflow: hidden;
    width: 400px;
    height: 260px;


}
.shutter-img {
    z-index: 1;
}
.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.shutter-img a {
    cursor: default;
}
.shutter-img a > img {
    width: 100%;
    height: 100%;
}
.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
}
.shutter-btn li.prev {
    left: 20px;
    background: url(../images/icon/shutter_prevBtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
    right: 20px;
    background: url(../images/icon/shutter_nextBtn.png) no-repeat 0 -49px;
}
.shutter-desc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: url(../images/icon/shutter_shadow.png) repeat;
}
.shutter-desc p {
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}



.cloud{
    /*width: 200px;*/
    /*height: 50px;*/
    /*background-color: #fff;   */
    /*border-radius: 30px;*/
    position: absolute;
    top:0;
}

[data-type=white_4]:before{
    content: "";
    display: block;
    /*width: 50px;*/
    /*height: 50px;*/
    top: -20px;
    left:-100px;
    /*background-color: #fff;   */
    /*border-radius: 30px;*/
    position: absolute;

}

@-webkit-keyframes linemove
{
    from {left:-800px;}
    to {left:1920px;}
}



[data-speed="1"]{
    animation: linemove 50.01936s;
    -webkit-animation: linemove 50.01936s;

}

.cloud{
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
    -webkit-animation-delay: -50s;
}
.zhuanti{ margin-top: 400px; background: #fff; }
.zhuanti-main{ overflow: hidden;}
.m20{ padding: 20px;}
.focus{position:relative;width:550px;height:380px;background-color:#000; float: left;}  
.focus img{width:550px;height:380px;} 
.focus .shadow .title{width:260px;height:65px;padding-left:30px;padding-top:20px;}
.focus .shadow .title a{text-decoration:none;color:#fff;font-size:14px;font-weight:bolder;overflow:hidden;}
.focus .btn{position:absolute;bottom:34px;left:510px;overflow:hidden;zoom:1;} 
.focus .btn a{position:relative;display:inline;width:13px;height:13px;border-radius:7px;margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53";text-decoration:none;text-align:center;outline:0;float:left;background:#D9D9D9;}  
.focus .btn a:hover,.focus .btn a.current{cursor:pointer;background:#fc114a;}  
.focus .fPic{position:absolute;left:0px;top:0px;}  
.focus .D1fBt{overflow:hidden;zoom:1;height:16px;z-index:10;}  
.focus .shadow{width:100%;position:absolute;bottom:0;left:0px;z-index:10;height:40px;line-height:40px;background:rgba(0,0,0,0.5);  
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;display:block;text-align:left;}  
.focus .shadow a{text-decoration:none;color:#fff;font-size:16px;overflow:hidden;margin-left:10px; display: block; width:70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}  
.focus .fcon{position:relative;width:100%;float:left;display:none;background:#000  }  
.focus .fcon img{display:block;}  
.focus .fbg{bottom:10px;right:10px;position:absolute;height:21px;text-align:center;z-index:200;}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative;display:inline;width:12px;height:12px;border-radius:7px;margin:0 5px;color:#666;font:12px/15px "\5B8B\4F53";text-decoration:none;text-align:center;outline:0;float:left;background:#666;}    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fff;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none;font-style:normal;}    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background:url(../images/focus_btn.png) no-repeat;}
.focus .prev{top:50%;margin-top:-37px;left:0;background-position:0 -74px;cursor:pointer;}  
.focus .next{top:50%;margin-top:-37px;right:0;background-position:-40px -74px;cursor:pointer;}  
.focus .prev:hover{background-position:0 0;}  
.focus .next:hover{background-position:-40px 0;}  
.w1200{max-width:1200px; width:100%; margin:0 auto; /*overflow: hidden;*/}
.zhuanti-yaowen{ float: right; width: 580px;}
.zhuanti-yaowen h2{ overflow: hidden; border-bottom: 1px solid #ddd;  padding-bottom: 10px; }
.zhuanti-yaowen h2 a{ float: right; color: #999; font-size: 14px;}
.zhuanti-yaowen img{ float: left;}
.zhuanti-yaowen span{ float: left; margin-left: 10px;   color: #c4000f;font-size: 20px;     font-weight: bold;}
.zhuanti-yaowen h3{color: #d31617; line-height: 66px; margin: 0 auto; font-size: 27px; font-weight: normal; width: 300px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.zhuanti-yaowen .text{ line-height: 30px; color: #333; font-size: 16px;}
.zhuanti-yaowen .text a{ color: #c4000f;}
.yaowen-list{ margin-top: 15px; padding-top: 15px; border-top: 1px dashed #ddd;}
.yaowen-list li{ line-height: 30px; background: url(../images/dot.gif) no-repeat left center;  overflow: hidden; padding-left: 15px;}
.yaowen-list  a{ float: left; width: 80%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333;}
.yaowen-list  span{ float: right; font-weight: normal; font-size: 14px; color: #999;}
.banner img{ width: 100%;}
.zhuanti-ywbb{ background: #f5f5f7; overflow: hidden; padding-bottom: 20px;}
.zhuanti-ywbb ul{ float: left; width: 550px; padding-left: 20px;}
/*.zhuanti-ywbb ul{ margin-left: 20px;}*/
.zhuanti-ywbb ul h2 img{ float: left;}
.zhuanti-ywbb ul h2 span{ float: left;
    margin-left: 10px;
    color: #c4000f;
    font-size: 20px;
    font-weight: bold; }
.zhuanti-ywbb ul h2{color: #bc0b0b; font-size: 26px; padding: 20px 0;}
.zhuanti-ywbb ul li{width: 90%; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  line-height: 35px; padding-left: 15px;
background: url(../images/dot.gif) no-repeat left center; }
.line{ height: 5px; background: #c4000f;}
.zhuanti-video{ overflow: hidden;}
.zhuanti-video h2{ overflow: hidden; margin-bottom: 20px;}
.zhuanti-video h2 img{ float: left;}
.zhuanti-video h2 span{    float: left;
    margin-left: 10px;
    color: #c4000f;
    font-size: 20px;
    font-weight: bold;}
.zhuanti-video h2 a{float: right; color: #999; font-size: 14px;}
.zhuanti-video-left{ float: left; width: 460px;}
.zhuanti-video-left img{ width: 460px;}
.zhuanti-video-right{ float: right; width: 680px; overflow: hidden;}
.zhuanti-video-right ul{ margin-right: -20px;}
.zhuanti-video-right li{ width: 213px; float: left; margin-right: 20px; }
.zhuanti-video-right li img{ width: 213px; height: 120px; }
.zhuanti-video-right li p{display: -webkit-box; font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
     margin: 10px 0 16px 0;
    height: 37px;
    color: #333;
    line-height: 18px;}
.zhuanti-video-left p{display: -webkit-box; font-size: 14px;line-height: 18px;
	color: #333;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
    height: 37px;
}
.foot{ text-align: center; background: #c4000f;}
.foot p{ color: #fff; line-height: 25px;}
.foot a{ color: #fff;}
.cndns-right{position:fixed;right:1px;top:50%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:55px;height:55px;border:1px solid #19b571;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:transparent;}
.cndns-right-btn span{color:#19b571;font-size:28px;line-height:34px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#19b571;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#000;font-size:12px;}
/*.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}*/
.meau-car .cndns-right-btn {border-color:#19b571;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#19b571}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#19b571;}
.meau-sev .cndns-right-btn{/*border-color:#219cd9;background:url(../images/02index-banner-8.gif) no-repeat #219cd9 center;*/}
/*.meau-sev .cndns-right-btn p{color:#fff}*/
/*.meau-sev .cndns-right-btn span{color:#fff}*/
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
/*.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#219cd9}*/
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;}
/*.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}*/
.cndns-right-box{position:absolute;top:-4px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #19b571;padding:15px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;color:#d3d3d3;
    margin-right: 10px;}
.cndns-right-box .box-border .sev-t p{float:left;color:#19b571;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(../images/q1.gif) no-repeat left 3px;line-height:36px;}
/*.cndns-right-box .box-border .sev-b li a:hover{color:#219cd9}*/
.meau-sev .cndns-right-box .box-border{}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-19px;}
.meau-code .cndns-right-box .box-border{width:160px;text-align:center;}
.meau-code .cndns-right-box .box-border i{display:block;color:#19b571;font-size:16px;line-height:16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.cndns-right-btn:hover{
    background-color: #19b571;
}
.cndns-right-btn:hover p{
    color: #FFFFFF;
}
.meau-zs .cndns-right-btn{background-color:#19b571;color:#fff;margin-top:80px;border-color:#19b571}
.tubiao{
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.ztjy{
    background: url(../images/ztjy.png);
}
.gfdz{
    background: url(../images/gwdz.png);
}
.lxdh{
    background: url(../images/lxdh.png);
}
.gfwx{
    background: url(../images/gfwx.png);
}
.czrx{
    background: url(../images/czrx.png);
}
.gotop{
    background: url(../images/top.png) no-repeat center;
}
.cndns-right-btn:hover .ztjy {
  background: url(../images/ztjy1.png) ;
}
.cndns-right-btn:hover .gfdz {
    background: url(../images/gwdz1.png) ;
}
.cndns-right-btn:hover .gfwx {
    background: url(../images/gfwx1.png) ;
}
.cndns-right-btn:hover .lxdh {
    background: url(../images/lxdh1.png) ;
}
.cndns-right-btn:hover .czrx {
    background: url(../images/cxrx1.png) ;
}
.cndns-right-btn:hover .gotop {
    background: url(../images/top1.png) no-repeat center;
}
.gfdz1{
    background: url(../images/gwdz.png);
    margin-top: 15px;
}
.lxdh1{
    background: url(../images/lxdh.png);
    margin-top: 15px;
}
.czrx1{
    background: url(../images/czrx.png);
    margin-top: 15px;
}
#cnzz_stat_icon_1278655564 img{
    position: relative;
    top: 8px;
    left: 3px;
}