@charset "UTF-8";

/*通用*/
.color_222 {
    color: #222;
}

.color_333 {
    color: #333;
}

.color_555 {
    color: #555;
}

.color_666 {
    color: #666;
}

.color_777 {
    color: #777;
}

.color_999 {
    color: #999;
}

.color_eee {
    color: #eee;
}

.color_aaa {
    color: #aaa;
}

.color_bbb {
    color: #bbb;
}

.color_ccc {
    color: #ccc;
}

.color_ddd {
    color: #ddd;
}

.color_f00 {
    color: #f00;
}

.font14 {
    font-size: 14px;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.w100 {
    width: 100%;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.l-h25 {
    line-height: 25px;
}

.l-h50 {
    line-height: 50px;
}

.l-h80 {
    line-height: 80px;
}

.l-h100 {
    line-height: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.transition {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.clear{ clear: both; height: 0}

/*头部*/
.header {
    width: 100%;
    position: relative;
    height: 144px;
    background: url(../images/header_bg.jpg) repeat-x left top ;
}
.header .topleft{ height: 39px; line-height: 39px; color: #fff; font-size: 15px; overflow:hidden}
.header .topright{ height: 39px;line-height: 39px;overflow:hidden}

.header .search-box {
    margin-top: 8px;
    height: 24px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    width: 189px;

}

.header .search-box .share-sub .tex {
    width: 169px;
    font-size: 15px;
    padding:2px 10px;
    color: #AAAAAA;
    border: none;
    background: #FFFFFF;
    outline: none;
    border-radius: 15px;
}

.header .search-box .share-sub .sub-btn {
    position: absolute;
    right:25px ;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    outline: none;
    background: url(../images/sou.png) no-repeat right center ;
}
.top_cz{
    float: left;
    height: 40px;
}
.top_cz dl dd{
    float: left;
    padding: 0 5px;
    margin-top:11px;
    height: 18px;
}
.top_cz dl dt{
    float: left;
    padding: 0 5px;
    line-height: 40px;
}
.top_cz dl dt a{
    color: #fff
}
.header .logo {
    margin-top: 20px;
    float: left;
    padding-right: 5px;
}
.top_tel{
    border-left: #D1D1D1 1px solid;
    height: 60px;
    margin-top: 28px;
    padding-left: 5px;
}
.top_tel dl.top_tel_400 dt{

    font-size: 20px;
    color: #727272; 
	line-height:38px;

}
.top_tel dl.top_tel_400 dd{	
	padding-top:5px;   
	padding-right: 5px; 
 
 }

.top_tel p{
	
    color: #717171;
    font-size: 16px;
    line-height:20px;
}
.header .topright {
    width: 270px;
    height:39px;
    line-height: 39px;
	overflow:hidden
}

.header .nav {
    padding-left:30px;
    width: 840px;
    height: 105px;
   
}

.header .nav .navlist {
    position: relative;
    display: block;
}

.header .nav li {
    float: left;
    display: inline-block;
    list-style: none;
    font-size: 16px;
    text-align: center;
    position: relative;
    height: 105px;
    line-height: 105px;
    margin: 0 3px;
    width: 98px;
}
.header .nav li.hover{
    background: #cb1920
}
.header .nav li.hover a {
    color: #FFF;
}

.header .nav li a {
    display: block;
    text-align: center;
    position: relative;
    color: #7A7A7A;
    height: 105px;
    line-height: 105px;
}
.header .nav li:hover{
    background: #7A7A7A

}
.header .nav li:hover a{
    color: #FFF;

}
.header .nav ul .subnav {
    background: #fff;
    border-top: 2px solid #e11433;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
    left: -29px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 155px;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.header .nav ul li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.header .nav ul .subnav a {
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    max-width: 100%;
    border: 0 none;
    border-bottom: 1px solid #eee;
    border-radius: initial;
}

.header .nav ul .subnav a:hover {
    color: #D80611;
    background: #f9f9f9;
    text-indent: 3px;
}


/*轮播图*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 600px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 600px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 40px;
    height: 5px;
    margin: 4px;
    overflow: hidden;
    background: #fff;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #e11433;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 4%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 4%;
    background-position: -6px -137px;
}

/*首页*/
/*首页关于我们*/
.main_about{ width: 100%; background: #F6F6F6; padding:30px 0 }
.about_nav{
    height: auto;
   
    text-align: center;
    margin-bottom: 30px;

}
.about_nav h3{
    color: #221914;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal; background: url("../images/lm_bg.png")no-repeat center center;
     height: 36px;
     font-weight: bold;

}
.about_nav p{
    color: #999999;
    font-size: 16px;
    line-height: 50px;
	display:none
}

.focusBox { float:left;
    position: relative;
    width: 433px;
    height: 239px;
    margin-bottom:10px;
    overflow: hidden;
    font-family:Times New Roman;
    text-align: left;

     }
.focusBox .pic img {
    width: 433px;
    height:239px;
    display: block;
    margin:5px auto
}
.focusBox .pic  a img{
    transition: all 0.6s;
}
.focusBox .pic  a:hover img{
    transform: scale(1.1);
    border: none;
}

.about02{ float: right;width:830px;z-index:100000}
.about02_c{ width:830px; margin:0 auto; color:#000000;}
.about02_c .tit{ text-align:left; color:#666465; font-size:30px; line-height:50px; font-weight: normal }

.about02_c p{ width:830px; margin:0 auto; font-size:16px;line-height:30px;color:#666465;}
.about02 .tb{ width:830px; margin:0 auto; padding-top: 30px;}
.about02 .tb a{ text-align:center; color:#58595D; border:1px solid #C1C8D8; width:100px;padding:6px 20px; line-height:30px; margin-right:15px; font-size:16px; border-radius: 25px}
.about02 .tb a:hover{ background: #EB414E;  color: #FFF;border:1px solid #EB414E;}


.main_case {
    overflow: hidden;
    min-height: 500px;

    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}

.case_list_c li{
    width: 602px;
    height: 490px;
    float: left;
    padding:0 23px;
    border: #DDDDDD solid 1px;
    overflow: hidden;
}
.case_list_c li:nth-child(2n){
    float: right;
    background: url("../images/hui_bg.jpg") center left no-repeat;
}
.case_list_c li a dl{
    height: 65px;
}
.case_list_c li a dl dt{
    float: left;
    line-height: 60px;
    color:#656364;
    font-size: 24px;
    padding-left: 25px
}
.case_list_c li a dl dd{
    float: left;
    margin-top: 20px;
    padding-left: 5px;
}
.case_list_c li a img.lmtp{
    transition: all 0.6s;

}
.case_list_c li  a:hover img{
    transform: scale(1.1);
    border: none;
}
.case_lists {
    padding-top: 40px;
    background: url("../images/hhui_bg.jpg") left top no-repeat;
    border: #DDDDDD solid 1px;
    border-top:none;
}
.case_lists ul li {
    overflow: hidden;
    float: left;
    width: 294px;
    height: 255px;
    margin-right:5px;
    margin-left: 14px;
    padding:0 5px;
}
.case_lists ul li:nth-child(4n){
    margin-right: 0px;
    border-right:none;
}
.case_lists ul li a dl{
    height:36px;
}
.case_lists ul li a dl dt{
    float: left;
    line-height: 36px;
    color: #656364;
    font-size: 18px;
    padding-left: 0px}
.case_lists ul li a dl dd{
    float: left;
    margin-top: 8px;
    padding-left: 5px;
}
.case_lists ul li a img.lmtp{
    border:#DDDDDD solid 1px;
    padding: 5px;
    transition: all 0.6s;
}

.case_lists ul li a:hover img.lmtp{
    transform: scale(1.1);
    border: none;
}
.cp_more{ width: 154px; margin: 20px auto}


.syad2{ width: 100%; height: 204px;}

.main_new {
    overflow: hidden;
    min-height: 450px;
    width: 100%;
    padding-top:0;
    padding-bottom: 50px;
}
.main_service{
	overflow: hidden;
    min-height: 500px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}

.service_lists ul li {width:314px; height:220px; float:left; margin-right:14px; margin-bottom:26px;position:relative; z-index:1; }

.service_lists ul li h3{color:#FFF; font-size:22px;position:absolute;left:0; bottom:0px;width:314px; height:220px; background: rgba(0,0,0,0.6); text-align:center; line-height:220px; display:none;z-index:5;}
.service_lists ul li a:hover h3{position:absolute;left:0; bottom:0px;width:314px; height:220px; background: rgba(0,0,0,0.6); text-align:center; line-height:220px; z-index:6;display:block; font-weight:normal}

.service_lists ul li:nth-child(4n){ margin-right:0}

.hasMoreTab{ width:405px;   float: left; margin-left: 20px; height: 493px; padding-left: 30px;padding-right:30px;background: #F6F6F6; }
.hasMoreTab .hd{ line-height:34px; height:34px;position:relative; padding-right:10px; padding-top:10px; border-bottom:#B4B4B4 dotted 1px; padding-bottom:10px }
.hasMoreTab .hd .more{ float:right; }
.hasMoreTab .hd .more a{color: #EA4E59;
    font-size: 24px;}
.hasMoreTab .hd ul{ z-index:5; position:absolute; height:34px;  overflow:hidden; zoom:1; }
.hasMoreTab .hd li{ float:left;  padding:0 30px; cursor:pointer; margin-left:-1px;  background: #F6F6F6; color:#000000; font-size: 18px; margin-right: 10px;  }
.hasMoreTab .hd li.on{  height:34px; line-height:34px;background: #EB414E;  color: #FFF;border:1px solid #EB414E; border-top:0;    font-weight:bold; color:#FFF;  }
.hasMoreTab .bd{  padding:0 0 10px  0; clear:both; position:relative;  }


.hasMoreTab .bd ul{ padding-top: 5px}
.hasMoreTab .bd ul li{ 
	height: 40px; 
	line-height: 40px;
	font-size: 16px;
    font-size:16px;
    background:url(../images/dot.jpg) 10px 17px no-repeat;
    width:380px;
    line-height:36px;
    padding-left:25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
    border-bottom: #B4B4B4 dotted 1px;
}
.hasMoreTab .bd ul li span{ float: right}




.hasMoreTab2{ width:474px;   float: right; height: 493px;padding-left: 30px;padding-right:30px;background: #F6F6F6;  }
.hasMoreTab2 .hd{ line-height:50px; height:50px;position:relative;  border-bottom:1px solid #8D8D8D; line-height:50px; padding-top:18px;  }
.hasMoreTab2 .hd .more{ float:right; padding-right:15px; }
.hasMoreTab2 .hd .more a{ color:#EA4E59;font-size:24px; }
.hasMoreTab2 .hd ul{ z-index:5; position:absolute; height:50px;  overflow:hidden; zoom:1; }
.hasMoreTab2 .hd li{ float:left;cursor:pointer; margin-left:-1px;  color:#000000; font-size: 25px; margin-right: 10px;font-weight:bold; }

.hasMoreTab2 .bd{  clear:both; position:relative; }
.hasMoreTab2 .bd ul{ padding-top: 5px}
.hasMoreTab2 .bd ul dl{ margin-top:30px; height:170px;width:474px;}
.hasMoreTab2 .bd ul dl dd{ float:left;}
.hasMoreTab2 .bd ul dl dt{ float:right; width:210px;}
.hasMoreTab2 .bd ul dl dt h3{ font-size:16px; line-height:36px; height:36px;  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
.hasMoreTab2 .bd ul dl dt h3 a{color:#7F807B;}
.hasMoreTab2 .bd ul dl dt p{font-size:14px; line-height:22px;color:#7F807B;}
/*合作伙伴*/
.main_huoban{ background: #F6F6F6; padding-top: 25px; padding-bottom: 30px;}
.scrollBox{ width:1300px;  padding:10px;position:relative; }
.scrollBox .piclist{ overflow:hidden; zoom:1;}
.scrollBox .ohbox{overflow:hidden; position:relative;width:1178px;left:60px}
.scrollBox {position:relative;overflow:hidden;zoom:1; padding-top:20px;}
.scrollBox .piclist li{float:left; display:inline;background:#fff;border:1px solid #EEEEEE;margin-right:30px;}
.scrollBox .piclist li span{height:25px;line-height:25px;display:block;text-align:center;   }
.scrollBox .pageBtn span{ background:url(../images/bntBg.png) no-repeat; display:block;width:37px;height:59px;position:absolute;top:32px;cursor:pointer;text-indent:-999em;overflow:hidden; }
.scrollBox .pageBtn .prev{left:20px;background-position:-11px -84px ;}
.scrollBox .pageBtn .next{right:20px;background-position:-53px -84px ;}


/*标签*/
/*
.page_tags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    color: #fff;
    background-color: #eee;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
    text-decoration: none;
}

.page_tags a em {
    font-style: normal;
    font-size: 11px;
    margin-left: 5px;
}

.page_tags a:hover {
    color: #fff;
}

.page_tags a:nth-child(8n) {
    background-color: #00a2ca;
}

.page_tags a:nth-child(8n+1) {
    background-color: #5CB85C;
}

.page_tags a:nth-child(8n+2) {
    background-color: #D9534F;
}

.page_tags a:nth-child(8n+3) {
    background-color: #FF6600;
}

.page_tags a:nth-child(8n+4) {
    background-color: #B433FF;
}

.page_tags a:nth-child(8n+5) {
    background-color: #00ABA9;
}

.page_tags a:nth-child(8n+6) {
    background-color: #B37333;
}

.page_tags a:nth-child(8n+7) {
    background-color: #5CB85C;
}
*/
/*分页*/
#pages {
    text-align: center;
}

#pages li {

    margin: 0 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #E6E6E6;
    color: #333;
    display: inline-block;
}
#pages li.disabled span{
    padding: 0 10px;   display: inline-block;

}
#pages li:hover span{ color: #fff}
#pages li.active {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e11433;
    color: #fff;
    display: inline-block;
}
#pages li a{ display: inline-block; padding: 0 10px;}
#pages li:hover {
    background: #e11433;
}

#pages li:hover a {
    color: #fff;
}


/*二级页左侧开始*/
.content-left {
    width: 259px;
    float: left;

}
.content-title {
    width: 230px;
    height: 60px;
    line-height: 60px;
    background: #9B9B9B;
    color: #ffffff;
    border-bottom: 3px solid #f6f6f6;
    padding-left: 19px;
    font-size:22px;
     font-weight: normal;
    padding-right: 10px;
    margin-top: 15px;
}
.content-title a.more{
    float: right;
    font-size: 16px;
    color: #FFF;
}
.content-title a.more:hover{
    color:#fff
}
.menu-list {
    width: 259px;
    background-color: #F6F6F6;
}
.menu-list a {
    display: block;
    width: 222px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dotted #e8e8e8;
    text-indent: 40px;
    font-size: 18px;
    color: #333;
    margin: 0 auto;
    background: url("../images/ejz_bg1.png") 190px  15px no-repeat ;
}
.menu-list a:hover,
.menu-list a.active {
    color: #D2191F;
}
.content-contact {
    width: 100%;
}
.content-contact .h2bg {
	padding:20px 0;
    height: 207px;
    width: 100%;
	background:#F6F6F6
}

.cc-info {
    text-align: center;
}
.cc-info p {
    color: #595758;
    font-size: 20px;
    line-height: 26px;
    height:46px;
	font-weight:bloder;
}

/*首页*/
.sycontent-left{width: 260px; float:left;}
.sycontent-contact {
    width: 260px; 
}
.sycontent-contact .syh2bg {
    height: 247px;
    width: 260px;
    line-height: 84px;
    background: url(../images/ejz_tel.jpg) no-repeat center top;
}
.sycontent-contact .syh2bg h2 {
    width: 146px;
    padding-left: 94px;
    font-size: 24px;
    color: #ffffff;
}
.sycc-info {
    padding:140px 20px 20px 20px;
    text-align: center;
     height: 80px;
}
.sycc-info p {
    color: #FFF;
    font-size: 26px;
    line-height: 26px;
    height:46px;
}
.sycc-info a.syzxzx{
    height: 36px;
    width: 150px;
    margin: 0 auto;
    display: block
}
/*首页*/
.left_news_list{
    width:259px;
    height:320px;
    background: #F6F6F6
}
.left_news_list ul{
    width:240px;
    height:auto;
    padding-top: 10px;
}
.left_news_list ul li{
    float:left;
    font-size:16px;
    background:url(../images/dot.jpg) 10px 15px no-repeat;
    width:230px;
    line-height:36px;
    padding-left:25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; height: 36px;
}
.left_news_list ul li a{ color: #333}
.left_news_list ul li a:hover{ color: #000000}
/*二级页左侧结束*/

.headline-bg {
    position: absolute;
    width: 100%;
    top: 95px;
    left: 0;
    height: 500px;
    background: #253340 url(../images/headline-bg.jpg) no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*二级页右侧侧开始*/
.main {
    min-height: 450px;
    position: relative;
}
.content-right {
    width: 1010px;
    float: right;
    padding-top: 15px;
}
.container-top {
    position: relative;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    border-bottom:#EB414E solid 2px;

}

.bread-nav {
    float: left;
    min-width: 420px;
    text-align:left;
    font-size: 18px;
    color:#333;
}

.bread-nav a {
    color: #f3f3f3;
    margin: 0 3px;
    color:#333;
}

.content {
    background-color: #fff;
    padding:15px 0;
    overflow: hidden;
}
/*单页开始*/
.about {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    padding:25px 0 0 0;
}
/*单页结束*/
/*公共优势开始*/
.youshi{
    padding-top: 35px;
}
.ys_nav_w{
    height: auto;
   
    height: 60px;
    text-align: center;
    color: #231816;
    font-size: 35px;
    font-weight: normal;
}
.ys_nav{
    color:#231816;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    background: url("../images/lm_bg2.png") no-repeat center center;
    height: 36px;
    font-weight: bold;
}
.ys_lists{
    padding-top: 25px;
}
.ys_lists li{
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #8A8A8A;
    width: 570px;
    padding-left: 25px;
    background: url("../images/xing.png") no-repeat left center;

}
.ys_lists li:nth-child(2n){ float: right}
/*公共优势结束*/
/*图片列表*/
.case_ny_list {
    width: 100%;
    padding-top: 20px;
}

.case_ny_list li {

    width: 314px;
    float: left;
    margin-right: 34px;
}
.case_ny_list li:nth-child(3n){

    margin-right: 0px;
}
.case_ny_list li ._con {
    overflow: hidden;
    cursor: pointer;
    height: 275px;
}
.case_ny_list li ._con ._img img{
    width: 300px;
    height: 200px;
    border: #DDDDDD solid 1px;
    padding: 6px;

}
.case_ny_list li ._con ._img a img{

    transition: all 0.6s;
}
.case_ny_list li ._con ._img a:hover img{
    transform: scale(1.1);
    border: none;
}

.case_ny_list li ._info {
    background: #fff;
    padding: 20px 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.case_ny_list li ._info h3 {

    font-weight: normal;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
}

.case_ny_list li ._info .txt {
    line-height: 22px;
    margin-bottom: 25px;
    height: 66px;
}

.case_ny_list li ._info ._more {
    display: block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background:#e11433;
    font-size: 16px;
    margin: 0 auto;
}

.huoban_ny_list {
    width: 100%;
    padding-top: 20px;
}

.huoban_ny_list li {

    width: 190px;
    float: left;
    margin-right: 14px;
}
.huoban_ny_list li:nth-child(5n){

    margin-right: 0px;
}
.huoban_ny_list li ._con {
    overflow: hidden;
    cursor: pointer;
    height: 160px;
}
.huoban_ny_list li ._con ._img img{

    border: #DDDDDD solid 1px;
    padding: 6px;

}
.huoban_ny_list li ._con ._img a img{

    transition: all 0.6s;
}
.huoban_ny_list li ._con ._img a:hover img{
    transform: scale(1.1);
    border: none;
}

.huoban_ny_list li ._info {
    background: #fff;
    padding: 20px 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.huoban_ny_list li ._info h3 {

    font-weight: normal;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
}

.huoban_ny_list li ._info .txt {
    line-height: 22px;
    margin-bottom: 25px;
    height: 66px;
}

.huoban_ny_list li ._info ._more {
    display: block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background:#e11433;
    font-size: 16px;
    margin: 0 auto;
}
.case_ny_left {
    float: left;
    width: 720px;
}

.case_ny_left h2 {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.6;
}

.casePreview {
    border-top-color: #dddddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #dddddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.backBtn {
    float: left;
    padding: 8px 15px 8px 15px;
    border: 1px solid #dedede;
}

.previewBtn {
    float: right;
    padding: 8px 15px 8px 15px;
    background-color: #f80909;
    color: #FFFFFF;
}

.previewBtn:hover {
    color: #fff;
    background-color: #c50606;
}

.caseTitle {
    font-size: 18px;
    border-left: 3px #f80909 solid;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 30px;
}

.detaLabels {
    margin-top: 20px;
}

.labelList {
    background-color: #eeeeee;
    color: #666;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    margin-left: 10px;
}

.detaIntro {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.detaBody {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.case_ny_right {
    float: right;
    width: 360px;
}

.case_ny_right h3 {
    font-weight: normal;
    line-height: 1.8;
    font-size: 24px;
    margin-bottom: 20px;
}

.newsBox {
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.newsTitle {
    color: #333;
    font-size: 16px;
    display: block;
    margin-bottom: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsIntro {
    color: #999;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}

/*新闻列表*/
.newsPage .list {
    padding-bottom: 30px;
}

.newsPage .item {
    height: 238px;
    transition: all .5s;
    border: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 20px;
}

.newsPage .item a {
    padding: 26px;
    display: block;
}

.newsPage .item img {
    width: 280px;
    height: 187px;
    display: block;
    margin-right: 30px;
}

.newsPage .item h3 {
    font-weight: normal;
    font-size: 18px;
    padding: 10px 0 10px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #333333;
}

.newsPage .item .txt {
    color: #999999;
    line-height: 24px;
    width: 535px;
    height: 144px;
    overflow: hidden;
    font-size: 15px;
}

.newsPage .item .time {
    width: 88px;
    padding: 45px 0 20px 0px;
    font-family: Times New Roman;
    color:#333333;
    text-align: center;

}

.newsPage .item .time .day {
    font-size: 30px;
    line-height: 45px;
    display: block;
    background:#e11433;
    color: #FFF;
}
.newsPage .item .time .year {

    font-size: 16px;
    line-height: 43px;
    display: block;
    background: #EEEEEE;
    color: #333333;
}
.newsPage .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}
.newsPage a img.list_tu{
    transition: all 0.6s;
}
.newsPage a:hover img.list_tu{
    transform: scale(1.1);
}
.newsPage .item:hover h3 {
    color: #e11433;
}

.newsPage .item:hover .time .day span {
    background: #6d6d6d;
}

.newsPage .item:hover .time .day strong {
    background: #ff0000;
    color: #fff;
}

.viewpage {
    border: #DDDDDD solid 1px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
}

/*新闻详情页*/
.newsshow {

}
.newsshow h1{ color: #e11433; font-size: 24px; font-weight: normal}
.new_til h1{ text-align: center}
.new_til .date{text-align: center}
.newsview {
    min-height: 200px;
    display: inline;
    margin-top: 30px;
    border-top: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 33px;
    float: left;
    color: #333333;
    width: 100%;
}
.newsview img{ max-width:1010px}
.newsshow h2 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
}

.newsshow .date {
    font-size: 16px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.newsshow .date span {
    display: inline-block;

    color: #999999;
    margin-right: 30px;
    padding-left: 22px;
}

.newsshow .date .s1 {
    background: url(../images/news_icon1.jpg) no-repeat left center;
}

.newsshow .date .s2 {
    background: url(../images/news_icon2.jpg) no-repeat left center;
}

.newsshow .date .s3 {
    background: url(../images/news_icon3.jpg) no-repeat left center;
}

.main_r_nav {
    float: left;
    width: 754px;
    padding: 10px 0;
    font-size: 16px;
    margin-left: 20px;
    display: inline;
}

.main_r_nav a {
    color: #333;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 33px;
    font-size: 16px;
}

.main_r_nav a:hover {
    color: #f90712;
}

.returnlist {
    width: 50px;
    height: 56px;
    padding: 15px 18px;
    display: inline;
    float: right;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    background: #2f2e2e;
}

.returnlist a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "SimHei";
    width: 100%;
    display: block;
}

/*底部*/
.footer { padding: 15px 0 120px 0; color: #fff; background: #232323; }
.footer a { color: #fff; -webkit-transition: color 300ms; -moz-transition: color 300ms; transition: color 300ms; }
.footer a:hover { text-decoration: underline; color: #fff; }
.icp { margin-left: 10px; }
.breadcrumb{ border-bottom: #414141 solid 1px; padding-bottom: 15px;}
.breadcrumb li { float: left; padding-right:15px; line-height: 26px; }
.breadcrumb .bc-arr { font-family: SimHei; margin: 0 5px; }
.breadcrumb li.bc-home{color: #EEEEEE;font-size:16px;}
.breadcrumb li a { color:#EEEEEE;font-size: 15px; }
.footer-nav {  padding: 30px 0; border-bottom: 1px solid #514c45; margin-bottom: 30px;}
.fn-col { float: left; padding-right: 100px; }
.fn-col h3 { font-weight: bold; font-size: 16px; padding-bottom: 13px; color:#ECECEC; }
.fn-col h3 a { color:#ECECEC; }
.fn-col h3 a:hover { }
.fn-col ul {border-left:#fff 1px dashed;margin-left: 15px; margin-top: 15px; }
.fn-col li { line-height: 30px;margin-left: 15px;  }
.fn-col li a { color: #ECECEC; font-size: 15px; }
.fn-col li a:hover { color: #fff; }
.slogan { margin-top: 5px; display: none; }
.col-qr { padding-right: 30px; text-align: center; }
.col-qr p { margin-top: 10px; color: #fff; }

.copy { text-align: center;color:#ECECEC; font-size: 15px;}

/*搜索*/
.search {
    width: 600px;
    background: #fff;
    border: 2px solid #fa0712;
    height: 45px;
    line-height: 45px;

}

.search_box {
    margin: 0 auto;
    width: 600px;
}

.search-top-box {
    background: #fff;
    padding: 100px 0 200px 0;
}

.search_time {
    line-height: 50px;
    height: 50px;
    text-align: center;
}

.search select {
    display: none;
}

.search .select_box {
    font-size: 14px;
    color: #999999;
    width: 120px;
    line-height: 45px;
    float: left;
    position: relative;
}

.search .select_showbox {
    height: 45px;
    background: url(../images/search_ico.png) no-repeat 90px center;
    text-indent: 1.5em;
}

.search .select_showbox.active {
    background: url(../images/search_ico_hover.png) no-repeat 90px center;
}

.search .select_option {
    display: none;
    border: 2px solid #fa0712;
    border-top: none;
    display: none;
    left: -2px;
    top: 45px;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.search .select_option li {
    text-indent: 1.5em;
    width: 100px;
    cursor: pointer;
}

.search .select_option li a {
    color: #666;
}

.search .select_option li.selected {
    background-color: #F3F3F3;
    color: #999;
}

.search .select_option li.hover {
    background: #BEBEBE;
    color: #fff;
}

.search input.inp_srh,
.search input.btn_srh {
    border: none;
    background: none;
    height: 45px;
    line-height: 45px;
    float: left
}

.search input.inp_srh {
    font-size: 14px;
    outline: none;
    width: 380px;
}

.search input.btn_srh {
    background: #fa0712;
    color: #FFF;

    font-size: 15px;
    width: 100px;
}

.search_result {
    background: #fff;
    padding: 16px 0px;
}

.search_left {
    text-align: right;
    float: left;
    width: 200px;
    margin-right: 16px;
}

.search_left h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item_gr {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: block;
    padding: 2px 0px;
}

.list-group-item_gr.active,
.list-group-item_gr.active:hover,
.list-group-item_gr.active:focus {
    z-index: 2;
    color: #fa0712;
    font-weight: 600;
}

.left-line {

}

.search_right {

    float: right;
    width: 970px;
}

.search_bd {
    min-height: 340px;
    margin-left: 16px;
}
.liuyan_lists{ padding: 30px 0;}
.liuyan_lists dt{ background: #F6F6F6;height: 40px; line-height: 40px; padding:0 25px; font-size: 16px;}
.liuyan_lists dt span{ color: #D2191F}
.liuyan_lists dd p{ color: #999999; font-size: 16px; padding: 10px 25px; line-height: 30px;}
.item-list2 .subitem2{float:left;width:860px;padding:0px 4px 0px 8px;}
.item-list2 .subitem2 dl{border-top:1px solid #EEE;padding:6px 0px;overflow:hidden;zoom:1;}
.item-list2 .subitem2 .fore2{border-top:none;}
.item-list2 .subitem2 dt{float:left;width:130px;text-align:right;padding:3px 6px 0px 0px;color:#E4393C;height:24px;line-height:24px; height: 24px; overflow: hidden}
.item-list2 .subitem2 dt a{color:#E4393C;text-decoration:none; font-size: 15px;}
.item-list2 .subitem2 dd{float:left;width:720px;padding:3px 0px 0px;overflow:hidden;}
.item-list2 .subitem2 dd b{float:left;height:24px;line-height:24px;padding:0px 8px;border-left:1px solid #CCC;}
.item-list2 .subitem2 dd b a, .item-list .cat-right dd a{color:#666;text-decoration:none;font-size: 15px;font-weight:normal;}
.item-list2 .subitem2 dd b a:hover, .item-list .cat-right dd a:hover{font-weight:normal;text-decoration:none;font-size: 15px;}

.izl-rmenu{position:fixed;left:0;bottom:10px;padding-bottom:300px;z-index:999;}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}

.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;right:72px;top:0px;display:none;width:117px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#EB414E;}
.izl-rmenu .btn-phone:hover{background-color:#EB414E;}
.izl-rmenu .btn-phone .phone{background-color:#EB414E;position:absolute;width:160px;right:72px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}

/*底部弹出*/
.bottom_box .cont {height: 100%;}
.cont {width: 1200px;margin-left: auto; margin-right: auto;position: relative;}
.bottom_box{width:100%;height:100px;position:fixed;bottom:0;left:0;z-index:999;}
.bottom_black_bg{position:absolute;width:100%;height:100%;background:#e11433;}
.bottom_box .cont{height:100%;}
.bottom_box .bottom_pic{height:100px;width:770px;background:url(../images/bottom_pic.png) no-repeat left center;position:absolute;bottom:00px;margin-left: -120px;}
.mini{ position:fixed; left:0; bottom:100px; width:126px; height:133px; cursor:pointer; z-index:20; background-size:100% 100%; display: none; }
.side2{ position:fixed; left:0; top:100px; width:164px; height:470px; cursor:pointer; z-index:20; background-size:100% 100%;  }
.lxb_t{padding:0 0 0 0;}
.lxb_t p{color:#FFF;font-size:16px;padding-bottom:10px;}
.lxb_t span{display:block;font-size:14px;color:#FFF;}
.lxb_t span i{font-size:30px;font-weight:bold;color:#fff;}
/*lxb*/
.lxb a{ color:#fff;}
.lxb{padding-top:5px;display:block;}
.lxbinput{height:30px;padding:5px;border:0;background-color:#FFF;color:#888;width:300px;font-size:16px;box-shadow:0 0 3px #999 inset;}
.lxbinput:focus{background:#FFF;}
.lxbapply{background:#4e6ef2;color:#FFF;border:0;height:40px;padding:0 30px;font-size:16px;Cursor:pointer;transition:0.5s;font-weight:bold;}
.lxbapply:hover{background:#ffff00;transition:0.5s; color: #111;}
.lxb_qq{display:block;float:left;height:40px;line-height:40px;padding:0 20px;font-size:16px;font-weight:bold;margin-left:10px;background:#F60;color:#FFF;}
.lxb_qq:hover{color:#FFF;background:#F90;}
.l,.f-l{float:left!important;_display:inline}
.r,.f-r{float:right!important;_display:inline}

[class*="span"].r,
[class*="span"].f-r{float:right}

/*CSS分页*/
.badoo {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 13px; PADDING-BOTTOM: 10px; COLOR: #000000; PADDING-TOP: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #fff; TEXT-ALIGN: center
}
.badoo A {
	BORDER-RIGHT: #f0f0f0 2px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f0f0f0 2px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 0px 2px; BORDER-LEFT: #f0f0f0 2px solid; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #f0f0f0 2px solid; TEXT-DECORATION: none
}
.badoo A:hover {
	BORDER-RIGHT: #ff5a00 2px solid; BORDER-TOP: #ff5a00 2px solid; BORDER-LEFT: #ff5a00 2px solid; COLOR: #ff5a00; BORDER-BOTTOM: #ff5a00 2px solid
}
.badoo A:active {
	BORDER-RIGHT: #ff5a00 2px solid; BORDER-TOP: #ff5a00 2px solid; BORDER-LEFT: #ff5a00 2px solid; COLOR: #ff5a00; BORDER-BOTTOM: #ff5a00 2px solid
}
.badoo SPAN.thisclass {
	BORDER-RIGHT: #ff5a00 2px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ff5a00 2px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #ff5a00 2px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #ff5a00 2px solid; BACKGROUND-COLOR: #ff6c16
}
.badoo SPAN.disabled {
	DISPLAY: none
}
.badoo li {
	float:left;
}
.pageinfo {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}

.pageinfo SPAN.thisclass {
	BORDER-RIGHT: #000099 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #000099 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #000099 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #000099 1px solid; BACKGROUND-COLOR: #000099
}
.pageinfo SPAN.disabled {
	BORDER-RIGHT: #929292 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #929292 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #929292 1px solid; COLOR: #929292; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #929292 1px solid
}