/**
说明：
0,每个样式块之间间隔两行。
1，样式都定义单独的块，在需要的页面都可以复用。
2，所有内页控制器有一个公共的名字：neicontent。每个控制器有一个单独的名字（格式为：viewcon productcon listcon  videocon messagecon...）。便于更细致的调整单独的样式块。
3,大容器的结尾名称作为内部容器的开头名称如：大容器为wztop,内容器为top0 top1 top2...
*/


/*1 首页样式------------------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'SIMLI';
    src: url('../font/SIMLI.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'impact';
    src: url('../font/impact.ttf');
    font-weight: normal;
    font-style: normal;
}


/*网站顶部*/
.header_bg{ width:100%; height:80px; margin:0 auto; transition:all 0.5s; position:fixed; top:0; left:0; z-index:99;}
.header_bg.active{ width:100%; height:80px; margin:0 auto; position:fixed; top:0; left:0; z-index:99; background-color:#fff; transition:all 0.5s; box-shadow: 10px 0 10px #e5e5e5;}

.header_center{ width:1200px; height:80px; margin:0 auto;}
.header_center_l{ width:133px; height:35px; overflow:hidden; margin:22px auto; float:left;}
.header_center_l .logo{ width:133px; height:35px; overflow:hidden; float:left;}
.header_center_c{ width:750px; height:80px; margin:0 75px; float:left; text-align:center; }
.header_center_r{ width:165px; height:auto; margin:27px auto; float:right; background:url(../img/images/t1.png) no-repeat left center;font-family:"Arial"; font-size:20px; color:#fff; text-indent:30px; }
.header_bg.active .header_center_r{ width:165px; height:auto; margin:27px auto; float:right; background:url(../img/images/t1a.png) no-repeat left center;font-family:"Arial"; font-size:20px; color:#333; text-indent:30px; }

.header_bg_n{ width:100%; height:80px; margin:0 auto; transition:all 0.5s;}
.header_bg_n .header_center_r{ width:165px; height:auto; margin:27px auto; float:right; background:url(../img/images/t1a.png) no-repeat left center;font-family:"Arial"; font-size:20px; color:#333; text-indent:30px; }

.banner{ width:100%; height:auto; overflow:hidden; margin:0 auto;}


/*公共box*/
.web_box{ width:1200px; height:auto; margin:0 auto; overflow:hidden;}

/*产品*/
.product{ width:100%; height:auto; overflow:hidden; margin:0 auto; padding:90px 0;}
.product_top{ width:100%; height:auto; overflow:hidden; margin:0 auto; font-size:30px; color:#293c5a; font-family:"microsoft yahei"; text-align:center; line-height:1;}
.product_down{ width:100%; height:auto; margin:0 auto; overflow:hidden; }

.product_down .right_box{width:230px; height:auto; overflow:hidden; float:left; margin:50px 35px auto 35px;}
.product_down .right_box_img{ width:auto; height:115px; overflow:hidden; text-align:center;}
.product_down .right_box .right_box_img img{ width:auto; height:auto; transition:0.3s;}
.product_down .right_box_title{ width:100%; height:40px; overflow:hidden; font-size:18px; line-height:40px; color:#293c5a; font-weight:bold; text-align:center;}
.product_down .right_menu{ width:100%; height:56px; overflow:hidden; margin:15px auto;}
.product_down .right_menu .menu_box{ width:45%; height:auto; overflow:hidden; float:left; margin:0 5% 0 auto; background:url(../img/images/t2.png) no-repeat left center; font-size:14px; line-height:28px; color:#697281; text-indent:15px; white-space:nowrap;}
.product_down .right_menu .menu_box:hover{ width:48%; height:auto; overflow:hidden; float:left; margin:0 2% 0 auto; background:url(../img/images/t2.png) no-repeat left center; font-size:14px; line-height:28px; color:#293c5a; text-indent:15px; white-space:nowrap;}
.product_down .menu_lie{ width:100%; height:auto; overflow:hidden; margin:0 auto; font-size:14px; line-height:1; color:#697281; text-align:center;}


/*简介*/
.about{ width:100%; height:615px; overflow:hidden; margin:0 auto; background:url(../img/images/bg.jpg) no-repeat center top;}
.about_left{ width:448px; height:auto; overflow:hidden; margin:30px auto 0 auto; float:left;}
.about_left img{ width:100%; height:auto;}
.about_right{ width:700px; height:auto; overflow:hidden; margin:90px auto 0 auto; float:right;}
.about_top{ width:100%; height:auto; overflow:hidden; margin:0 auto; color:#fff; font-size:30px; line-height:45px; font-family:"microsoft yahei"; text-align:left;}
.about_con{ width:100%; height:auto; max-height:240px; overflow:hidden; margin:20px auto 0 auto; font-size:16px; color:#c8cee2; font-family:"microsoft yahei"; text-align:left; line-height:40px;}
.about_more{ width:135px; height:40px; margin:30px auto 0 0; overflow:hidden; background-color:#fff; font-size:16px; font-family: "Arial"; color:#2d3f9f; line-height:40px; text-align:center; border-radius:20px;}
.about_more:hover{ width:135px; height:40px; margin:30px auto 0 0; overflow:hidden; background-color:#0e96d5; font-size:16px; font-family:"microsoft yahei"; color:#fff; line-height:40px; text-align:center; border-radius:20px;}

/*案例*/
.anli{ width:100%; height:auto; display:block; overflow:hidden; margin:0 auto; }
.anli_box{ width:380px; height:auto; overflow:hidden; margin:0 auto 50px auto; text-align:center;}
.anli_box:nth-child(1){ width:380px; height:auto; overflow:hidden; margin:0 auto; text-align:center; position:absolute; top:58px; left:25px;}
.anli_box:nth-child(2){ width:380px; height:auto; overflow:hidden; margin:0 auto; text-align:center; position:absolute; top:58px; right:25px;}
.anli_box:nth-child(3){ width:380px; height:auto; overflow:hidden; margin:0 auto; text-align:center; position:absolute; top:315px; left:-30px;}
.anli_box:nth-child(4){ width:380px; height:auto; overflow:hidden; margin:0 auto; text-align:center; position:absolute; top:315px; right:-30px;}
.anli_box:nth-child(5){ width:380px; height:auto; overflow:hidden; margin:0 auto; text-align:center; position:absolute; top:585px; left:25px;}
.anli_box:nth-child(6){ width:380px; height:auto; overflow:hidden; margin:0 auto; text-align:center; position:absolute; top:585px; right:25px;}
.anli_box .anli_left{ width:239px; height:auto; overflow:hidden; float:left; margin:0 auto; background:url(../img/images/t4.png) no-repeat right 7px;}
.anli_box .anli_left .p1{ width:88%; height:auto; overflow:hidden; float:left; margin:0 auto; font-size:18px; font-family:"microsoft yahei"; color:#293c5a; line-height:30px; font-weight:bold;}
.anli_box .anli_left .p2{ width:88%; height:75px; overflow:hidden; float:left; margin:10px auto 0 auto; font-size:14px; font-family:"microsoft yahei"; color:#697281; line-height:25px; }

.anli_box .anli_right{ width:141px; height:141px; overflow:hidden; float:left; margin:0 auto;}
.anli_box .anli_right img{width:100%; height:auto;}
.anli_box:nth-child(1) .anli_left{ width:239px; height:auto; overflow:hidden; float:right; text-align:right; margin:0 auto;}
.anli_box:nth-child(2) .anli_left{ width:239px; height:auto; overflow:hidden; float:left; text-align:left; margin:0 auto; background:url(../img/images/t4.png) no-repeat left 7px;}
.anli_box:nth-child(2) .anli_left .p1{float:right;}
.anli_box:nth-child(2) .anli_left .p2{float:right;}

.anli_box:nth-child(3) .anli_left{ width:239px; height:auto; overflow:hidden; float:right; text-align:right; margin:0 auto;}

.anli_box:nth-child(4) .anli_left{ width:239px; height:auto; overflow:hidden; float:left; text-align:left; margin:0 auto; background:url(../img/images/t4.png) no-repeat left 7px;}
.anli_box:nth-child(4) .anli_left .p1{float:right;}
.anli_box:nth-child(4) .anli_left .p2{float:right;}

.anli_box:nth-child(5) .anli_left{width:239px; height:auto; overflow:hidden; float:right; text-align:right; margin:0 auto;}

.anli_box:nth-child(6) .anli_left{ width:239px; height:auto; overflow:hidden; float:left; text-align:left; margin:0 auto; background:url(../img/images/t4.png) no-repeat left 7px;}
.anli_box:nth-child(6) .anli_left .p1{float:right;}
.anli_box:nth-child(6) .anli_left .p2{float:right;}

/*伙伴*/
.partner{ width:100%; height:auto; overflow:hidden; margin:0 auto; padding:80px 0; background-color:#f5f7fa;}
.partner_box{ width:100%; height:auto; overflow:hidden; margin:40px auto 0 auto;}
.partner_img{width:286px; height:105px; overflow:hidden; margin:7px; float:left; background-color:#fff; text-align:center;}
.partner_img img{ width:auto; height:auto; max-height:70px; max-width:220px; transition:0.3s; margin:17px 0 0 0;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.partner_img:hover img{ width:auto; height:auto; max-height:70px; max-width:220px; transform:scale(1.1); transition:0.3s;-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%); filter: gray;}

.partner .swiper-container{width:100%; height:100%; margin:0 auto;}
.partner .swiper-wrapper{ width:1200px; margin:0 auto;}
.partner .swiper-slide{ width:100%; height:100%; overflow:hidden; text-align:center;}

.partner .swiper-paginationin{ height:10px; overflow:hidden; position:absolute; right:0px; bottom:10px !important; left:0 !important; margin:auto; z-index:1; text-align:center; }
.partner .swiper-paginationin span{ display:inline-block;width:10px; border-radius:100%; height:10px; background:#dbdbdb; cursor:pointer; vertical-align:top; margin:0 4px;opacity:0.9 !important;}
.partner .swiper-paginationin span.swiper-pagination-bullet-active{ background-color:#999;opacity:1 !important;}
.partner .swiper_btnz{position: absolute;top:60%;width: 17px;height: 30px; left:-3%;background: url(../img/images/t5.png) 0 0 no-repeat; background-size:cover;display: block;z-index:10;}
.partner .swiper_btny{position: absolute;top:60%;width: 17px;height: 30px; right:-3%;background: url(../img/images/t6.png) 0 0 no-repeat;background-size:cover;display: block;z-index:10;}

/*news*/
.news{ width:100%; height:auto; overflow:hidden; margin:0 auto; padding:100px 0 68px 0; background:url(../img/images/bg1.jpg) no-repeat center top;}
.news_down{ width:100%; height:440px; overflow:hidden; margin:50px auto 0 auto; background-color:#fff;}
.news_down .news_right{ width:680px; height:auto; overflow:hidden; margin:10px 25px; float:right;}
.news_right .news_k{ width:100%; height:auto; overflow:hidden; padding:20px 0; border-bottom:1px solid #e8e8e8;}
.news_right .news_time{ width:70px; height:50px; overflow:hidden; float:left;}
.news_right .news_time .day{ width:100%; height:30px; overflow:hidden; font-size:26px; color:#b0b0b0; font-family: "Arial"; line-height:30px; text-align:center;}
.news_right .news_time .year{ width:100%; height:20px; overflow:hidden; font-size:14px; color:#d2d2d2; font-family: "Arial"; line-height:20px; text-align:center;}
.news_right .news_shu{ width:1px; height:40px; overflow:hidden; float:left; margin:5px auto; background-color:#eaeaea;}
.news_right .news_lie{ width:600px; height:50px; overflow:hidden; float:right; background:url(../img/images/t7.png) no-repeat 98% center;}
.news_right .news_lie .title{ width:90%; height:30px; overflow:hidden; font-size:16px; color:#333; font-family:"microsoft yahei"; line-height:30px; text-align:left;}
.news_right .news_lie .con{ width:90%; height:20px; overflow:hidden; font-size:14px; color:#999; font-family:"microsoft yahei"; line-height:20px; text-align:left;}
.news_right .news_k:hover .day{color:#0e96d5;}
.news_right .news_k:hover .title{color:#0e96d5;}

.news_down .news_left{ width:440px; height:auto; overflow:hidden; margin:30px auto 0 30px; float:left;}
.news_down .news_left img{ width:440px; height:320px;}
.news_more{ clear:both; width:96%; height:40px; margin:30px auto 0 auto; overflow:hidden; font-size:16px; font-family: "Arial"; color:#999; line-height:40px; text-align:right;}
.news_more:hover{ clear:both; width:96%; height:40px; margin:30px auto 0 auto; overflow:hidden; font-size:16px; font-family:"microsoft yahei"; color:#0e96d5; line-height:40px; text-align:right;}


/*底部*/
.footer_bg { width:100%; height:auto; background:#1e1f23; overflow:hidden; margin:0 auto; padding:35px 0;}
.footer{ width:1200px; height:auto; overflow:hidden; margin:0 auto;}
.footer_l{ width:1050px; height:auto; overflow:hidden; float:left; margin:20px auto 0 auto;}
.footer_l .footer_top{ width:100%; height:auto; overflow:hidden; margin:0 auto; font-size:16px; color:#cdd0dc; font-family: "microsoft yahei"; line-height:30px;}

.footer_l .footer_down{ width:100%; height:auto; overflow:hidden; margin:5px auto 0 auto; font-size:16px; color:#8c909e; font-family:"microsoft yahei"; line-height:30px;}
.footer_l .footer_down a{font-size:16px; color:#8c909e; font-family:"microsoft yahei"; line-height:30px;}

.footer_r{ width:110px; height:auto; overflow:hidden; float:right; margin:0 auto;}
.footer_r .box{ width:110px; height:auto; overflow:hidden; margin:0 auto;}
.footer_r .box_pic{ width:110px; height:110px; overflow:hidden; margin:0 auto;}
.footer_r .box_pic img{ width:110px; height:110px;}
.footer_r .box_title{ width:110px; height:35px; overflow:hidden; margin:0 auto; color:#8c909e; font-family:"microsoft yahei"; line-height:35px; font-size:16px; text-align:center;}



.mo_nav{ width:100%; height:auto; background-color:rgba(255,255,255,0.85); position:absolute; z-index:100; margin-top:60px;}
/*--内页侧边导航--*/
.subNav{width:90%; height:45px; cursor:pointer; font-size:16px; text-indent:1em; line-height:45px; background:url(../img/images/sorrow.png) no-repeat center left; margin:0 auto; border-bottom:1px  dotted #1860bf;}
.navContent{ display:none;width:100%; height:auto;}
.navContent li{width:85%; height:45px; margin:0 auto;}
.navContent li a{display:block;width:100%; height:45px;text-align:left;font-size:14px;line-height:45px;color:#666;}
.navContent li a:hover{color:#1860bf;}
.navsama{color:#1860bf;}

/*热销定制*/

.subnav{margin-top: 10px;}
.subnav a{margin-left: 8px;}

.neisubnav{background-color: #f5f5f5;padding: 1.8% 4.2%;margin-bottom: 2.5%;margin-top: 0;}
.neisubnav a{margin:0 1.88%;font-size: 16px;padding: 0.3% 1.4%;;border-radius: 18px;}
.neisubnav a:hover{ color:#efc800;}
.neisubnav a.active{background-color: #efc800;color: #fff; color:#efc800;}

.neisubnav2{padding: 1% 4.2%;background-color: #fff;   /* box-shadow: 0px 2px 29px rgba(1,1,1,0.15);*/background: url("../img/sbg.png") no-repeat bottom;margin-bottom: 0.5%;}
.neisubnavbg{height:24px;}
.neisubnav2 a{font-size: 20px;margin:0 0.58%;}
.neisubnav2 .nsx{width: 2px;height: 12px;background: #dedede;}
.neisubnav a.active{color:#efc800;background:none;}

/*关于我们*/

/*neipage*/
.neileft{
 animation: fadeInUp 1s .5s ease both;
 -webkit-animation: fadeInUp 1s .5s ease both;
 -moz-animation: fadeInUp 1s .5s ease both;
 width: 968px;padding-top: 48px;padding-right: 38px;border-right: 1px solid #e1e1e1;min-height: 480px;}
.neiright{opacity: 0;filter:alpha(opacity=0);
 animation: faderight 1s .5s ease forwards;
 -webkit-animation: faderight 1s .5s ease forwards;
 -moz-animation: faderight 1s .5s ease forwards;
 width: 286px;}
 .neisub{margin-left:40px;width: 246px;}
 .neisub .t{margin-top:48px;padding-right:75px;font-size: 20px;padding-bottom: 10px;border-bottom: 2px solid #d78f1a;}
 .neisub ul{margin-top: 30px;font-size: 16px;}
 .neisub li{padding-left: 10px;/*margin-bottom:2px;*/background: url("../img/d.png") no-repeat left;}
 .neisub li a{display: block;height: 60px;line-height: 60px;/*padding: 0 5px;*/font-size: 14px;border-bottom: 1px solid #e5e5e5;padding-right: 28px;}
 .neisub li a img{float: right; display: inline-block; padding-top: 5px; height: 50px; /*width: 50px;*/max-width: 110px;}
 .neisub li a img.szjt{float: right; display: inline-block; padding-top: 22px; height: auto; width: auto;}
 .neisub li a:hover{text-decoration: underline;}
 .neisub li.active a{color:#d78f1a;text-decoration: underline;}
.neifeatured{padding-top: 0;}
.neifeatured .list{/*padding-top: 35px;*/padding-bottom: 15px;}
.neifeatured .list li{margin-bottom: 26px;font-size: 16px;}
.neifeatured .list li .p{margin-bottom: 13px;line-height: 1.9;}
.neifeatured .list li .p1{line-height: 1;}
.neifeatured .list li .t{font-size: 18px;font-weight: bold;}
.neifeatured .list li .email{font-size: 15px;color:#bc360a;}
.neifeatured .list li .email:hover{color:#005eb8;}
.neifeatured .list li .pic{max-height: 360px;width: 266px;}
.neifeatured .list li .jj .ss{padding-bottom: 0;}
.neifeatured .list li .lti{font-size: 16px;margin-top: 16px;margin-bottom: 14px;width: 750px;}
.neifeatured .list li:hover{box-shadow: none;}


/*详情页面分享*/
.neileft span.span2{ font-size:12px;line-height:25px;display:inline-block; width:100%;margin-top: 5px;}
.neileft span.span2 i{ display:inline-block; float:right;}




.viewcontent .p{margin-bottom: 13px;line-height: 1.9;font-size: 16px;}
/*渐变色*/
/* background-color: #f8788b; */
/*background: linear-gradient(90deg,#f8c84c,#f8788b);*/

/*盒子的阴影*/
/*width: 236px;
height: 318px;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
left: -45px;
top: -13px;
border-radius: 20px;*/

/*opacity: 0;
filter: alpha(opacity=0);*/


/*返回*/
.videoview_back{cursor:pointer;width: 92px;background: #d9aa39;height: 30px;text-align: center;margin-left: 1092px;color: white;line-height: 30px;font-size: 14px;margin-top: 25px;}
.videoview_back:hover{background: #e59962;}



/*mess*/
.inquire{width:400px; height:auto; overflow:hidden; margin:0 auto;}
.inquire_dx{ width:100%; height:20px; overflow:hidden; line-height:20px; font-size:14px; color:#333; font-family:"microsoft yahei"; }
.inquire_box{ width:100%; height:50px; overflow:hidden; margin:20px auto;}
.inquire_input{ width:328px; height:46px; overflow:hidden; float:left; text-indent:1em;  line-height:20px; font-size:14px; color:#333; font-family:"microsoft yahei";}
.inquire_btn{ width:68px; height:50px; overflow:hidden; float:left; background:#136e38 url(../img/images/cx.png) no-repeat center; border:0;}
.inquire_centent{ width:100%; height:auto; overflow:hidden; min-height:400px;}



.regcon{ width:100%; height:auto; margin:30px auto; overflow:hidden;}
.loli{ width:40%; height:auto; overflow:hidden; margin:10px 5%; float:left;}
.loli .l{width:45%;min-width: 128px;text-align: right; padding-right:2%; font-size:16px; line-height:40px;}
.loli .r{width:40%;}
.loli .r2{height: 28px;text-align: left;}

.regcon .loli .top{ line-height:40px;}
.regcon .loli .inp{float:left;text-indent: 10px;width: 83%;height: 40px;background-color: #fbfbfb;border:1px solid #d8d8d8;outline: none;  border-radius: 5px;}
.regcon .loli .tex{min-height: 100px;width: 60%;padding: 2%;text-indent: 0;}
.regcon .loli .sinp{float:left;text-indent: 10px;width: 40%;margin-right:2%;height: 40px;background-color: #fff;border: none;outline: none;}
.regcon .loli .mescode{background-color: #fbfbfb;border: 1px solid #d8d8d8;}
.regcon .loli .send{text-indent: 10px;width: 50%;margin-right:0;height: 40px;background-color: #fff;border: none;outline: none;cursor:pointer;font-size: 16px;font-family: "微软雅黑";}
.regcon .loli .inpf{height: auto;background: none;text-indent: 0;}
.regcon .loli .inpty{width: 60%;display: inline-block;text-align: left;}
.regcon .loli .sel{text-indent: 10px;width: 60%;height: 45px;background-color: #fff;border: none;outline: none;}
.regcon .loli .sub{width: 130px;border:none;height: 35px; background-color:#00b050;color: #fff;font-size: 18px; line-height:35px; text-align:center; margin-top:25px; border-radius: 5px;}
.regcon .loli .sub:hover{background-color:#ff6600;}

.regcon .loli .ts{color: #ff0000;text-indent: 10px;width: 100%; line-height:28px;clear: both; text-align:left; font-size:14px;}
.regcon .loli .ts.active{background-color: #ccc;}
.regcon .loli .zc{margin-left: 15px;color: #e00404;}
.regcon .loli .zc a{color: #e00404;}
.regcon .loli .zc:hover a{color: #e00404}
.regcon .loli .fw{font-size: 18px;}
.regcon .loli .ty{width: 32%;margin-right: 2%;background-color: #d8d8d8;height: 40px;line-height: 40px;color: #fff;text-align: center;float: left;    border-radius: 5px;}
.regcon .loli .ty.g{width: 100%;}
.regcon .loli .tyend{margin-right: 0;}
.regcon .loli .ty.active{background-color: #e00404;}
.regcon .fkk i{color: #e00404;/*1a6df6*/margin-right: 8px; font-weight:bold}



.regcona{ width:1200px; height:auto; margin:30px auto; overflow:hidden;}
.lolia{ width:50%; height:auto; overflow:hidden; margin:10px 20%; }
.lolia .l{width:30%;min-width: 128px;text-align: right; padding-right:2%; font-size:16px; line-height:40px;}
.lolia .r{width:65%;}
.lolia .r2{height: 28px;text-align: left;}


.regcona .lolia .inp{float:left;text-indent: 10px;width: 100%;height: 40px;background-color: #fbfbfb;border:1px solid #d8d8d8;outline: none;  border-radius: 5px;}
.regcona .lolia .tex{min-height: 100px;width: 60%;padding: 2%;text-indent: 0;}
.regcona .lolia .sinp{float:left;text-indent: 10px;width: 40%;margin-right:2%;height: 40px;background-color: #fff;border: none;outline: none;}
.regcona .lolia .mescode{background-color: #fbfbfb;border: 1px solid #d8d8d8;}
.regcona .lolia .send{text-indent: 10px;width: 25%;margin-right:0;height: 40px;background-color: #fff;border: none;outline: none;cursor:pointer;font-size: 16px;font-family: "微软雅黑";}
.regcona .lolia .inpf{height: auto;background: none;text-indent: 0;}
.regcona .lolia .inpty{width: 60%;display: inline-block;text-align: left;}
.regcona .lolia .sel{text-indent: 10px;width: 60%;height: 45px;background-color: #fff;border: none;outline: none;}
.regcona .lolia .sub{width: 130px;border:none;height: 35px; background-color:#0f4b96;color: #fff;font-size: 18px; line-height:35px; text-align:center; margin-top:25px; border-radius: 5px;}
.regcona .lolia .sub:hover{background-color:#017dff;}

.regcona .lolia .ts{color: #ff0000;text-indent: 10px;width: 100%; line-height:28px;clear: both; text-align:left; font-size:14px;}
.regcona .lolia .ts.active{background-color: #ccc;}
.regcona .lolia .zc{margin-left: 15px;color: #e00404;}
.regcona .lolia .zc a{color: #e00404;}
.regcona .lolia .zc:hover a{color: #e00404}
.regcona .lolia .fw{font-size: 18px;}
.regcona .lolia .ty{width: 32%;margin-right: 2%;background-color: #d8d8d8;height: 40px;line-height: 40px;color: #fff;text-align: center;float: left;    border-radius: 5px;}
.regcona .lolia .ty.g{width: 100%;}
.regcona .lolia .tyend{margin-right: 0;}
.regcona .lolia .ty.active{background-color: #e00404;}
.regcona .fkk i{color: #e00404;/*1a6df6*/margin-right: 8px; font-weight:bold}


/*倒计时*/
.djsitem .item{/*margin: 0px 2%;*/z-index: 9; position:relative}
.djsitem .item .xs_pic_tt{ width:100%; text-align:right; position:absolute; top:0px;border-radius:4% 4% 0px 0px; height:40px; line-height:40px; background:url(../img/xs_tt_bgxx.png) repeat;}
.djsitem .item .xs_pic_tt span{ color:#fff;}
.djsitem .item .xs_pic_tt font{color:#fff;}
.djsitem .item .xs_pic_tt font i{ background-color:#d78f1a; padding:0.8% 2.5%; margin:0px 1.2%; border-radius:6px; text-align:center}
.djsitem .item .xs_pic_tt font i.bad{ background-color:#ccc; color:#333;}
.djsitem .item img{display: block;width: 100%;height: auto;border-radius: 0.08rem}
.djsitem .item_tit{ width:100%; height:auto; overflow:hidden; padding-top:3%;}
.djsitem .item_tit p.p1{ color:#333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; padding:0px 3%}
.djsitem .item_tit2{ height:auto; overflow:hidden; line-height:240%;padding:0px 3%}
.djsitem .item_tit2 span{ display:block; float:left; color:#e00012;/*ff7800*/}
.djsitem .item_tit2 span i{ font-family:Arial; font-weight:bold;}
.djsitem .item_tit2 font{ display:block; float:right; color:#b6b6b6}
.djsitem.loading{min-height: 150px;background: url(../img/AjaxLoader.gif) no-repeat center center}

