*{
	padding: 0;
	margin: 0;
}
.headtop {
	background: url(../images/headtop.jpg) center no-repeat;
	height: 5px;
}

#header {
	width: 1202px;
	margin: 0 auto;
}

.logo {
	float: left;
}

.topLink {
	width: 400px;
	float: right;
	text-align: right;
}

.topLink .f_count {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
}

.topLink .k1 {
	line-height: 32px;
	padding-top: 5px;
}

.topLink .k2 {
	color: #0067d1;
	font-size: 23px;
	
	background: url(../images/top_contact.jpg) 0 50% no-repeat;
	width: 214px;
	text-align: right;
	float: right;
}

#menu {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	border-top: 1px solid #f7f7f7;
}

.top {
	margin: 0px auto;
	overflow: hidden;
}
.menu {
	width: 100%;
	margin: 0px auto;
	height: 46px;
	background: #006dc8;
	border-top: 5px solid #0059a5;
}
.header,.w{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.nav {
	height: 46px;
}

.nav li {
	width: 7%;
	float: left;
	line-height: 46px;
	text-align: center;
}
.nav li a {
	display: block;
	color: #acacac;
	font-size: 16px;
	line-height: 46px;
	font-weight: 700;
	text-decoration: none;
}
.nav li a:hover{
	background-color: #e60012;
	color: #FFFFFF;
}
.nav li a:active {
	color: #ffffcc;
	line-height: 48px;
}
.banner img {
	width: 100%
}

.banner ul.bxslider {
	list-style: none;
}

.banner div.bx-pager {
	bottom: 4%;
}

.banner div.bx-controls-direction {
	display: none;
}
/*banner 角标样式等*/

.bx-wrapper {
	position: relative;
	/*margin: 0 auto 60px;*/
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


/** THEME===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;-webkit-box-shadow: 0 0 5px #ccc;box-shadow: 0 0 5px #ccc;border: 5px solid #fff;left: -5px;background: #fff;*/
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif)center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	/*background: #303c4b;*/
	border: 1px solid #fff;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	border: 1px solid #fff;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png)no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png)no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png)-86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png)-86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*banner 角标样式等结束*/

.content{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.content .cleft{
	width: 250px;
	float: left;
	overflow: hidden;
}
.ltit{
	width: 250px;
	height: 100px;
	background: url(../images/cp.jpg) no-repeat;
}

.ccleft {
    border-bottom: 7px #d5192e solid;
    border-left: 8px #d5192e solid;
    border-right: 8px #d5192e solid;
    overflow: hidden;
}
.lb li{
	margin: 0 auto 10px;
	width: 185px;
	height: 35px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	background: url(../images/pt.png) no-repeat;
}
.content .cright {
    width: 1050px;
    float: right;
    overflow: hidden;
}
.content .pright {
    width: 1050px;
    float: right;
    overflow: hidden;
}
.common{
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
}
.pcommon{
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
}
.listbox{
	margin: 10px 4px 10px 20px;
    width: 320px;
    height: 310px;
    position: relative;
    float: left;
    border: 1px solid #ccc;
}
.listbox img{
	width: 100%;
	height: 220px;
}
.listbox p{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.plistbox{
	margin: 10px 4px 10px 20px;
    width: 320px;
    height: 310px;
    position: relative;
    float: left;
    border: 1px solid #ccc;
}
.plistbox img{
	width: 100%;
	min-height: 220px;
}
.plistbox p{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.bt{
	text-align: center;
	color: #E60012;
}
.about{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #f7f7f7;
}
.about h1{
	padding: 50px 0 0;
}
.wenzi{
	padding: 60px 150px;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
}
.about_h{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.about_h li{
	float: left;
	width: 250px;
	height: 200px;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: 25px;
	margin-bottom: 90px;
}
.about_h li img{
	margin: 30px 0;
}
.about_h li h3{
	color: #e60012;
}
/*.a5{
	margin: 0 auto;
	width: 1200px;
	height: 50px;
	background: url(../images/a5.png) no-repeat;
}
.a5 p{
	text-align: center;
	font-size: 30px;
}*/
.new{
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFFFFF;
}
.title_cn {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
#new_box {
	width: 100%;
	padding: 50px 0px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}
.new_con {
	max-width: 1200px;
	margin: 0 auto;
}
.newtel {
	height: 30px;
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666
}
.new_telst {
	width: 550px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}
.new_telst li {
	width: 166px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
}
.new_telst li.newon {
	color: #217af0;
	font-weight: bold;
}
.new_telst p {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 166px;
	height: 7px;
	overflow: hidden;
	text-align: center;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #217af0 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.new_lst {
	height: 315px;
	position: relative;
	overflow: hidden;
	display: none;
	padding-top: 20px;
}
.new_lst ul {
	position: absolute;
	left: 0px;
}
.new-wrap .show {
	display: block;
}
li.new_cnlf {
	width: 370px;
	float: left;
}
li.new_cnlf p {
	width: 100%;
}
p.newlf_tel a {
	color: #217af0;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
}
p.newlf_tel a:hover {
	color: #C33
}
p.newlf_tx {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 105px;
	overflow: hidden;
}
li.new_cnrf {
	float: right;
	width: 820px;
	margin-left: 10px;
}
.newrf_lst dd {
	width: 368px;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}
p.new_rq {
	width: 65px;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}
p.newrf_tx {
	float: left;
	width: 270px;
	margin-top: 8px;
}
p.newrf_tx a {
	color: #333;
	font-size: 14px;
	display: block;
}
p.newrf_tx span {
	display: block;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.newrf_lst dd:hover {
	width: 366px;
	height: 83px;
	border: 2px solid #217af0;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}
.newrf_lst dd:hover p.newrf_tx a {
	color: #217af0;
}
.newrf_lst dd:hover p.new_rq {
	background: #217af0;
	margin-top: 9px;
	margin-left: 9px;
}
.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}
.mr0 {
	margin-right: 0px;
}
.gwkf{
	margin: 0 auto;
	overflow: hidden;
	background-color: #f7f7f7;
}
.gwkf .kf{
	padding: 50px 0;
}
.lanrenzhijia {
	width: 1240px;
	height: 230px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.lanrenzhijia-ul {
	position: relative;
	width: 8640px;
	height: 230px;
	margin: 0;
	padding: 0;
}

.lanrenzhijia-ul li {
	float: left;
	width: 280px;
	height: 230px;
	margin-left: 30px;
	border-radius: 10px;
	overflow: hidden;
}

.lanrenzhijia-ul a {
	display: block;
	width: 280px;
	height: 230px;
	overflow: hidden;
	color: #fff;
}

.lanrenzhijia-ul a:hover .pic-txt {
	color: #fff;
}

.lanrenzhijia-ul .pic-txt {
	display: block;
	bottom: -30px;
	position: relative;
	width: 220px;
	height: 30px;
	margin: -30px 0 0;
	padding: 0 5px;
	font: 14px/30px Microsoft YaHei;
	text-align: center;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#80000000, endColorstr=#80000000);
	cursor: pointer;
}

.info-btn {
	width: 225px;
	height: 22px;
	overflow: hidden;
	margin: 0 auto;
	padding: 11px 0;
	zoom: 1;
	position: absolute;
	left: 47%;
}

.info-btn li {
	float: left;
	padding: 0 3px;
}

.info-btn li span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/sjbz_infor-btn.png) 0 -27px no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
}

.info-btn .info-cur span,
.info-btn .info-hover span {
	background-position: 0 0;
}
.me{
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
}
.me .ditu{
	float: left;
	width: 890px;
	height: 490px;
}
.me .lx{
	float: right;
	width: 260px;
	margin-left: 50px;
	margin-top: 50px;
}
.lx p{
	height: 50px;
	font-size: 20px;
}
.footer{
	background-color: #262626;
	overflow: hidden;
}
.foot{
	width: 1200px;
	margin: 0 auto 50px;
	overflow: hidden;
}
.foot li{
	width: 20%;
    float: left;
    overflow: hidden;
    text-align: left;
    line-height: 200%;
    color: #FFFFFF;
}
.foot li a{
	color: #FFFFFF;
}
.f{
	margin-bottom: 20px;
	color: #c8c8c8;
	font-size: 18px;
}
.footl{
	float: left;
}
.footr{
	float: right;
}
.footr a{
	color: #c8c8c8;
	font-size: 18px;
}
.content_com_title {
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 60px;
}
.bread {
    float: left;
    line-height: 12px;
    font-size: 14px;
    color: #515357;
    padding: 25px 20px 0px;
}
.dede_pages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}
.dede_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
    border: 1px solid #E9E9E9;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
    background-color: #F8F8F8;
    padding: 2px 4px 2px;
    font-weight: bold;
}
.pright .nr_list {
    display: block;
    float: left;
    height: auto;
    width: 1040px;
    padding: 10px;
    overflow: hidden;
}
.nr_list .nr_list_first {
    display: block;
    float: left;
    height: auto;
    width: 1040px;
}
.nr_list_first li {
    display: block;
    float: left;
    width: 1040px;
    line-height: 30px;
    background-image: url(../images/line.jpg);
    background-repeat: repeat-x;
    height: 30px;
    font-size: 14px;
    background-position: bottom;
}
.pright .nr_list_first li a {
    background-image: url(../images/icc.jpg);
    background-repeat: no-repeat;
    background-position: 5px 12px;
    padding-left: 20px;
    float: left;
}
.nr_list_first li em {
    font-style: normal;
    float: right;
    display: block;
}
p.newrf_tx .s5{
	display: block;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    height: 36px;
}
