﻿@charset "utf-8";
*{margin: 0; padding: 0; list-style: none;}
body{
	font-size:14px;line-height: 1.5;
	background: #fff; font-family:"微软雅黑"
}
a:hover{ text-decoration:none;}
A{ text-decoration: none;color:#333; font-family:"微软雅黑"}
img{border:none;}
.clearfix:after{
	display: block;
	content: ".";
	height: 0; 
	overflow: hidden;
	clear: both;
}
.clearfix{*zoom:1;}
.w{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.w840{
	position: relative;
	width: 840px;
	margin: 0 auto;
}
.header{
	position: relative;
	height: 60px;
	margin-top: 30px; margin-bottom: 20px;
}
.chanpinmore{color:#fff;font-size:12px;}
.logo{
	display: block;
    width: 65px;
    height: 78px;
    float: left;
    background: url(../images/logo12.jpg) no-repeat left 0px;
    background-size: 100%;
}
.search{
	width: 330px;
	height: 25px;
	margin-left: 204px;
}
.search-input{
	display: block; 
	width: 280px;
	height: 29px;
	border:1px solid #dedede;
	text-indent: 8px;
	float: left;
	outline: none;
}
.search-btn{
	display: block;
	width: 40px; height: 29px;
	border: none;
	float: left;
	background: url(../images/search_btn.png) no-repeat center center;
	background-size: 100%; text-indent:-1200px;
}
.link{
	position: absolute;
	bottom: 0 ;right: 0; 
	margin-right: -1px;
}
.link li{ 
	float: left;
}
.link li a{ font-size:12px;
	color:#0C2952;
	padding: 0 10px;
}
.nav{
	position: relative;
	width:900px;float:left;
	z-index: 999; margin-left:20px;
	margin-top:10px;
}
.nav .w{
	position: static;
}
.nav-ul-li{
	float: left;
}
.nav-ul-li a{
	display: block;
	width: 75px;
	font-weight:bold;
	margin: 0 12px;
	padding: 6px 0;
	font-size:15px;
	text-align: center;
	color: #000;
}.nav-ul-li a:hover{ text-decoration:none;}
.nav-ul-li .active{color:#000;
}.nav-ul-li:hover{	background: url(../images/nav_active.png) no-repeat bottom center; color:#000;

}
.sub-nav{
	display: none;
	position: absolute;
	top: 100%; 
	width: 510px;
	overflow:hidden;
	padding-top: 20px; padding-bottom: 40px;
	z-index: 9999;	background: #fff; filter:alpha(opacity=95);  
      -moz-opacity:0.95;  
      -khtml-opacity: 0.95;  
      opacity: 0.95;  

}
.sub-nav .left{
	margin-left: 20px;
	float: left;
}
.sub-nav .right{
	float: left;
}
.sub-nav .left li a{
	width: 170px;
	margin: 0;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.sub-nav .left li a:hover{
	color: #c80008;
	
	border-bottom: 1px solid #69a22c;
}
.sub-nav .right-list{
	width: 220px;
	float: left;
	margin-left: 60px;
}
.sub-nav .right-list h3{
	font-weight: normal;
	font-size: 14px;
	color: #000;
	margin: 5px 0;
}
.sub-nav .right-list p{
	font-size: 12px;
	color: #898989;
}
.banner { position: relative; overflow: auto;}
.banner li { list-style: none; position:relative;}
.banner ul li { float: left;}
.banner ul li a{display: block; height: 100%;}
.banner img{
	width: 100%;
}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}
.banner .dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 7px;
	border-radius: 14px;
	text-indent: -999em;
	background: #757575;
	cursor: pointer;
	opacity: .6;
	-webkit-transition: background .6s, opacity .6s;
	-moz-transition: background .6s, opacity .6s;
	transition: background .6s, opacity .6s;
}
.banner .dots li.active {
	background: #c80008;
	opacity: 1;
}
.scroll{
	position: relative;
}
.scroll-font{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	height: 100%;
	overflow: visible;
	color: #fff;
}
.scroll-font h2{
	margin-top: 140px;
	margin-left: 24px;
	font: 40px/60px "microsoft yahei"; 
}
.scroll-font p{
	margin-left: 24px;
	font: 20px/30px "microsoft yahei";
}
.scroll-font .more{
	display: block;
	width: 108px; height: 30px;
	margin-top: 40px;
	margin-left: 24px;
	font: 14px/30px "microsoft yahei";
	color: #fff;text-align: center;
	background: #F63B2E;
}
.unslider-arrow{
	display: block;
	position: absolute;
	top: 50%;
	width: 33px; height: 64px;
	margin-top: -32px;
}
.unslider-arrow.prev{
	left: -40px;
	background: url(../images/left_arrow.png) no-repeat center center;
	background-size: 100%;
}
.unslider-arrow.next{
	right: -40px;
	background: url(../images/right_arrow.png) no-repeat center center;
	background-size: 100%;
}
/*notice*/
.notice{
	line-height: 40px;
	margin: 25px auto;
	background: #f0f0f0;
	color: #575757;
}
.notice span,.notice span a{
	display: block;
	width: 90px; height: 40px;
	margin-right: 40px;
	background: url(../images/notice.png) no-repeat center center;
	background-size: 100%;
	text-align: center;
	color: #201e1e;
	float: left;
}
.notice-div{
	height: 40px;
	overflow: hidden;
} .notice-div a{	color: #575757;
}

.c666666{
	margin-top: 8px;
	color: #666666;
}
.social{
	position: absolute;
	left: 730px;
	top: 30px;
}
.social ul li{
	float: left;
	width: 27px; height: 27px;
	margin-top: 20px;
	margin-right: 30px;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
}
.social ul li.weixin{
	background-position: 0 0;
}
.social ul li.weibo{
	background-position: -50px 0;
}
.copyright{
	line-height: 50px;
	background: #1d1d1d;
	color: #666; font-size:12px;
}
.copyright a{color: #666;}
.bgf3f7fa{background: #fff;overflow: auto;}
.bgf3f7fa002{background: #eee;overflow: auto;margin-top:50px;}
.bgf3f7fa003{background: #eee;overflow: auto;margin-top:0px;}
.textcenter{
	text-align: center;
}
.overflow{
	overflow: hidden;
}
/**/
.main-left{
	width: 250px;
	float: right;
	margin-top:14px;
}
.main-left h3{
	font: 16px/40px "microsoft yahei"; color: #404040;
	border-bottom: 1px solid #d3d3d3;
	background:url(../images/huangdian.png) left center no-repeat;
	text-indent: 7px;
	padding-left:12px;
}
.main-left ul{
	margin-top: 20px;
}
.main-left li{
	line-height: 30px;}
/*.main-left li a{
	display: block;
	height: 30px;
	margin: 10px 0;
	line-height: 30px;
	text-indent: 7px;
	font-family: "microsoft yahei"; color: #666666;
}*/
.main-left li a.active{
	background: #F63B2E;
	color: #fff;
}
.main-left2 {
	width: 300px;
	float: left;
	margin-top:14px;
}
.main-left2 h3{
	font: 16px/40px "microsoft yahei"; color: #404040;
	border-bottom: 1px solid #d3d3d3;
	background:url(../images/huangdian.png) left center no-repeat;
	text-indent: 7px;
	padding-left:12px;
	border-bottom: 4px solid #fe0000;
}
.main-left2 ul{
	margin-top: 20px;
}
.main-left2 li{
	line-height: 30px;
	border-bottom: 1px solid #8e8d8d;
	width: 252px;
	/*height: 40px;*/
	font-size: 16px;
	line-height: 40px;
	margin:0 15px ;
}
.main-left2 li.pl{
	background: url('../images/prl.jpg') left center no-repeat;
	padding-left: 25px;
}
/*.main-left li a{
	display: block;
	height: 30px;
	margin: 10px 0;
	line-height: 30px;
	text-indent: 7px;
	font-family: "microsoft yahei"; color: #666666;
}*/
.main-left2 li a.active{
	background: #F63B2E;
	color: #fff;
}

.main-right{
	width: 900px;
	float: left;
}
.main-right-nav{
	margin: 13px 0;
	font-size: 12px; line-height: 14px;
	background:url(../images/shouyewu.png) left center no-repeat;
	
	border-bottom:1px solid #ddd;line-height:35px;
	padding-left: 35px;
	color: #666;
}
.main-right-nav a{ color: #666;font: 16px/40px "microsoft yahei"; color: #404040;}
.bgf7f7f6{
	background: #f7f7f6;
}
.main-right2{
	margin-left: 80px;
	width: 820px;
	float: left;
}
.main-right2-nav{
	margin: 13px 0;
	font-size: 12px; line-height: 14px;-repeat;
	
	border-bottom:1px solid #ddd;line-height:35px;
	padding-left: 35px;
	color: #666;
}
.main-right2-nav a{ color: #666;font: 16px/40px "microsoft yahei"; color: #404040;}
.bgf7f7f6{
	background: #f7f7f6;
}
.pro{width:1200px;}
.pro h4{color:#fb0401;font-size: 30px;font-weight: inherit;margin: 70px 0;}
.pro li{width:275px;height:365px;float:left;text-align:center;margin-right:22px;margin-bottom:22px;border:1px solid #8e8d8d;}
.pro p{height:auto;line-height:30px;color:#555;height: 60px; overflow: hidden;}
.pro span{float:right;width:210px;height:30px;line-height:30px;text-align:center;background:url('../images/huang_bg.png') center center no-repeat;color:#fff;}
.no-left{
	width: 100%;
}

.scp .ico img{
	margin: 0 auto;
	text-align: center;
	margin-top: 42px;
	margin-bottom: 30px;
}
.scp .list li{
	width:270px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
}
.scp .list li:nth-child(4n){
	margin: 0px;
}
.scp .list li .img{
	border: 1px solid #8e8d8d;
}
.scp .list li img{
	margin: 0 auto;
	width: 160px;
	height: 160px;
}
.scp .list li p{
	padding: 0 20px;
	margin-top: 18px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #555;
	/*font-weight: bold;*/
}
.scp .list li span{
	display: block;
	padding: 0 20px;
	margin-top: 18px;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #747474;
}
.common-top{
	margin: 30px 0;
	background: #f0f0f0;
}
.common-top img{
	width: 220px; height: 100px;
	float: left;
}
.common-top-center{
	width: 295px;
	height: 54px;
	padding:0 25px;
	margin: 23px 0;
	border-right: 1px solid #d3d3d3;
	float: left;
	font:17px/27px "microsoft yahei"; color: #404040;
	overflow: hidden;
}.common-top-center a{color: #404040;}
.common-top-right{
	width: 384px;
	height: 54px;
	padding:0 25px;
	margin: 23px 0;
	float: left;
	overflow: hidden;
	font:13px/18px "宋体"; color: #404040;
}.common-top-right a{ color:#0C2952;}
.w700{
	width: 890px;
}#gk_banner{ margin:0 0 20px 0; text-indent:0px;}#gk_banner img{ width:660px;}
.top10{ margin-top:10px;}
.top20{ margin-top:20px;}
.top30{margin-top:30px;}
.top40{ margin-top:40px;}
.bottom20{ margin-bottom:20px;}
.bottom30{ margin-bottom:30px;}
.bottom40{ margin-bottom:40px;}
/*二级栏目BANNER*/
#banner_container div{ height:300px; background-repeat:no-repeat; background-position:center;}
#banner_container #cpfw_dczybanner{	background-image: url(../images/cpfw_tmjs_banner.jpg);}
#banner_container #cpfw_dzhgbanner{	background-image: url(../images/cpfw_tmjs_banner.jpg);}
#banner_container #cpfw_tmjsbanner{	background-image: url(../images/cpfw_tmjs_banner.jpg);}
#banner_container #cpfw_tzjybanner{	background-image: url(../images/cpfw_tmjs_banner.jpg);}
#banner_container #detailbanner{background-image: url(../images/detail_banner.jpg);}
#banner_container #jobbanner{background-image: url(../images/ywbk_tmjz_banner.jpg);}
#banner_container #listbanner{background-image: url(../images/news_banner2.jpg);height:300px;}
#banner_container #list_imgbanner{background-image: url(../images/list_img_banner.jpg);}
#banner_container #qywh_jtkwbanner{background-image: url(../images/news_banner2.jpg);height:300px;}
#banner_container #qywh_yghdbanner{	background-image: url(../images/news_banner2.jpg);height:300px;}
#banner_container #qywh_yxzlbanner{	background-image: url(../images/news_banner2.jpg);height:300px;}
#banner_container #rongYubanner{background-image: url(../images/rongYu_banner.jpg);}
#banner_container #shzrbanner{	background-image: url(../images/cpfw_tmjs_banner.jpg);}
#banner_container #ywbk_dczybanner{	background-image: url(../images/ywbk_dczy_banner.jpg);}
#banner_container #ywbk_dzhgbanner{	background-image: url(../images/ywbk_dczy_banner.jpg);}
#banner_container #ywbk_tmjzbanner{ background-image:url(../images/cpfw_tmjs_banner.jpg);}
#banner_container #ywbk_tzjybanner{	background-image: url(../images/cpfw_tmjs_banner.jpg);}
#banner_container #cnatactus_banner{	background-image: url(../images/cpfw_tmjs_banner.jpg);height:100px;}
#banner_container #list_imgbanner{	background-image: url(../images/news_banner2.jpg);height:300px;}
#banner_container #detailbanner{background-image: url(../images/news_banner2.jpg);height:300px;}
#banner_container #zhiCibanner{	background-image: url(../images/zhiCi_banner.jpg);}
#banner_container #ztcf_detailbanner{background-image: url(../images/ztcf_sub_banner.jpg);height:300px;}

#banner_container #aboutzt_banner{	background-image: url(../images/news_banner2.jpg); height:300px;}
.subleft_banner img{ width:220px;}





/*翻页*/
.paging {
    text-align: center;
}
.paging a.backhome, .paging a.backhome:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    height: auto;
    padding: 0;
}
.dede_pages {
    clear: right;
    line-height: 27px;
    margin: 0 0 0 135px;
}
.pagelist {float: left;}
.pagelist li{ font-size:12px;}
.dede_pages li {
    float: left;
}.paging a, .paging span {
    color: #113867;
    display: inline-block;
    font: 12px "Microsoft YaHei",simsun,Arial,sans-serif;
    margin-right: 3px;
    padding: 0 5px;
    vertical-align: middle;
}.right-list a{width:220px; padding:0; text-align:left; margin:0; font-size:12px;}.right-list img{ height:auto; width:220px; margin:0 0 10px 0;}
.right-list a:hover{color:#c80008;}
#scroll,#scroll ul,#scroll ul li{
	height: 800px; 
	overflow: hidden;
}  /*返回顶部*/

.back_top{
    display: none;
    position: fixed;
    _position:absolute;
    width: 60px;
    height: 60px;
    bottom: 200px;
    _bottom:auto;
    _margin-bottom:200px; 
    right: 30px;
    background: url(../images/topback.png) no-repeat center center; 
    cursor: pointer;
}
/*导航选择状态*/
a.active{
		color: red;
	}
	
#gfpt_container li{ line-height:44px; font-size:12px;}#gfpt_container ul{top:0px;}
.info a{ color:#666666;}


/*foot by mumian start*/
.foot{
    position:relative;
    _position: static;
    margin:0 auto;
    margin-top:0px;
    background:#525455;
	font-size:14px;
    z-index:100;
    clear:both;
}
.foot .white_bg{}
.foot .links{
    height:20px;
    overflow:hidden;
    border-bottom:1px dotted #ccc;
    color:#999999;
    white-space:nowrap;
    overflow:hidden;
    margin:0 auto;
}
.foot .links span{
    display:block;
    overflow:hidden;
    float:left;
}
.foot .links .links_list_box{
    float: left;
    width:760px;
    height: 20px;
    position:relative;
    overflow:hidden;
}
.foot .links .links_list_box a {margin-left:20px; float:left; margin-bottom:10px;}
.foot .links .links_list{
    overflow:hidden;
    white-space:nowrap;
    overflow:hidden;
    position:relative;
}
.foot .links .links_list li{
    height:20px;
    white-space:nowrap;
    overflow:hidden;
    position:relative;
    margin-bottom:5px;
}
.foot .links .more{
    float:right;
    color: #999999;
}
.foot .links a.more:hover{

    color: #0289cd;
}
.fr{float:right;}
.foot .links a{
    color:#999999;
}
.fl{float:left;}
.foot .links .links_list li a{
    margin-right:10px;
}
.foot .links .links_list li a:hover{text-decoration:underline;}
.foot .logo{
    color:#999999;
    text-align:center;
    padding-top: 10px;
}
.foot .logo img{
    margin-right:27px;
}
.foot .logo .no{ border:none;}
.foot-con{ width: 1200px; padding:0;margin:0px auto;padding-bottom: 30px;}
.con-box-n{ padding-top: 25px;margin:0 auto;}
.con-left-info{ padding-left:5px;width:auto;overflow:hidden;}
.con-left-info dl{float: left;display: inline;width:167px;}
.con-left-info dt{font-size: 14px; color: #fff; margin-bottom: 10px; }
.con-left-info dd{ margin-bottom: 5px; color: #666;}
.con-left-info dl a{ color: #999999;}
.con-left-info dl .revEmail{ padding-left: 10px; line-height: 28px;}
.con-left-info dd i{width: 4px;  height: 4px; overflow:hidden;border-radius: 50%; background: #c6c6c6; display: inline-block; margin-right: 5px;float:left;margin-top:8px;}
.con-left-info .help-info{width:100px;}
.cnen a{color:#fff;}
.con-menu{  margin-top: 35px;}
.con-menu a{display: block; width: 86px; height: 35px; background: url(../images/global/service_add.gif?20160113) no-repeat;}
.con-menu .service-add{  background-position: 0 -5px;}
.con-menu .service-add:hover{ background-position: 0 -52px;}
.con-menu .service-time{ padding-left:10px;width:65px;}
.con-menu .service-time p{ color: #919191; line-height: 18px;}

.ft-company{ text-align: center; height:60px;line-height:60px; width:100%;color: #999999;background:#2b2c2d;}
.ft-company a{font-size:14px;color:#999999;}
.foot-con .ft-company a{ color: #c6c6c6; }
.foot-con .ft-company a:hover{ text-decoration: underline;}
.foot-con .app-side-box{width:90px;}
.foot-con .app-side-box .app-show{background:url(../images/erweima.png) no-repeat;background-size:90px 90px;height:90px;width:90px;margin-top:5px;}
.foot-con .app-side-box .app-txt{font-size:12px;margin:10px 0;}

#outer {width:100%;}
#tab {overflow:hidden;zoom:1;border-bottom:1px solid #ccc;}
#tab li {float:left;color:#333;height:30px;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;	cursor:pointer;	line-height:30px;padding:0 20px;}
#tab li.current {color:#000;background:#ccc;}
#content {border-top-width:0;}
#content ul {line-height:25px;margin:0 30px;padding:10px 0;}



.tp{
    height: 55px;
    width: 1200px;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.tp .bz{
	width: 599px;
    float: left;
}
.tp .line{
    float: left;
}
.tp .al{
	float: right;
    margin: 20px 70px 0 0;
}
.tp .ar{
	float: left;
    margin: 20px 0 0 70px;
}
.ct {
	padding-left: 425px;
	border-bottom: 1px solid #ddd;
    padding-bottom: 70px;
}
.ct h2{
	line-height: 140px;
	text-decoration: underline;
	font-weight: inherit;
}
.ct p{
	color: #6b6b6b;
	line-height: 26px;
}
.ct2 {
	height: 280px;
	border-bottom: 1px solid #ddd;
}
.ct2 .cl{
	width: 50%;
	float: left;
}
.ct2 .cl .cbox{
    float: left;
    margin: 65px 0 0 220px;
}
.ct2 .cl img{
	float: left;
}
.ct2 .cl a{
	line-height: 50px;
}
.ct3{
	padding: 85px 235px;
}